html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #FEDB71;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

:root {
    --rz-primary: #015060;
    --rz-secondary: #FFDA6F;
}

.page {
    background-color: var(--rz-secondary);
    height:100vh;
}

.top-row 
{
    background-color: var(--rz-primary)!important;
}
.top-row a, .top-row .navbar-brand {
    color: white;
}



/* ==========================================
       PLAYA-RENT LOGIN - CSS ULTRA PERSONNALISÉ
       ========================================== */

.pr-login-container {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
}

.pr-login-card {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 30px !important;
    padding: clamp(2rem, 5vw, 3rem) !important;
    width: 100% !important;
    max-width: 480px !important;
    box-shadow: 0 10px 40px rgba(0, 79, 96, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1) !important;
}

.pr-login-header {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

.pr-login-title {
    font-family: "Antonio-Bold", sans-serif !important;
    font-size: clamp(1.8rem, 5vw, 2.5rem) !important;
    color: #004F60 !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
}

/* FORMULAIRE */
.pr-form-group {
    margin-bottom: 1.5rem !important;
    position: relative !important;
}
.ps-stepper-input .rz-numeric-button.rz-numeric-up.rz-button,
.ps-stepper-input .rz-numeric-button.rz-numeric-down.rz-button {
    display: none !important;
}
/* INPUTS PLAYA STYLE - FORCE AVEC !important */
.pr-input-field,
.pr-input-field input {
    width: 100% !important;
    min-height: 50px !important;
    background-color: var(--rz-primary) !important;
    color: #FFFFFF !important;
    border: 2px solid var(--rz-secondary) !important;
    border-radius: 999px !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

    .pr-input-field::placeholder,
    .pr-input-field input::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
        font-style: italic !important;
        opacity: 1 !important;
    }

    .pr-input-field:focus,
    .pr-input-field input:focus {
        border-color: #FFD36A !important;
        box-shadow: 0 0 0 3px rgba(254, 219, 113, 0.3), 0 3px 3px rgba(0, 0, 0, 0.28) !important;
        outline: none !important;
    }

/* CHECKBOX CUSTOM */
.pr-checkbox-group {
    margin-bottom: 1.5rem !important;
}

.pr-checkbox-label {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
    color: #0F4F5C !important;
    font-size: 0.95rem !important;
}

.pr-checkbox-custom {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    accent-color: #0F4F5C !important;
}

/* BOUTON SUBMIT PLAYA */
.pr-submit-button {
    width: 100% !important;
    min-height: 50px !important;
    background-color: var(--rz-primary) !important;
    border: 2px solid var(--rz-secondary) !important;
    border-radius: 999px !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .pr-submit-button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(255, 255, 255, 0.3) !important;
    }

    .pr-submit-button:active {
        transform: translateY(0) !important;
    }

/* BOUTON PASSKEY.pr-passkey-button {
    width: 100% !important;
    min-height: 50px !important;
    background-color: #0F4F5C !important;
    border: 2px solid #FEDB71 !important;
    border-radius: 999px !important;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .pr-passkey-button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(255, 255, 255, 0.3) !important;
    }

    .pr-passkey-button:active {
        transform: translateY(0) !important;
    } */


/* DIVIDER */
.pr-divider-line {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    margin: 2rem 0 !important;
    color: #0F4F5C !important;
    opacity: 0.6 !important;
}

    .pr-divider-line::before,
    .pr-divider-line::after {
        content: '' !important;
        flex: 1 !important;
        border-bottom: 1px solid rgba(15, 79, 92, 0.2) !important;
    }

    .pr-divider-line span {
        padding: 0 1rem !important;
        font-size: 0.875rem !important;
        font-weight: 600 !important;
    }

/* LIENS */
.pr-links-group {
    margin-top: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: center !important;
}

.pr-link-standard {
    color: #0F4F5C !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

    .pr-link-standard:hover {
        color: #004F60 !important;
        text-decoration: underline !important;
    }

.pr-link-accent {
    font-weight: 600 !important;
    color: #FF7A5C !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
}

    .pr-link-accent:hover {
        color: #FF6042 !important;
        text-decoration: underline !important;
    }

/* VALIDATION */
.pr-validation-summary {
    background: rgba(229, 0, 0, 0.1) !important;
    border: 1px solid #e50000 !important;
    border-radius: 15px !important;
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
    color: #e50000 !important;
}

.pr-validation-message {
    color: #e50000 !important;
    font-size: 0.85rem !important;
    margin-top: 0.25rem !important;
    padding-left: 1.5rem !important;
}






.rz-card.rz-variant-filled {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; /* ← icône | texte | switch */
    background-color: #FFF !important;
   
    border-radius: 20px !important;
    padding: 12px 16px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
}

    /* Icône à gauche */
    .rz-card.rz-variant-filled > *:first-child {
        flex: 0 0 auto;
        margin-right: auto; 
    }

    /* Texte au centre */
    .rz-card.rz-variant-filled > *:nth-child(2) {
        flex: 1;
        text-align: center;
    }

    /* Switch à droite */
    .rz-card.rz-variant-filled > *:last-child {
        flex: 0 0 auto;
        margin-left: auto; /* colle à droite */
    }


/* Switch cercle OFF */
.rz-switch .rz-switch-circle {
    background: #fff;
    border-radius: calc(5 * var(--rz-border-radius));
    border: 1px solid var(--rz-primary) !important;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex-shrink: 0 !important;
}

    /* Bouton intérieur du switch */
    .rz-switch .rz-switch-circle:before {
        background: var(--rz-primary);
        width: 1.26rem;
        height: 1.26rem;
        inset-inline-start: .27rem;
        margin-block-start: -0.63rem;
        border-radius: calc(5 * var(--rz-border-radius) - 3px);
        transition: transform .2s linear;
        box-shadow: var(--rz-switch-box-shadow);
    }

.px-4 {
    height: 130vh;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.rz-stack {
    padding: 20px 0;
    box-sizing: border-box;
    gap: 0.3rem;
}
.rz-card-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
}



.rz-row {
    display: flex !important;
 
    flex-wrap: nowrap !important;
}

  
    .rz-row > * {
        display: block !important;
        flex-direction: unset !important;
    }

  
    .rz-row > .rz-display-flex {
        display: block !important;
    }
  
    .rz-row > [class*=rz-col-] {
        flex: unset !important;
        width: unset !important;
    }

  
    .rz-row > [class*=rz-col-] {
        flex: 1 1 auto !important;
        width: auto !important;
    }
    .rz-row > .rz-col-3 {
        max-width: unset !important;
        flex-basis: unset !important;
        flex: 1 1 auto !important;
    }


.rz-row {
   
    box-sizing: border-box !important;
    flex-wrap: wrap !important;
    gap: var(--rz-gap) !important;
    row-gap: var(--rz-row-gap) !important;
}


.rz-align-items-normal {
    align-items: normal !important;
}

.rz-justify-content-normal {
    justify-content: normal !important;
    flex-direction: column;
}




.rz-row > .rz-col-9 {
    max-width: 100%;

}


/* Navigation bar */
.ps-nav {
    max-width: 24.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 16px;
    border-bottom: 1px solid var(--rz-primary);
    padding: 8px 2.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ps-nav-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    cursor: pointer;
    color: #5a7a8a !important;
    min-width: 48px;
}

    /* Bouton actif — fond orange arrondi */
    .ps-nav-btn.active {
        background-color: #EE7456 !important;
        color: #fff !important;
        border-radius: 12px !important;
    }

    /* Icône */
    .ps-nav-btn .rzi {
        font-size: 1.6rem !important;
        margin: 0 !important;
    }

    /* Icône active blanche */
    .ps-nav-btn.active .rzi {
        color: #fff !important;
    }




.ps-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 12px 16px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.ps-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: rgb(43 43 43 / 56%);
    font-size: 0.75rem;
    background-color: #fff;
}
.rz-button rz-button-md rz-variant-filled rz-primary rz-shade-default ps-bottom-nav-item ps-bottom-nav-item {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.4rem;
    background-color: #fff
}

.ps-bottom-nav-item .rzi {
    font-size: 1.5rem;
}

    /* Actif — fond violet clair sur l'icône */
    .ps-bottom-nav-item.active {
        color: #333;
    }

        .ps-bottom-nav-item.active .rzi {
            background-color: #e8e6f5;
            border-radius: 50%;
            padding: 6px;
            color: #333;
        }


.px-4 {
    height: 190vh;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}


.ps-info-card {
    background-color: #FFF;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.ps-info-card-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #222;
    margin: 0;
    
}

.ps-info-card-text {
    font-size: 0.9rem;
    color: #444;
    margin: 0;
}

.ps-info-card-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--rz-primary);
    padding: 8px;
    font-size: 0.9rem;
}

.ps-info-card-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.ps-info-card-btn {
    color: var(--rz-primary);
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

    .ps-info-card-btn.cancel {
        color: #888;
    }





/* === Label de section (Client / Depart / Retour / Paiement) === */

.ps-detail-page {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    font-family: 'Segoe UI', sans-serif !important;
    background: #FFFFFF !important;
    padding: 1rem 1.1rem !important;
    border-radius: 10px;
}

/* === Label de section (Client / Depart / Retour / Paiement) === */
.ps-detail-section-label {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #004F60 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    opacity: 0.55 !important;
    margin-bottom: 0.4rem !important;
    margin-top: 0.1rem !important;
   
}

/* === Bloc de section === */
.ps-detail-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.45rem !important;
    margin-bottom: 0.6rem !important;
}

/* === Infos client (nom / tel / email) === */
.ps-detail-name {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #004F60 !important;
}

.ps-detail-info {
    font-size: 0.85rem !important;
    color: #0F4F5C !important;
    opacity: 0.8 !important;
}

/* === Séparateur === */
.ps-divider {
    height: 1px !important;
    background-color: rgba(0, 79, 96, 0.15) !important;
    margin: 0.7rem 0 !important;
}

/* === Ligne label + champ === */
.ps-detail-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.6rem !important;
    min-height: 44px !important;
}

    .ps-detail-row > span {
        font-size: 0.88rem !important;
        font-weight: 600 !important;
        color: #004F60 !important;
        white-space: nowrap !important;
        min-width: 70px !important;
    }
.ps-detail-input, .ps-detail-input .rz-inputtext, .ps-detail-input input, .ps-detail-page .rz-textbox {
    background-color: rgba(0, 79, 96, 0.07) !important;
    border: 2px solid rgba(0, 79, 96, 0.18) !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
    color: #004F60 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0.35rem 1rem !important;
    min-height: 36px !important;
    /* width: auto !important; */
    min-width: 130px !important;
    outline: none !important;
    cursor: default !important;
}

/* -----------------------------------------------
   INPUT Radzen — .rz-textbox
----------------------------------------------- */
.ps-detail-input,
.ps-detail-input .rz-inputtext,
.ps-detail-input input,
.ps-detail-page .rz-textbox {
    background-color: rgba(0, 79, 96, 0.07) !important;
    border: 2px solid rgba(0, 79, 96, 0.18) !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28), 0 2px 3px rgba(255, 255, 255, 0.25) !important;
    color: #004F60 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0.35rem 1rem !important;
    min-height: 36px !important;
    width: auto !important;
    min-width: 130px !important;
    outline: none !important;
    cursor: default !important;
}

    /* Désactivé : on garde le même look */
    .ps-detail-input[disabled],
    .ps-detail-input .rz-inputtext[disabled],
    .ps-detail-page .rz-textbox[disabled],
    .ps-detail-page .rz-state-disabled .rz-inputtext {
        opacity: 1 !important;
        background-color: rgba(0, 79, 96, 0.07) !important;
        color: #004F60 !important;
        cursor: default !important;
    }





.ps-transactions-page {
    padding: 16px 0;
}

.ps-transactions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ps-transaction-card {
    width: 23.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
}

.ps-transaction-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.ps-transaction-email {
    font-size: 13px;
    font-weight: 500;
    color: #2B2B2B;
}

.ps-transaction-date {
    font-size: 11px;
    color: #6B6B6B;
}

.ps-transaction-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.ps-transaction-amount {
    font-size: 13px;
    font-weight: 600;
    color: #2B2B2B;
    background: #F0EEF8;
    padding: 4px 10px;
    border-radius: 8px;
}

.ps-transaction-status {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
    text-align: center;
}

.status-paid {
    background: #4CAF50;
    color: #fff;
}

.status-prereserv {
    background: #29B6F6;
    color: #fff;
}

.status-annule {
    background: #EF5350;
    color: #fff;
}

.ps-transaction-arrow {
    font-size: 1.4rem;
    color: #6B6B6B;
    margin-left: 8px;
}

/* Detail */
.ps-detail-page {
    border-radius: 10px;
    padding: 15px;
    background-color: #ffdcd3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ps-detail-back {
    font-size: 14px;
    color: #F07040;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 8px;
}

.ps-detail-section-label {
    font-size: 12px;
    font-weight: 700;
    color: #6B6B6B;
    margin-top: 8px;
}

.ps-detail-section {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ps-detail-name {
    font-weight: 700;
    font-size: 15px;
    color: #2B2B2B;
}

.ps-detail-info {
    font-size: 13px;
    color: #4A4A4A;
}

.ps-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    color: #4A4A4A;
}

.ps-detail-input {
    width: 160px;
    border-radius: 10px !important;
}

.ps-edit-icon {
    color: #F07040;
    cursor: pointer;
}

.ps-caution-btn {
    border-radius: 8px !important;
    background: #F0EEF8 !important;
    color: #F07040 !important;
}

.ps-detail-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.ps-detail-btn {
    flex: 1;
    border-radius: 10px !important;
    background: #E0E0E0 !important;
    color: #2B2B2B !important;
    justify-content: center !important;
}

.ps-divider {
    height: 1px;
    background: rgba(0,0,0,0.08);
    margin: 8px 0;
}

@media (max-width: 375px) {
    .ps-transaction-card {
        width: 20.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
}

@media (max-width: 350px) {
    .ps-transaction-card {
        width: 19.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    .rz-stack {
        padding: 8px 0 8px 5px;
        box-sizing: border-box;
        gap: 1.05rem;
    }
    ps-nav {
        max-width: 22.4rem;
    }

    .pr-login-container {
        min-height: 80vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .pr-login-card {
        padding: 1.5rem !important;
        border-radius: 20px !important;
    }

    .pr-login-title {
        font-size: 2rem !important;
    }

    .pr-input-field,
    .pr-input-field input {
        min-height: 48px !important;
        font-size: 0.95rem !important;
    }
}

@media (max-width: 400px) {
    .ps-transaction-card {
        width: 21.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
    .ps-nav {
        max-width: 22.4rem;
        padding: 8px 1rem;
        gap: 0.4rem;
    }
    }

@media (max-width: 380px) {
    .ps-transaction-card {
        width: 21.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
    .ps-nav {
        max-width: 20.7rem;
        padding: 8px 0.1rem;
        gap: 0.4rem;
    }
}

@media (max-width: 350px) {
    .ps-transaction-card {
        width: 20rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
    .ps-nav {
        max-width: 20.4rem;
        padding: 8px 0.5rem;
        gap: 0.4rem;
    }
}
@media (max-width: 350px) {
    .ps-transaction-card {
        width: 20rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
    .ps-nav {
        max-width: 20.4rem;
        padding: 8px 0.5rem;
        gap: 0.4rem;
    }
}
@media (max-width: 320px) {
    .ps-transaction-card {
        width: 19.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        cursor: pointer;
    }
    .ps-nav {
       
        max-width: 17.1rem;
        padding: 8px 0.1rem;
        gap: 0.4rem;
    }
    .rz-stack {
        box-sizing: border-box;
        gap: 0.2rem;
    }
}