@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn RD;
    src: url('../fonts/Vazirmatn-RD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Vazirmatn RD !important;
    background-color: #f1f5f9;
}

h4 {
    margin-bottom: 0;
}

.navbar {
    background-color: #0d93b9 !important;
}

.topbar {
    background-color: #0d93b9;
    color: #fff;
    padding: .5rem;
}

.topbar h1 {
    font-size: 12pt;
}

.topbar p {
    font-size: 8pt;
}

.first-slider img {
    border-radius: 10px;
}

.searchbox .form-control {
    border-right: 0;
    font-size: 8pt;
}

.searchbox .input-group-text {
    background-color: unset;
}

.searchbox .form-control:focus {
    border-width: 1px;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0 #eee;
}

.searchbox .form-check-input {
    border: 1px solid #fea621;
}

.searchbox .form-check-input:checked {
    background-color: #fea621;
    border-color: #fea621;
}

.searchbox .form-check-input:focus {
    border-color: #fea621;
    outline: 0;
    box-shadow: 0 0 0 0 #eee;
}

.searchbox .form-check-label {
    font-size: 8pt;
}

.quick-access {
    background-color: #e0dfef;
    padding-inline: 0;
    padding-inline-start: 15px;
}

.quick-access .swiper-wrapper {
    padding-block-start: 5px;
}

.quick-access svg {
    width: 100%;
    height: 40px;
}

.quick-access h3 {
    font-size: 8pt;
    font-weight: bold;
    margin-top: 5px;
}

.quick-access h4 {
    font-size: 7pt;
    font-weight: 400;
    line-height: 20pt;
}

.icons {
    padding-block: 15px;
}

.btn.btn-light {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
    border-radius: 20px;
}

.sm-radius {
    border-radius: 10px !important;
}

.icons svg {
    height: 40px;
}

.icons h4 {
    font-size: 8pt;
    font-weight: 400;
    line-height: 15pt;
}

.icons i {
    font-size: 24pt;
    line-height: 10pt;
}

.menu-space {
    height: 70px;
}

.menu {
    position: fixed;
    bottom: 0;
    padding-inline: 0;
    left: 0;
}

.menu .btn.btn-light {
    background-color: #fff;
    color: #747474;
    border: 0;
    box-shadow: 0 0 0 0 !important;
    border-radius: 0 !important;
    padding-inline: 5px;
}

.menu .btn.btn-light:hover,
.menu .btn.btn-light.active {
    background-color: #fff;
    color: #fea621 !important;
}

.menu i {
    font-size: 18pt;
    line-height: 10pt;
}

.menu h5 {
    font-size: 7pt;
    font-weight: 400;
    line-height: 18pt;
    margin-bottom: 0;
}


/* swipe for tabs */

.swipe-tab-content {
    position: relative;
    min-height: 365px;
}

@media screen and (min-width: 767.98px) {
    .swipe-tab-content {
        min-height: 500px;
    }
}

.quick-access.fortabs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px !important;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    border-bottom: 5px solid transparent;
    transition: all 0.5s;
    font-size: 7pt;
    font-weight: bold;
}

.quick-access.fortabs .swiper-slide:hover {
    color: #0d93b9;
}

.quick-access.fortabs .swiper-slide.swiper-slide-thumb-active {
    border-bottom-color: #0d93b9;
    color: #0d93b9;
    font-weight: bold;
}

.main-container {
    padding-inline: 0;
    background: #fff;
}

.slick-list {
    padding-top: 15px !important;
}

.swipe-tabs-container .slick-list {
    padding-top: 0px !important;
}

.swiper.navbar-slider {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    position: relative;
}


/* .slick-track .swipe-tab.slick-slide.slick-active.active-tab:last-child {
    border-bottom-color: transparent;
    padding-left: 100px;
} */


/* ara and gavanin page */

.ara,
.gavanin {
    background-color: #f3f4f6 !important;
    
}

.accordion-body {
    padding: 0;
}

.quick-access.fortabs {
    background-color: #f8f8f8;
    padding-inline-start: 0;
}


/* bootstrap changes */

.accordion {
    --bs-accordion-bg: unset !important;
    --bs-accordion-active-bg: unset !important;
    --bs-accordion-btn-focus-box-shadow: unset !important;
}

.list-group {
    --bs-list-group-bg: unset;
}

.list-group-item {
    padding-inline-start: 40px;
    font-size: 10pt;
    font-weight: bold;
    padding-block: 1rem !important;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px;
}

.accordion-button {
    padding-inline-start: 40px;
    font-size: 9pt;
    font-weight: 600;
    padding-block: 1rem !important;
}

.list-group-item::before,
.accordion-button::before {
    font-family: "bootstrap-icons";
    /* content: '\F1A2'; */
    content: '';
    inset-inline-start: 15px;
    position: absolute;
}
.icon_download::before,
.icon_download::before {
    font-family: "bootstrap-icons";
    content: '\F1B9' !important;
    inset-inline-start: 15px;
    position: absolute;
}
.no_icon::before,
.no_icon::before {
    font-family: "bootstrap-icons";
    content: '' !important;
    inset-inline-start: 15px;
    position: absolute;
}

.list-group-item {
    font-size: 9pt;
    font-weight: 600;
}

.list-group-item::after {
    font-family: "bootstrap-icons";
    content: '\F284';
    inset-inline-end: 15px;
    position: absolute;
    font-size: small;
    font-weight: 100;
}

.accordion .list-group-item {
    border-bottom-color: transparent;
}

.accordion .list-group-item::before {
    content: '\F110';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .list-group-item:nth-of-type(odd) {
    background: #eee;
}

.accordion-button::after {
    background-size: 15px;
}


/* slider customize */

.slick-dots li {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #0b93b9;
    width: 12px !important;
    height: 12px !important;
}

.slick-dots li.slick-active {
    background-color: #0b93b9;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
    opacity: 0 !important;
}


.html-text {
    white-space: pre-line !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    display: inline-block !important;
    word-break: break-word !important;

}

.break-word {
    word-break: break-all !important;
}

.text-rule {
    text-align: justify;
    font-size: 14px;
    line-height: 34px;
}