
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.dataTables_wrapper .top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#fast-filter fieldset {
    width: auto;
    border: 1px solid #40bdd0;
    border-radius: 6px;
}

body {
    margin: 0;
    padding-bottom: 100px; /* Adjust this value to match the height of your footer */
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px; /* Adjust this value to match the desired height of your footer */
    background-color: #f5f5f5;
    text-align: center;
}

/* Loading Spinner */
#loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}

#loading .lds-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0px auto -webkit-focus-ring-color!important;
}

.swal2-close:focus {
    box-shadow: none !important;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Show loading - end */

@media (min-width: 85.375em) {
    .datepicker.dropdown-menu {
        margin-top: 106px !important;
    }
}

#company_search_table .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 23px;
  }
  #company_search_table .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  #company_search_table .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #company_search_table .switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3.5px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
  }
  #company_search_table .switch .slider.round {
    border-radius: 34px;
  }
  #company_search_table .switch .slider.round.round:before {
    border-radius: 50%;
  }
  #company_search_table .switch.active .slider {
    background-color: #2196f3;
    -webkit-box-shadow: 0 0 1px #2196f3;
    -moz-box-shadow: 0 0 1px #2196f3;
    -ms-box-shadow: 0 0 1px #2196f3;
  }
  #company_search_table .switch.active .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .iziModal-header{
    background: #0c9eb9 !important;
  }
  .tg-modal{
    border-bottom: none !important;
  }
  .swal2-html-container{
    text-align: center;
  }

  
div .tg-approvalStatus__section .detail-group .btn {
    padding: 10px 20px !important;
}
.error{
    color:red;
}

.removecaret .dropdown-toggle::after {
    display: none;
} 
.close-button {
    font-size: 1.2em;
    color: red;
    font-weight: 700;
    font-family: Arial;
    border: 1px solid red;
    text-align: center;
    width: 1.8em;
    padding: 0.3em;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px rgba(0,0,0,0.4);
    transition: 0.2s;
}

.lb_file_name{
    background: #40bdd0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 780px;
    min-width: 200px;
}

.lb_file_name_sm{
    background: #40bdd0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 100px;
}
