@font-face {
    font-family: 'yekan';
    src: url('/assets/fonts/Yekan.woff') format('woff'), url('/assets/fonts/Yekan.woff2') format('embedded-opentype'), url('/assets/fonts/Yekan.ttf') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'samin';
    src: url('/assets/fonts/Samim-Bold.woff') format('woff'), url('/assets/fonts/Samim-Bold.ttf') format('embedded-opentype'), url('/assets/fonts/Samim-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'parastoo';
    src: url('/assets/fonts/Parastoo.woff') format('woff'), url('/assets/fonts/Parastoo.woff2') format('embedded-opentype'), url('/assets/fonts/Yekan.ttf') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'IRAN';
    src: url('/assets/fonts/iranian-sans.ttf') format('truetype'), url('/assets/fonts/iranian-sans.woff') format('woff'), url('/assets/fonts/iranian-sans.woff') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Entezar4';
    src: url('/assets/fonts/Entezar4.ttf') format('truetype'), url('/assets/fonts/iranian-sans.woff') format('woff'), url('/assets/fonts/iranian-sans.woff') format('embedded-opentype');
    font-style: normal;
    font-display: block;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'samin', sans-serif;
}

html {
    background: #000000;
   
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100dvh; /* تو گوشی‌های جدید */
    overflow-x: hidden;
    overflow-y: hidden; /* برای حذف اسکرول عمودی اجباری */
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
.ProfileUser {
    left: -42px;
    margin-right: -104px;
    position: relative;
    float: left;
    cursor: default;
    margin-top: -62px;
    height: 79px;
    z-index: 100000;
    cursor: pointer;
}

body::before {
    content: "";
    position: fixed; /* به جای absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/Images/bklogin.jpg"), #000;
    background-position: center;
    background-size: cover;
    z-index: 1; /* پشت همه المان‌ها باشه */
}


.wrapper {

    width: 420px;
    border-radius: 8px;
    padding: 27px;
    z-index: 99;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);

}

form {
    display: flex;
    flex-direction: column;
}

h2 {
    font-size: clamp(28px, 98vw, 35px);
    color: #fff;
}

.Entezar4 {
    font-size: clamp(38px, 98vw, 45px);
    margin-bottom: 2px;
    margin-top: -20px;
    color: #fff;
    font-family: 'Entezar4', sans-serif;
}

.Entezar3 {
    font-size: clamp(32px, 98vw, 40px);
    margin-bottom: 20px;
    margin-top: -17px;
    color: #fff;
    font-family: 'Entezar4', sans-serif;
}

h2.neon {
    font-weight: bold;
    color: #0ff; /* رنگ متن */
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.9), /* سایه مشکی */
    0 0 2px #0ff, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px rgba(0, 255, 255, 0.58);
    animation: flicker 2s infinite alternate;
}

/* افکت برق زدن و جریان نور */
@keyframes flicker {
    0% {
        text-shadow: 2px 2px 5px rgba(0,0,0,0.9), 0 0 1px #0ff, 0 0 2px rgba(0, 255, 255, 0.58), 0 0 5px #0ff, 0 0 10px rgba(0, 255, 255, 0.58);
        color: #0ff;
    }

    50% {
        text-shadow: 2px 2px 5px rgba(0,0,0,0.9), 0 0 3px #0ff, 0 0 7px #0ff, 0 0 15px rgba(0, 255, 255, 0.58), 0 0 30px #0ff, 0 0 50px rgba(0, 255, 255, 0.58);
        color: #9ff;
    }

    100% {
        text-shadow: 2px 2px 5px rgba(0,0,0,0.9), 0 0 2px #0ff, 0 0 5px rgba(0, 255, 255, 0.58), 0 0 17px #0ff, 0 0 25px rgba(0, 255, 255, 0.58);
        color: #0ff;
    }
}

#fixed-logo-container {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    display: block !important;
    max-width: 8%;
    max-height: 20%;
    margin: 10px;
    z-index: 1000;
    overflow: hidden;
    /* شروع: بیرون صفحه و مخفی */
    opacity: 0;
    animation: slideLogoIn 2.5s ease forwards;
}

@keyframes slideLogoIn {
    0% {
        left: -150%;
        opacity: 0;
    }

    30% {
        left: 0; /* تو 0.75 ثانیه بیاد سر جاش */
        opacity: 0;
    }

    60% {
        left: 0;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}


#fixed-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
    display: block;

}

#fixed-logo-container:hover #fixed-logo {
    transform: scale(1.03); /* بزرگ شدن ۳٪ */
}

.shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    pointer-events: none; /* تا موس فقط روی لوگو عمل کنه */
}

#fixed-logo-container:hover .shine {
    animation: shine-move 1s forwards;
}

@keyframes shine-move {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

#fixed-logo-link {
    cursor: pointer; /* تغییر شکل موس به حالت کلیک */
    text-decoration: none; /* خط زیر لینک حذف بشه */
}

.input-field {
    position: relative;
    border-bottom: 2px solid #ccc;
    margin: 15px 0;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
    color: fieldtext !important;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    pointer-events: none;
    transition: 0.15s ease;
}

.input-field input {
    direction: rtl;
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
}



.forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 15px 0;
    color: #fff;
}

.input-field label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* وقتی label فعال شد */
.input-field.active label {
    top: -5px;
    margin-top: -5px;
    font-size: 12px;
    color: #c7b805;
}

/* لایه پس‌زمینه برای انیمیشن ستاره دنباله‌دار */
#fx-comet-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    pointer-events: none;
}

#remember {
    accent-color: #fff;
}

.forget label {
    display: flex;
    align-items: center;
}

    .forget label p {
        margin-left: 8px;
    }

.wrapper a {
    color: #efefef;
    text-decoration: none;
}

    .wrapper a:hover {
        text-decoration: underline;
    }

.mt--40 {
    margin-top: -40px !important;
}

button {
    background: #fff;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

    button:hover {
        color: #fff;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.15);
    }

.password-policies {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

    .password-policies li {
        margin: 5px 0;
        font-size: 14px;
        transition: color 0.3s ease, transform 0.3s ease;
    }

.form .inputBoxsss {
    top: 18px;
    width: 93%;
    padding-top: -6px;
    margin: 9px;
    margin-top: 12px;
}

.password-policies li.invalid {
    color: red;
}

.textsms {
    width: 318px;
    height: 40px;
    position: sticky;
    z-index: 2;
}

.hidden {
    display: none;
}

.password-policies li.valid {
    color: green;
    transform: scale(1.05); /* افکت کوچک هنگام تغییر */
}

.register {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.input-field {
    background-color: transparent; /* یا هرچی بخوای */
}

    .input-field input,
    .input-field input:-webkit-autofill,
    .input-field input:-webkit-autofill:hover,
    .input-field input:-webkit-autofill:focus,
    .input-field input:-webkit-autofill:active {
        background-color: transparent !important; /* برای مرورگرهای غیر کروم */
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        -webkit-text-fill-color: #fafafa !important;
        caret-color: #e4e2e2 !important;
        background: rgba(255, 255, 255, 0.05); /* مثلا شفاف روی پس‌زمینه */
    }

.input-field {
    background: rgba(255, 255, 255, 0.02); /* مثلا شفاف روی پس‌زمینه */
    border-radius: 8px;
    padding: 5px;
}

    .input-field input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px rgb(106 66 66 / 8%) inset !important;
        -webkit-text-fill-color: #402727 !important;
    }
p {
    margin: 0 0 0em;
    color: #d3dbdc !important;
}
.logfor100 {
    width: 100%;
    margin-top: -2px;
    margin-bottom: 13px;
}
.rowjob100 {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.rowjob95 {
    width: 94.9%;
}

.rowjob90 {
    width: 89.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob80 {
    width: 79.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob75 {
    width: 74.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob70 {
    width: 69.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob60 {
    width: 59.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob55 {
    width: 54.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob50 {
    width: 49.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob49 {
    width: 49.85%;
    margin-left: 0.1px;
    margin-right: 0.1px;
}

.rowjob45 {
    width: 44.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob35 {
    width: 34.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob33 {
    width: 32.83%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob40 {
    width: 39.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob30 {
    width: 29.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob25 {
    width: 24.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob20 {
    width: 19.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob15 {
    width: 14.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob10 {
    width: 9.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.rowjob5 {
    width: 4.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.375em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0 !important;
    overflow-y: auto;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-left: 0 !important;
}

.me-1 {
    margin-left: 0.25rem !important;
}

.me-2 {
    margin-left: 0.5rem !important;
}

.me-3 {
    margin-left: 1rem !important;
}

.me-4 {
    margin-left: 1.5rem !important;
}

.me-5 {
    margin-left: 3rem !important;
}

.me-auto {
    margin-left: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-right: 0 !important;
}

.ms-1 {
    margin-right: 0.25rem !important;
}

.ms-2 {
    margin-right: 0.5rem !important;
}

.ms-3 {
    margin-right: 1rem !important;
}

.ms-4 {
    margin-right: 1.5rem !important;
}

.ms-5 {
    margin-right: 3rem !important;
}

.ms-auto {
    margin-right: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-left: 0 !important;
}

.pe-1 {
    padding-left: 0.25rem !important;
}

.pe-2 {
    padding-left: 0.5rem !important;
}

.pe-3 {
    padding-left: 1rem !important;
}

.pe-4 {
    padding-left: 1.5rem !important;
}

.pe-5 {
    padding-left: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-right: 0 !important;
}

.ps-1 {
    padding-right: 0.25rem !important;
}

.ps-2 {
    padding-right: 0.5rem !important;
}

.ps-3 {
    padding-right: 1rem !important;
}

.ps-4 {
    padding-right: 1.5rem !important;
}

.ps-5 {
    padding-right: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: right !important;
}

.text-end {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}



.inputBoxForPass {
    border-radius: 8px;
    background: linear-gradient(to bottom, #a81667, #661441);
    box-shadow: inset 0px 2px 0px #830a4d, 0px 2px 0px 0px #5a0d31, 0px 5px 3px #520f29;
    color: rgb(240, 235, 235);
    cursor: pointer;
    font-weight: 600;
    padding: 9px;
    float: left;
    box-shadow: 0px 1px 0px 5px rgba(102, 98, 110, 0.34);
}

    .inputBoxForPass:hover {
        background:;
        background: linear-gradient(to bottom, rgba(102, 14, 63, 0.17), rgba(189, 99, 149, 0.17));
        color: rgb(209, 225, 11);
        border-radius: 8px;
        border-image: linear-gradient(-45deg, #a81667, #661441)1;
    }

.inputBoxSms {
    margin-bottom: -5px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #16a880, #0c6049);
    box-shadow: inset 0px 2px 0px #0a8361, 0px 2px 0px 0px #0d5a4f, 0px 5px 3px #0f5240;
    color: rgb(240, 235, 235);
    cursor: pointer;
    font-weight: 600;
    padding: 9px;
    box-shadow: 0px 1px 0px 5px rgba(102, 98, 110, 0.34);
}

    .inputBoxSms:hover {
        background: linear-gradient(to bottom, rgba(12, 105, 79, 0.24), rgba(93, 194, 166, 0.24));
        color: rgb(209, 225, 11);
        border-radius: 8px;
        border-image: linear-gradient(-45deg, #16a880, #0c6049)1;
    }

.inputBox:hover {
    background: linear-gradient(to bottom, rgba(12, 81, 105, 0.24), rgba(82, 194, 233, 0.24));
    color: rgb(209, 225, 11);
    border-radius: 8px;
    border-image: linear-gradient(-45deg, rgb(25, 162, 188), #0e6478) 1;
}

.inputBox {
    margin-bottom: 5px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(25, 162, 188), #0e6478);
    box-shadow: inset 0px 2px 0px rgba(9, 104, 129, 0.38), 0px 2px 0px 0px #0d5a4f, 0px 5px 3px #0f5240;
    color: rgb(240, 235, 235);
    cursor: pointer;
    font-weight: 600;
    padding: 9px;
    box-shadow: 0px 1px 0px 5px rgba(102, 98, 110, 0.34);
}

.timerCountDownFirst {
    position: sticky;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #156a52;
    width: 100%;
    height: 48px;
    margin-top: -48px;
    margin-right: 0px;
    border-radius: 7px;
}

.divLoadingStart1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background-image: linear-gradient(-180deg, rgb(2 5 13 / 86%) 43%, rgb(41 63 88));
}

.divLoadingStart2 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    display: contents !important;
}

.loadingpage {
    color: #f1c40f;
    width: 20%;
    margin-top: 10%;
}

.divLoadingStart3 {
    text-align: center;
    margin-top: 10%;
}

/* 1) وقتی عرض صفحه از ارتفاع کمتر بود (پرتره) */
@media screen and (max-aspect-ratio: 1/1) {
}

/* 2) وقتی عرض از 768px کمتر شد (مثلاً موبایل) */
@media screen and (max-height: 500px) {
    .input-field {
        margin: 9px 0;
        padding: 0px;
    }
  
    .ProfileUser {
        left: -59px;
        margin-right: -104px;
        position: relative;
        float: left;
        cursor: default;
        margin-top: -50px;
        height: 79px;
        z-index: 100000;
        cursor: pointer;
    }

    .Entezar4 {
        font-size: clamp(24px, 90vw, 35px);
        margin-bottom: 2px;
        margin-top: -20px;
        color: #fff;
        line-height: 60px;
        font-family: 'Entezar4', sans-serif;
    }

    h2 {
        font-size: clamp(28px, 98vw, 29px);
        color: #fff;
    }
    .input-field input {
        direction: rtl;
        width: 100%;
        height: 35px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 14px;
        color: #fff;
        padding-right: 10px;
    }
    .pt-3 {
        padding-top: 7px !important;
        font-size: 11px;
    }

    button {
        background: #fff;
        color: #000;
        font-weight: 600;
        border: none;
        /* padding: 12px 20px; */
        cursor: pointer;
        border-radius: 3px;
        font-size: 14px;
        line-height: 16px;
        border: 2px solid transparent;
        transition: 0.3s ease;
    }
    .inputBox {
        margin-bottom: 2px;
        border-radius: 8px;
     padding: 7px;
    }
    .inputBoxForPass {
        margin-bottom: 2px;
        border-radius: 8px;
        padding: 7px;
    }
    .inputBoxSms {
        margin-bottom: 2px;
        border-radius: 8px;
        padding: 7px;
    }
    body {
        display: flex;
        justify-content: center; /* افقی وسط */
        align-items: center; /* عمودی وسط */
        height: 100vh; /* پر کردن کل ارتفاع */
        margin: 0; /* جلوگیری از فاصله پیش‌فرض */
    }

    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 22em;
        max-width: 100%;
        padding: -2px;
        border: none;
        border-radius: 5px;
        background: #fff;
        font-family: inherit;
        font-size: 12px;
    }

    .wrapper {
        width: 350px;
        border-radius: 8px;
        padding-top: 2px;
        padding-right: 35px;
        padding-bottom: 2px;
        padding-left: 35px;
        text-align: center;
        margin-top: -7%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(9px);
        -webkit-backdrop-filter: blur(9px);
        transform: scale(0.85);
        transform-origin: center;
    }

  

}

@media screen and (max-width: 480px) {
    h2 {
        font-size: clamp(20px, 90vw, 27px);
        color: #fff;
    }
    .wrapper {
        width: 330px;
      
    }
    .inputBox {
        font-size: 13px;
        padding: 5px;
    }
    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 22em;
        max-width: 100%;
        padding: -2px;
        border: none;
        border-radius: 5px;
        background: #fff;
        font-family: inherit;
        font-size: 14px;
    }
    .inputBoxForPass {
        padding: 6px;
        font-size: 13px;
    }

    .inputBoxSms {
        padding: 6px;
        font-size: 13px;
    }

    .input-field input {
        height: 35px;
        font-size: 13px;
    }

    .forget label p {
        margin-left: 8px;
        font-size: 12px;
    }

    .Entezar4 {
        font-size: clamp(24px, 90vw, 35px);
        margin-bottom: -3px;
        margin-top: -20px;
        color: #fff;
        line-height: 60px;
        font-family: 'Entezar4', sans-serif;
    }

    .Entezar3 {
        font-size: clamp(24px, 90vw, 32px);
        margin-bottom: 2px;
        margin-top: -20px;
        color: #fff;
        font-family: 'Entezar4', sans-serif;
    }

    #fixed-logo-container {
        left: 0;
        max-width: 16%;
        max-height: 30%;
        margin: 10px;
        z-index: 1000;
        overflow: hidden;
    }
}
