.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;
}
