/*
  ============================================================================
  Aran Cultural Center Management & Registration System
  ناوەندی کولتووری ئاران - کەلار
  ============================================================================
  Developer: Sheikh Bahez Barzanji
  Facebook:  https://www.facebook.com/blmnsa
  ============================================================================
*/
:root {
    --aran-burgundy-900: #3c0812;
    --aran-burgundy-800: #540d1c;
    --aran-burgundy-700: #701428;
    --aran-burgundy-600: #8a1932;
    --aran-burgundy-50:  #fdf2f4;
    --aran-burgundy-100: #fbe5e9;
    --aran-bg-light:      #f6f4f0;
}
.touch-pill-radio:checked + .pill-content {
    background-color: var(--aran-burgundy-700) !important;
    background-image: linear-gradient(135deg, var(--aran-burgundy-700), var(--aran-burgundy-600)) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-color: var(--aran-burgundy-700) !important;
    box-shadow: 0 4px 14px rgba(112, 20, 40, 0.28) !important;
    transform: translateY(-1px);
}
.touch-pill-label:has(.touch-pill-radio:checked) {
    border-color: var(--aran-burgundy-700) !important;
}
.touch-pill-radio:checked ~ .pill-content .check-icon {
    opacity: 1 !important;
    display: inline-block !important;
    color: #fef08a !important;
}
.touch-pill-radio:checked ~ .pill-content .icon-primary {
    color: #fef08a !important;
}
.touch-pill-radio:checked ~ .pill-content span {
    color: #ffffff !important;
}
.bg-aran-burgundy {
    background-color: var(--aran-burgundy-700) !important;
}
.text-aran-burgundy {
    color: var(--aran-burgundy-700) !important;
}
.border-aran-burgundy {
    border-color: var(--aran-burgundy-700) !important;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: #f6f4f0;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #701428;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #8a1932;
}
.wizard-step {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}
.wizard-step-slide-next {
    animation: slideInLeft 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.wizard-step-slide-prev {
    animation: slideInRight 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px) scale(0.99);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px) scale(0.99);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
    -webkit-tap-highlight-color: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media print {
    .no-print,
    header,
    footer,
    nav,
    .top-bar,
    .bottom-nav,
    button,
    #aran-wizard-form,
    #step-badge-container {
        display: none !important;
    }
    body {
        background: #ffffff !important;
        color: #000000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #app {
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
    #thank-you-screen {
        display: block !important;
        visibility: visible !important;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
    #printable-official-ticket {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 750px !important;
        margin: 0 auto !important;
        padding: 24px !important;
        border: 3px double #701428 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        color: #000000 !important;
        box-shadow: none !important;
    }
}
