@import "../../webfonts/font.css";
body{
    font-family: 'GoogleSans','iransans',sans-serif;
    direction: ltr;
    text-align: left;
    background-color: #111111;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
body *{
    font-family: 'GoogleSans','iransans',sans-serif;
}
a,a:focus,a:hover,a.active,a:active{text-decoration: none!important;}
.btn,.btn:focus,.btn:hover,.btn:active,.btn.active{box-shadow: none;}
.dropdown-toggle::after {display: none!important;}
/* 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: ")";}

/* form-control */
.form-control{
    background-color: #010101;
    color: #f1f1f1!important;
    padding: .7rem;
    border-radius: 5px!important;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
}
.form-control::selection{
    color: #ffc107;
    background-color: #666666;
}
.form-control:focus{
    background-color: #000000;
    box-shadow: none;
}
.form-control::placeholder{
    color: #666666;
}
.input-group-text{
    background-color: #010101;
    color: #f1f1f1!important;
    padding: .7rem;
    border-radius: 5px!important;
    border: 0;
    border-right: 3px solid #212529 !important;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    margin-right: 1px;
}

/* 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;
}

/* 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;}

.bg-dark-sm{background-color: #111111!important;}
.bg-dark-lg{background-color: #000000!important;}
.border-dark-sm{border-color: #111111!important;}
.border-dark-lg{border-color: #000000!important;}
.border-info{border-color: #0dcaf0!important;}
.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;}
.bg-hover-dark-sm:hover{background-color: #111111!important;}
.bg-hover-dark-lg:hover{background-color: #000000!important;}
.bg-dark-50{background-color: rgba(0,0,0,.5) !important;}
.bg-info-50{background-color: rgba(13,202,240,.5) !important;}
.border-muted{border-color: #eeeeee!important;}

.font-fa{font-family: 'iransans','GoogleSans',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;}
.opacity-75{opacity:.75!important}
.text-ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}
.cursor-pointer{cursor: pointer!important;}
.transition-3{transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;}
.w-15{width: 15% !important;}
.w-85{width: 85% !important;}
.w-35px{width: 35px!important;}
.h-35px{height: 35px!important;}
.bg-chat{background: url("../../images/template/chat-bg.webp") repeat center center;}
.scroll-style::-webkit-scrollbar {
    pointer-events: auto;
    width: 4px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
    border-radius: 0.375rem;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.01);
    opacity:0;
}
.scroll-style::-webkit-scrollbar:hover{
    opacity: 1;
}
.scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.375rem;
}
.scroll-style::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0.375rem;
    background-color: rgba(255,255,255,.2);
}
.max-height-600px{max-height: 600px;}
.min-height-600px{min-height: 600px;}
.overflow-x-hidden{overflow-x: hidden!important;}
.overflow-y-auto{overflow-y: auto!important;}
.rounded-15px{border-radius: 15px!important;}
.z-index-99{z-index: 99!important;}
