body {
    background-color: var(--bs-highlight-bg) !important
}

.note-editable {
    height: 300px;
    background-color: white;
    color: black;
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.nav-link img {
    float: left;
    width: 30px;
    margin-top: -3px;
    margin-right: 6px;
}

.home-opt-card {
    flex: 0 0 calc(34% - 10px);
    box-sizing: border-box;
    background-color: #ffffff99;
    padding: 10px;
    text-align: center;
    width: 34%;
    border: 2px solid var(--bs-highlight-bg) !important;
    border-radius: 15px;
    border: 0 !important;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-opt-card a {
    flex-direction: column;
    font-size: 13px;
}

.home-opt-card img {
    width: 70%;
}

.hero-section {
    border-radius: 16px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-title {
    font-size: 15px;
    /* letter-spacing: -0.02em; */
    background: var(--bs-black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.hero-subtitle {
    font-size: small;
    color: var(--bs-gray-700);
    font-weight: 400;
}

.icon-decoration {
    display: inline-flex;
    gap: 1rem;
    font-size: 1.25rem;
    margin-top: 30px;
}

.icon-decoration i {
    animation: float 3s ease-in-out infinite;
    color: #ffc107;
    opacity: 0.8;
}

.icon-decoration i:nth-child(2) {
    animation-delay: 0.5s;
}

.icon-decoration i:nth-child(3) {
    animation-delay: 1s;
}

.icon-decoration i:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Inline styles extracted from twig files */

/* base.html.twig - Offcanvas styles */
.offcanvas-start-custom {
    width: 85%;
    max-width: 360px;
    background: #fffbf0;
}

.offcanvas-header-custom {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #1a1a1a;
    padding: 2rem 1.5rem;
    border: none;
    position: relative;
    overflow: hidden;
}

.offcanvas-header-inner {
    position: relative;
    z-index: 2;
}

.offcanvas-title-custom {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
}

.offcanvas-subtitle {
    opacity: 0.85;
    font-weight: 600;
    font-size: 0.85rem;
}

.offcanvas-close-btn {
    filter: brightness(0);
    position: relative;
    z-index: 10;
}

.offcanvas-decoration-1 {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.offcanvas-decoration-2 {
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 1;
}

.offcanvas-body-custom {
    background: #fffbf0;
}

/* Sidebar menu styles */
.sidebar-menu-item {
    border-left: 4px solid transparent;
    position: relative;
}

.sidebar-menu-item a {
    color: #333;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sidebar-menu-item i {
    width: 28px;
    color: #ffc107;
    font-size: 1.3rem;
}

.sidebar-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.3), transparent);
    margin: 0.75rem 1rem;
    position: relative;
}

.sidebar-divider::after {
    content: '✦';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffc107;
    background: #fffbf0;
    padding: 0 10px;
    font-size: 0.75rem;
}

.sidebar-section-title {
    color: #ffc107;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    padding: 1.5rem 1.5rem 0.5rem;
    display: flex;
    align-items: center;
}

.sidebar-section-title::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ffc107;
    border-radius: 50%;
    margin-right: 8px;
}

#leftOffcanvas .offcanvas-body {
    scrollbar-width: thin;
    scrollbar-color: #ffc107 #f5e6d3;
}

#leftOffcanvas .offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

#leftOffcanvas .offcanvas-body::-webkit-scrollbar-track {
    background: #f5e6d3;
}

#leftOffcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ffc107, #ff9800);
    border-radius: 10px;
}

/* Admin and User Base styles */
.sidebar-overflow {
    overflow-y: auto;
}

.content-wrapper-custom {
    min-height: 381px;
}

.admin-brand-link {
    background-color: #ff3636;
    padding: 15px 25px;
}

/* Form styles */
.form-group-no-margin {
    margin-bottom: 0px;
}

.form-control-height-38 {
    height: 38px;
}

.form-control-height-40 {
    height: 40px;
}

/* Admin SMS styles */
.sms-table-row {
    height: 90px;
}

.font-weight-bold {
    font-weight: bolder;
}

.text-blue-custom {
    color: blue;
}

.sms-status-bar {
    width: 100%;
    height: 2px;
}

.font-size-15 {
    font-size: 15px;
}

/* Admin index styles */
.font-size-12 {
    font-size: 12px;
}

/* baseInclude styles */
.nav-link-profile {
    padding: 0;
    padding: 8px;
}

/* User profile styles */
.profile-image-input {
    display: none;
}

.user-image-bg {
    background-size: cover;
    background-position: center;
}

.image-modal-container {
    position: relative;
    width: 100%;
    max-height: 500px;
}

/* Registration and Password Reset styles */
.text-line-height-13 {
    line-height: 1.3;
}

.error-alert-margin {
    margin-top: 7px;
    margin-bottom: -6px;
}

.text-align-justify {
    text-align: justify;
}

/* Horoscope daily predictions styles */
.progress-width-140 {
    width: 140px;
    height: 10px;
}

/* ArtgrisFileManager styles */
.progress-bar-initial {
    width: 0;
}

.table-margin-top-negative {
    margin-top: -45px;
}

.progress-bar-dynamic {
    width: 0%;
}

/* Love Compatibility Modal Styles */
.compat-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 15, 25, 0);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    animation: fadeInOverlay 300ms ease forwards;
}

@keyframes fadeInOverlay {
    from {
        background: rgba(11, 15, 25, 0);
    }
    to {
        background: rgba(11, 15, 25, 0.55);
    }
}

.compat-overlay.closing {
    animation: fadeOutOverlay 200ms ease forwards;
}

@keyframes fadeOutOverlay {
    from {
        background: rgba(11, 15, 25, 0.55);
    }
    to {
        background: rgba(11, 15, 25, 0);
    }
}

.compat-modal {
    width: 94%;
    max-width: 720px;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.45);
    transform: translateY(40px);
    opacity: 0;
    transition: all 280ms ease-out;
    position: relative;
    animation: modalPopFromBottom 280ms ease-out forwards;
}

@keyframes modalPopFromBottom {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.compat-modal.closing {
    animation: modalSlideDown 200ms ease-in forwards;
}

@keyframes modalSlideDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(30px);
        opacity: 0;
    }
}

.compat-close {
    position: absolute;
    right: 14px;
    top: 10px;
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.compat-content {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.compat-person {
    display: flex;
    gap: 12px;
    align-items: center;
}

.compat-avatar {
    width: 84px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 84px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f0f0f0;
}

.compat-avatar img {
    max-width: 76px;
    max-height: 76px;
    display: block;
}

.compat-info {
    min-width: 140px;
}

.compat-name {
    font-weight: 800;
    font-size: 18px;
    color: #222;
}

.compat-label {
    font-size: 12px;
    color: #777;
    margin-top: 6px;
}

.compat-score-section {
    text-align: center;
    flex: 1;
}

.compat-score {
    font-weight: 900;
    font-size: 34px;
    color: #ff9800;
}

.compat-desc {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.compat-actions {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.compat-share {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.compat-proceed {
    padding: 10px 16px;
    border-radius: 10px;
    border: 0;
    background: linear-gradient(90deg, #ffd54f, #ffc107);
    color: #111;
    font-weight: 800;
    cursor: pointer;
}

/* Prompt Modal Styles */
.compat-prompt {
    width: 90%;
    max-width: 420px;
    border-radius: 10px;
    background: #fff;
    padding: 18px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
}

.compat-prompt-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 8px;
}

.compat-prompt-text {
    color: #666;
    margin-bottom: 14px;
}

.compat-prompt-ok {
    padding: 10px 14px;
    border-radius: 8px;
    border: 0;
    background: #ffb300;
    color: #111;
    font-weight: 700;
    cursor: pointer;
    width: 50%;
}

.register-bg {
    min-height: 100vh;
    font-family: 'Raleway', 'Segoe UI', Arial, sans-serif;
}

.register-card {
    background: #2b2f32;
    border: 1.5px solid #ffd700;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.18);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-top: 2rem;
}

.register-title {
    color: #ffd700;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2rem;
}

.register-hr {
    border-top: 2px solid #ffd700;
    margin: 1.2rem 0 2rem 0;
}

.register-label {
    color: #ffd700;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.register-input,
.otp {
    background: #232323 !important;
    color: #ffd700 !important;
    border: 1.5px solid #ffd700 !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    padding: 0.7rem 1rem !important;
    margin-bottom: 0.5rem !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.register-input:focus,
.otp:focus {
    border-color: #ffb300 !important;
    box-shadow: 0 0 0 2px #ffd70033 !important;
    background: #232323 !important;
    color: #ffd700 !important;
}

.register-btn {
    background: linear-gradient(91deg, #c95c00 0%, #ffd700 100%) !important;
    color: #181818 !important;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    font-size: 1.15rem;
    padding: 0.8rem 0;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.08);
    transition: background 0.2s, color 0.2s;
}

.register-btn:hover,
.register-btn:focus {
    background: linear-gradient(91deg, #ffd700 0%, #c95c00 100%) !important;
    color: #000 !important;
}

.register-link {
    color: #ffd700;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.register-link:hover {
    color: #fffbe6;
    text-decoration: underline;
}

.register-divider {
    border-top: 1.5px solid #ffd700;
    margin: 2rem 0 0.5rem 0;
}

.color-blue,
.nitro-normal {
    color: #ffd700 !important;
}

.fa-mobile-alt {
    color: #ffd700;
}

.register-checkbox {
    accent-color: #ffd700;
    width: 18px;
    height: 18px;
}

.register-label-checkbox {
    color: #ffd700;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.5rem;
}
