/* JuicySearch Account Panel - Custom Styles */
/* These styles extend Tabler's default styling */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://juicysearch.com/wp-content/themes/ofse/static/fonts/400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://juicysearch.com/wp-content/themes/ofse/static/fonts/500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://juicysearch.com/wp-content/themes/ofse/static/fonts/600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://juicysearch.com/wp-content/themes/ofse/static/fonts/700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 110vh;
}
/* Dark theme variables */
[data-bs-theme="dark"] {
    --tblr-body-bg: #07060b;
    --tblr-body-color: #fff;
    --tblr-card-bg: #171d2a;
    --tblr-border-color: #2b2b2b;
    --tblr-primary: #01aef0;
}
.modal-content {
       background: #12171e;
}
.card-body {
        background: #12171e;
    border-radius: 8px;
}
.modal-blur {
    z-index: 9999;
}
[data-bs-theme="dark"] .navbar {
    background-color: #07060b;
    height: 77px;
    padding-top: 0;
}

[data-bs-theme="dark"] .avatar.bg-primary-lt {
    background-color: rgba(1, 174, 240, 0.3) !important;
}
.navbar .navbar-nav {
    position: absolute;
    right: 0;
}
.navbar>.container-xl {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1023px) {
    .navbar>.container-xl{
        padding: 0 16px !important;
    }
    .navbar .navbar-nav {
    right: 16px;
}
}
/* Logo sizing */
.navbar-brand img {
    height: 50px;
}

.navbar-brand {
    margin: 0 auto;
}

/* Common utilities */
.stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

/* Badge styles */
.badge {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.badge-lg {
    font-size: 0.975rem;
    padding: 0.5em 0.75em;
}

/* Notyf customization */
.notyf__toast {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.avatar {
    width: 36px;
    height: 36px;
    border: 1px solid #01aef0;
    border-radius: 50%;
}

.text-muted {
    font-size: 14px !important;
}

[data-bs-theme="dark"] .text-muted {
    color: #9e9e9e !important;
}

.col-lg-6:last-child {
    margin-bottom: 80px;
}

@media (max-width: 480px) {
    .navbar-brand {
        margin: 0;
    }
    .navbar-brand img {
        height: 40px;
    }
}

@media (min-width: 992px) {
    :root {
        margin-left: 0 !important;
    }
}

.subheader {
    font-size: 16px;
    margin-bottom: 4px;
}

[data-bs-theme="dark"] .subheader {
    color: #fff;
}

.ribbon-top {
    width: 5rem;
}

span.highlight {
    color: #fff;
    margin-left: 4px;
    background: #7d7d7d;
    padding: 1px 8px;
    font-size: 11px;
    border-radius: 2px;
}

.btn-google {
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #dadce0;
    color: #3c4043;
}

.form-control-rounded {
    border-radius: 8px;
    padding-left: 3rem;
    height: 56px;
    font-size: 1.1rem;
}

.input-icon-left {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

/* Custom scrollbar for dark theme */
[data-bs-theme="dark"] ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[data-bs-theme="dark"] ::-webkit-scrollbar-track {
    background: #1a2234;
}

[data-bs-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #2c3e50;
    border-radius: 4px;
}

[data-bs-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: #3c5068;
}
.card {
    background: #12171e;
    border: 1px solid #3f3f3f;

}
.card-footer {
    background: #12171e;
}
.progress, .progress-stacked {
    background: #494949;
}
.dropdown-menu {
    background: #161b23;
}
.dropdown-item.active, .dropdown-item:active {
    background: #161b23!important; 
}
.form-control {
    background-color: #181e27;
    background-clip: padding-box;
    border: 1px solid #535353;
}
.form-control:focus {
    border-color: rgb(168 168 168);
    outline: 0;
    box-shadow: none;
     background-color: #0f1218;
}
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    .navbar-brand img {
       margin-left: 0!important; 
    }
}
.dropdown-menu-arrow.dropdown-menu-end:before {
    display: none;
}
 .main-navigation-bottom ul {
    padding-left: 0!important;
 }
.main-navigation-bottom li {
    opacity: 1!important;
}

.main-navigation-bottom li span {
    font-weight: 600!important;
    color: #fff!important;
    font-size: 10px!important;
    text-transform: none!important;
}
@media (min-width: 1024px) {
    .main-navigation-bottom li span {
        font-size: 11px!important;
    }
}
.main-navigation-bottom li img {
    width: 22px!important;
    height: 22px!important;
    object-fit: contain!important;
}

.main-navigation-bottom li.search-center img {
    width: 40px!important;
    height: 40px!important;
}
@media (min-width: 1024px) {
    .main-navigation-bottom li.search-center img {
        width: 48px!important;
        height: 48px!important;
    }
}
.theme-dark .main-navigation-bottom {
    background-color: #07060b;
    padding: 12px 12px 8px 12px;
    height: 70px;
    z-index: 9998;
    border-top: 1px solid #2a2e36!important;
}
.login-page-front {
    min-height: auto;
}
.login-page-front .py-4 {
    padding-top: 0!important;
    padding-bottom: 4.5rem !important;

}
.login-page-front .text-center.mb-4 {
    margin-bottom: 8px!important;
}

.login-page-front .text-center.mb-4 img {
    max-width: 255px;
}
.login-page-front .page-center {
    justify-content: flex-start;
    padding-top: 24px;
}

 @media (min-width: 768px) {
    .login-page-front .card-md>.card-body {
        padding: 2rem;
    }
            .login-page-front .page-center {
    padding-top: 32px;
}
}

 @media (min-width: 1024px) {

    .login-page-front .page-center {
        justify-content: center!important;
    padding-top: 0!important;

}
}
