﻿html {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    background-color: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100% !important;
    background: #213684;
}

@font-face {
    font-family: iranyekanbold;
    src: url('../fonts/iranyekanwebbold.ttf');
}

* {
    font-family: iranyekanbold;
}

.action-disabled {
    background-color: #999 !important;
    cursor: default !important;
}

.action-button {
    background-color: #e0f7fa;
    border-radius: 25%;
    margin: 2%;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

    .action-button > div {
        display: flex;
        width: 200px;
        height: 200px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 25%;
        border: 3px solid #213684;
    }

        .action-button > div > p {
            margin-top: .5rem;
            margin-bottom: 0;
            text-align: center;
            font-size: 20px;
        }

.dynamic-height {
    height: 100%;
}

@media (max-width: 992px) {
    #actions-buttons {
        scale: 85%;
    }

    .dynamic-height {
        height: auto;
    }
}

.action-label {
    border-bottom: 3px solid #fff;
    padding: 20px;
    min-width: 150px;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}

.action-form {
    min-width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: cetner;
}

    .action-form input {
        border: none;
        border-radius: 15px;
        padding: 15px;
        font-size: 25px;
        background-color: #e0f7fa;
        text-align: center !important;
        appearance: textfield;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
    }

        .action-form input::placeholder {
            color: #aaa
        }

    .action-form label {
        align-self: self-start;
        padding: 15px;
        font-size: 25px;
    }

.action-form-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.action-form-message {
    margin-top: 10px;
    color: red;
    font-size: 16px;
    align-self: flex-start;
}

.action-form-button {
    padding: 15px;
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 15px;
    margin-top: 15px;
    text-decoration: none;
    display: ruby;
}

.action-hint {
    position: absolute;
    left: 10px;
    top: 82px;
}

.action-alert {
    background-color: #e0f7fa;
    font-size: 1.5rem;
    padding: 35px;
    line-height: 50px;
    border-radius: 30px;
}

.text-blue {
    color: #213684;
}

.bg-blue {
    background: #213684;
}

.action-select {
    font-size: 25px;
    color: #213684;
    padding: 15px;
    border-radius: 15px;
    border: none;
    background-color: #e0f7fa;
    text-align: center;
}

select option {
    font-weight: bold;
}

.action-check {
    display: flex;
}

.action-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em !important;
    height: 1em !important;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    align-self: center;
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
    .action-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .action-check-input[type="checkbox"] {
        border-radius: .25em;
    }

    .action-check-input:checked[type="checkbox"] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    }

.action-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

@media (max-width: 652px) {
    .small-font-mobile {
        font-size: 15px !important;
    }

    .max-h-t-50 {
        max-height: 82px;
    }

    .action-label {
        font-size: 20px !important;
    }

    .timer-display {
        left: 50% !important;
    }
}

label[required]::after {
    content: ' *';
    color: #ff5656;
}

.mb-lb-al > div > label {
    margin-bottom: 1rem;
}

.timer-display {
    position: fixed;
    left: 25%;
    top: 10px;
    font-size: 25px;
    transform: translateX(-50%);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #213684;
    border-radius: 25px;
    color: white;
    width: 100px;
    text-align: center;
}

.site-table {
    color: white;
    white-space: nowrap;
}

    .site-table::-webkit-scrollbar {
        display: none;
    }

    .site-table tr:nth-child(2n+1) {
        background-color: #eeeeee20;
    }

    .site-table th {
        padding: .5rem;
        border-bottom-width: 2px;
    }

    .site-table td {
        padding: .5rem;
        border-bottom-width: 1px;
    }

.details-table th {
    text-wrap: nowrap;
}

.details-table td,
.details-table td {
    padding: .5rem .75rem;
}

.details-table tr {
    vertical-align: top;
}

    .details-table tr:not(:last-child) {
        border-bottom: 1px solid #eeeeee8b;
    }

.custom-tooltip {
    --bs-tooltip-bg: #FFC727;
    --bs-tooltip-color: #000;
}

.loan-help-button {
    display: inline-block;
    border: 2px solid #1fef80;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    transition: all .3s;
    margin-bottom: 5px;
}

    .loan-help-button:hover {
        background-color: #1fef80;
        border-color: #1fef80;
        border-width: 2px;
    }

.logo-image {
    max-height: 120px;
    max-width: 200px;
}

.light-placeholder::placeholder {
    color: #999;
}

.zoom-out-element {
    animation: zoomOut .8s forwards; /* Animation name, duration, and forwards to keep the final state */
}

@keyframes zoomOut {
    0% {
        transform: scale(.6); /* Start at original size */
        opacity: 0; /* Fully visible */
    }

    100% {
        transform: scale(1); /* End at scale 0 (zoomed out) */
        opacity: 1; /* Fully transparent */
    }
}

.page-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0009;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 2;
    top: 0;
    right: 0;
    color:white;
}
/*--------------------------skt---------------------------*/
..radio-options {
    display: flex;
    gap: 1rem;
    font-size: 1rem; /* این برای والد */
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    user-select: none;
}

.radio-options label {
    margin: 0;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    font-size: 1rem; /* حتما اینجا اضافه کن */
}
/*-----------------------------------------------------*/
