
.company_star{
    margin-top: 5px;
    color: #ffeb00;
    height: 17px;
    width: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: black;
    display: block;
    font-size: 13px;
}


/*  index */

main ::-webkit-input-placeholder {
    font-family: 'IRANSans', sans-serif;
}
main :-ms-input-placeholder {
    font-family: 'IRANSans', sans-serif;
}
main :-moz-placeholder {
    font-family: 'IRANSans', sans-serif;
}
main ::-moz-placeholder {
    font-family: 'IRANSans', sans-serif;
}

.navBarIndex{
    display: block;
    height: 35px;
    width: 100%;
    /*background-color: #dbdada;*/
    /*background-color: #3ba18f;*/
    background: rgb(59,161,143);
    background: linear-gradient(180deg, rgba(59,161,143,1) 10%, rgba(84,175,159,1) 50%, rgba(59,161,143,1) 100%);
}
.navBarIndex .mainLogo{
    height: 25px;
}
.navBarIndex .navbar{
    padding: 0;
}
.navBarIndex .nav-link{
    color: #ffffff;
}
.rightPanel{
    /*background: url('/tablig/Background/background1.jpg');*/
    background-color: #FFFFFF;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: cover !important;
    min-height: 100vh;
}
.rightPanel .login{
    background-color: rgba(73, 191, 171, 0.24);
    border: unset;
    border-radius: 20px;
    -webkit-box-shadow: -12px 14px 15px -4px rgba(27,142,123,0.24);
    box-shadow: -12px 14px 15px -4px rgba(27,142,123,0.24);
}
.rightPanel .login .invalid-feedback{
    background-color: #cccccc;
}
.rightPanel .login .login_form_section{
    padding-top: 0!important;
}
.rightPanel .login .login_form_section .captchaTimer{
    background-color: #d3f0eb;
    color: #0a2614;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 5px;
}
.rightPanel .mainLogin a ,.rightPanel .mainLogin button{
    background-color: #41b4a0;
    border: 1px solid #41b4a0;
    color: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    min-width: 130px;
    font-variant: jis04;
}
.rightPanel .mainLogin .submit {
    background-color: #41b4a0;
    border: 1px solid #41b4a0;
    color: #FFFFFF;
    -webkit-border-radius: 12px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius: 12px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-radius: 12px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    min-width: 130px;
}
.rightPanel .mainLogin .submit span{
    position: relative;
    top: -3px;
}
.rightPanel .mainLogin a:hover , .rightPanel .mainLogin button:hover{
    background-color: #3ba18f;
    border: 1px solid #41b4a0;
    color: #FFFFFF;
}

.rightPanel .mainLogin input {
    /*background-color: #3ba18f;*/
    border: 1px solid #41b4a0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*color: #FFFFFF;*/
    /*color: #FFFFFF;*/
}

.rightPanel .mainLogin ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: rgba(229, 228, 228, 0.72);*/
    opacity: 1; /* Firefox */
    text-align: center;
    font-size: 14px;
}

.rightPanel .mainLogin ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(229, 228, 228, 0.72);
    text-align: center;
}

.rightPanel .mainLogin ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(229, 228, 228, 0.72);
    text-align: center;
}
.rightPanel .mainLogin .input-group-text{
    background-color: #3ba18f;
    border: 1px solid #41b4a0;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    /*color: #FFFFFF;*/
}
.rightPanel .forgetPassword ,.tabligBody a{
    background-color: unset !important;
    border: unset !important;
    color: #4273dd!important;
    border-radius: unset!important;
    min-width: 130px!important;
}
.rightPanel .forgetPassword:hover ,.tabligBody a:hover {
    background-color: unset !important;
    border: unset !important;
    color: #3660b9 !important;
}
.rightPanel .logo , .leftLogo .logo{
    width: 100px;
    background: #49bfab;
    padding:15px 5px;
    margin-bottom: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.rightPanel .tabligMain{
    display: none;
    margin-top: 50px;
    position: absolute;
    z-index: 9000000;
    top: 50px;
    max-width: 340px;
    min-height: 340px;
    background-color: rgb(138 223 210);
    border: 1px solid #278877;
    border-radius: 15px;
}
.rightPanel .tablig{
    /*position: relative;*/
    /*bottom: 40px;*/
    width: 100%;
    display: flex;
    background: transparent;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.rightPanel .tabligContent{
    position: relative;
    width: 90%;
    height: 100%;
    /*background-color: rgba(73, 191, 171, 0.98);*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px 0;
    /*color: #0b3d16;*/
    border-radius: 5px;
    min-height: 340px;
}
.rightPanel .tabligContent a{
    color: #05210b;
}
.rightPanel .tabligContent .closeTabligh{
    position: absolute;
    top: 9px;
    left: -9px;
    background: #41b4a0;
    display: flex;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 15px;
    width: 14px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}



/* left panel */

.leftPanel{
    background: unset;
    background-color: #49beab;

    min-height: 100vh;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: cover !important;
}
.leftPanel .overLay{
    background-color: #49beab;
    position: relative;
    width: calc(100% + 0px);
    min-height: 100vh;
    display: block;
    right: -75px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: cover !important;
}
.leftPanel .overLay .overLayFirstCol{
    margin-top: calc(16vh - 170px);
    margin-bottom: 3vh;

}
.leftPanel .overLay .companySliders{
    position: relative;
    right: -50px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;

}
.leftPanel .overLay .companySliders .swiper-pagination{
    display: flex;
    justify-content: center;
}

.leftPanel .overLay .companySliders .swiper-pagination .swiper-pagination-bullet{
    display: block !important;
}
.leftPanel .overLay .companySliders .swiper-button-prev{
    top: unset;
    bottom: 10px;

}
.leftPanel .overLay .companySliders .swiper-button-next{
    top: unset;
    bottom: 10px;

}
.leftPanel .overLay .companySliders #swiper1{
    height: calc(100% + 52px);
    width: calc(100% + 50px);

}
.leftPanel .overLay .companySliders #swiper2{
    height: 100%;
    width: 100%;

}
.leftPanel .overLay .companySliders .sliderImageSection{
    width: 100%;
    padding-left: 15px !important;

}
.leftPanel .overLay .companySliders .sliderImage{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    -webkit-box-shadow: -15px 14px 18px -7px rgba(155,155,155,0.63);
    box-shadow: -15px 14px 18px -7px rgba(155,155,155,0.63);

}
.leftPanel .overLay .sliderCompanyLogo{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20%;
    /* bottom: -14%; */
    top: -50%;
    left: 10%;
    border: 1px solid #cccccc;
    z-index: 10000;
}

.leftPanel .overLay .companySliders .swiper-pagination-horizontal{
    /*bottom: unset;*/
    /*top: 52%;*/
    bottom: 150px;
}
.leftPanel .overLay .companyDescription{
    bottom: 150px;
    position: relative;
    z-index: 2;
}
.leftPanel .overLay .companySliders .rate .rate-1{
    direction: ltr;
    width: 138px;
    display: block;
    background-color: #49bfab;

}
.leftPanel .overLay .companySliders .rate .rate-2{
    direction: ltr;
    /*width: 138px;*/
    display: block;
    background-color: #ffe800;
}
.leftPanel .overLay .companySliders .rate img{
    width: 138px;
    height: 27px;
}
.leftPanel .overLay .goToLogin{
    width: 138px;
    background-color: #05a187;
    border: 1px solid #065b4d;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-variant: jis04;
    margin-left: 5px;
    margin-right: 5px;
    height: 36px;
    padding-top: 5px;
}
.leftPanel .overLay .goToLogin i{
    font-size: 18px;
    margin-top: 3px;
}
.leftPanel .overLay .goToLogin span{
    position: relative;
    top: -3px;
}
.leftPanel .overLay .goToLogin:hover{
    background-color: #399385;
}
.leftPanel .overLay .TabligTitle{
    right: 20px;
}
.leftPanel .overLay .TabligTitle h2{

}

#versionSection{
    position: relative;
    right: 18px;
}
.version{
    width: 84px;
}

.font-weight-800{
    font-weight: 800 !important;
}
.font-weight-900{
    font-weight: 900 !important;
}
.font24px{
    font-size: 24px;
}
.customUnderLine{
    border-bottom: 2px solid #1300a4;
    padding-bottom: 3px;
    color: #1300a4;
}
.text-dark-green{
    color: #054a3e;
}


@media (max-width: 768px) {
    .rightPanel{
        background-color: #dbe7e5;

    }
    .rightPanel .login{
        /*background-color: #b8ddd6;*/
        /*-webkit-box-shadow: -3px 8px 8px 6px #b8ddd6;*/
        /*box-shadow: -3px 8px 8px 6px #b8ddd6;*/
        /*border: 1px solid #97d3ca;*/
    }
    .leftPanel  {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .leftPanel .overLay {
        right: 0px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;

    }

    /*.leftPanel .overLay .companySliders #swiper1{*/
    /*    height: calc(100% + 5px);*/
    /*    width: calc(100% + 5px);*/

    /*}*/
    .leftPanel .leftLogo {


    }
    .leftPanel .leftLogo .leftLogoSection{


    }
    .leftPanel .leftLogo .leftLogoSection .logo{
        background: #309a88;
    }

    .leftPanel .overLay .TabligTitle{
        right: 0px;
    }

    .leftPanel .overLay .TabligTitle h2{

    }
    #versionSection{
        position: relative;
        right: 0px;
    }





    .leftPanel .overLay .companySliders{
        position: relative;
        right: 0px;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20px;

    }
    .leftPanel .overLay .companySliders #swiper1{
        width: 100%;
        /*right: 10%;*/

    }
    .navBarIndex{
        position: fixed;
        z-index: 90000;
    }
    .rightPanelBody{
        padding-top: 35px;
    }
    #collapsibleNavbar{
        padding-right: 0px;
        padding-left: 0px;
        background-color: #3ba18f;
        margin-top: -5px;
        padding-bottom: 10px;

    }
    #collapsibleNavbar .navbar-nav{
        /*background-color: #43b6a2;*/
        border-top: 1px solid #57b4a3;
    }
    #collapsibleNavbar .nav-item{
        margin: 5px 5px 0 5px;
        padding-right: 10px;
        /*background-color: #43b6a2;*/
        /*border: 1px solid #cccccc;*/
    }
    /*.nav-link{*/
    /*    color: #132206 !important;*/
    /*}*/
}

/*@media (min-width: 768px) {*/
/*    .leftPanel .overLay .companySliders .swiper{*/
/*        height: 250px;*/
/*    }*/
/*}*/
/*@media (min-width: 1024px) {*/
/*    .leftPanel .overLay .companySliders .swiper{*/
/*        height: 300px;*/
/*    }*/
/*}*/
/*@media (min-width: 1440px) {*/
/*    .leftPanel .overLay .companySliders .swiper{*/
/*        height: 550px;*/
/*    }*/
/*}*/
/*@media (min-width: 2560px) {*/
/*    .leftPanel .overLay .companySliders .swiper{*/
/*        height: 700px;*/
/*    }*/
/*}*/



/*  scroll icon */

.scrollToDown{
    position: absolute;
    bottom: 116px;
    left: 68px;
    display: none;
}


.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.icon-btn {
    border: none;
    background-color: transparent;
    outline: 0;
    color: #d305c9;
}
.icon-btn i {
    color: #446cb3;
    font-size: 2em;
    cursor: pointer;
}
.icon-btn i.spin-animation {
    animation-name: spin;
    -webkit-animation-name: spin;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
}



.showCompanyDescription{
    cursor: pointer;
}
.selectLanguageInIndex{
    position: absolute;
    z-index: 900;
    top: 5px;
    right: 5px;
}
.selectLanguageInIndex .dropdown-menu{
    min-width: 115px;
    top: -3px !important;
}
