@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;

}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
  }
  .table-container{
    overflow-x: auto !important;
    max-width: 100vw !important;
  }
.topbar .topbar-left {
    background: #2979e1;
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    width: 225px;
    z-index: 1;
  }
  #wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
  }
  #wrapper.enlarged .topbar .topbar-left a {
    text-decoration: none;
  }
  #wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
  }
  #wrapper.enlarged .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #fff !important;
  }
  .topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .navbar-default .navbar-left li a.menu-item {
    padding: 0 15px;
    line-height: 68px;
  }
  .user-box a.user-link {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    padding-right:10px !important
  }
  .user-box .user-img {
    position: relative;
    height: 36px;
    width: 36px;
    margin: 0px auto;
  }
  .logo {
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 70px;
    text-decoration: none;
  }
  .logo span{
    font-size: 25px;
    font-weight: 700;
  }
  .logo i {
    display: none;
  }
  .logo span span {
    color: #7fc1fc;
  }

  .button-menu-mobile {
    background: transparent;
    border: none;
    color: #313a46;
    padding: 0 20px;
    display: inline-block;
  }
  .button-menu-mobile i {
    font-size: 24px;
    line-height: 70px;
  }
  .button-menu-mobile:hover {
    color: #7fc1fc;
  }



  .sidebar-inner {
    height: 100%;
  }
#sidebar-menu {
  padding-bottom: 30px;
  width: 100%;
  
}
#sidebar-menu a {
  line-height: 1.3;
}
#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#sidebar-menu ul li .menu-arrow:before {
  content: "\F142";
}
#sidebar-menu ul li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu ul ul {
  display: none;
}
#sidebar-menu ul ul li {
  border-top: 0;
}
#sidebar-menu ul ul li.active a {
  color: #7fc1fc;
}
#sidebar-menu ul ul a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-left: 3px solid transparent;
    display: block;
    padding: 10px 20px 10px 59px;
    font-size: 13px;
  }
  #sidebar-menu ul ul a:hover {
    color: #ffffff;
  }
  #sidebar-menu ul ul a i {
    margin-right: 5px;
  }
  #sidebar-menu ul ul ul a {
    padding-left: 80px;
  }
  #sidebar-menu .label {
    margin-top: 2px;
  }
  #sidebar-menu .subdrop {
    color: #ffffff !important;
    background-color: #0c71e0;
  }
  #sidebar-menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 12px 20px;
    margin: 2px 0;
  }
  #sidebar-menu > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0c71e0;
  }
  #sidebar-menu > ul > li > a > span {
    vertical-align: middle;
  }
  #sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
  }
  #sidebar-menu ul li a .drop-arrow {
    float: right;
  }
  #sidebar-menu ul li a .drop-arrow i {
    margin-right: 0px;
  }
  #sidebar-menu > ul > li > a.active {
    color: #ffffff !important;
    background-color: #0c71e0;
  }
  #wrapper.enlarged #sidebar-menu ul ul {
    margin-top: -2px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #36404e;
  }
  #wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
    position: fixed;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    color: #ffffff !important;
    background-color: #313a46;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
    color: #ffffff !important;
    background-color: #313a46;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #ffffff !important;
    background-color: #313a46;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 20px !important;
    font-size: 20px;
  }
  #wrapper.enlarged .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    color: #ffffff !important;
    background-color: #313a46;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
    color: #ffffff;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
    display: inline;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #ffffff !important;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #ffffff;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px;
  }
  #wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
  }
  #wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
  }
  #sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.side-menu .waves-effect .waves-ripple {
    background-color: rgba(127, 193, 252, 0.4);
  }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .waves-effect.waves-custom .waves-ripple {
    background-color: rgba(127, 193, 252, 0.4);
  }
  .waves-effect.waves-primary .waves-ripple {
    background-color: rgba(24, 138, 226, 0.4);
  }
  .waves-effect.waves-success .waves-ripple {
    background-color: rgba(75, 211, 150, 0.4);
  }
  .waves-effect.waves-info .waves-ripple {
    background-color: rgba(58, 201, 214, 0.4);
  }
  .waves-effect.waves-warning .waves-ripple {
    background-color: rgba(249, 200, 81, 0.4);
  }
  .waves-effect.waves-danger .waves-ripple {
    background-color: rgba(245, 112, 122, 0.4);
  }
  .waves-effect.waves-pink .waves-ripple {
    background-color: rgba(240, 98, 146, 0.4);
  }
  .waves-effect.purple .waves-ripple {
    background-color: rgba(107, 95, 181, 0.2);
  }
  .waves-effect.waves-inverse .waves-ripple {
    background-color: rgba(59, 62, 71, 0.4);
  }
  .side-menu {
    width: 225px;
    padding-top: 10px;
    z-index: 10;
    background: #0859c6;
    bottom: 50px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
    top: 0;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  }
  
  .side-menu.left {
    position: absolute;
    top: 60px;
    bottom: 0;
  }

.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  padding: 20px;
 
 
   
  position: fixed;
  bottom: 0px;
  margin-left: 0px;
  width: 100%;
  z-index: 2;
  background: #fff;
    
 
}
  


  body.fixed-left .side-menu.left {
    bottom: 50px;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
  }
 
  #wrapper.enlarged .menu-title,
#wrapper.enlarged .menu-arrow,
#wrapper.enlarged .help-box {
  display: none !important;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}
#wrapper.enlarged .content-page {
  margin-left: 70px;
}
#wrapper.enlarged .footer {
  left: 70px;
}
#wrapper.right-bar-enabled .right-bar {
    right: 0;
  }
  #wrapper.right-bar-enabled .left-layout {
    left: 0;
  }
  #wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
  }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .content-page {
    margin-left: 225px;
    overflow: hidden;
    min-height: 100Vh;
  }
  .content-page .content {
    padding: 0 5px 10px 5px;
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .page-title-box {
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin: 0 -20px 20px -20px;
    position: fixed;
    top: 70px;
    margin-left: 0px;
    
    width: 100%;
    z-index: 2;
    background: #fff;
  }
  .page-title-box .page-title {
    margin-bottom: 0;
    float: left;
  }
  .page-title-box .breadcrumb {
    float: right;
    background-color: transparent !important;
  }
  .page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
  }

  .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
  }

  
  @media print {
    .page-title-box,
    .topbar-left,
    .hidden-print,
    .breadcrumb,
    .page-title,
    .footer {
      display: none;
      margin: 0;
      padding: 0;
    }
    .left,
    .right-bar {
      display: none;
    }
    .content {
      margin-top: 0 !important;
      padding-top: 0;
    }
    .content-page {
      margin-left: 0;
      margin-top: 0;
    }
  }

  @media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .footer {
      left: 0px !important;
    }
    .page-title-box{
      padding: 20px !important;
    }
    .navbar-default {
        background-color: #ffffff;
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
      }
    .side-menu {
        position: absolute !important;
      }
  
    .topbar-left {
        width: 70px !important;
    }
    .logo .icon-c-logo {
        display: inline-block !important;
        line-height: 58px !important;
      }
      #calendar{
        overflow-x: auto;
        height: 100%;
      }
      .logo span {
        display: none !important;
      }
      .wrapper-page .logo span {
        display: inline-block !important;
      }
     
    .topbar-left span {
        display: none !important;
    }
    .enlarged .left.side-menu {
        margin-left: -75px;
      }
    .topbar-left i {
        display: block !important;
        line-height: 70px !important;
    }

    .topbar .topbar-left {
        height: 70px;
    }
    .content-page {
        margin-left: 0px !important;
      }
      
  .navbar-nav {
    margin: 0px;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      background-color: #ffffff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      left: auto;
      position: absolute;
      right: 0;
    }
    .navbar-nav .open .dropdown-menu li {
      display: block;
    }
    .dropdown-lg {
        width: 200px !important;
      }
      .user-box {
        float: right;
      }
}
@media (max-width: 419px) {

    .navbar-default {
        padding: 0px;
      }
      .user-box .dropdown-menu {
        margin-right: 0 !important;
      }
      .dropdown-lg {
        width: 160px !important;
      }
      
  .navbar-nav .open .dropdown-menu {
    margin-right: -20px;
  }
      .navbar-default .navbar-left {
        padding-left: 0px !important;
      }
      .navbar-default .navbar-left li {
        padding: 0px 5px;
      }
    .topbar-left {
        width: 70px !important;
    }
    .content-page {
        margin-left: 70px;
      }
    .topbar-left {
        display: none;
    }
    .page-title-box .breadcrumb {
        display: none;
      }
      .page-title {
        font-size: 15px;
        max-width: 250px;
        white-space: nowrap;
      }
      .forced .side-menu.left {
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
      }
      .enlarged .side-menu.left {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
      }
}

@media (max-width: 480px) {
    .side-menu {
      z-index: 10 !important;
    }
    .button-menu-mobile {
        display: block;
      }
}


@media (max-width: 1023px) {
    .button-menu-mobile {
      display: block !important;
    }
}

span.username{
  font-weight: 500;
  margin-right: 10px;
}

.toggle-password,
.show-password{
  cursor: pointer;
}

 .vr {
            height: 70px;
            width: 3px;
            background-color: #FFFFFF;
            margin-right: 10px;
            margin-top: 5px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .datetime {
            font-size: 20px;
            /* Set font size */
            margin-right: 10px;
            /* Adjust margin as needed */
        }

        .fw-bold {
            font-weight: bold;
            /* Make text bold */
        }

        /* .display-time:hover {
            background: #ffd868;
            box-shadow: 0 0 30px #ffd868;
            color: #272727;
            cursor: pointer;
        } */