@import "../../webfonts/font.css";
body{
    font-family: 'iransans','mulish',sans-serif;
    direction: rtl;
    text-align: right;
}
body *{
    font-family: 'iransans','mulish',sans-serif;
}

/* swal */
.swal2-container{
    height: auto!important;
    justify-content: flex-start!important;
    font-family: 'iransans','mulish',sans-serif;
}
.swal2-popup.swal2-toast .swal2-title{
    margin: 9px!important;
}
.swal2-popup{
    padding: 10px!important;
    box-shadow: 0 0 0.1em #333333!important;
}
.swal2-popup.swal2-toast .swal2-html-container{
    margin: auto!important;
    padding: 10px!important;
}
.swal2-title{font-size: 16px!important;}
.swal2-content{font-size: 14px!important;}
@media only screen and (min-width:0px) and (max-width:991px) {
    .swal2-container {
        width: 100% !important;
    }
    .swal2-popup {
        width: 100% !important;
        align-items: center;
        flex-wrap: wrap;
    }
}

/* search-layout */
.search-layout-result{
    max-height: calc(55vh - 10px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: .1rem;
}

.search-layout-result-item{
    direction: rtl;
    display: flex;
    align-items: center;
    margin: 6px 0;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    background-color: #f8f9fa;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    color: #222f3e;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    font-family: 'iransans','mulish',sans-serif;
}
.search-layout-result-item:hover{
    color: #c09578;
    background-color: #ececec;

}
.search-layout-result-item img,.search-layout-result-item .far,.search-layout-result-item .fas,.search-layout-result-item .fab{
    width: 60px;
    height: 60px;
    border-radius: 3px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-left: 8px;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* content-text */

.content-text{
    color: #323232;
    line-height: 2.1;
}
.content-text h1{
    color: #fefefe;
    font-size: 25px;
    word-spacing: -3px;
}
.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6{
    color: #c09578;
    margin: 35px 0 20px 0;
    word-spacing: -2px;
}
.content-text h2::before,.content-text h3::before,.content-text h4::before,.content-text h5::before,.content-text h6::before{
    content: "♦ ";
    color: #c09578;
}
.content-text h2{
    font-size: 22px;
}
.content-text h3{
    font-size: 21px;
}
.content-text h4{
    font-size: 20px;
}
.content-text h5,.content-text h6{
    font-size: 19px;
}
.content-text p{
    font-size: 17px;
    color: #323232;
    margin: 0;
    padding: 0;
}
.content-text b,.content-text strong{
    font-weight: bold;
}
.content-text a{
    color: #c09578;
}
.content-text a:hover{
    color: #9c7357;
}
.content-text ul,.content-text ol{
    list-style: none!important;
    padding: 0;
}
.content-text ul li{
    padding: 10px;
    line-height: 2;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.content-text ul li::before,.content-text ol li::before{
    content: "♦ ";
    color: #c09578;
    margin-left: 5px;
}
.content-text ul li span{
    color: #c09578;
    display: inline-block;
    min-width: 120px;
}
.content-text ul li a{
    color: #323232;
}
.content-text img{
    display: block;
    margin: 15px auto;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 1rem;
}

/* layout-loading */
.layout-loading{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #343a40;
    line-height: 3;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 99999;
}
.layout-loading.active{
    opacity: 1;
    pointer-events: fill;
}

/* nav scroller */
.nav-scroller {
    z-index: 2;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* timer jquery */
.timer-jquery{display: flex;}
.timer-jquery.jst-timeout{display: none;}
.timer-jquery .jst-hours{display: none!important;}
.timer-jquery::before{content: "(";}
.timer-jquery::after{content: ")";}



/* Bootstrap Developed */
.font-12px{font-size: 12px;}
.font-13px{font-size: 13px;}
.font-14px{font-size: 14px;}
.font-15px{font-size: 15px;}
.font-16px{font-size: 16px;}
.font-17px{font-size: 17px;}
.font-18px{font-size: 18px;}
.font-19px{font-size: 19px;}
.font-20px{font-size: 20px;}
.font-21px{font-size: 21px;}
.font-22px{font-size: 22px;}
.font-25px{font-size: 25px;}
.font-30px{font-size: 30px;}
.dir-ltr{direction: ltr!important;}
.font-en{font-family: 'mulish','iransans',sans-serif;}
.text-justify{text-align: justify!important;}
.border-muted{border-color: #eeeeee!important;}
.text-ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}
.border-brand{border-color: #c09578!important;}
.bg-brand{background-color: #c09578!important;}
.text-brand{color: #c09578!important;}
.border-hover-brand:hover{border-color: #c09578!important;}
.bg-hover-brand:hover{background-color: #c09578!important;}
.text-hover-brand:hover{color: #c09578!important;}
.hover-opacity-8:hover{opacity: .8;}
.letter-space--1{letter-spacing: -1px;}
.scroll-style::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.scroll-style::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
    border-radius: 10px;
}
