:root {
    --logo: #003943;
    --active: #007bff;
    --darkhospital: rgba(104, 221, 214, 1);
    --draknailon: rgb(93, 0, 199);
}

.vertical-align-wrap {
    background-image: url(../../public/hrms_background.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.auth-box {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
}
.auth-main .card {
    width: 60%;
    margin: 0 auto;
    background: rgb(25 24 24 / 72%);
    padding: 2.5vw 2vw;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 56%); */
    position: relative;
    font: inherit;
    vertical-align: baseline;
    backdrop-filter: blur(2px);
    overflow: hidden;
    box-shadow: 0 0 10px #007bff9e;
    border: 10px solid #ffffff;
}
.content-login {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: rgb(255, 255, 255);
    text-align: left;
    right: 0;
    text-align: center;
}
.logo-login {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px;
    margin: 50px 0px;
    width: 150px;
}
.auth-main .card .header .lead {
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.auth-main .card .body .form-group {
    margin: 20px auto;
    position: relative;
}
.login-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    background: var(--logo);
    color: #fff;
    width: 35px;
    align-self: baseline;
    padding: 15px 0px;
    font-size: 17px !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.form-control {
    font-size: 13px;
    border: 1px solid #00000017;
    box-shadow: 0 0 5px #00000042;
}
.auth-main .card .body .form-group input.form-control {
    width: 100%;
    padding: 13px 5px 13px 40px;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #000;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    letter-spacing: 1px;
}
.auth-main .card .body .form-group input:-internal-autofill-selected {
    background-color: -internal-light-dark(rgb(255, 255, 255), rgba(255, 255, 255, 0.4)) !important;
}
.auth-main .btn.btn-primary {
    background-color: var(--logo) !important;
    border-color: var(--logo) !important;
}
.auth-main .btn.btn-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.auth-box .heading {
    font-size: 3vw;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 2px 1px 4px rgb(0 0 0 / 74%);
    margin: 0vw 0vw;
    width: 100%;
    text-align: center;
}
.theme-cyan:before, .theme-cyan:after,.theme-cyan #wrapper:before, .theme-cyan #wrapper:after {
    display: none;
}
.navbar-fixed-top {
    top: 0;
}
#left-sidebar{
left:0px;
    margin-top: 60px;
    background-color: #666666;
    color: #fff;
}
.sidebar-nav .metismenu a {
    color: #e3e3e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
    text-decoration: none;
    background: var(--logo);
    color: #fff;
}
.theme-cyan .sidebar-nav .metismenu>li:hover i{
    color: #fff;
}
.theme-cyan .sidebar-nav .metismenu>li.active a i, .theme-cyan .sidebar-nav .metismenu>li a:focus i{
    color: #000;
}
.theme-cyan .sidebar-nav .metismenu>li i {
    color: #c7c7c7;
}   
.theme-cyan .sidebar-nav .metismenu>li.active>a{
    color: #000;
}
.sidebar-nav .metismenu ul a {
    color: #d1cfcf;
}
.theme-cyan .sidebar-nav .metismenu>li.active>a {
    border-left-color: var(--primary);
}
a {
    color: var(--logo);
}
.stepper {
    margin: 0;
    position: fixed;
    z-index: 2333;
    width: 64%;
    top: 25px;
}
#main-content {
    margin-top: 80px;
}
.box-userdashboard {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 0.55rem;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.links {
    position: absolute;
    top: 5px;
    right: 10px;
}
.box-userdashboard .body {
    padding: 30px 20px;
}
.userdashboard-icon {
    filter: grayscale(1);
    opacity: 0.5;
}
.tc-logo {
    color: var(--logo) !important;
}
.userdashboard-footer {
    padding: 10px 20px;
    background-color: #0039433b;
    border-bottom-left-radius: 0.55rem;
    border-bottom-right-radius: 0.55rem;
}
.userdashboard-footer .dropdown-menu {
    top: 5px !important;
}
.dropdown-item {
    font-size: 12px;
}
.userdashboard-footer .dropdown-toggle::after{
    display: none;
}
.bg5-active {
    background-color: #007bff44;
}
.bg5-darkhospital {
    background-color: #6aded648;
}
.tc-active {
    color: var(--active) !important;
}
.tc-darkhospital {
    color: var(--darkhospital) !important;
}
.tc-draknailon {
    color: var(--draknailon) !important;
}
.userdashboard-footer .dropdown-toggle:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 0;
    background-color: #fff;
    display: inline-block;
}
.user-account .dropdown .dropdown-menu{
padding: 0px;
}
.box-dashboard .header {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 34%);
    color: #000;
}
.o-hidden {
    overflow: hidden;
}
.navbar-fixed-top .navbar-brand img {
    width: 70px
}
table thead{
background: var(--logo);
    color: #fff;
}
table.dataTable {
    border-collapse: collapse !important;
}
.btn-one, .btn-two{
    background-color: var(--logo) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.596) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 9px !important;
    line-height: normal;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff !important;
    border:none;
    min-width: 80px;
}
.btn-one:hover,.btn-two:hover{
    background-color: var(--primary) !important;
    color: #fff !important;
}
.btn-two{
    background-color: #fff !important;
    box-shadow: 0 0 3px rgba(250, 250, 250, 0.52) !important;
    color:var(--logo) !important;
}
.table-responsive {
    position: relative;
}
.table-responsive {
    overflow: auto;
    max-height: 75vh;
}
.table-responsive table thead {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.body.scrollmenu #tableContainer .table th:nth-child(2),.body.scrollmenu #tableContainer .table td:nth-child(2)
{
  position:sticky;
  left:-1px;
  background-color:#fff;
}
.body.scrollmenu #tableContainer .table th:nth-child(2){
background-color:var(--logo);
}
.nav-tabs-new>li>a.active {
    border: 1px solid var(--logo)!important;
    background:  var(--logo);
    color: #fff;
}
.nav-tabs-new>li>a {
    color:var(--logo);
    border: 1px solid var(--logo);
    border-radius: 5px;
}
.nav-tabs-new>li>a:hover, .nav-tabs-new>li>a:focus {
    background-color: var(--logo);
}
th{
white-space: nowrap;
}
.dataTables_length{
    float: left;
    margin-right: 10px;
}
.file-tree {
    height: 70vh !important;
margin: 0 !important;
}
li.folder-root.open>ul {
    display: block !important;
    max-height: 65vh !important;
}
.modal-header{
background-color: var(--logo);
color: #fff;
}
.modal {
z-index: 9999;
}