/* Changed in adminlte.min.css */
/* elevation-4(line: 48357) */

/* Custom Font */
@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 100;
    /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 200;
    /* Extra Light */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 400;
    /* Normal/Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 600;
    /* SemiBold/DemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 800;
    /* Extra Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url('../fonts/neue-kaine-variable.ttf') format('opentype');
    font-weight: 900;
    /* Black/Heavy */
    font-style: normal;
}

/* Common CSS */
body {
    font-family: 'Neue Kaine', sans-serif;
}

input.form-control:focus {
    border-color: #3B7D80;
}

input.form-control {
    background-color: #fff !important;
    color: #3B7D80;
    font-weight: 600;
    border: 1px solid #E2E2E2;
}

.btn--teal--sm,
.btn--teal--md,
.btn--teal--md--outline,
.btn--teal--lg,
.btn--blue--sm,
.btn--red--sm {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    text-wrap: nowrap;
    transition: opacity 0.3s ease;
}

.btn--teal--sm {
    background-color: #3B7D80;
    font-size: 12px;
    padding: 7px 12px;
}

.btn--teal--md {
    background-color: #3B7D80;
    font-size: 15px;
    padding: 8px 14px;
}

.btn--teal--md--outline {
    background-color: transparent;
    color: #3B7D80 !important;
    font-size: 15px;
    padding: 6px 14px;
    border: 2px solid #3B7D80;
}

.btn--teal--lg {
    font-size: 14px;
    background-color: #3B7D80;
    padding: 10px 16px;
}

.btn--blue--sm {
    background-color: #3D8AFF;
    font-size: 12px;
    padding: 7px 12px;
}

.btn--red--sm {
    background-color: #F35938;
    font-size: 12px;
    padding: 7px 12px;
}

.btn--teal--sm:hover,
.btn--teal--md:hover,
.btn--teal--lg:hover,
.btn--blue--sm:hover,
.btn--red--sm:hover,
.btn--teal--lg:hover {
    opacity: 0.8;
    color: #fff;
}

.btn--teal--md--outline:hover {
    background-color: #3B7D80;
    color: #ffffff !important;
}

.badge--green,
.badge--orange,
.badge--blue,
.badge--red {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 7px 10px;
    border-radius: 4px;
}

.badge--green {
    background: rgba(13, 187, 104, 0.1);
    color: #0DBB68;
}

.badge--orange {
    background-color: #EF84361A;
    color: #EF8436;
}

.badge--blue {
    background-color: #3D8AFF1A;
    color: #3D8AFF;
}

.badge--red {
    background-color: #F359381A;
    color: #F35938;
}

/* Sidebar CSS */
[class*=sidebar-dark] .brand-link {
    border-bottom: none;
    padding-bottom: 0px;
}

.main-sidebar .brand-text {
    color: #fff;
    font-weight: bold;
}

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background-color: #fff;
    border-right: 1px solid #EAECEC;
}

.sidebar .nav-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.sidebar .nav-item p {
    color: #7E8F90;
    font-size: 14px;
    font-weight: bold;
}

.sidebar .nav-item svg {
    color: #7E8F90;
    fill: #7E8F90;
}

.sidebar .nav-item:hover p,
.sidebar .nav-item:hover svg {
    color: #7E8F90;
    fill: #7E8F90;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #3B7D80;
    color: #fff;
}

li.nav-item .active>a {
    background-color: #3B7D80;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p {
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active svg,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active svg {
    color: #fff;
    fill: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active i,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active i {
    color: #fff;
}


[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background: #DCEAEA;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active p,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus p,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover p {
    color: #3B7D80;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active i,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus i,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover i {
    color: #3B7D80;
}

/* sub-items */
.sidebar .nav-item.menu-open>.nav-link p,
.sidebar .nav-item.menu-open>.nav-link i {
    color: #7E8F90;
}

.sidebar .nav-item .nav-link:hover p,
.sidebar .nav-item .nav-link:hover i {
    color: #7E8F90;
}

.sidebar .nav-item .nav-link.active p,
.sidebar .nav-item .nav-link.active i {
    color: #7E8F90;
}

/* Header CSS */
.main-header.navbar.navbar-white {
    background-color: #fff;
    border-bottom: 1px solid #EAECEC;
}

.main-header .navbar-nav .nav-link {
    color: #2F2F2F;
    display: flex;
    gap: 53px;
}

.main-header .navbar-nav .nav-link:hover {
    color: #2F2F2F;
}

/* Dashboard CSS */
.content-wrapper {
    background-color: #FAFCFC;
}

.content .small-box {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 22px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #EAECEC;
}

.content .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.content .inner h3 {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: bolder;
    margin: 0px;
}

.content .inner p {
    color: #7E8F90;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}

.content .small-box {
    border-radius: 8px;
    border: 1px solid #EAECEC
}

.content .small-box.successful-deposit:hover {
    background-color: #EEF3FF;
}

.content .small-box.pending-deposit:hover {
    background-color: #E7F4EE;
}

.content .small-box.cancelled-deposit:hover {
    background-color: #FDF5E9;
}

.content .small-box.failed-deposit:hover {
    background-color: #EEF3FF;
}

.content .small-box.ads:hover {
    background-color: #FEEDEC;
}

.content .small-box.pending-ads:hover {
    background-color: #EFEFFD;
}

.content .small-box.live-ads:hover {
    background-color: #E7F4EE;
}

.content .small-box.edited-ads:hover {
    background-color: #FDF1E8;
}

.content .small-box.rejected-ads:hover {
    background-color: #EDF3FD;
}

.content .small-box.reported-ads:hover {
    background-color: #FEEDEC;
}

.content .small-box.ad-sections:hover {
    background-color: #FDF5E9;
}

.content .small-box.categories:hover {
    background-color: #ECF7FB;
}

.content .small-box.tags:hover {
    background-color: #F5ECFB;
}

.content .small-box.faqs:hover {
    background-color: #E7F4EE;
}

.content .small-box.users:hover {
    background-color: #EEF3FF;
}

.content .small-box.admins:hover {
    background-color: #FEEDEC;
}

/* Datatable CSS */
.content .card .card-header,
.content .card .card-body {
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 600;
}

.dataTables_wrapper .dataTable thead th {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

.dataTables_wrapper .dataTable tbody tr {
    /* background-color: #171c21;
    color: #ffffff; */
}

.dataTables_wrapper .dataTable tbody tr:nth-child(even) {
    /* background-color: #21272d; */
}

/* Search Box */
.dataTables_wrapper .dataTables_filter input {
    /* background-color: #21272d;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 0.4rem; */
}

/* Length Dropdown */
.dataTables_wrapper .dataTables_length select {
    /* background-color: #21272d;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 0.4rem; */
}

/* Select2 dropdown styling */
.select2-container .select2-selection--multiple {
    /* background-color: #171c21;
    color: #fff;
    border: 1px solid #171c21; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /* background-color: #21272d;
    border: 1px solid #171c21; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    /* background-color: #171c21; */
}

/* Table Borders */

/* Modal CSS */
.modal .modal-header {
    padding: 24px 40px 20px 40px;
    margin-bottom: 10px;
    border-bottom-style: dashed;
    border-bottom: 1px dashed #3B7D80;
}

.modal .modal-header .modal-title {
    color: #3B7D80;
    font-size: 20px;
    font-weight: 900;
}

.modal .modal-header .close {
    color: #2F2F2F;
    font-size: 35px;
}

.modal .modal-body {
    padding: 10px 40px;
}

.modal .modal-body .item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.modal .modal-body .item-list li {
    /* Create a 3-column grid: label (fixed width), colon (narrow), value (flexible) */
    display: grid;
    grid-template-columns: 100px 10px 1fr;
    column-gap: 6px;
    margin-bottom: 8px;
}

.modal .modal-body .label,
.modal .modal-body label {
    color: #2F2F2F;
    font-size: 13.5px;
    font-weight: 800;
    word-wrap: break-word;
    /* In case label is long, it can wrap */
}

.modal .modal-body .colon {
    text-align: left;
    /* Colon is left-aligned in its narrow column */
}

.modal .modal-body .value {
    color: #7E8F90;
    font-size: 13.5px;
    font-weight: 600;
    /* By default, this column can wrap if text is very long */
    word-wrap: break-word;
}

.modal .modal-footer {
    border-top: none;
    padding: 0px 39px 30px 38px
}

.modal .modal-body input {
    background-color: #fff !important;
    color: #7E8F90;
    font-size: 13.5px;
    font-weight: 600;
    border: 1px solid #E2E2E2;
}

.modal .modal-body select,
.modal .modal-body option {
    background-color: #fff;
    color: #7E8F90;
    font-size: 13.5px;
    font-weight: 600;
}


/* Table */
.content-wrapper .content-header h1 {
    font-size: 28px;
    font-weight: 600;
}


/* Select2 */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #EAECEC;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #EAECEC;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #3B7D80;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/* Auth CSS */
.login-container {
    max-width: 400px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 33px;
    border-radius: 12px;
}

.login-container .heading {
    color: #3B7D80;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0px;
}

.login-container .remember,
.login-container .login {
    color: #7D8188;
    font-size: 14px;
    font-weight: 600;
}

.login-container .forgot-password {
    color: #7D8188;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

.floating-labeled {
    position: relative;
}

.floating-labeled input.form-control {
    background-color: #fff !important;
    color: #3B7D80;
    font-weight: 600;
    border: 1px solid #E2E2E2;
}

.floating-labeled input.form-control:focus {
    border-color: #3B7D80;
}


.floating-labeled input:-webkit-autofill,
.floating-labeled input:-webkit-autofill:hover,
.floating-labeled input:-webkit-autofill:focus,
.floating-labeled textarea:-webkit-autofill,
.floating-labeled textarea:-webkit-autofill:hover,
.floating-labeled textarea:-webkit-autofill:focus,
.floating-labeled select:-webkit-autofill,
.floating-labeled select:-webkit-autofill:hover,
.floating-labeled select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #3B7D80 !important;
    background-color: #fff !important;
    font-weight: 600;
}

.floating-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2F2F2F;
    transition: 0.2s ease-in-out;
    font-size: 14px;
    opacity: 0;
    background: transparent;
    padding: 0 4px;
}

.floating-labeled input:focus+.floating-label,
.floating-labeled input:not(:placeholder-shown)+.floating-label {
    top: -8px;
    left: 12px;
    transform: none;
    opacity: 1;
    font-size: 12px;
    background: #fff;
}

.auth--btn {
    color: #ffffff;
    background-color: #3B7D80;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    text-wrap: nowrap;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    transition: opacity 0.3s ease;
}

.auth--btn:hover {
    opacity: 0.8;
    color: #fff;
}