:root {
    --primary: #800E33;
    --primary-light: #E84A7A;
    --accent: #FFD700;
    --accent-dark: #FFA500;
    --text-white: #ffffff;
    --text-white-40: rgba(255, 255, 255, 0.4);
    --text-premium: #e1f5e1;
    --text-muted: rgba(255, 255, 255, 0.7);
    --bg-sidebar-card: linear-gradient(135deg, var(--primary), var(--primary-light));
    --bg-plan-card: linear-gradient(135deg, var(--primary), var(--primary-light));
    --bg-sidebar-id: linear-gradient(135deg, var(--accent), var(--accent-dark));
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 6px 15px rgba(0, 0, 0, 0.35);
    --badge-bg: linear-gradient(135deg, var(--primary), #B0003A);
    --badge-text: #fff;
    --badge-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    --white-transparent-12: rgba(255, 255, 255, 0.12);
    --white-transparent-25: rgba(255, 255, 255, 0.25);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
    --white-transparent-20: rgba(255, 255, 255, 0.2);
    --text-white-70: rgba(255, 255, 255, 0.7);
}

/* start stepper-register */
.stepper-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    pointer-events: none;
}

.stepper-register::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #eee;
    z-index: 1;
}

.step-register {
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-register-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 14px;
}

.step-register.active .step-register-circle {
    background: #800E33;
    color: #fff;
}

.step-register-text {
    font-size: 12px;
    margin-top: 5px;
}

/* end stepper-register */

/* start floating label */
.input-icon-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 18px;
}
.select2-container--default .select2-selection--multiple {
    cursor: pointer !important;
}
/* end floating label */


.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #800E33;
    border-color: #800E33;
    color: #FFF;
    border-radius: 10px;
}

.select2-container--default .select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #800E33 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #800E33 !important;
    color: #fff !important;
}

/* start image upload  */
.image-upload-box {
    width: 160px;
    height: 160px;
    border: 1px dashed #800E33;
    border-bottom: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: auto;
    background: #f8f9fa;
}

.upload-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #750d2b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 14px;
}

@media(max-width:576px) {
    .image-upload-box {
        width: 140px;
        height: 140px;
    }
}


.crop-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.crop-btn {
    background: #800E33;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all .25s ease;
}

.crop-btn i {
    font-size: 16px;
}

.crop-btn:hover {
    background: #5e0a26;
    transform: translateY(-1px);
}

.crop-btn:active {
    transform: scale(.96);
}

.cr-boundary {
    width: 300px !important;
}

.cr-viewport {
    width: 280px !important;
}

/* end image upload  */

/*  SWEET ALERT   */
.modern-swal {
    border-radius: 24px !important;
    padding: 6px 15px 20px 15px !important;
}

.swal-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    margin-bottom: 10px !important;
}

.swal-text {
    font-size: 16px !important;
    color: #64748b !important;
}

.swal-actions {
    display: flex !important;
    gap: 12px !important;
    width: 100% !important;
    justify-content: center !important;
    margin-top: 25px !important;
}

.swal-confirm-btn,
.swal-cancel-btn {
    background: #ffffff !important;
    color: #334155 !important;
    border: 1px solid #334155 !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    min-width: 110px;
}
/* End SWEET ALERT   */

/* Edit Profile   */
.stepper-edit {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    border-radius: 12px;
    background: #f8f9fa;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #94a3b8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    font-size: 1.2rem;
    transition: inherit;
}

.step-text {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step.active {
    background: #fff;
    border-color: #800E33;
    box-shadow: 0 4px 12px rgba(128, 14, 51, 0.15);
}
.step.active .step-circle {
    background: #800E33;
    color: #fff;
}

.step.active .step-text {
    color: #800E33;
}
.step:focus,
.step:focus-visible {
    background: #fff;
    border-color: #800E33;
    box-shadow: 0 4px 12px rgba(128, 14, 51, 0.15);
}

.step:focus .step-circle,
.step:focus-visible .step-circle {
    background: #800E33;
    color: #fff;
}

.step:focus .step-text,
.step:focus-visible .step-text {
    color: #800E33;
}

.light-icon {
    color: #800E33;
    ;
    opacity: 1;
    font-size: 13px;
}

.form-select {
    color: #0F0F0F !important;
}

.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}

.text-custom-success {
    color: #20c997;
}

.bg-custom-success {
    background: #20c997;
}

.ribbon-trend {
    font-size: 10px;
    line-height: 1;
    border-bottom-left-radius: 15px;
}

.ribbon-trend-icon {
    font-size: 8px;
}

@media (min-width: 480px) {
    .stepper-edit {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {
    .stepper-edit {
        grid-template-columns: repeat(9, 1fr);
    }
}
/* End Edit Profile   */
