@import "../../webfonts/font.css";
body{
    font-family: 'iransans','mulish',sans-serif;
    direction: rtl;
    text-align: right;
}
body *{
    font-family: 'iransans','mulish',sans-serif;
}
a,a:focus,a:hover,a.active,a:active{text-decoration: none!important;}

/* 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;
    }
}


/* 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;
}

/* 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: ")";}

/* page */
.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: #0783ff;
    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: #0783ff;
}
.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: #109ac5;
}
.content-text a:hover{
    color: #087191;
}
.content-text ul{
    list-style: none;
    padding: 0;
}
.content-text ul li{
    padding: 10px;
    line-height: 2;
    margin: 5px 0;
}
.content-text ul li span{
    color: #0783ff;
    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;
}


/* profile */
.btn-profile-sidebar{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 3rem 3rem 0 0;
    padding: 1rem;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    z-index: 999;
    color: #545454;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075);
    opacity: 0;
    pointer-events: none;
}
.btn-profile-sidebar.close{
    background-color: #dc3545;
    color: #FFFFFF;
}
@media only screen and (min-width:0px) and (max-width:991px){

    /* profile */
    .profile-sidebar{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: #FFFFFF;
        padding: 1rem;
        transition: all .4s;
        pointer-events: none;
        opacity: 0;
        margin-top: 0!important;
        max-height: calc(100% - 30px);
    }
    .profile-sidebar.active{
        pointer-events: fill;
        opacity: 1;
        top: 0;
    }

    .btn-profile-sidebar{
        opacity: 1;
        pointer-events: fill;
        z-index: 99999;
    }
}


/* 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;}

.text-hover-success:hover{color: #198754!important;}
.text-hover-danger:hover{color: #dc3545!important;}
.text-hover-primary:hover{color: #0d6efd!important;}
.text-hover-warning:hover{color: #ffc107!important;}
.text-hover-info:hover{color: #0dcaf0!important;}
.text-hover-white:hover{color: #FFFFFF!important;}
.bg-hover-danger:hover{background-color: #dc3545!important;}
.bg-hover-dark:hover{background-color: #212529!important;}
.border-muted{border-color: #eeeeee!important;}

.font-en{font-family: 'mulish','iransans',sans-serif!important;}
.dir-ltr{direction: ltr!important;}
.text-justify{text-align: justify!important;}
.text-ellipsis-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.letter-space-1{letter-spacing: -1px;}
.word-space-1{word-spacing: -1px;}
