:focus {
    outline: none;
}
.studx_logo {
    width: 55%;
    scale: 1.5;
    margin-right: -1.6rem;
}
.apexcharts-svg {
    width: -webkit-fill-available !important;
}
.theme-white .studx_logo2 {
    width: 100% !important;
    scale: 0.7 !important;
    margin-right: auto;
    margin-left: auto;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/studx_logo_black.png);
}
.theme-black .studx_logo2 {
    width: 100% !important;
    margin-right: auto;
    scale: 0.7;
    margin-left: auto;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/white_logo.png);
}
.theme-white .studx_logo3 {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
    scale: 0.8;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/studx_logo_black.png);
}
.theme-black .studx_logo3 {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
    scale: 0.8;
    background-size: cover;
    background-position: center;
    background-image: url(../images/white_logo.png);
}
.theme-white .blade-body {
    padding-top: 0.4rem !important;
    background: #f9f9f9;
}
.theme-black .blade-body {
    padding-top: 0.4rem !important;
    background: black;
}
.simple-loader {
    background-color: #f5f6fa;
    height: 100%;
    width: 100%;
    position: fixed;
    place-content: center;
    overflow: hidden !important;
    right: 0px;
    z-index: 99999999999999999999999950;
}
.simple-loader .loader-body {
    background-size: 20% !important;
    width: 100%;
    height: 100%;
    background-color: #f5f6fa;
    position: relative;
    background: url(../images/loader.gif) no-repeat scroll center center;
}
.kyc-card-div {
    width: 50%;
}
.withdraw_button {
    background: none;
    border: none;
}
.analytics_slider {
    padding-top: 0.5%;
    padding-left: 0.6%;
    padding-right: 0.5%;
    margin-left: -0%;
    margin-right: 0%;
}
.analytics_slider .card_padding {
    padding: 0.8rem 1rem !important;
    border-radius: 12px;
    background: transparent;
}
.analytics_slider .swiper-slide {
    margin-right: 8px !important;
    margin-bottom: 1.5%;
    width: 18.9%;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    margin-left: 8px;
}
.analytics_slider .swiper-slide .card-body:hover {
    transform: scale(1.025);
}
.analytics_slider .swiper-slide .progress-widget .progress-detail p {
    font-size: 12px;
}
.top_participants_item {
    width: 32.6% !important;
}
.active_campaigns_item {
    width: 49.3%;
}
.participant_name {
    /* width: 100px; */
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .analytics_slider .swiper-slide {
        width: 11.2rem;
        height: 80px;
        min-height: 80px;
        justify-content: center;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail p {
        font-size: 14px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail .counter {
        text-align: center;
        color: #f74f2e;
        font-size: 19px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div {
        width: 45px;
        height: 45px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div img {
        scale: 0.8 !important;
    }
    .campaign-title {
        width: 220px;
        font-size: 16px;
    }
    .dashboard-filters .dashboard_filter_button {
        width: 100%;
        border-radius: 8px;
        height: 35px !important;
        text-align: center;
        padding-top: 5px !important;
    }
    .camp_details_logo {
        object-fit: contain;
        padding: 5px 15px 15px 0px;
        width: 80px;
        height: 60px;
    }
    .card-title {
        font-size: 18px !important;
    }
    .btn-sm,
    .btn-group-sm > .btn {
        font-size: 0.675rem !important;
        padding: 0.2rem 1rem !important;
    }
    .table thead tr th {
        padding: 0.2rem 1rem;
        font-size: 14px;
    }
    table.dataTable > thead .sorting:before,
    table.dataTable > thead .sorting:after,
    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_asc:after,
    table.dataTable > thead .sorting_desc:before,
    table.dataTable > thead .sorting_desc:after,
    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_asc_disabled:after,
    table.dataTable > thead .sorting_desc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:after {
        bottom: 0em;
    }
    input,
    button,
    select,
    optgroup,
    textarea {
        font-size: 14px !important;
        padding: 0.2rem 0.2rem !important;
    }
    .theme-white .dark .table tbody tr td {
        color: #111111;
        font-size: 14px;
        padding: 0.2rem 1rem !important;
    }
    .theme-black .dark .table tbody tr td {
        color: #f1f1f1;
        font-size: 14px;
        padding: 0.2rem 1rem !important;
    }
    .theme-dark3 .card-number {
        font-size: 17px !important;
    }
    .theme-dark3 .card-stats {
        font-size: 13px !important;
    }
    .profile_image {
        height: 80px !important;
        width: 80px !important;
    }
    .profile_body h6 {
        font-size: 15px !important;
    }
    .profile_body p {
        font-size: 14px !important;
    }
}
@media (min-width: 1300px) and (max-width: 1390px) {
    .analytics_slider .swiper-slide {
        width: 11.7rem;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail p {
        font-size: 12px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail .counter {
        text-align: center;
        color: #f74f2e;
        font-size: 19px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div {
        width: 45px;
        height: 45px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div img {
        scale: 0.8 !important;
    }
    .campaign-title {
        width: 220px;
        font-size: 16px;
    }
    .theme-dark3 .card-number {
        font-size: 20px !important;
    }
    .theme-dark3 .card-stats {
        font-size: 14px !important;
    }
    .dashboard-filters .dashboard_filter_button {
        width: 100%;
        border-radius: 8px;
        height: 35px !important;
        text-align: center;
        padding-top: 5px !important;
    }
    .camp_details_logo {
        object-fit: contain;
        padding: 5px 15px 15px 0px;
        width: 80px;
        height: 70px;
    }
    .card-title {
        font-size: 18px !important;
    }
    .btn-sm,
    .btn-group-sm > .btn {
        font-size: 0.675rem !important;
        padding: 0.2rem 1rem !important;
    }
    .table thead tr th {
        padding: 0.2rem 1rem !important;
        font-size: 14px !important;
    }
    table.dataTable > thead .sorting:before,
    table.dataTable > thead .sorting:after,
    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_asc:after,
    table.dataTable > thead .sorting_desc:before,
    table.dataTable > thead .sorting_desc:after,
    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_asc_disabled:after,
    table.dataTable > thead .sorting_desc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:after {
        bottom: 0em !important;
    }
    input,
    button,
    select,
    optgroup,
    textarea {
        font-size: 14px !important;
        padding: 0.2rem 0.2rem !important;
    }
    .dark .table tbody tr td {
        color: #111111;
        font-size: 14px !important;
        padding: 0.2rem 1rem !important;
    }
    .profile_image {
        height: 80px !important;
        width: 80px !important;
    }
    .profile_body h6 {
        font-size: 15px !important;
    }
    .profile_body p {
        font-size: 14px !important;
    }
}
@media (min-width: 1390px) and (max-width: 1444px) {
    .analytics_slider .swiper-slide {
        width: 12.5rem;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail p {
        font-size: 13px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail .counter {
        text-align: center;
        color: #f74f2e;
        font-size: 19px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div {
        width: 45px;
        height: 45px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div img {
        scale: 0.8 !important;
    }
    .campaign-title {
        width: 200px;
    }
    .theme-dark3 .card-number {
        font-size: 22px !important;
    }
    .theme-dark3 .card-stats {
        font-size: 16px !important;
    }
    .dashboard-filters .dashboard_filter_button {
        width: 100%;
        border-radius: 8px;
        height: 35px !important;
        text-align: center;
        padding-top: 5px !important;
    }
    .camp_details_logo {
        object-fit: contain;
        padding: 5px 15px 15px 0px;
        width: 80px;
        height: 70px;
    }
    .card-title {
        font-size: 18px !important;
    }
    .btn-sm,
    .btn-group-sm > .btn {
        font-size: 0.675rem !important;
        padding: 0.2rem 1rem !important;
    }
    .table thead tr th {
        padding: 0.2rem 1rem !important;
        font-size: 14px !important;
    }
    table.dataTable > thead .sorting:before,
    table.dataTable > thead .sorting:after,
    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_asc:after,
    table.dataTable > thead .sorting_desc:before,
    table.dataTable > thead .sorting_desc:after,
    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_asc_disabled:after,
    table.dataTable > thead .sorting_desc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:after {
        bottom: 0em !important;
    }
    input,
    button,
    select,
    optgroup,
    textarea {
        font-size: 14px !important;
        padding: 0.2rem 0.2rem !important;
    }
    .dark .table tbody tr td {
        color: #111111;
        font-size: 14px !important;
        padding: 0.2rem 1rem !important;
    }
    .profile_image {
        height: 90px !important;
        width: 90px !important;
    }
    .profile_body h6 {
        font-size: 15px !important;
    }
    .profile_body p {
        font-size: 14px !important;
    }
}
@media (min-width: 1444px) and (max-width: 1599px) {
    .analytics_slider .swiper-slide {
        width: 18.61%;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail p {
        font-size: 14px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-detail .counter {
        text-align: center;
        color: #f74f2e;
        font-size: 19px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div {
        width: 45px;
        height: 45px;
    }
    .analytics_slider .swiper-slide .progress-widget .progress-icon-div img {
        scale: 1 !important;
    }
    .campaign-title {
        width: 300px;
    }
    .theme-dark3 .card-number {
        font-size: 22px !important;
    }
    .theme-dark3 .card-stats {
        font-size: 16px !important;
    }
    .dashboard-filters .dashboard_filter_button {
        width: 100%;
        border-radius: 8px;
        height: 35px !important;
        text-align: center;
        padding-top: 5px !important;
    }
    .camp_details_logo {
        object-fit: contain;
        /* padding: 5px 15px 15px 0px; */
        width: 80px;
        height: 70px;
    }
    .profile_image {
        height: 90px !important;
        width: 90px !important;
    }
    .profile_body h6 {
        font-size: 16px !important;
    }
    .profile_body p {
        font-size: 16px !important;
    }
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .analytics_slider .swiper-slide {
        width: 18.7%;
    }
    .campaign-title {
        width: 300px;
    }
    .camp_details_logo {
        object-fit: contain;
        /* padding: 5px 15px 15px 0px; */
        width: 80px;
        height: 65px;
    }
    .profile_image {
        height: 90px !important;
        width: 90px !important;
    }
    .profile_body h6 {
        font-size: 16px !important;
    }
    .profile_body p {
        font-size: 17px !important;
    }
}
@media (min-width: 1700px) and (max-width: 2199px) {
    .analytics_slider .swiper-slide {
        width: 18.9%;
    }
    .campaign-title {
        width: 400px;
    }
    .camp_details_logo {
        object-fit: contain;
        /* padding: 5px 15px 15px 0px; */
        width: 90px;
        height: 65px;
    }
    .profile_image {
        height: 90px !important;
        width: 90px !important;
    }
    .profile_body h6 {
        font-size: 17px;
    }
    .profile_body p {
        font-size: 17px;
    }
}
@media (min-width: 1800px) and (max-width: 2500) {
    .analytics_slider .swiper-slide {
        width: 19.8rem;
    }
    .campaign-title {
        width: 450px;
    }
    .camp_details_logo {
        object-fit: contain;
        padding: 5px 15px 15px 0px;
        width: 105px;
        height: 980px;
    }
    .profile_image {
        height: 90px !important;
        width: 90px !important;
    }
    .profile_body h6 {
        font-size: 18px;
    }
    .profile_body p {
        margin-bottom: 0.5rem;
        font-size: 17px;
    }
}
.image-preview {
    width: 100%;
    max-width: 75px;
    height: 75px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}
.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.upload-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3a57e8;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 30%;
}
.upload-icon i {
    font-size: 24px;
    margin-bottom: 5px;
}

.upload-icon:hover {
    color: #02071d;
    text-decoration: underline;
}

input[type="file"].d-none {
    display: none;
}
.delete_button {
    padding: 0.1em 0.2em !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    background-color: #ebebff;
    border-color: #ebebff;
}
div.dataTables_wrapper div.dataTables_filter input {
    background-color: #ebebff;
    border-color: #ebebff;
}
.list-user-action {
    justify-content: space-evenly;
}
.camp_intruction_row {
    display: flex;
    align-items: self-end;
}
.camp_filter_row {
    display: contents;
    margin-top: 1%;
}
#filters_row .chosen-container-single .chosen-single {
    padding: 2px 0px 0px 15px;
    height: 40px;
    color: #444;
    line-height: 35px;
    font-size: 15px;
}
#filters_row .chosen-container .chosen-results li {
    line-height: 20px;
    font-size: 14px;
}
#filters_row .chosen-container .chosen-results li.disabled-result {
    color: #797878;
    font-size: 14px;
}
.login_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.login_banner2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
:root {
    --font-base: "Lato";
    --fs-700: 2.986rem;
    --fs-600: 2.488rem;
    --fs-500: 2.074rem;
    --fs-400: 1.728rem;
    --fs-300: 1.44rem;
    --fs-200: 1.2rem;
    --fs-100: 1rem;
    --fs-50: 0.833rem;

    --white: #ffffff;
    --grey-50: #f8fafc;
    --grey-100: #f1f5f9;
    --grey-200: #e2e8f0;
    --grey-300: #cbd5e1;
    --grey-400: #94a3b8;
    --grey-500: #64748b;
    --grey-600: #475569;
    --grey-700: #334155;
    --grey-800: #1e293b;
    --grey-900: #0f172a;
    --grey-950: #020617;

    --shadow: hsla(215, 16%, 47%, 10%);

    --primary: hsl(162, 100%, 42%);
    --primary-50: hsl(162, 100%, 56%);
}

/* .theme-dark {
  --text: var(--grey-400);
  --text-alt: var(--white);
  --background: var(--grey-900);
  --background-alt: var(--grey-800);
  --background-shade: var(--grey-700);
}
*/
.theme-light,
.theme-dark {
    display: flex;
    width: 18%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0% 1%;
}
.theme-dark .card {
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem var(--shadow);
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    background-color: #575353 !important;
    color: white !important;
    margin-bottom: 0% !important;
}
.theme-dark .card .card-header {
    border-radius: 0.5rem !important;
    background: transparent !important;
    padding: 0% !important;
}

.theme-dark .card:hover {
    transform: scale(1.025);
}

.theme-dark2 {
    display: flex;
    width: 31%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0% 1%;
}
.theme-dark2 .card {
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem var(--shadow);
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    background-color: #3d3a3a !important;
    color: white !important;
    margin-bottom: 0% !important;
}
.theme-dark2 .card .card-header {
    border-radius: 0.5rem !important;
    background: transparent !important;
    padding: 0% !important;
    display: flex;
}

.theme-dark2 .card:hover {
    transform: scale(1.025);
}
.theme-dark2 .filters-header div {
    padding-right: 0%;
}
.college-cards {
    transform: none !important;
    margin: 0% 0.5%;
    width: 32%;
    max-height: 140px;
    height: 140px;
    min-height: 140px;
}
.college-cards .card {
    height: -webkit-fill-available;
}
.theme-dark3 {
    display: flex;
    width: 30%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0% 1%;
}
.theme-white .theme-dark3 .card {
    width: 100%;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    margin-bottom: 8% !important;
}
.theme-black .theme-dark3 .card {
    width: 100%;
    border-radius: 0.5rem;
    background: #1f1f20;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 1) !important;
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    margin-bottom: 8% !important;
}
.theme-dark3 .card .card-header {
    border-radius: 0.5rem !important;
    background: transparent !important;
    padding: 0% !important;
    display: flex;
    justify-content: space-around !important;
}
.theme-dark3 .card:hover {
    transform: scale(1.025);
}
.theme-white .theme-dark3 .card-stats {
    margin-top: 0%;
    margin-left: 5%;
    font-size: 16px;
    color: #010516;
}
.theme-black .theme-dark3 .card-stats {
    margin-top: 0%;
    margin-left: 5%;
    font-size: 16px;
    color: #f1f1f1;
}
.theme-white .theme-dark3 .card-number {
    margin-top: 0%;
    font-size: 24px;
    color: #5b6cd9 !important;
}
.theme-black .theme-dark3 .card-number {
    margin-top: 0%;
    font-size: 24px;
    color: #5b6cd9 !important;
}
.campaign_results_contanier .chosen-container {
    width: 50% !important;
}
.campaign_results_contanier .chosen-container-single .chosen-single {
    padding: 4px 15px !important;
    height: 35px !important;
}
.campaign_results_contanier .chosen-container-single .chosen-default {
    color: #010516 !important;
    font-size: 16px;
}
.theme-white .result_image {
    max-width: 96%;
    height: 375px;
    border-radius: 6px;
    margin: auto 2%;
    width: 100%;
    border: 1px solid #cbcbcf;
    padding: 0%;
    object-fit: cover;
    cursor: pointer;
}
.theme-black .result_image {
    max-width: 96%;
    height: 375px;
    border-radius: 6px;
    margin: auto 2%;
    width: 100%;
    border: 1px solid #3a3a3b;
    padding: 0%;
    object-fit: cover;
    cursor: pointer;
}
.result-cards {
    transform: none !important;
    margin: 0% 0.5%;
    width: 24%;
    max-height: 170px;
    height: 170px;
    min-height: 170px;
}
.theme-dark-wallet {
    display: flex;
    width: 45%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0% 1%;
}
.theme-white .theme-dark-wallet .card {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    background: #ffffff;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 4% !important;
}
.theme-black .theme-dark-wallet .card {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    background: #1f1f20;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 1) !important;
    margin-bottom: 4% !important;
}
.theme-dark-wallet .card .card-header {
    border-radius: 0.5rem !important;
    background: transparent !important;
    padding: 0% !important;
    display: block;
}
.theme-dark-wallet .card .card-content {
    padding: 0.7rem 1.5rem !important;
}
.theme-dark-wallet .card .card-content:hover {
    scale: 1.03;
    cursor: pointer;
}
.theme-white .theme-dark-wallet .card-number {
    font-size: 21px;
    color: #5ba4ff !important;
}
.theme-black .theme-dark-wallet .card-number {
    font-size: 21px;
    color: #5ba4ff !important;
}
.theme-white .theme-dark-wallet .card-stats {
    margin-top: 0%;
    color: #111111;
    padding-right: 0%;
    font-size: 15px;
}
.theme-black .theme-dark-wallet .card-stats {
    margin-top: 0%;
    color: #f7f7f7;
    padding-right: 0%;
    font-size: 15px;
}
.theme-dark-applications {
    display: flex;
    width: 45%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0% 1%;
}
.theme-dark-applications .card {
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem var(--shadow);
    overflow: hidden;
    transform: scale(1);
    transition: transform ease-in-out 0.3s;
    background-color: #575353 !important;
    color: white !important;
    margin-bottom: 4% !important;
}
.theme-dark-applications .card .card-header {
    border-radius: 0.5rem !important;
    background: transparent !important;
    padding: 0% !important;
    display: block;
}
.theme-dark-applications .card .card-content:hover {
    scale: 1.03;
    cursor: pointer;
}
.theme-dark-applications .card-number {
    font-size: 22px;
}
.theme-dark-applications .card-stats {
    margin-top: 1%;
}
.reject-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: absolute;
    right: 4%;
    bottom: 8%;
}
.pending-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: absolute;
    right: 4%;
    bottom: 10%;
}
.pending-card:hover {
    background-color: orangered;
}
.approved-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: absolute;
    right: 4%;
    bottom: 10%;
}
.approved-card:hover {
    background-color: rgb(1, 53, 1);
}
.reject-card:hover {
    background-color: darkred;
}
.instruction_image {
    object-fit: contain;
    width: 100px;
    height: 100px;
    margin-left: 2%;
}
.theme-white .instruction_text {
    margin-left: 5%;
    margin-right: 5%;
    width: -webkit-fill-available;
    color: #111111;
}
.theme-white .instruction_text_title {
    margin-left: 5%;
    margin-right: 5%;
    width: -webkit-fill-available;
    color: #5ba4ff;
}
.theme-black .instruction_text {
    margin-left: 5%;
    margin-right: 5%;
    width: -webkit-fill-available;
    color: #f7f7f7;
}
.theme-black .instruction_text_title {
    margin-left: 5%;
    margin-right: 5%;
    width: -webkit-fill-available;
    color: #5ba4ff;
}
.college-delete-card {
    top: 12px !important;
    right: 12px !important;
}
.update-card {
    position: absolute;
    bottom: 12px;
    right: 12px;
    /* background: #f7f7f7; */
    /* color: #000; */
    border: none;
    padding: 5px !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}
.update-card:hover {
    background: #000;
}
.user_status_card {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border: none;
    border-radius: 10%;
    width: 50px;
    height: 30px;
    padding: 1rem 2.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}

.remove-card {
    position: absolute;
    top: 8px;
    right: 8px;
    /* background: #ff4d4d; */
    /* color: #fff; */
    padding: 5px !important;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}
.remove-card:hover {
    background: #000;
}

.remove-card i {
    pointer-events: none; /* Prevent click events on the icon */
}

.card-content {
    padding: 1.5rem;
}

.card-thumbnail-wrapper {
    max-height: 255px;
    overflow: hidden;
}

.card-thumbnail {
    transform: scale(1);
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform ease-in-out 0.3s;
}

.card:hover .card-thumbnail {
    transform: scale(1.05);
}

.card-title {
    margin-top: unset;
    margin-bottom: 0.35rem;
    font-size: 20px;
    color: var(--text-alt);
}

.card-featured {
    display: flex;
    margin: 0rem;
    font-size: var(--fs-200);
}

.card-stats {
    margin-top: 5%;
}

/* Card button */
.card-action {
    margin-left: auto;
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--primary);
    border-radius: 1rem;
    cursor: pointer;
    font-size: var(--fs-100);
    color: var(--primary);
    background-color: transparent;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.card-action:hover {
    border-color: var(--primary-50);
    color: var(--background-alt);
    background-color: var(--primary-50);
}

/* Target the scrollbar on webkit browsers */
::-webkit-scrollbar {
    width: 10px;
    height: 4px; /* Set the height to a smaller size */
}
::-webkit-scrollbar-thumb {
    background-color: #f74f2e; /* Customize the color of the scrollbar thumb */
    border-radius: 4px; /* Add rounded corners to the scrollbar thumb */
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.submenu_dropdown {
    position: relative !important;
    inset: auto auto -50px -10px !important;
    margin: 0px;
    transform: translate(16px, -48.816px);
}
/* Toggle Switch Container */
.toggle-container {
    align-items: center;
    font-family: Arial, sans-serif;
}
/* Hidden checkbox */
.toggle-container input[type="checkbox"] {
    display: none;
}
/* Toggle label for the switch */
.toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.4s ease;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Slider inside toggle switch */
.toggle-switch::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: transform 0.4s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Active state background color */
input[type="checkbox"]:checked + .toggle-switch {
    background-color: #4caf50;
}

/* Slider movement for active state */
input[type="checkbox"]:checked + .toggle-switch::before {
    transform: translateX(30px);
}

/* Optional text labels for On/Off */
.status {
    margin-left: 15px;
    font-weight: bold;
    font-size: 1em;
    color: #4caf50;
    transition: color 0.4s ease;
}

/* Off state text color */
input[type="checkbox"]:not(:checked) ~ .status {
    color: #f74f2e;
}
.dark .bg-soft-primary {
    background-color: rgba(247, 61, 31, 1, 0.1) !important;
}
.dark a.bg-soft-primary:hover,
.dark a.bg-soft-primary:focus,
.dark button.bg-soft-primary:hover,
.dark button.bg-soft-primary:focus {
    cursor: pointer;
    color: #f74f2e;
    background-color: rgba(247, 61, 31, 1, 0.1) !important;
}
.dark .bg-soft-secondary {
    background-color: rgba(247, 61, 31, 1, 0.1) !important;
}
.dark a.bg-soft-secondary:hover,
.dark a.bg-soft-secondary:focus,
.dark button.bg-soft-secondary:hover,
.dark button.bg-soft-secondary:focus {
    cursor: pointer;
    color: #404c74;
    background-color: rgba(125, 138, 183, 0.15) !important;
}
.dark .bg-soft-success {
    background-color: rgba(33, 204, 106, 0.1) !important;
}
.dark a.bg-soft-success:hover,
.dark a.bg-soft-success:focus,
.dark button.bg-soft-success:hover,
.dark button.bg-soft-success:focus {
    cursor: pointer;
    color: #0f5e31;
    background-color: rgba(33, 204, 106, 0.15) !important;
}
.dark .bg-soft-info {
    background-color: rgba(9, 200, 211, 0.1) !important;
}
.dark a.bg-soft-info:hover,
.dark a.bg-soft-info:focus,
.dark button.bg-soft-info:hover,
.dark button.bg-soft-info:focus {
    cursor: pointer;
    color: #045459;
    background-color: rgba(9, 200, 211, 0.15) !important;
}
.dark .bg-soft-warning {
    background-color: rgba(244, 137, 75, 0.1) !important;
}
.dark a.bg-soft-warning:hover,
.dark a.bg-soft-warning:focus,
.dark button.bg-soft-warning:hover,
.dark button.bg-soft-warning:focus {
    cursor: pointer;
    color: #fff;
    background-color: #f74f2e !important;
}
.dark .bg-soft-danger {
    background-color: #f74f2e !important;
}
.dark a.bg-soft-danger:hover,
.dark a.bg-soft-danger:focus,
.dark button.bg-soft-danger:hover,
.dark button.bg-soft-danger:focus {
    cursor: pointer;
    color: #f74f2e;
    background-color: rgba(221, 73, 55, 0.15) !important;
}
.dark .bg-soft-light {
    background-color: rgba(251, 252, 252, 0.1) !important;
}
.dark a.bg-soft-light:hover,
.dark a.bg-soft-light:focus,
.dark button.bg-soft-light:hover,
.dark button.bg-soft-light:focus {
    cursor: pointer;
    color: #b2bcc5;
    background-color: rgba(251, 252, 252, 0.15) !important;
}
.dark .bg-soft-dark {
    background-color: rgba(91, 102, 113, 0.1) !important;
}
.dark a.bg-soft-dark:hover,
.dark a.bg-soft-dark:focus,
.dark button.bg-soft-dark:hover,
.dark button.bg-soft-dark:focus {
    cursor: pointer;
    color: black;
    background-color: rgba(91, 102, 113, 0.15) !important;
}
.dark .text-primary {
    color: #f74f2e !important;
}
.dark .text-label {
    color: #a2b1fb !important;
}
.theme-white .text-secondary {
    color: #3333ff !important;
}
.theme-black .text-secondary {
    color: #8696ff !important;
}
.dark .text-success {
    color: #06cf10 !important;
}
.dark .text-info {
    color: #079aa2 !important;
}
.dark .text-warning {
    color: #f16a1b !important;
}
.dark .text-primary2 {
    color: #fba06a !important;
}
.dark .text-primary2:hover {
    color: #fff !important;
}
.dark .text-danger {
    color: #fa1f07 !important;
}
.dark .text-light {
    color: #dee2e6 !important;
}
.theme-white .dark .text-dark {
    color: #212529 !important;
}
.theme-black .dark .text-dark {
    color: #ffffff !important;
}
.dark .iq-media-group .iq-icon-box-3 {
    background: #222738;
}
.theme-white .dark {
    color: #121313;
    background-color: #fff !important;
}
.theme-black .dark {
    color: #fff;
    background-color: #000 !important;
}
.theme-white h1,
.theme-white .h1,
.theme-white h2,
.theme-white .h2,
.theme-white h3,
.theme-white .h3,
.theme-white h4,
.theme-white .h4,
.theme-white h5,
.theme-white .h5,
.theme-white h6,
.theme-white .h6 {
    color: #141414;
}
.theme-black .theme-black h1,
.theme-black .h1,
.theme-black h2,
.theme-black .h2,
.theme-black h3,
.theme-black .h3,
.theme-black h4,
.theme-black .h4,
.theme-black h5,
.theme-black .h5,
.theme-black h6,
.theme-black .h6 {
    color: #f1f1f1 !important;
}
.dark .border {
    border-color: #010516 !important;
}
.dark .border-bottom {
    border-color: #010516 !important;
}
.dark .datepicker-picker {
    background-color: #222738;
}
.dark .datepicker-picker .datepicker-title {
    background-color: #222738;
}
.dark .datepicker-picker .datepicker-controls .button {
    background-color: #222738;
    color: #8a92a6;
}
.dark .offcanvas {
    background-color: #000;
    color: #f74f2e;
}
.dark button.close-btn-res {
    color: #dee2e6;
}
.dark hr.hr-horizontal {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 1),
        transparent
    );
}
.dark hr.hr-vertial {
    background-image: linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
}
.dark .custom-accordion .accordion-button {
    color: #adb3c1;
}
.dark .custom-accordion .accordion-item {
    background: #222738;
}
.dark .accordion .accordion-item {
    background-color: #151824;
    color: #fff;
}
.dark .accordion .accordion-item .accordion-header .accordion-button {
    background-color: #30384f;
    color: #fff;
}
.dark
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #30384f;
}
.dark .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: unset;
}
.dark .btn-border {
    border: 2px solid #30384f;
}
.dark .btn-border:hover {
    border-color: #57658e;
}
.dark .btn-border.active {
    border-color: var(--bs-primary);
}
.dark .bd-aside .btn:hover,
.dark .bd-aside .btn:focus,
.dark .bd-aside .active,
.dark .bd-aside a:hover {
    color: #fff;
    background-color: #151824;
    box-shadow: unset;
}
.dark .btn-soft-primary {
    color: #f74f2e;
    background-color: rgba(58, 87, 232, 0.1);
    border-color: rgba(58, 87, 232, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-primary:hover {
    color: #7589ef;
    background-color: rgba(58, 87, 232, 0.2);
    border-color: rgba(58, 87, 232, 0.2);
}
.btn-check:focus + .dark .btn-soft-primary,
.dark .btn-soft-primary:focus {
    color: #7589ef;
    background-color: rgba(58, 87, 232, 0.2);
    border-color: rgba(58, 87, 232, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(97, 121, 237, 0.5);
}
.btn-check:checked + .dark .btn-soft-primary,
.btn-check:active + .dark .btn-soft-primary,
.dark .btn-soft-primary:active,
.dark .btn-soft-primary.active,
.show > .dark .btn-soft-primary.dropdown-toggle {
    color: #f74f2e;
    background-color: rgba(58, 87, 232, 0.3);
    border-color: rgba(58, 87, 232, 0.2);
}
.btn-check:checked + .dark .btn-soft-primary:focus,
.btn-check:active + .dark .btn-soft-primary:focus,
.dark .btn-soft-primary:active:focus,
.dark .btn-soft-primary.active:focus,
.show > .dark .btn-soft-primary.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(97, 121, 237, 0.5);
}
.dark .btn-soft-primary:disabled,
.dark .btn-soft-primary.disabled {
    color: #000;
    background-color: #9dabf4;
    border-color: rgba(58, 87, 232, 0);
}
.dark .btn-soft-secondary {
    color: #7d89b7;
    background-color: rgba(92, 108, 165, 0.1);
    border-color: rgba(92, 108, 165, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-secondary:hover {
    color: #8d98c0;
    background-color: rgba(92, 108, 165, 0.2);
    border-color: rgba(92, 108, 165, 0.2);
}
.btn-check:focus + .dark .btn-soft-secondary,
.dark .btn-soft-secondary:focus {
    color: #8d98c0;
    background-color: rgba(92, 108, 165, 0.2);
    border-color: rgba(92, 108, 165, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0),
        0 0 0 0rem rgba(125, 137, 183, 0.5);
}
.btn-check:checked + .dark .btn-soft-secondary,
.btn-check:active + .dark .btn-soft-secondary,
.dark .btn-soft-secondary:active,
.dark .btn-soft-secondary.active,
.show > .dark .btn-soft-secondary.dropdown-toggle {
    color: #5c6ca5;
    background-color: rgba(92, 108, 165, 0.3);
    border-color: rgba(92, 108, 165, 0.2);
}
.btn-check:checked + .dark .btn-soft-secondary:focus,
.btn-check:active + .dark .btn-soft-secondary:focus,
.dark .btn-soft-secondary:active:focus,
.dark .btn-soft-secondary.active:focus,
.show > .dark .btn-soft-secondary.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(125, 137, 183, 0.5);
}
.dark .btn-soft-secondary:disabled,
.dark .btn-soft-secondary.disabled {
    color: #000;
    background-color: #aeb6d2;
    border-color: rgba(92, 108, 165, 0);
}
.dark .btn-soft-success {
    color: #48b375;
    background-color: rgba(26, 160, 83, 0.1);
    border-color: rgba(26, 160, 83, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-success:hover {
    color: #5fbd87;
    background-color: rgba(26, 160, 83, 0.2);
    border-color: rgba(26, 160, 83, 0.2);
}
.btn-check:focus + .dark .btn-soft-success,
.dark .btn-soft-success:focus {
    color: #5fbd87;
    background-color: rgba(26, 160, 83, 0.2);
    border-color: rgba(26, 160, 83, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(72, 179, 117, 0.5);
}
.btn-check:checked + .dark .btn-soft-success,
.btn-check:active + .dark .btn-soft-success,
.dark .btn-soft-success:active,
.dark .btn-soft-success.active,
.show > .dark .btn-soft-success.dropdown-toggle {
    color: #1aa053;
    background-color: rgba(26, 160, 83, 0.3);
    border-color: rgba(26, 160, 83, 0.2);
}
.btn-check:checked + .dark .btn-soft-success:focus,
.btn-check:active + .dark .btn-soft-success:focus,
.dark .btn-soft-success:active:focus,
.dark .btn-soft-success.active:focus,
.show > .dark .btn-soft-success.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(72, 179, 117, 0.5);
}
.dark .btn-soft-success:disabled,
.dark .btn-soft-success.disabled {
    color: #000;
    background-color: #8dd0a9;
    border-color: rgba(26, 160, 83, 0);
}
.dark .btn-soft-info {
    color: #39aeb5;
    background-color: rgba(7, 154, 162, 0.1);
    border-color: rgba(7, 154, 162, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-info:hover {
    color: #51b8be;
    background-color: rgba(7, 154, 162, 0.2);
    border-color: rgba(7, 154, 162, 0.2);
}
.btn-check:focus + .dark .btn-soft-info,
.dark .btn-soft-info:focus {
    color: #51b8be;
    background-color: rgba(7, 154, 162, 0.2);
    border-color: rgba(7, 154, 162, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(57, 174, 181, 0.5);
}
.btn-check:checked + .dark .btn-soft-info,
.btn-check:active + .dark .btn-soft-info,
.dark .btn-soft-info:active,
.dark .btn-soft-info.active,
.show > .dark .btn-soft-info.dropdown-toggle {
    color: #079aa2;
    background-color: rgba(7, 154, 162, 0.3);
    border-color: rgba(7, 154, 162, 0.2);
}
.btn-check:checked + .dark .btn-soft-info:focus,
.btn-check:active + .dark .btn-soft-info:focus,
.dark .btn-soft-info:active:focus,
.dark .btn-soft-info.active:focus,
.show > .dark .btn-soft-info.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(57, 174, 181, 0.5);
}
.dark .btn-soft-info:disabled,
.dark .btn-soft-info.disabled {
    color: #000;
    background-color: #83cdd1;
    border-color: rgba(7, 154, 162, 0);
}
.dark .btn-soft-warning {
    color: #f48849;
    background-color: rgba(241, 106, 27, 0.1);
    border-color: rgba(241, 106, 27, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-warning:hover {
    color: #f5975f;
    background-color: rgba(241, 106, 27, 0.2);
    border-color: rgba(241, 106, 27, 0.2);
}
.btn-check:focus + .dark .btn-soft-warning,
.dark .btn-soft-warning:focus {
    color: #f5975f;
    background-color: rgba(241, 106, 27, 0.2);
    border-color: rgba(241, 106, 27, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(244, 136, 73, 0.5);
}
.btn-check:checked + .dark .btn-soft-warning,
.btn-check:active + .dark .btn-soft-warning,
.dark .btn-soft-warning:active,
.dark .btn-soft-warning.active,
.show > .dark .btn-soft-warning.dropdown-toggle {
    color: #f16a1b;
    background-color: rgba(241, 106, 27, 0.3);
    border-color: rgba(241, 106, 27, 0.2);
}
.btn-check:checked + .dark .btn-soft-warning:focus,
.btn-check:active + .dark .btn-soft-warning:focus,
.dark .btn-soft-warning:active:focus,
.dark .btn-soft-warning.active:focus,
.show > .dark .btn-soft-warning.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(244, 136, 73, 0.5);
}
.dark .btn-soft-warning:disabled,
.dark .btn-soft-warning.disabled {
    color: #000;
    background-color: #f8b58d;
    border-color: rgba(241, 106, 27, 0);
}
.dark .btn-soft-danger {
    color: #cd5b4d;
    background-color: rgba(192, 50, 33, 0.1);
    border-color: rgba(192, 50, 33, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-danger:hover {
    color: #d37064;
    background-color: rgba(192, 50, 33, 0.2);
    border-color: rgba(192, 50, 33, 0.2);
}
.btn-check:focus + .dark .btn-soft-danger,
.dark .btn-soft-danger:focus {
    color: #d37064;
    background-color: rgba(192, 50, 33, 0.2);
    border-color: rgba(192, 50, 33, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(205, 91, 77, 0.5);
}
.btn-check:checked + .dark .btn-soft-danger,
.btn-check:active + .dark .btn-soft-danger,
.dark .btn-soft-danger:active,
.dark .btn-soft-danger.active,
.show > .dark .btn-soft-danger.dropdown-toggle {
    color: #c03221;
    background-color: rgba(192, 50, 33, 0.3);
    border-color: rgba(192, 50, 33, 0.2);
}
.btn-check:checked + .dark .btn-soft-danger:focus,
.btn-check:active + .dark .btn-soft-danger:focus,
.dark .btn-soft-danger:active:focus,
.dark .btn-soft-danger.active:focus,
.show > .dark .btn-soft-danger.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(205, 91, 77, 0.5);
}
.dark .btn-soft-danger:disabled,
.dark .btn-soft-danger.disabled {
    color: #000;
    background-color: #e09990;
    border-color: rgba(192, 50, 33, 0);
}
.dark .btn-soft-light {
    color: #e5e8eb;
    background-color: rgba(222, 226, 230, 0.1);
    border-color: rgba(222, 226, 230, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-light:hover {
    color: #e8ebee;
    background-color: rgba(222, 226, 230, 0.2);
    border-color: rgba(222, 226, 230, 0.2);
}
.btn-check:focus + .dark .btn-soft-light,
.dark .btn-soft-light:focus {
    color: #e8ebee;
    background-color: rgba(222, 226, 230, 0.2);
    border-color: rgba(222, 226, 230, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0),
        0 0 0 0rem rgba(229, 232, 235, 0.5);
}
.btn-check:checked + .dark .btn-soft-light,
.btn-check:active + .dark .btn-soft-light,
.dark .btn-soft-light:active,
.dark .btn-soft-light.active,
.show > .dark .btn-soft-light.dropdown-toggle {
    color: #dee2e6;
    background-color: rgba(222, 226, 230, 0.3);
    border-color: rgba(222, 226, 230, 0.2);
}
.btn-check:checked + .dark .btn-soft-light:focus,
.btn-check:active + .dark .btn-soft-light:focus,
.dark .btn-soft-light:active:focus,
.dark .btn-soft-light.active:focus,
.show > .dark .btn-soft-light.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(229, 232, 235, 0.5);
}
.dark .btn-soft-light:disabled,
.dark .btn-soft-light.disabled {
    color: #000;
    background-color: #eff1f3;
    border-color: rgba(222, 226, 230, 0);
}
.dark .btn-soft-dark {
    color: #4d5154;
    background-color: rgba(33, 37, 41, 0.1);
    border-color: rgba(33, 37, 41, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: unset;
}
.dark .btn-soft-dark:hover {
    color: #646669;
    background-color: rgba(33, 37, 41, 0.2);
    border-color: rgba(33, 37, 41, 0.2);
}
.btn-check:focus + .dark .btn-soft-dark,
.dark .btn-soft-dark:focus {
    color: #646669;
    background-color: rgba(33, 37, 41, 0.2);
    border-color: rgba(33, 37, 41, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(77, 81, 84, 0.5);
}
.btn-check:checked + .dark .btn-soft-dark,
.btn-check:active + .dark .btn-soft-dark,
.dark .btn-soft-dark:active,
.dark .btn-soft-dark.active,
.show > .dark .btn-soft-dark.dropdown-toggle {
    color: #212529;
    background-color: rgba(33, 37, 41, 0.3);
    border-color: rgba(33, 37, 41, 0.2);
}
.btn-check:checked + .dark .btn-soft-dark:focus,
.btn-check:active + .dark .btn-soft-dark:focus,
.dark .btn-soft-dark:active:focus,
.dark .btn-soft-dark.active:focus,
.show > .dark .btn-soft-dark.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(77, 81, 84, 0.5);
}
.dark .btn-soft-dark:disabled,
.dark .btn-soft-dark.disabled {
    color: #fff;
    background-color: #909294;
    border-color: rgba(33, 37, 41, 0);
}
.theme-white .modal-header .btn-close {
    filter: none;
}
.theme-black .modal-header .btn-close {
    filter: invert(1);
}
.theme-white .dark .sidebar {
    background-color: #f9fafb;
}
.theme-white .dark .sidebar .navbar-brand .logo-title {
    color: #050505;
}
.theme-white .dark .sidebar .navbar-nav .nav-item .nav-link {
    color: #000000;
}
.theme-white .dark .sidebar .navbar-nav .nav-item .nav-link:not(.disabled) {
    color: #141414;
}
.theme-white
    .dark
    .sidebar
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"] {
    background-color: #3a57e8;
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(17, 38, 146, 0.4);
}
.theme-white
    .dark
    .sidebar
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
    background-color: rgba(58, 87, 232, 0.1);
    color: #3a57e8;
}
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"] {
    background-color: #fff !important;
    color: var(--bs-primary) !important;
    box-shadow: unset !important;
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"],
.theme-white
    .dark
    .sidebar-white
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-white
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"],
.theme-white
    .dark
    .sidebar-transparent
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-transparent
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"] {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    box-shadow: unset !important;
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]),
.theme-white
    .dark
    .sidebar-white
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]),
.theme-white
    .dark
    .sidebar-transparent
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
    background-color: rgba(var(--bs-primary-rgb), 0.2) !important;
    color: var(--bs-primary) !important;
}
.dark .dual-horizontal .nav {
    background-color: #3a57e8;
}
.dark.dual-compact .nav-underline .nav-link:hover {
    color: var(--bs-primary);
}
.dark.dual-compact .nav-underline .active {
    color: #dee2e6;
}
.theme-white .dark .sidebar-dark {
    background-color: #000;
}
.theme-white .dark .sidebar-dark .navbar-brand .logo-light {
    opacity: 1;
    transform: scale(1);
    transition: all 400ms ease;
}
.theme-white .dark .sidebar-dark .navbar-brand .logo-dark {
    opacity: 0;
    transform: scale(0);
    transition: all 400ms ease;
}
.theme-white .dark .sidebar-dark .navbar-brand .logo-title {
    color: #e9e9ea;
}
.theme-white .dark .sidebar-dark .sidebar-header {
    border-bottom-color: #000;
}
.theme-white .dark .sidebar-dark .navbar-nav .nav-item .nav-link.disabled {
    color: #d3d3d4;
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled) {
    color: #bcbebf;
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"]:after {
    border-color: #fff;
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"] {
    background-color: #3a57e8;
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(17, 38, 146, 0.4);
}
.theme-white
    .dark
    .sidebar-dark
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.theme-white .dark .sidebar-color {
    background-color: #3a57e8;
}
.theme-white .dark .sidebar-color .navbar-brand .logo-light {
    opacity: 1;
    transform: scale(1);
    transition: all 400ms ease;
}
.theme-white .dark .sidebar-color .navbar-brand .logo-dark {
    opacity: 0;
    transform: scale(0);
    transition: all 400ms ease;
}
.theme-white .dark .sidebar-color .navbar-brand .logo-title {
    color: #ebeefd;
}
.theme-white .dark .sidebar-color .sidebar-header {
    border-bottom-color: #4e68ea;
}
.theme-white .dark .sidebar-color .navbar-nav .nav-item .nav-link.disabled {
    color: #d8ddfa;
}
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled) {
    color: #c4cdf8;
}
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"]:after {
    border-color: #fff;
}
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled).active,
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled)[aria-expanded="true"] {
    background-color: #fff;
    color: #3a57e8;
    box-shadow: 0 10px 20px -10px rgba(17, 38, 146, 0.4);
}
.theme-white
    .dark
    .sidebar-color
    .navbar-nav
    .nav-item
    .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.theme-white .dark .sidebar-transparent {
    background-color: transparent;
    box-shadow: none;
}
.dark .footer {
    display: none;
    background-color: #000 !important;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.dark .footer a {
    color: #8a92a6;
    transition: all 400ms ease;
}
.dark .footer a:hover {
    transition: all 400ms ease;
    color: #f74f2e;
}
.theme-white .dark .nav {
    background: #575353;
}
.theme-white .dark .nav .navbar-brand .logo-title {
    color: #fff;
}
.theme-white .dark .iq-navbar {
    border-color: #f9fafb;
    background-color: #f9fafb;
}
.theme-white .dark .iq-navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.theme-white .dark .iq-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #b9beca;
}
.theme-white .dark .iq-navbar .navbar-brand .logo-title {
    color: #fff;
}
.theme-white .dark .iq-navbar.nav-glass {
    background: linear-gradient(
        120deg,
        rgba(96, 101, 138, 0.5) -8%,
        rgba(96, 101, 138, 0.01) 120%
    );
    border-color: #30384f;
}
.theme-white .dark .iq-navbar .dropdown .dropdown-menu.sub-drop li a {
    color: #8a92a6;
}
.theme-white .dark .iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card {
    color: #8a92a6;
}
.theme-white
    .dark
    .iq-navbar
    .dropdown
    .dropdown-menu.sub-drop
    .iq-sub-card:hover {
    background: #060917;
}
.theme-white
    .dark
    .iq-navbar
    .dropdown
    .dropdown-menu.sub-drop
    .iq-sub-card:not(:last-child) {
    border-bottom: 1px solid #30384f;
}

.dark .list-group-item {
    background-color: unset;
}
.offer_title_td {
    width: 35rem;
    overflow-x: scroll;
    position: absolute;
}
@media (max-width: 1600px) {
    .offer_title_td {
        width: 27rem;
        overflow-x: scroll;
        position: absolute;
    }
}
@media (max-width: 991.98px) {
    .dark .iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
        background: #222738;
    }
}
.dark .nav-tabs .nav-link.active {
    box-shadow: unset;
}
.dark .alert-primary {
    color: #6179ed;
    background-color: #f74f2e;
    border-color: #f74f2e;
}
.dark .alert-primary .alert-link {
    color: #4e61be;
}
.dark .alert-primary .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-secondary {
    color: #7d89b7;
    background-color: #252b42;
    border-color: #121621;
}
.dark .alert-secondary .alert-link {
    color: #646e92;
}
.dark .alert-secondary .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-success {
    color: #48b375;
    background-color: #0a4021;
    border-color: #052011;
}
.dark .alert-success .alert-link {
    color: #3a8f5e;
}
.dark .alert-success .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-info {
    color: #39aeb5;
    background-color: #033e41;
    border-color: #011f20;
}
.dark .alert-info .alert-link {
    color: #2e8b91;
}
.dark .alert-info .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-warning {
    color: #f48849;
    background-color: #602a0b;
    border-color: #301505;
}
.dark .alert-warning .alert-link {
    color: #c36d3a;
}
.dark .alert-warning .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-danger {
    color: #fff;
    background-color: #f74f2e;
    border-color: #f74f2e;
}
.dark .alert-danger .alert-link {
    color: #f74f2e;
}
.dark .alert-danger .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-light {
    color: #e5e8eb;
    background-color: #595a5c;
    border-color: #2c2d2e;
}
.dark .alert-light .alert-link {
    color: #b7babc;
}
.dark .alert-light .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-dark {
    color: #4d5154;
    background-color: #0d0f10;
    border-color: #070708;
}
.dark .alert-dark .alert-link {
    color: #3e4143;
}
.dark .alert-dark .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.dark .alert-solid.alert-primary {
    color: #fff;
    background-color: #f74f2e;
    border-color: #f74f2e;
}
.dark .alert-solid.alert-primary .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-primary .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-secondary {
    color: #fff;
    background-color: #5c6ca5;
    border-color: #5c6ca5;
}
.dark .alert-solid.alert-secondary .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-secondary .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-success {
    color: #fff;
    background-color: #1aa053;
    border-color: #1aa053;
}
.dark .alert-solid.alert-success .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-success .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-info {
    color: #fff;
    background-color: #079aa2;
    border-color: #079aa2;
}
.dark .alert-solid.alert-info .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-info .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-warning {
    color: #fff;
    background-color: #f16a1b;
    border-color: #f16a1b;
}
.dark .alert-solid.alert-warning .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-warning .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-danger {
    color: #fff;
    background-color: #c03221;
    border-color: #c03221;
}
.dark .alert-solid.alert-danger .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-danger .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-light {
    color: #fff;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.dark .alert-solid.alert-light .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-light .btn-close {
    filter: unset;
}
.dark .alert-solid.alert-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.dark .alert-solid.alert-dark .alert-link {
    color: #cccccc;
}
.dark .alert-solid.alert-dark .btn-close {
    filter: unset;
}
.dark .alert-left.alert-primary {
    border-color: #f74f2e;
}
.dark .alert-left.alert-secondary {
    border-color: #5c6ca5;
}
.dark .alert-left.alert-success {
    border-color: #1aa053;
}
.dark .alert-left.alert-info {
    border-color: #079aa2;
}
.dark .alert-left.alert-warning {
    border-color: #f16a1b;
}
.dark .alert-left.alert-danger {
    border-color: #c03221;
}
.dark .alert-left.alert-light {
    border-color: #dee2e6;
}
.dark .alert-left.alert-dark {
    border-color: #212529;
}
.dark .alert-top.alert-primary {
    border-color: #3a57e8;
}
.dark .alert-top.alert-secondary {
    border-color: #5c6ca5;
}
.dark .alert-top.alert-success {
    border-color: #1aa053;
}
.dark .alert-top.alert-info {
    border-color: #079aa2;
}
.dark .alert-top.alert-warning {
    border-color: #f16a1b;
}
.dark .alert-top.alert-danger {
    border-color: #c03221;
}
.dark .alert-top.alert-light {
    border-color: #dee2e6;
}
.dark .alert-top.alert-dark {
    border-color: #212529;
}
.dark .alert-right.alert-primary {
    border-color: #3a57e8;
}
.dark .alert-right.alert-secondary {
    border-color: #5c6ca5;
}
.dark .alert-right.alert-success {
    border-color: #1aa053;
}
.dark .alert-right.alert-info {
    border-color: #079aa2;
}
.dark .alert-right.alert-warning {
    border-color: #f16a1b;
}
.dark .alert-right.alert-danger {
    border-color: #c03221;
}
.dark .alert-right.alert-light {
    border-color: #dee2e6;
}
.dark .alert-right.alert-dark {
    border-color: #212529;
}
.dark .alert-bottom.alert-primary {
    border-color: #3a57e8;
}
.dark .alert-bottom.alert-secondary {
    border-color: #5c6ca5;
}
.dark .alert-bottom.alert-success {
    border-color: #1aa053;
}
.dark .alert-bottom.alert-info {
    border-color: #079aa2;
}
.dark .alert-bottom.alert-warning {
    border-color: #f16a1b;
}
.dark .alert-bottom.alert-danger {
    border-color: #c03221;
}
.dark .alert-bottom.alert-light {
    border-color: #dee2e6;
}
.dark .alert-bottom.alert-dark {
    border-color: #212529;
}
.theme-white .dark .card {
    background: #fff;
}
.theme-black .dark .card {
    background: rgba(255, 255, 255, 0.1); /* Transparent layer */
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); /* Soft glow */
    backdrop-filter: blur(10px) !important; /* Frosted effect */
    -webkit-backdrop-filter: blur(10px) !important;
}
.body-card {
    margin-top: 6%;
}
.theme-white .dark .card .card-header,
.dark .card .card-footer {
    background-color: #fff;
    border-bottom-color: #fff;
}
.theme-black .dark .card .card-header,
.dark .card .card-footer {
    background-color: #000;
    border-bottom-color: #000;
}
.dark .card-footer {
    border-top: 1px solid #fff;
}
.theme-white .dark .apexcharts-theme-light .apexcharts-tooltip {
    background: #ebebff;
    border: 1px solid #b2b2fc;
}
.theme-white
    .dark
    .apexcharts-theme-light
    .apexcharts-tooltip
    .apexcharts-tooltip-title {
    background: #ebebff;
    border: 1px solid #b2b2fc;
}
.theme-white .dark .apexcharts-theme-light .apexcharts-xaxistooltip {
    background: #ebebff;
    border: 1px solid #b2b2fc;
}
.theme-white
    .dark
    .apexcharts-theme-light
    .apexcharts-xaxistooltip
    .apexcharts-xaxistooltip-text {
    color: #8a92a6;
}
.theme-white .dark .icon-box {
    border-color: #30384f;
    color: #5c6ca5;
}
.theme-white .dark .icon-box .overlay {
    background-color: #ebebff;
}
.theme-white .dark .icon-box:hover .overlay .btn {
    color: #fff;
}
.theme-black .dark .apexcharts-theme-light .apexcharts-tooltip {
    background: #161617;
    border: 1px solid #141414;
}
.theme-black
    .dark
    .apexcharts-theme-light
    .apexcharts-tooltip
    .apexcharts-tooltip-title {
    background: #161617;
    border: 1px solid #b2b2fc;
}
.theme-black .dark .apexcharts-theme-light .apexcharts-xaxistooltip {
    background: #161617;
    border: 1px solid #b2b2fc;
}
.theme-black
    .dark
    .apexcharts-theme-light
    .apexcharts-xaxistooltip
    .apexcharts-xaxistooltip-text {
    color: #8a92a6;
}
.theme-black .dark .icon-box {
    border-color: #30384f;
    color: #5c6ca5;
}
.theme-black .dark .icon-box .overlay {
    background-color: #161617;
}
.theme-black .dark .icon-box:hover .overlay .btn {
    color: #fff;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.theme-white .dark .form-control {
    color: #141414;
    background-color: #f6f6f7;
    border-color: #d4d7dd;
}
.theme-black .dark .form-control {
    color: #141414;
    background-color: #1f1f20;
    border: 1px solid #3a3a3b;
    border-color: #3a3a3b;
    color: #a0a0a1;
}
.dark .form-control.is-invalid {
    border-color: #c03221;
}
.dark .form-control.is-valid {
    border-color: #1aa053;
}
.dark .form-check-input {
    color: #f74f2e;
    background-color: #f7f7f7;
    border-color: #30384f;
    transform: scale(1.2);
    width: 15px !important;
}
.theme-white .dark .form-select {
    color: #141414;
    background-color: #fff;
}
.theme-black .dark .form-select {
    color: #8a92a6;
    background-color: #222738;
}
.dark .form-select.is-invalid {
    border-color: #c03221;
}
.dark .input-group-text {
    background-color: #222738;
    border-color: #30384f;
}
.dark .stepwizard-row a.btn {
    color: #8a92a6;
    background-color: #151824;
}
.dark #top-tabbar-vertical li a {
    color: #8a92a6;
    background-color: #151824;
}
.dark
    .custom-form-floating
    > .form-control:not(:-moz-placeholder-shown)
    ~ label {
    background-color: #222738;
}
.dark
    .custom-form-floating
    > .form-control:not(:-ms-input-placeholder)
    ~ label {
    background-color: #222738;
}
.dark .custom-form-floating > .form-control:focus ~ label,
.dark .custom-form-floating > .form-control:not(:placeholder-shown) ~ label,
.dark .custom-form-floating > .form-select ~ label {
    background-color: #222738;
}
.dark #top-tab-list li a {
    color: #222738;
    background: #151824;
}
.dark #top-tab-list li a .iq-icon {
    background: #222738;
}
.dark #top-tab-list li a .iq-icon .svg-icon {
    color: #fff;
}
.dark #top-tab-list li a .dark-wizard {
    color: white;
}
.dark #top-tab-list li.active a {
    background: #3a57e8;
    color: #fff;
}
.dark #top-tab-list li.active a .iq-icon {
    background: #fff;
}
.dark #top-tab-list li.active a .iq-icon .svg-icon {
    color: #3a57e8;
}
.dark #top-tab-list li.active.done a {
    background: #1aa053;
}
.dark #top-tab-list li.active.done a i {
    color: #1aa053;
}
.dark #top-tab-list li#confirm.active a {
    background: #1aa053;
}
.dark #top-tab-list li#confirm.active a i {
    color: #1aa053;
}
.theme-white .dark .table tbody tr td {
    color: #111111;
}
.theme-black .dark .table tbody tr td {
    color: #f1f5f9;
}
.dark .dropdown-menu {
    background-color: #151824;
    color: #8a92a6;
}
.dark .dropdown-menu .dropdown-item {
    color: #fff;
}
.dark .dropdown-menu .dropdown-item:hover {
    color: #2ef5ff;
    background-color: transparent;
}
.dark .like-block span {
    color: #8a92a6;
}
.dark .dropdown > .dropdown-menu {
    background-color: #151824;
}
.dark .dropdown > .dropdown-menu > a {
    color: #8a92a6;
}
.dark .profile-media::before {
    border-color: #30384f;
}
.dark .profile-dots-pills {
    background-color: #f73d1f;
}
.dark .iq-timeline:before {
    background-color: #30384f;
}
.dark .iq-timeline li .timeline-dots {
    background-color: #151824 !important;
}
.dark .iq-timeline0:before {
    background-color: #30384f;
}
.dark .iq-timeline0 li .timeline-dots {
    background-color: #151824 !important;
}
.dark .iq-timeline0 li .timeline-dots1 {
    background-color: #151824;
}
.dark .credit-card-widget .primary-gradient-card {
    border-color: #000 !important;
}
.dark .credit-card-widget .primary-gradient-card {
    background: linear-gradient(
        117.76deg,
        rgba(0, 0, 0, 0.5) -7.21%,
        rgba(0, 0, 0, 0.01) 118.08%
    );
}
.dark .circle-progress-circle {
    stroke: #5c6ca5;
}
.dark .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3a57e8;
    border-color: #5c6ca5;
}
.dark .page-item .page-link {
    background-color: #a1a1ff;
    border-color: #a1a1ff;
    color: #8a92a6;
}
.dark .page-item .page-link.disabled .page-link {
    background-color: #151824;
}
.dark .list-group .list-group-item {
    color: #8a92a6;
    border-color: #30384f;
}
.dark .bg-light {
    background: #60658a !important;
}
.dark .popover {
    background-color: #151824;
}
.dark .popover-header {
    background-color: #222738;
}
.dark .bs-popover-end > .popover-arrow::after,
.dark .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-right-color: #151824;
}
.dark .bs-popover-top > .popover-arrow::after,
.dark .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-top-color: #151824;
}
.dark .bs-popover-bottom > .popover-arrow::after,
.dark
    .bs-popover-auto[data-popper-placement^="bottom"]
    > .popover-arrow::after {
    border-bottom-color: #151824;
}
.dark .bs-popover-start > .popover-arrow::after,
.dark .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-left-color: #151824;
}
.dark .toast {
    background-color: #151824;
}
.dark .toast .toast-header {
    background-color: #222738;
}
.dark .card .card-body .iq-icon-box-2 {
    background: #151824;
}
.dark .pricing .table th {
    border-color: #30384f;
}
.dark .pricing .table th.bg-light {
    background: #151824 !important;
}
.dark .pricing .table thead tr {
    border-color: #30384f;
}
.dark .pricing .table tr {
    border-color: #30384f;
}
.dark .prc-box {
    background-color: #23348b;
}
.dark .type::before {
    border-left-color: #17235d;
}
.dark .type::after {
    border-right-color: #17235d;
}
.dark .iq-single-card.bg-light {
    background: #60658a !important;
}
.dark .line-around {
    border-color: #30384f;
}
.dark .line-around .line-around-1 {
    background: #151824;
}
.dark .login-content .bg-white {
    background: #222738 !important;
}
.theme-black .apexcharts-svg .apexcharts-yaxis-texts-g text {
    fill: #f1f1f1;
}
.theme-black .apexcharts-svg .apexcharts-xaxis-texts-g text {
    fill: #f1f1f1;
}
.theme-white .apexcharts-svg .apexcharts-yaxis-texts-g text {
    fill: #111111;
}
.theme-white .apexcharts-svg .apexcharts-xaxis-texts-g text {
    fill: #111111;
}
.dark .apexcharts-svg line {
    stroke: #2a2a2b;
}
.dark .apexcharts-svg .apexcharts-track path {
    stroke: #2a2a2b;
}
.dark .fc-unthemed .fc-toolbar .fc-button {
    text-transform: capitalize;
}
.dark .fc-unthemed th,
.dark .fc-unthemed td,
.dark .fc-unthemed thead,
.dark .fc-unthemed tbody,
.dark .fc-unthemed .fc-divider,
.dark .fc-unthemed .fc-row,
.dark .fc-unthemed .fc-content,
.dark .fc-unthemed .fc-popover,
.dark .fc-unthemed .fc-list-view,
.dark .fc-unthemed .fc-list-heading td {
    border-color: #30384f !important;
}
.dark .fc-other-month.fc-past,
.dark .fc-other-month.fc-future {
    background: #131620;
}
.dark .fc-unthemed td.fc-today {
    background: rgba(58, 87, 232, 0.1) !important;
}
.dark.boxed {
    background: #3a57e8 !important;
}
.dark.boxed .boxed-inner {
    background: #151824;
}
.dark.boxed-fancy {
    background: #151824;
}
.dark.boxed-fancy .boxed-inner {
    background: #151824;
}
