/** {*/
/*    box-sizing: border-box;*/

/*}*/
/*a {*/
/*    text-decoration: none!important;*/
/*}*/
/* header */
#site_header{
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
}
.header_login{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.w3-sidebar{
    height: 100%;
    width:0px;
    background-color: #fff;
    position: fixed !important;
    z-index: 2;
    overflow: hidden;
    transition: all ease-in-out .6s;
}
.w3-sidebar.active{
    width:300px;
    height: 100%;
}
.w3-sidebar.active_hasOverFlow{
    overflow: auto;
}
.w3-sidebar .mySidebarItem{
    /*opacity: 0;*/
}
.w3-sidebar.active .mySidebarItem{
   /*opacity: 1;*/
}

.w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
.w3-large {
    font-size: 18px !important;
}
.w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: right;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
.w3-btn-item{
    width: 26%;
}
.w3-button {
    border: none;
    padding: 8px 6px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index:0;
    cursor: pointer;
    white-space: nowrap;
    transition: all ease-in-out .9s;
}
.w3-teal{
    background-color: white;
}
.w3-hover-teal:hover {
    color: #fff !important;
    background-color:white !important;
}
.w3-xlarge {
    font-size: 24px !important;
}
/* main */
#content {
    padding-top: 100px !important;
    min-height: 100vh !important;
    padding-bottom: 0 !important;
}
#first_row{
    min-height: calc(100vh - 100px);
}
.bg-light{
    background-color: #F5F5F5;
}
.btn_close{
    text-align:left;
    margin-top: 12px;
    margin-left: 22px;
}
.search_icon{
    position: absolute;
    top: 55%;
    right: 33px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.menu_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_list li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-left: 23px;
    margin-right: 22px;
    font-weight: bold;

}
.menu_list li a{
    color: rgb(62, 62, 158);
}
.menu_list li:first-child {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.text_header{
    font-size: 15px;
    color: rgb(171, 173, 173);
    margin-bottom: 10px;
}
.feature_options{
    align-items: start;
    padding: 8px;
}
.text-main{

    font-size: 12px;
}
.container-login{
    padding-left:69px;
    padding-right:69px;
    margin: auto;
}
.svg-question{
    width: 25px;
}
.logo-novin{
    width: 65px;
    padding-left: 10px;
    /*background-color: #1c7430;*/
    padding-bottom: 20px;

}
.logo-novin_description{
    width: calc(100% - 65px);
}
.w-80{
    width: 80%!important;
}

input::placeholder {
    color: rgb(171, 173, 173)!important;
    font-size:17px;
}
.rounded-border{
    border-radius: 9px!important;
}
.click-forget-password{
    cursor:default;
    color:  var(--success);
    font-size: 13px;
}
.eye-password{
    width: 32px;
    position: absolute;
    cursor:pointer;
    left: 26px;
}
.w-47{
    width:47% ;
    padding: 7px;
    border: 1px solid var(--success);
}
.btn_login{
    background-color: var(--success);
    color: white;
}
.btn_login:hover{
    background-color: white;
    color: var(--success);
}
.btn_Registration{
    background-color: white;
    color: var(--success);
}
.btn_Registration:hover{
    background-color: var(--success);
    color: white;
}
.card_rounder{
    border-radius: 8px;
    padding:6px;
    border: 1px solid rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
}
.img-android_section{
    position: relative;
    min-width: 100px;
}
.img-android{
    max-height: 104px;
    width: auto;
    position:absolute;
    bottom: calc(100% - 30px);
    right: 5px;
    left: 5px;
    z-index: 10;
}
.btn-app-android{
    padding: 8px;
    border: 1px solid rgb(167, 166, 166);
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    font-size: 13px;
    color: rgb(61, 61, 61);
    display: flex;
    align-items: center;
    min-width: 130px;
}
.carousel-caption{
    cursor: pointer;
}
@keyframes growShrink {
    0% {
        transform: scale(1);
        height: auto;
        opacity: 0.8;
        /*z-index: 1;*/
        backface-visibility: hidden;
    }
    50% {
        transform: scale(1.05);
        height: auto;
        opacity: 1;
        /*z-index: 10;*/
        backface-visibility: hidden;
    }
    100% {
        transform: scale(1);
        height: auto;
        opacity: 0.8;
        backface-visibility: hidden;
    }
}
.app_download {
    position: relative;
    animation:growShrink  3s ease-in-out infinite;
}
.app_download:hover {
    opacity: 1;
    animation-play-state: paused;
    filter: blur(0px);
}

.app_download.active {
    z-index: 10;
    opacity:1;
}
.owl-carousel .carousel-caption img {
    display: flex;

}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom:7px;
    left: 0%;

}
.size_logos{
    background-color: rgba(10, 10, 10, 0.664);
    border: 1px solid  rgba(10, 10, 10, 0.664);
    border-radius: 0px 40px 10px 10px;
}
.img-circle{
    width: 58px !important;
    height: 58px !important;
    border-radius: 50%;
    object-fit: cover;
    background-color: white;
}
.style_row_logos{
    border: 1px solid black;
}
.slash_img{
    width:22px ;
    display: flex;
    align-items: center;
}
/* size text max width ... */
.truncate-text{
    width: calc(100% - 2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.identify_text{
    color: #007bff;
    font-family: none;
    font-size: 20px;
}

.img_md{
    display: none!important;

}

.login_form {
    padding: 0 10px;
}

@media(max-width:1400px){
    .img_lg{
        display: block!important;
    }

}
@media (max-width:1200px){
    .container-login .d_block_lg{
        display: block!important;
    }
    .img_lg{
        display: block!important;
    }
}
@media (max-width:992px){
    .container-login .d_block_lg{
        display: flex!important;
    }
    .dir_lg{
        direction: rtl!important;
    }
    .box_img {
        display: flex;
        flex-direction: column;
    }
    .login_form {
        order: 1!important;
    }
    .img_lg{
        display: none!important;
    }
    .img_md{
        display: block!important;

    }
    .section_logos{
        margin: 12px;

    }
    .size_logos {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(10, 10, 10, 0.664);
        border-radius:0 0 9px 9px ;
    }
    .section_logos .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .size_logos .row{
        width: 100%;
    }
    .size_logos .row .col-6 .w-50:first-child{
        width: 24%!important;
    }
    .p_md{
        padding: 7px;
    }
    .app_download_md{
        display: none!important;
    }
    .container-login {
        padding-left: 20px;
        padding-right:20px;
        margin: auto;
    }
    .carousel-caption {
        position: absolute;
        right: 0px !important;
        bottom: -20px !important;
        left: 0px !important;
    }
    .svg-question {
        margin-left: 26px;
        margin-top: 10px;
    }
    #content {
        padding-top: 50px !important;
        min-height: 100vh !important;
        padding-bottom: 0 !important;
    }
    #first_row{
        min-height: calc(100vh - 50px);
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width:768px){
    .container-login {
        padding-left: 10px;
        padding-right:10px;
        margin: auto;
    }
    .img_md .size_logos .col-6{
        padding-top: 6px!important;
        padding-bottom:6px!important;
    }
    .p_md{
        padding: 9px;
    }
    .img_md .size_logos .star_style{
        margin-bottom: 6px!important;
    }
    .question_sm_p{
        padding-left: 15px;
    }
    .svg-question {
        margin-left: 26px;
        margin-top: 10px;
    }
}
@media (max-width:576px){
    .container-login {
        padding-left: 5px;
        padding-right:5px;
        margin: auto;
    }
    .img_md .size_logos .col-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .text_header{
        margin: 4px;
    }
}
@media (max-width:468px){
    .container-login {
        padding-left: 5px;
        padding-right:5px;
        margin: auto;
    }
    .img_md .size_logos .col-6 {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    .container-login {
        padding-left: 0px;
        padding-right:0px;
        margin: auto;
    }
    .font_modiil_sm{
        font-size: 13px;
    }
    .font_modiil_a_sm{
        font-size: 13px!important;
    }
    .size_logos .col-6 .px_sm{
        padding-right: 8px!important;
        padding-left:8px!important;
    }
    .d_block_lg .d_lg{
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
        flex-direction:row-reverse
    }
    .container-login .d_block_lg{
        display: block!important;
    }
    .logo_sm_d_block{
        display: block!important;
    }
    .slash_sm_d_none{
        display: none;
    }
    .svg-question {
        margin-left: 26px;
        margin-top: 10px;
    }
    .text_header {
        font-size: 13px;
    }
}
@media (max-width:370px){
    .container-login {
        padding-left: 0px;
        padding-right:0px;
        margin: auto;
    }
    .size_logos .col-6 .px_sm{
        padding-right: 8px!important;
        padding-left:8px!important;
    }
    .carousel-caption {
        position: absolute;
        right: 0px;
        bottom: -14px;
        left: 0px;
    }
    .svg-question {
        margin-left: 26px;
        margin-top: 10px;
    }
    .text_header {
        font-size: 13px;
    }
}




.MenuCloseBtn {
    padding: 0;
    border: none;
    background: none;
    width: 45px;
    height: 45px;
}

.MenuCloseBtn svg:hover {
    stroke: var(--success);
}

.MenuCloseBtn svg:hover path {
    stroke: var(--success);
}

.MenuCloseBtn svg:hover plygon {
    stroke: var(--success);
}

.MenuCloseBtn svg:hover circle {
    stroke: var(--success);
}

.showMenuBtn i{
    color: var(--success);font-size: 32px;
    margin-right: 10px;
}

.dropdown_lg{
    min-width: 84px;
    margin-left: 15px;
    margin-right: 5px;
}

.selectLanguage {
    border-radius: 1px;
}
.selectLanguage i{
    color: #c2c2c2; font-size: 24px;padding: 4px;
    margin-left: 4px;
}
.selectLanguage:hover{
    background-color: #ffffff !important;
}
.selectLanguage:hover i{
    color: var(--success);
}

.modiil_version{
    font-size: 15px;
    color: #abadad;

}
#app_download_section_mobile{
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}
@media (min-width: 200px) and (max-width: 576px){
    #main_container {
        max-width: calc(100% - 25px) !important;

    }
}

.cap_img{
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;

}
.cap_desc{
    width: calc(100% - 58px);
}

.captcha_main_section .captchaTimer{
    min-width: 60px;
    color: rgb(171, 173, 173);
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 1.4rem;
    font-weight: 700;
}

.captcha_main_section .refreshCaptcha svg{
    stroke: rgb(149, 151, 151);
}
.captcha_main_section .refreshCaptcha svg path {
    stroke: rgb(149, 151, 151);
}
.captcha_main_section .refreshCaptcha svg plygon {
    stroke: rgb(149, 151, 151);
}
.captcha_main_section .refreshCaptcha svg circle {
    stroke: rgb(149, 151, 151);
}

.captcha_main_section .captchaImage img{
    border-radius: 9px!important;
    width: 100%;
    margin-left: 25px;
}
.captcha_main_section .captchaImage{
    width: 169px;
    height: 40px;
}
.captcha_main_section .captcha_input_append_img{
    position: relative;

}
/*.captcha_main_section .captcha_input_append_img input{*/
    /*padding-left: 60px !important;*/
/*    direction: rtl !important;*/
/*    text-align: start !important;*/
/*    letter-spacing: 15px;*/

/*}*/

.security-container {
    display: flex;
    gap: 5px;
    padding: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.security-input {
    width: 50px ;
    height: 38px;
    box-shadow: unset !important;
    text-align: center !important;
    /*font-size: 24px;*/
    border: 1px solid #ccddff;
    border-radius: 11px !important;
    -webkit-user-select: auto !important;
    user-select: auto !important;
    pointer-events: all !important;
}

.security-input:focus {
    border-color: #007bff;
    outline: none;
}
.captcha_main_section .captcha_input_append_img input::placeholder{
    text-align: start !important;
    letter-spacing: 0px;

}
.captcha_main_section .captcha_input_append_img{
    margin-top: 15px;

}

.owl_image{
    height: 560px !important;
    object-fit: cover !important; /* این خاصیت باعث می‌شود عکس‌ها به اندازه مشخص شده برش بخورند */
    border-radius: 10px !important;
}
@media (max-width: 767.98px) {
    .owl_image{
        height: 250px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.97px) {
    .owl_image{
        height: 400px !important;
    }

    .cap_img {
        padding-left: 0px;
        padding-right: 17px;
        width: 96px;
    }
}

@media (max-width: 321.98px) {
    .captcha_main_section .captchaImage{
        width: 140px;
        height: 38px;
    }
    .captcha_main_section .captchaImage img{
        width: 140px;
        height: 36px;
    }
}

@media (max-width: 412.98px) {
    .captcha_main_section .captchaImage{
        width: 220px;
        height: 44px;
    }
    .captcha_main_section .captchaImage img{
        width: 220px;
        height: 42px;
        margin-left: 30px !important;
    }
}
@media (min-width: 1469px) {
    .captcha_main_section.flex-lg-column {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .captcha_main_section .captcha_input_append_img {
        margin-top: 0px;
    }
    .captcha_main_section ,.refreshCaptcha_rev {
        flex-direction: row-reverse;
    }
    .captcha_main_section ,.refresh_captcha_image_section {
        flex-direction: row-reverse;
    }
    .captcha_main_section .captchaImage img {
        margin-left: 0px;
    }

    .owl_image{
        height: 494px !important;
    }

    .carousel-caption {
        position: absolute;
        right: 0px !important;
        bottom: -20px !important;
        left: 0px !important;
    }

    .captcha_main_section .captchaImage img {
        margin-left: 0px;
    }
    .captcha_main_section .captchaDivRefreshImage{
        margin-left: 10px;
    }
    .captcha_main_section .captchaTimer{
        margin-right: 10px;
    }

    .cap_img {
        padding-left: 0px;
        padding-right: 17px;
        width: 96px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .captcha_main_section ,.refreshCaptcha_rev {
        flex-direction: row-reverse;
        align-items: center;
    }
    .captcha_main_section ,.refresh_captcha_image_section {
        flex-direction: row-reverse;
    }
    .captcha_main_section .captchaImage img {
        margin-left: 0px;
    }
    .captcha_main_section .captchaDivRefreshImage{
        margin-left: 10px;
    }
    .captcha_main_section .captchaTimer{
        margin-right: 30%;
    }
    .captcha_main_section .captcha_input_append_img {
        margin-top: 0px;
    }

    .carousel-caption {
        position: absolute;
        right: 0px !important;
        bottom: -20px !important;
        left: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1469px) {


    .carousel-caption {
        position: absolute;
        right: 0px !important;
        bottom: -20px !important;
        left: 0px !important;
    }

    .cap_img {
        padding-left: 0px;
        padding-right: 17px;
        width: 96px;
    }
}

@keyframes rotate_refresh {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.captchaDivRefreshImage{
    transition: transform 2s ease;
    transform-origin: center;
    cursor: pointer;
}
.rotate_refresh {
    animation: rotate_refresh 2s forwards;

}
.rotate_refresh {
    stroke: var(--success) !important;
}
.rotate_refresh path {
    stroke: var(--success) !important;
}
.rotate_refresh plygon {
    stroke: var(--success) !important;
}
.rotate_refresh circle {
    stroke: var(--success) !important;
}



.text-center::placeholder{
    text-align: center !important;
}




/*@media (min-width: 992px) {*/
/*    #first_row{*/
/*        */
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/

/*}*/


input.rtl{
    text-align: start !important;
    direction: rtl !important;
}
input.rtl::placeholder{
    text-align: start !important;
}

.Peace_is_at_work{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 2px;
}


.z-index-1{
    z-index: 1 !important;
}


.starSection{
    display: flex;
    flex-direction: row-reverse;
    width: 121px;
    height: 24px;
    justify-content: start;
    align-items: center;
}

.starSection .star-rating {
    display: inline-flex;
    font-size: 24px;
}

.starSection .star {
    color: #ccc;
    position: relative;
    width: 24px;
    display: inline-flex;
    font-size: 24px;
    height: 24px;
}

.starSection .star::before {
    content: "★";
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.starSection .star.yellow {
    color: #ffcc00;
}

.starSection .star.partial::before {
    background: linear-gradient(90deg, #ffcc00 var(--percentage), #ccc var(--percentage));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
