﻿body.dir-rtl * {
    direction: rtl;
}
* {
    font-family: "iran-sans", IRANYekanX, serif;
}

button, a, input, span, div, p, b, ul, li, tr, td, dd, dt, th, h1, h2, h3, h4, h5, h6, textarea, label, header, footer, nav, aside, section, .form-control, option, select {
    font-family: "iran-sans", IRANYekanX, serif;
}
a{
    text-decoration: none;
    color: #0b0b0b;
    cursor: pointer;
}
body.dir-ltr > * {
    direction: ltr;
    text-align: left;
}

.dir-ltr{
    direction: ltr !important;
    text-align: left;
}

.dir-rtl{
    direction: rtl !important;

}

.form-label {
    font-size: 0.75rem;
}

.form-select {
    font-size: 0.875rem;
    font-weight: 400;
}

.form-control {
    font-size: 0.875rem;
    font-weight: 400;
}

.btn {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center !important;
    vertical-align: center !important;
}

.fa-fw-list {
    text-align: center !important;
    vertical-align: middle !important;
}

p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.cursor-pointer * {
    cursor: pointer;
}

:root {
    --bs-modal-color: #99a8bd !important;
    --bs-body-text-align: right;
}

.user-profile-user-panel{
    padding: .875rem !important;
}

.dark iconify-icon {
    color: var(--bs-white);
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.text-align-center{
    text-align: center !important;
}
.text-align-center > *{
    text-align: center !important;
}

.dark .user-full-name{
    color: var(--bs-white);
}

.user-full-name{
    color: #3e3e3e;
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 500px;
    }
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

html[dir="rtl"] .first-page , html[dir="rtl"] .last-page{
    rotate: 180deg !important;
}

.border-theme-color {
    border-color: #02bda7!important;
}

.accordion-button{
    border: none!important;
}

.accordion-button:focus{
    outline: none!important;
    box-shadow: none!important;
}

.accordion-button:not(.collapsed){
    background-color: #6ee5db!important;
    color: var(--bs-white)!important;
}

.accordion-button::after{
    content: none!important;
}


.custom-nav .nav-tabs .nav-link{
    border: none!important;
}

.custom-nav .nav-tabs{
    border: 0!important;
}

.custom-nav .nav-link{  
    color: #317d85   !important;
    border-bottom: 2px solid #02bca6!important;
   
}
.custom-nav .nav-link.active{
    border: none!important;
    border-bottom: 2px solid #999d9d  !important;
}

.custom-nav .nav-tabs .nav-link:hover{
    border-color: unset!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}
.nav-link:focus-visible{
    box-shadow: none!important;
}

.sidebar-active:hover {
    background-color: #02bda7;
}
.form-control:focus{
    box-shadow: none!important;
    border-color: #4bcebf!important;
}
.user-change-avatar::before{
    content: "  ️";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43) !important;
    border-radius: 50% !important;
    cursor: pointer;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.user-change-avatar::after{
    content: "🖊️";
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.user-change-avatar:hover::after,.user-change-avatar:hover::before{
    opacity: 1;
}

.btn:focus{
    box-shadow: none!important;
}

.btn:active{
    border: none!important;
}

.blockOverlay{
    z-index: 1000000000 !important;
}

.otp-input {
    flex-grow: 1;
    letter-spacing: 1rem;
    text-align: center;
}

html[dir="rtl"] .left-0{
    left: 0!important;
}

html[dir="rtl"] .right-0{
    right: 0!important;
}

html[dir="ltr"] .left-0{
    right: 0 !important;
}

html[dir="ltr"] .right-0{
    left: 0 !important;
}

html[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before{
    float: left;!important;
}

.select-date .swiper {
    width: 100%;
    height: 100%;
}

.select-date .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.select-date .swiper-slide img {
    display: block;
    width: 25%;
    height: 94%;
    object-fit: cover;
    padding: 10px;
}