.remove-file {
    position: absolute;
    top: 0;
}

.tabslink{
    background: none !important;
}

.language_table tbody {
    display: block;
    max-height: 450px;
    overflow-y: scroll;
}
 
.language_table thead, .language_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.iq-navbar .language-menu ul {
    max-height: 350px;
    overflow: auto;
}

.selected-lang {
    height: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
}
.selected-lang-list {
    width: 20px;
    height: auto;
    min-width: 15px;
}

.select2-container--default .select2-search--inline .select2-search__field{
    line-height: normal !important;
}

.attachment-image {
    height: 80px;
    width: 80%;
}
.nav-payment-tabs {
    border-bottom: 1px solid #dee2e6;
}

/* Style for the tabs */
.nav-payment-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-payment-tabs .nav-link {
    border: none;
    padding: 0.5rem 1rem;
    transition: 0.3s;
    color: #111010;  /* Default text color to black */
}
.dark .nav-payment-tabs .nav-link {
    border: none;
    padding: 0.5rem 1rem;
    transition: 0.3s;
    color: #fff;  /* Default text color to white */
}
/* Change the text color for hover state (optional) */
.nav-payment-tabs .nav-link:hover {
    color: var(--bs-primary);
}

.nav-payment-tabs .nav-link.active {
    background-color: transparent;
    position: relative;
    color: var(--bs-primary);  /* Active link text color is primary */
}

.nav-payment-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--bs-primary);
}
.dashboard_table_list { 
    border-top: 1px solid #FBE5DB; 
}
.auth-logo img {
    height: 3rem;
    margin-right: 12px;
  }
.mm-login-shapes-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.mode-icons {
    display: none;
}
.mode-icons.light-mode {
    display: block;
}
.dark .mode-icons.light-mode {
    display: none;
}
.dark .mode-icons.dark-mode {
    display: block;
}


.assign-profile-max-height {
    max-height: 400px;
}


.dark .swal2-icon.swal2-success .swal2-success-circular-line-left,
.dark .swal2-icon.swal2-success .swal2-success-circular-line-right,
.dark .swal2-icon.swal2-success .swal2-success-fix{
   background-color: transparent !important;
}

/* START BULK IMPORT DATA */

.is-default-row td {
    color: black !important
}
  
.no-items{
    color: black;
}

.help {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70px;
    background-color: #fdede4;
    color: #f16a1b !important;
    outline: none !important;
    font-weight:bold;
    border-radius: 10px;
}

.downloadtemplate {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 190px;
    background-color: #fdede4;
    color: #f16a1b !important;
    outline: none !important;
    font-weight:bold;
    border-radius: 10px;
}
  
/* Drop file */
  
.blue-text {
    background-color: #f16a1b;
    color: white;
    border: none;
    padding: 11px 11px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}
  
.underline {
    text-decoration: underline;
}
  
.drop-field {
    position: relative;
    text-align: center;
    vertical-align: middle;
}
  
.drop-field,
.drop-area {
    height: 210px;
}
  
.drop-field .browse {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
}
  
.drop-field .drop-area {
    display: block;
    border: 1px dashed #f16a1b;
    position: relative;
    border-radius: 10px;
    background-color: #fdede4;
}
  
.drop-field,
.drop-area,
.drop-field .browse {
    transition: all 0.3s;
}
  
.drop-field.loaded .drop-area {
    border:  1px dashed #f16a1b;
}
  
.drop-field .browse {
    opacity: 0;
    transform: translateY(100%);
}
  
.drop-field.loaded .browse {
    opacity: 1;
    transform: translateY(0);
}
  
.drop-field.hover .drop-area {
    border: 1px solid black;
}
  
.drop-field .drop-area input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0.000001;
}
  
.drop-field .file-list {
    position: absolute;
    z-index: 0;
    top: 80px;
    left: 0;
    right: 44px;
    text-align: center;
}
  
.drop-field .remove {
    position: absolute;
    left: 20px;
    top: 60px;
    z-index: 4;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(-100%);
    cursor: pointer;
    right: 20px;
}
  
.drop-field .remove:hover {
  color: #f16a1b;
}
  
.drop-field.loaded .remove {
    opacity: 1;
    transform: translateY(0);
}
  
.drop-field ul li {
    padding: 0;
    text-align: center;
    list-style: none;
}
/* END BULK IMPORT DATA */
  
.select2-selection.select2-selection--single {
    padding-right: 15px !important;
}

.sidebar.sidebar-mini .sidebar-toggle .icon {
    transform: rotate(180deg) !important;
    /* transition: transform !important;
    transition-duration: var(--sidebar-transition-duration) !important;
    transition-timing-function: var(--sidebar-transition-function-ease-in-out) !important; */
  }
  .table-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .sticky-header {
    position: sticky;
    top: 0;
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    float: right;
  }