/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4ds16aa0ev] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4ds16aa0ev] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Intro.razor.rz.scp.css */
.main-section[b-qd1tidib2g] {
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

.logo-circle[b-qd1tidib2g] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-title[b-qd1tidib2g] {
    font-size: 85px;
    font-weight: bold;
    line-height: 1.5;
}

.card-option[b-qd1tidib2g] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .card-option:hover[b-qd1tidib2g] {
        background: #f8f8f8;
        transform: translateY(-5px);
        border-color: #ccc;
    }

.card-icon[b-qd1tidib2g] {
    font-size: 2.2rem;
}

.card-text[b-qd1tidib2g] {
    font-size: 34px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .main-section[b-qd1tidib2g] {
        padding: 2rem 1.5rem;
    }

    .card-option[b-qd1tidib2g] {
        padding: 1rem;
    }
}

.btn[b-qd1tidib2g] {
    position: relative;
    font-size: 28px;
    text-decoration: none;
    padding: 1em;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s;
    border: none;
    font-weight: bold;
    color: var(--color-primary);
    background-color: white;
    text-align: center;
    overflow: hidden;
    width: 500px;
    margin: auto;
    animation: softPulse-b-qd1tidib2g 3s infinite;
}

    .btn:hover[b-qd1tidib2g] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .btn:active[b-qd1tidib2g] {
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }

    .btn[b-qd1tidib2g]::after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.5s;
        background-color: #fff;
    }

    .btn:hover[b-qd1tidib2g]::after {
        transform: scaleX(1.4) scaleY(1.6);
    }

    .btn[b-qd1tidib2g]::before {
        content: "";
        position: absolute;
        top: 0;
        left: -80px;
        width: 80px;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
        z-index: 1;
        animation: shineSoft-b-qd1tidib2g 3s infinite ease-in-out;
    }

@keyframes shineSoft-b-qd1tidib2g {
    0% {
        left: -80px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes softPulse-b-qd1tidib2g {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.8);
    }

    80% {
        box-shadow: 0 0 0 25px rgba(0, 153, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 153, 255, 0);
    }
}

.powered-by[b-qd1tidib2g] {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/LoadAction.razor.rz.scp.css */
.page-wrapper[b-gob9lykl69] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-gob9lykl69] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-gob9lykl69] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-gob9lykl69] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

@media (max-width: 992px) {
    .card-body[b-gob9lykl69] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-gob9lykl69] {
        padding: 2rem 1rem;
    }

    .box-card[b-gob9lykl69] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.page-label[b-gob9lykl69] {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.keypad[b-gob9lykl69] {
    direction: ltr;
}

.keypad-btn[b-gob9lykl69] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 0.85rem;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 1rem;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.15s ease-out;
    will-change: transform, box-shadow, background-color;
}

    .keypad-btn:hover[b-gob9lykl69] {
        background-color: #D3E0FC;
        transform: translateY(-1px);
    }

    .keypad-btn:active[b-gob9lykl69] {
        background-color: #D3E0FC;
        transform: translateY(2px) scale(0.95);
        transition: transform 0.05s ease-in, background-color 0.05s ease-in, box-shadow 0.05s ease-in;
    }

#phoneNumber[b-gob9lykl69] {
    font-size: 28px;
    height: 60px;
    border-radius: 0.85rem;
    letter-spacing: 12px;
    text-align: center;
    direction: ltr;
}

    #phoneNumber[b-gob9lykl69]::placeholder {
        color: #aaa;
        opacity: 1;
    }

.btn[b-gob9lykl69] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 0.85rem;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-gob9lykl69] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-gob9lykl69] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-gob9lykl69] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-gob9lykl69] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-gob9lykl69] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-gob9lykl69] {
    font-weight: bold;
    text-align: center;
}

.confirm-list[b-gob9lykl69] {
    direction: rtl;
    text-align: right;
    font-size: 1.1rem;
}

    .confirm-list .list-group-item[b-gob9lykl69] {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0.75rem 0;
    }

    .confirm-list .label[b-gob9lykl69] {
        position: relative;
        padding-left: 0.5rem;
        background-color: #fff;
        z-index: 2;
        font-weight: 600;
        color: #333;
    }

    .confirm-list .value[b-gob9lykl69] {
        position: relative;
        padding-right: 0.5rem;
        background-color: #fff;
        z-index: 2;
    }

    .confirm-list .list-group-item[b-gob9lykl69]::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
        border-bottom: 2px dotted #aaa;
        z-index: 1;
    }
/* /Components/Pages/LoadResult.razor.rz.scp.css */
:root[b-07v7h7cf03] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-07v7h7cf03] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-07v7h7cf03] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.action-card h3[b-07v7h7cf03] {
    font-weight: bold;
    text-align: center;
}

.card-body[b-07v7h7cf03] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-07v7h7cf03] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-07v7h7cf03] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-07v7h7cf03] {
        padding: 2rem 1rem;
    }

    .action-card[b-07v7h7cf03] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-07v7h7cf03] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 1em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 18px;
    margin: auto;
}

.btn-cancel[b-07v7h7cf03] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-07v7h7cf03] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-07v7h7cf03] {
    background-color: #0a4fa4;
    color: white;
}

.btn-confirm-sec[b-07v7h7cf03] {
    background-color: #D3E0FC;
    color: #0a4fa4;
}

.btn-confirm:hover[b-07v7h7cf03] {
    background-color: #093873;
    transform: translateY(-2px);
}

.modal-body img[b-07v7h7cf03] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-07v7h7cf03] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/Otp.razor.rz.scp.css */
.page-wrapper[b-heavm5uyzu] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-heavm5uyzu] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-heavm5uyzu] {
    padding: 3rem 1rem;
    text-align: center;
    color:black;
}

    .card-body .page-label[b-heavm5uyzu] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
        text-wrap-style:balance;
    }

@media (max-width: 992px) {
    .card-body[b-heavm5uyzu] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-heavm5uyzu] {
        padding: 2rem 1rem;
    }

    .box-card[b-heavm5uyzu] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.page-label[b-heavm5uyzu] {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.keypad[b-heavm5uyzu] {
    direction: ltr;
}

.keypad-btn[b-heavm5uyzu] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 12px;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 1rem;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.15s ease-out;
    will-change: transform, box-shadow, background-color;
}

    .keypad-btn:hover[b-heavm5uyzu] {
        background-color: #D3E0FC;
        transform: translateY(-1px);
    }

    .keypad-btn:active[b-heavm5uyzu] {
        background-color: #D3E0FC;
        transform: translateY(2px) scale(0.95);
        transition: transform 0.05s ease-in, background-color 0.05s ease-in, box-shadow 0.05s ease-in;
    }

#otp[b-heavm5uyzu] {
    font-size: 28px;    
    height: 60px;
    border-radius: 12px;
    letter-spacing: 12px;
    text-align: center;
    direction: ltr;
}

    #otp[b-heavm5uyzu]::placeholder {
        color: #aaa;
        opacity: 1;
    }

.btn[b-heavm5uyzu] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-heavm5uyzu] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-heavm5uyzu] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-heavm5uyzu] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-heavm5uyzu] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-heavm5uyzu] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-heavm5uyzu] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/PhoneNumber.razor.rz.scp.css */
.page-wrapper[b-2uq3dhcnje] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-2uq3dhcnje] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-2uq3dhcnje] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-2uq3dhcnje] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

@media (max-width: 992px) {
    .card-body[b-2uq3dhcnje] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-2uq3dhcnje] {
        padding: 2rem 1rem;
    }

    .box-card[b-2uq3dhcnje] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.page-label[b-2uq3dhcnje] {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.keypad[b-2uq3dhcnje] {
    direction: ltr;
}

.keypad-btn[b-2uq3dhcnje] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 12px;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 1rem;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.15s ease-out;
    will-change: transform, box-shadow, background-color;
}

    .keypad-btn:hover[b-2uq3dhcnje] {
        background-color: #D3E0FC;
        transform: translateY(-1px);
    }

    .keypad-btn:active[b-2uq3dhcnje] {
        background-color: #D3E0FC;
        transform: translateY(2px) scale(0.95);
        transition: transform 0.05s ease-in, background-color 0.05s ease-in, box-shadow 0.05s ease-in;
    }

#phoneNumber[b-2uq3dhcnje] {
    font-size: 28px;    
    height: 60px;
    border-radius: 12px;
    letter-spacing: 12px;
    text-align: center;
    direction: ltr;
}

    #phoneNumber[b-2uq3dhcnje]::placeholder {
        color: #aaa;
        opacity: 1;
    }

.btn[b-2uq3dhcnje] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-2uq3dhcnje] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-2uq3dhcnje] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-2uq3dhcnje] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-2uq3dhcnje] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-2uq3dhcnje] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-2uq3dhcnje] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/PrivatePassword.razor.rz.scp.css */
.page-wrapper[b-ljuucktxin] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-ljuucktxin] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-ljuucktxin] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-ljuucktxin] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

@media (max-width: 992px) {
    .card-body[b-ljuucktxin] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-ljuucktxin] {
        padding: 2rem 1rem;
    }

    .box-card[b-ljuucktxin] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.page-label[b-ljuucktxin] {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.keypad[b-ljuucktxin] {
    direction: ltr;
}

.keypad-btn[b-ljuucktxin] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 12px;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 1rem;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.15s ease-out;
    will-change: transform, box-shadow, background-color;
}

    .keypad-btn:hover[b-ljuucktxin] {
        background-color: #D3E0FC;
        transform: translateY(-1px);
    }

    .keypad-btn:active[b-ljuucktxin] {
        background-color: #D3E0FC;
        transform: translateY(2px) scale(0.95);
        transition: transform 0.05s ease-in, background-color 0.05s ease-in, box-shadow 0.05s ease-in;
    }

#privatePassword[b-ljuucktxin] {
    font-size: 28px;
    height: 60px;
    border-radius: 12px;
    letter-spacing: 12px;
    text-align: center;
    direction: ltr;
}

    #privatePassword[b-ljuucktxin]::placeholder {
        color: #aaa;
        opacity: 1;
    }

.btn[b-ljuucktxin] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-ljuucktxin] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-ljuucktxin] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-ljuucktxin] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-ljuucktxin] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-ljuucktxin] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-ljuucktxin] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/SelectAction.razor.rz.scp.css */
:root[b-y03i0khgrz] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-y03i0khgrz] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-y03i0khgrz] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-y03i0khgrz] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-y03i0khgrz] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

.action-card[b-y03i0khgrz] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .action-card *[b-y03i0khgrz] {
        box-sizing: border-box;
    }

    .action-card h3[b-y03i0khgrz] {
        font-weight: bold;
        color: white;
    }

    .action-card:hover[b-y03i0khgrz] {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #0a4fa4 0%, #126bdb 100%);
    }

    .action-card:focus[b-y03i0khgrz] {
        outline: none;
        box-shadow: 0 0 0 4px rgba(10, 79, 164, 0.5), 0 10px 15px rgba(0,0,0,0.10);
        transform: scale(1.05);
        transition: all 0.25s ease;
    }

    .action-card:active[b-y03i0khgrz] {
        transform: translateY(2px) scale(0.95);
        background: linear-gradient(135deg, #083c7c 0%, #0a4fa4 100%);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2) inset;
        transition: all 0.3s ease;
    }

@media (max-width: 992px) {
    .card-body[b-y03i0khgrz] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-y03i0khgrz] {
        padding: 2rem 1rem;
    }

    .action-card[b-y03i0khgrz] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/SelectBoxSize.razor.rz.scp.css */
:root[b-fqr6i8gspy] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-fqr6i8gspy] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-fqr6i8gspy] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-fqr6i8gspy] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-fqr6i8gspy] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color:black;
    }

.box-card[b-fqr6i8gspy] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .box-card .img-wrapper[b-fqr6i8gspy] {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

.order-card img[b-fqr6i8gspy] {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.box-card *[b-fqr6i8gspy] {
    box-sizing: border-box;
}

.box-card h3[b-fqr6i8gspy] {
    font-weight: bold;
    color: white;
}

.box-card h5[b-fqr6i8gspy] {
    color: white;
}

.box-card:hover[b-fqr6i8gspy] {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #0a4fa4 0%, #126bdb 100%);
}

.box-card:focus[b-fqr6i8gspy] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(10, 79, 164, 0.5), 0 10px 15px rgba(0,0,0,0.10);
    transform: scale(1.05);
    transition: all 0.25s ease;
}

.box-card:active[b-fqr6i8gspy] {
    transform: translateY(2px) scale(0.95);
    background: linear-gradient(135deg, #083c7c 0%, #0a4fa4 100%);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2) inset;
    transition: all 0.3s ease;
}

.box-card.disabled-box[b-fqr6i8gspy] {
    background: #E5E7EA !important;
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
    transition: none;
}

    .box-card.disabled-box:hover[b-fqr6i8gspy] {
        transform: none;
        box-shadow: none;
    }

    .box-card.disabled-box h3[b-fqr6i8gspy],
    .box-card.disabled-box h5[b-fqr6i8gspy] {
        color: #9EA2AE !important;
    }

@media (max-width: 992px) {
    .card-body[b-fqr6i8gspy] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-fqr6i8gspy] {
        padding: 2rem 1rem;
    }

    .box-card[b-fqr6i8gspy] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/SelectCourier.razor.rz.scp.css */
:root[b-d1zuqxdzd0] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-d1zuqxdzd0] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-d1zuqxdzd0] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-d1zuqxdzd0] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-d1zuqxdzd0] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

.provider-card[b-d1zuqxdzd0] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .provider-card *[b-d1zuqxdzd0] {
        box-sizing: border-box;
    }

    .provider-card h3[b-d1zuqxdzd0],
    .provider-card h5[b-d1zuqxdzd0] {
        font-weight: bold;
        color: white;
    }

    .provider-card:hover[b-d1zuqxdzd0] {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #0a4fa4 0%, #126bdb 100%);
    }

    .provider-card:focus[b-d1zuqxdzd0] {
        outline: none;
        box-shadow: 0 0 0 4px rgba(10, 79, 164, 0.5), 0 10px 15px rgba(0,0,0,0.10);
        transform: scale(1.05);
        transition: all 0.25s ease;
    }

    .provider-card:active[b-d1zuqxdzd0] {
        transform: translateY(2px) scale(0.95);
        background: linear-gradient(135deg, #083c7c 0%, #0a4fa4 100%);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2) inset;
        transition: all 0.3s ease;
    }

@media (max-width: 992px) {
    .card-body[b-d1zuqxdzd0] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-d1zuqxdzd0] {
        padding: 2rem 1rem;
    }

    .provider-card[b-d1zuqxdzd0] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/SelectOrderType.razor.rz.scp.css */
:root[b-fw535lhfm0] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-fw535lhfm0] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-fw535lhfm0] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-fw535lhfm0] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-fw535lhfm0] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

.order-card[b-fw535lhfm0] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .order-card *[b-fw535lhfm0] {
        box-sizing: border-box;
    }

    .order-card h3[b-fw535lhfm0] {
        font-weight: bold;
        color: white;
    }

    .order-card:hover[b-fw535lhfm0] {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #0a4fa4 0%, #126bdb 100%);
    }

    .order-card:focus[b-fw535lhfm0] {
        outline: none;
        box-shadow: 0 0 0 4px rgba(10, 79, 164, 0.5), 0 10px 15px rgba(0,0,0,0.10);
        transform: scale(1.05);
        transition: all 0.25s ease;
    }

    .order-card:active[b-fw535lhfm0] {
        transform: translateY(2px) scale(0.95);
        background: linear-gradient(135deg, #083c7c 0%, #0a4fa4 100%);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2) inset;
        transition: all 0.3s ease;
    }

@media (max-width: 992px) {
    .card-body[b-fw535lhfm0] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-fw535lhfm0] {
        padding: 2rem 1rem;
    }

    .order-card[b-fw535lhfm0] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/SelectUnloadMethod.razor.rz.scp.css */
:root[b-800i70yg1v] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-800i70yg1v] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-800i70yg1v] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-800i70yg1v] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-800i70yg1v] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

.box-card[b-800i70yg1v] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .box-card .img-wrapper[b-800i70yg1v] {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

.order-card img[b-800i70yg1v] {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.box-card *[b-800i70yg1v] {
    box-sizing: border-box;
}

.box-card h3[b-800i70yg1v] {
    font-weight: bold;
    color: white;
}

.box-card h5[b-800i70yg1v] {
    color: white;
}

.box-card:hover[b-800i70yg1v] {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

.box-card.disabled-box[b-800i70yg1v] {
    background: #E5E7EA !important;
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
    transition: none;
}

    .box-card.disabled-box:hover[b-800i70yg1v] {
        transform: none;
        box-shadow: none;
    }

    .box-card.disabled-box h3[b-800i70yg1v],
    .box-card.disabled-box h5[b-800i70yg1v] {
        color: #9EA2AE !important;
    }

@media (max-width: 992px) {
    .card-body[b-800i70yg1v] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-800i70yg1v] {
        padding: 2rem 1rem;
    }

    .box-card[b-800i70yg1v] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/UnloadBox.razor.rz.scp.css */
:root[b-mgx7pfnfim] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-mgx7pfnfim] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-mgx7pfnfim] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-mgx7pfnfim] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-mgx7pfnfim] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
        color: black;
    }

.provider-card[b-mgx7pfnfim] {
    background-color: var(--color-primary);
    color: white;
    border-radius: 12px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 250px;
    text-align: center;
    border: none;
    align-content: center;
}

    .provider-card *[b-mgx7pfnfim] {
        box-sizing: border-box;
    }

    .provider-card h3[b-mgx7pfnfim],
    .provider-card h5[b-mgx7pfnfim] {
        font-weight: bold;
        color: white;
    }

    .provider-card:hover[b-mgx7pfnfim] {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    }

@media (max-width: 992px) {
    .card-body[b-mgx7pfnfim] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-mgx7pfnfim] {
        padding: 2rem 1rem;
    }

    .provider-card[b-mgx7pfnfim] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.unloadbox-slider-container[b-mgx7pfnfim] {
    position: relative;
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    overflow: hidden;
    direction: ltr;
}

.unloadbox-slider-track[b-mgx7pfnfim] {
    display: flex;
    transition: transform 0.4s ease;
    flex-wrap: nowrap;
}

.unloadbox-slide[b-mgx7pfnfim] {
    flex: 0 0 auto;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

.unloadbox-slide-row[b-mgx7pfnfim] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

.unloadbox-slide-card[b-mgx7pfnfim] {
    flex: 0 0 calc(25% - 0.75rem);
    box-sizing: border-box;
}

.unloadbox-slider-indicators[b-mgx7pfnfim] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.unloadbox-indicator[b-mgx7pfnfim] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s;
}

    .unloadbox-indicator.active[b-mgx7pfnfim] {
        background-color: var(--color-primary);
    }

@media (max-width: 768px) {
    .unloadbox-slide-card[b-mgx7pfnfim] {
        flex: 0 0 45%;
    }
}

.btn[b-mgx7pfnfim] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-mgx7pfnfim] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-mgx7pfnfim] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-mgx7pfnfim] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-mgx7pfnfim] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-mgx7pfnfim] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-mgx7pfnfim] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/UnloadResult.razor.rz.scp.css */
:root[b-wwingltj0k] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-wwingltj0k] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-wwingltj0k] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.action-card h3[b-wwingltj0k] {
    font-weight: bold;
    text-align: center;
}

.card-body[b-wwingltj0k] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body .page-label[b-wwingltj0k] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-wwingltj0k] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-wwingltj0k] {
        padding: 2rem 1rem;
    }

    .action-card[b-wwingltj0k] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-wwingltj0k] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 1em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 18px;
    margin: auto;
}

.btn-cancel[b-wwingltj0k] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-wwingltj0k] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-wwingltj0k] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-wwingltj0k] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.modal-body img[b-wwingltj0k] {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-body h5[b-wwingltj0k] {
    font-weight: bold;
    text-align: center;
}
/* /Components/Shared/ChangeLog.razor.rz.scp.css */
:root[b-1cylvoyuje] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-1cylvoyuje] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-1cylvoyuje] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-1cylvoyuje] {
    padding: 1rem 1rem;
    text-align: center;
    color: black;
    max-height: 50vh;
    overflow-y: auto;
}

    .card-body h3[b-1cylvoyuje] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-1cylvoyuje] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-1cylvoyuje] {
        padding: 2rem 1rem;
    }

    .action-card[b-1cylvoyuje] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-1cylvoyuje] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-1cylvoyuje] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-1cylvoyuje] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-1cylvoyuje] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-1cylvoyuje] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-1cylvoyuje] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-1cylvoyuje] {
        font-size: 80px;
    }

    .message-box .icon[b-1cylvoyuje] {
        margin-bottom: 10px;
    }

.clickable-card[b-1cylvoyuje] {
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
}

    .clickable-card:hover[b-1cylvoyuje] {
        transform: translateX(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
/* /Components/Shared/Footer.razor.rz.scp.css */
footer[b-r5cmghiwjx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.5rem;
    color: #333;
}
/* /Components/Shared/GlobalMessageOffcanvas.Razor.rz.scp.css */
:root[b-ylbcu6gtqj] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-ylbcu6gtqj] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-ylbcu6gtqj] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-ylbcu6gtqj] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body h3[b-ylbcu6gtqj] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-ylbcu6gtqj] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-ylbcu6gtqj] {
        padding: 2rem 1rem;
    }

    .action-card[b-ylbcu6gtqj] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-ylbcu6gtqj] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-ylbcu6gtqj] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-ylbcu6gtqj] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-ylbcu6gtqj] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-ylbcu6gtqj] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-ylbcu6gtqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-ylbcu6gtqj] {
        font-size: 80px;
    }

    .message-box .icon[b-ylbcu6gtqj] {
        margin-bottom: 30px;
        line-height: 0;
    }

.icon[b-ylbcu6gtqj] {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-error[b-ylbcu6gtqj] {
    background-color: rgba(220, 53, 69, 0.1);
}

.icon-info[b-ylbcu6gtqj] {
    background-color: rgba(255, 193, 7, 0.1);
}
/* /Components/Shared/Header.razor.rz.scp.css */
header[b-9dy245ymat] {
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: black;
}

.divider[b-9dy245ymat] {
    width: 2px;
    height: 35px;
    background-color: #ddd;
    border-radius: 1px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    margin: 5px 0;
}

header img[b-9dy245ymat] {
    display: block;
}

.btn-back[b-9dy245ymat] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn-back:hover[b-9dy245ymat] {
        transform: translateY(-2px);
    }

.progress-wrapper[b-9dy245ymat] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 500px);
    margin: 0 auto 10px auto;
    position: relative;
}

.progress-container[b-9dy245ymat] {
    flex: 1;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.progress-bar[b-9dy245ymat] {
    height: 100%;
    border-radius: 10px;
    transition: width 1s linear, background-color 0.5s ease;
}

.progress-blue[b-9dy245ymat] {
    background-color: #0a4fa4;
}

.progress-red[b-9dy245ymat] {
    background-color: #dc3545;
}

.progress-yellow[b-9dy245ymat] {
    background-color: #ffc107;
}

.countdown[b-9dy245ymat] {
    min-width: 30px;
    text-align: center;
    font-weight: bold;    
    color: #333;
}

.powered-by[b-9dy245ymat] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Components/Shared/Help.razor.rz.scp.css */
:root[b-34d5buieuv] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-34d5buieuv] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-34d5buieuv] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-34d5buieuv] {
    padding: 1rem 1rem;
    text-align: center;
    color: black;
    max-height: 50vh;
    overflow-y: auto;
}

    .card-body h3[b-34d5buieuv] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-34d5buieuv] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-34d5buieuv] {
        padding: 2rem 1rem;
    }

    .action-card[b-34d5buieuv] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-34d5buieuv] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-34d5buieuv] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-34d5buieuv] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-34d5buieuv] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-34d5buieuv] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-34d5buieuv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-34d5buieuv] {
        font-size: 80px;
    }

    .message-box .icon[b-34d5buieuv] {
        margin-bottom: 10px;
    }

.clickable-card[b-34d5buieuv] {
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
}

    .clickable-card:hover[b-34d5buieuv] {
        transform: translateX(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
/* /Components/Shared/Message.razor.rz.scp.css */
:root[b-rvr485f46j] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-rvr485f46j] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-rvr485f46j] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-rvr485f46j] {
    padding: 3rem 1rem;
    text-align: center;
    color: black;
}

    .card-body h3[b-rvr485f46j] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-rvr485f46j] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-rvr485f46j] {
        padding: 2rem 1rem;
    }

    .action-card[b-rvr485f46j] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-rvr485f46j] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-rvr485f46j] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-rvr485f46j] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-rvr485f46j] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-rvr485f46j] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-rvr485f46j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-rvr485f46j] {
        font-size: 80px;
    }

    .message-box .icon[b-rvr485f46j] {
        margin-bottom: 30px;
        line-height: 0;
    }

.icon[b-rvr485f46j] {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-error[b-rvr485f46j] {
    background-color: rgba(220, 53, 69, 0.1);
}

.icon-info[b-rvr485f46j] {
    background-color: rgba(255, 193, 7, 0.1);
}
/* /Components/Shared/Profile.razor.rz.scp.css */
:root[b-ws4xvq9pa4] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-ws4xvq9pa4] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-ws4xvq9pa4] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-ws4xvq9pa4] {
    padding: 1rem 1rem;
    text-align: center;
    color: black;
}

    .card-body h3[b-ws4xvq9pa4] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-ws4xvq9pa4] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-ws4xvq9pa4] {
        padding: 2rem 1rem;
    }

    .action-card[b-ws4xvq9pa4] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-ws4xvq9pa4] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-ws4xvq9pa4] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-ws4xvq9pa4] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-ws4xvq9pa4] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-ws4xvq9pa4] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-ws4xvq9pa4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-ws4xvq9pa4] {
        font-size: 80px;
    }

    .message-box .icon[b-ws4xvq9pa4] {
        margin-bottom: 10px;
    }

.clickable-card[b-ws4xvq9pa4] {
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
}

    .clickable-card:hover[b-ws4xvq9pa4] {
        transform: translateX(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
/* /Components/Shared/Update.razor.rz.scp.css */
:root[b-8r1y9rcxeo] {
    --color-primary: #0a4fa4;
    --color-lightgray: #e5e5e5;
    --color-white: #ffffff;
}

.page-wrapper[b-8r1y9rcxeo] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-card[b-8r1y9rcxeo] {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 1.25rem;
    width: 90%;
    max-width: 70rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.card-body[b-8r1y9rcxeo] {
    padding: 1rem 1rem;
    text-align: center;
    color: black;
    max-height: 50vh;
    overflow-y: auto;
}

    .card-body h3[b-8r1y9rcxeo] {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }

@media (max-width: 992px) {
    .card-body[b-8r1y9rcxeo] {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
    .card-body[b-8r1y9rcxeo] {
        padding: 2rem 1rem;
    }

    .action-card[b-8r1y9rcxeo] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.btn[b-8r1y9rcxeo] {
    background-color: #0a4fa4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 0.85em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    width: 250px;
    font-size: 20px;
    margin: auto;
}

.btn-cancel[b-8r1y9rcxeo] {
    background-color: #f8d7da;
    color: #dc3545;
}

    .btn-cancel:hover[b-8r1y9rcxeo] {
        background-color: #f5c2c7;
        transform: translateY(-2px);
    }

.btn-confirm[b-8r1y9rcxeo] {
    background-color: #0a4fa4;
    color: white;
}

    .btn-confirm:hover[b-8r1y9rcxeo] {
        background-color: #093873;
        transform: translateY(-2px);
    }

.message-box[b-8r1y9rcxeo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .message-box i[b-8r1y9rcxeo] {
        font-size: 80px;
    }

    .message-box .icon[b-8r1y9rcxeo] {
        margin-bottom: 10px;
    }

.clickable-card[b-8r1y9rcxeo] {
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
}

    .clickable-card:hover[b-8r1y9rcxeo] {
        transform: translateX(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
