body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(230, 230, 230);
}

@font-face {
    font-family: "iran-sans";
    src: url(../fonts/iransans/ttf/IRANSansWeb_Medium.ttf);
}

* {
    font-family: "iran-sans";
    font-size: 16px;
}

.container {
    height: 100%;
    padding: 1rem;
}

.login-container {
    width: 100%;
    max-width: 1140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 90dvh;
    max-height: 130dvh;
    height: max-content;
    margin: auto;
}

@media (max-width: 991.98px) {
    .login-container {
        height: auto;
        box-shadow: none;
        margin-top: 2rem;
    }
}

.carousel {
    min-height: 90dvh;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel {
    padding: 0;
}

.brand-box {
    min-height: 40px;
}

.button1 {
    padding: 0 19px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.log-inp {
    font-size: 18px !important;
    color: rgba(0, 0, 0, 0.9);
    direction: ltr;
    text-align: left;
}

.log-inp::placeholder {
    font-size: 15px;
    direction: rtl;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
}

.inp-box {
    position: relative;
    min-height: 70px;
}

.alert-text {
    display: none;
    position: absolute;
    right: 23px;
    top: 50px;
    font-size: 14px;
    color: rgb(154, 8, 8);
}

.text {
    font-size: 15px;
    line-height: 2.5;
}

.point-text {
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    background-color: rgb(227, 237, 249);
}

.badge {
    margin: 0 7px;
    font-size: 16px;
    cursor: pointer;
}

.inp-div {
    width: 90%;
    height: max-content;
    height: 6.5dvh;
    width: 6.5dvh;
    padding: 0 5px;
    /* background-color: aquamarine; */
}

.logo-box {
    width: 100px;
    height: max-content;
}

.charity-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.login-box {
    height: max-content;
    transition: all 0.3s;
}

@media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
    /* مخصوص Nest Hub (و دستگاه‌هایی با سایز مشابه) */
    .point-text {
        display: none;
    }
}

@media (min-width: 820px) and (max-width: 850px) and (min-height: 1180px) and (max-height: 1220px) and (orientation: portrait) {
    .carousel {
        display: none !important;
    }
}

.SMS-alert {
    /* color: rgb(70, 146, 240); */
    color: rgb(205, 205, 205);
    cursor: pointer;
    font-weight: 800;
}

.timer {
    display: none;
}

.alert-second {
    display: block;
    font-size: 14px;
}
