
 
  
 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 100;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Thin.woff2') format('woff2');
     unicode-range: U+0600-06FF;
     /* محدوده اصلی حروف فارسی/عربی */
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 200;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-ExtraLight.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 300;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Light.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Regular.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 500;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Medium.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 600;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-SemiBold.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Bold.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 800;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-ExtraBold.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }

 @font-face {
     font-family: 'Vazirmatn';
     font-style: normal;
     font-weight: 900;
     font-display: swap;
     src: url('/assets/fonts/vazir/Vazirmatn-Black.woff2') format('woff2');
     unicode-range: U+0600-06FF;
 }
 .page-confirm-message {
    width: 450px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    max-width: 100%;
    
}

.page-confirm-message .p-order-number {
    font-weight: bold;
    font-size: 18px;
}

.page-confirm-message .p-complete-payment {
    margin-top: 60px;
    text-align: center;
}

.page-confirm-message .bank-account-container {
    text-align: center;
}

.page-confirm-message .title {
    font-size: 18px;
    line-height: 24px;
}

.persian-font{
     font-family: 'Vazirmatn';
     direction: rtl;
}

/* success page */

.guest-account-card {
        border: none;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }

    .guest-account-card .card-header {
        border-radius: 8px 8px 0 0 !important;
        font-size: 1.1rem;
    }

    .copy-btn {
        cursor: pointer;
        transition: all 0.2s;
    }



    .copy-btn.copied {
        background-color: #28a745;
        color: white;
    }

    #guest-email,
    #guest-password {
        font-family: monospace;
        font-size: 15px;
    }

    .ms-0 {
        margin-right: 0 !important;
    }

    .me-0 {
        margin-left: 0 !important;
    }

    .circle-loader {
        margin-bottom: 3.5em;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-left-color: #5cb85c;
        animation: loader-spin 1.2s infinite linear;
        position: relative;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        width: 7em;
        height: 7em
    }

    .load-complete {
        animation: none;
        border-color: #5cb85c;
        transition: border 500ms ease-out
    }

    .checkmark {
        display: none
    }

    .checkmark.draw:after {
        animation-duration: 800ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg)
    }

    .checkmark:after {
        opacity: 1;
        height: 3.5em;
        width: 1.75em;
        transform-origin: left top;
        border-right: 3px solid #5cb85c;
        border-top: 3px solid #5cb85c;
        content: '';
        left: 1.75em;
        top: 3.5em;
        position: absolute
    }

    @keyframes loader-spin {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    @keyframes checkmark {
        0% {
            height: 0;
            width: 0;
            opacity: 1
        }

        20% {
            height: 0;
            width: 1.75em;
            opacity: 1
        }

        40% {
            height: 3.5em;
            width: 1.75em;
            opacity: 1
        }

        100% {
            height: 3.5em;
            width: 1.75em;
            opacity: 1
        }
    }