﻿/* fallback */
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
}

.hide {
    display: none;
}

.swiper-container {
    height: 200px;
}

a:hover {
    text-decoration: none;
}

.font-12, .f-12 {
    font-size: 12px !important;
}

.font-13, .f-13 {
    font-size: 13px !important;
}

.font-14, .f-14 {
    font-size: 14px !important;
}

.font-15, .f-15 {
    font-size: 15px !important;
}

.font-18, .f-18 {
    font-size: 18px !important;
}
.font-20, .f-20 {
    font-size: 20px !important;
}

.mt-10pc {
    margin-top: 10%;
}

.icon-image {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100px;
}

    .icon-image img {
        max-height: 50%;
        max-width: 50%;
    }

.footer-img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.bg-low-info {
    background-color: #00c0ef;
}

.border-dark {
    border-color: #6c757d;
}
.iziToast-theme-question {
    background: #565c70;
    padding-left: 18px;
    border-radius: 5px;
    border-color: #565c70;
    width: 90% !important;
}
.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.footer-panel {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-bottom);
    bottom: 15%;
    right: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #ffffff;
    box-shadow: 0px -3px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px -3px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* یا cover بسته به نیاز شما */
}