
@font-face {

    font-family: YekanHeavy;

    font-style: normal;

    font-weight: normal;

    src: url('../font/YekanHeavy.ttf');

}

@font-face {

    font-family: YekanMedium;

    font-style: normal;

    font-weight: normal;

    src: url('../font/YekanMedium.ttf');

}

@font-face {

    font-family: YekanLight;

    font-style: normal;

    font-weight: normal;

    src: url('../font/YekanLight.ttf');

}

@font-face {

    font-family: ProductSans-Regular;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Regular.ttf');

}

@font-face {

    font-family:ProductSans-Medium;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Medium.ttf');

}

@font-face {

    font-family: ProductSans-Light;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Light.ttf');

}

@font-face {

    font-family: ProductSans-Heavy;

    font-style: normal;

    font-weight: normal;

    src: url('../font/ProductSans-Heavy.ttf');

}
:root {
    --main-font: #222;
    --pink: #005843;
    --header:#4E4E4E;
    --white:#FFFFFF;
    --grey:rgba(110, 138, 129, 0.1);
    --pink2:#005843;
    --submit:#32C788;
    --pink3:#FFEDE8;
    --red:#FF6A6A;
    --light-grey:#C7C7C7;
    --orange:#D38B36;
    --yellow:#FFC700;
    --dark-blue:#3F3D56;
    --black:#000000;
    --lighter-grey:#F2F2F2;
    --grey2:#8D8D8D;
    --light-black:#333;
    --red2:#ff334b;

}
html {

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    font-weight: normal!important;

    text-transform: none;

    height: 100%;

}

body {

    background-color: #ffff;

    color: var(--main-font);

    font-size: 14px;

    position: relative;

    margin: 0;

    overflow-x: hidden;

    font-family: YekanMedium, ProductSans-Regular;

    z-index: 0;

    height: 100%;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    line-height:normal;


}

.container {

    padding: 30px 15px 30px 15px;

    margin: 0 auto;

    position: relative;

    max-width: 940px;

    text-align: right;

    min-height: 78vh;

}
.container2{
    padding: 10px 15px 10px 15px;

    margin: 0 auto;

    position: relative;

    max-width: 940px;
    text-align: right;

}

.container-fluid {

    margin: 0 auto;

    position: relative;

    max-width:100%;

    overflow: hidden;

    padding:0 0 0 0;

    min-height: 100vh;


}

h1 {

    font-size: 32px;

    font-family: YekanHeavy , ProductSans-Regular;

}

h2 {

    font-size: 24px;

}

h3 {

    font-size: 22px;

}

h4 {

    font-size: 20px;

}

h5 {

    font-size: 18px;
    display: block;

}

h6 {

    font-size: 16px;
    display: block!important;

}

p {

    font-size: 14px;
    line-height: 28px;

}

a,

a:hover,

a:visited {

    outline: none!important;

    text-decoration: none;

    -webkit-tap-highlight-color: transparent;

}

a:hover {

    color: inherit;

}
a:not([href]){
    color: initial;
}
object,

embed {

    outline: 0;

}

button:active,

button:focus {

    outline: 0;

}

* {

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

dl,

ol,

ul {

    margin: 0;

}

@media (max-width: 625px) {

    .col-xs-7 {

        max-width: 58.33%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 58.33;

        flex: 0 0 58.33;

    }

    .col-xs-5 {

        max-width: 41.66%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 41.66;

        flex: 0 0 41.66;

        text-align: -moz-left;

        direction: ltr;

    }

    .col-xs-8 {

        max-width: 66.66%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 66.66;

        flex: 0 0 66.66;

    }

    .col-xs-4 {

        max-width: 33.33%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.33;

        flex: 0 0 33.33;

    }

    .col-xs-6 {

        max-width: 50%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 50;

        flex: 0 0 50;

    }

    .col-xs-3 {

        max-width: 25%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 25;

        flex: 0 0 25;

    }

}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}
.row{
    margin: 0;
}
/*-----------------login*/
.login_form{
    /*max-width: 940px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    /*margin:150px auto;*/
    direction: rtl;
    /*padding: 0 20px;*/
}
.details{
    width:500px;
    float: left;
    text-align: right;
    position: relative;
    padding: 100px 40px;
    padding-bottom:0;
    
}
.details-two{
    width:66.6666%;
    float: left;
    height:100vh;
    display: flex;
    align-content: center;
    align-items: center;
}
.details-two img{
    width: 100%;
    height:100%;
    object-fit:cover;

}
.login{
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: var( --pink2)!important;
    display: block;
    margin: 20px 0 30px 0;
    cursor: pointer;


}
.input-row{
    width: 100%;
    display: block;
    text-align: right;
    margin: 10px 0;
    position: relative;
}
label{
    font-size: 14px;
    line-height: 22px;
    /* identical to box height */
    text-align: right;
    color: var(--header);
    margin: 14px 0 5px 0;
    display: block;
    position: relative;
}
input{
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 0;
    outline: none!important;
    width: 100%;
    padding: 15px 25px;
    z-index: 0;
    color: var(--main-font);
    transition: all 0.3s;

}
input::placeholder{
    color: #afafaf;
}
input:focus{
    border: 1px solid #878787;
}

textarea:focus{
    border: 1px solid #878787;
}
textarea{
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 0px;
    outline: none!important;
    width: 100%;
    padding: 15px 25px;
    resize: none;
    height: 206px;
    z-index: 0;
    color: var(--main-font);
    transition: all 0.3s;

}
textarea::placeholder{
    color: #afafaf;
}
@media (max-width: 740px) {
    .details{
        width: 100%;
        padding-left: 0;

    }
    .details-two{
        display: none;
    }
}
.submit{
    background: var( --pink2);
    border-radius: 0;
    padding: 15px 25px;
    border: none;
    outline: none!important;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 30px 0;
    transition: all 0.5s;
}
.submit:hover{
    background: var(--pink);
    transition: all 0.5s;

}
.submit span{
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin-left: 20px;
}
.forget-password{
    color: var(--main-font)!important;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    outline: none!important;
    cursor: pointer;
    transition: all 0.5s;

}
.forget-password:hover{
    color: var( --pink2)!important;
    transition: all 0.5s;

}
.sign-in{
    border: 1px solid var(--main-font);
    box-sizing: border-box;
    border-radius: 0;
    color: var(--main-font)!important;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    outline: none!important;
    padding: 15px 25px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;


}
.sign-in:hover{
    color: #fff!important;
    background-color:var(--main-font);
    transition: all 0.5s;

}
.circle1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto!important;
}
.circle2{
    position: absolute;
    bottom: -5px;
    left: 45px;
    width: auto!important;

}
#sign-in{
    margin-top: 50px;
}
.error-style{
    position: fixed;
    top: 0;
    padding: 50px 35px;
    text-align: right;
    right: 0;
    left: 0;
    color: #fff;
    direction: rtl;
    background: var( --submit);
    transform: translateY(-250%);
    transition: all 1s;
    cursor: pointer;
    z-index: 10;
}
#error-style-2{
    background: #FF9D42;
}
#error-style-3{
    background: #F55F44;
}
/*----------------------header*/

.nav-container {
    width: 100%;
    position: relative;

}
.navbar {
    display: grid;
    grid-template-columns: 0.2fr auto 1fr;
    align-items: center;
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 30px;;
    position: relative;

}
#navbar-logo {
    color: var(--main-font);
    justify-self: start;
    cursor: pointer;
    z-index: 3;

}
.border{
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 20px;
    width: 50px;
    height: 137px;
    position: absolute;
    top: -60px;
    z-index: 0;
}
.nav-menu {
    display: grid;
    grid-template-columns: repeat(5, auto);
    list-style: none;
    text-align: center;
    width: 70%;
    justify-self: end;
    direction: rtl;
    position: relative;
}
.nav-menu li{
    display: flex;
    align-content: center;
    align-items: center;
}
.nav-links {
    color: var(--main-font);
    text-decoration: none;
    display: flex;
    align-content: center;
    align-items: center;
}
.nav-links:hover {
    color: var( --pink2);
    transition: all 0.2s ease-out;
}

.menu-toggle {
    cursor: pointer;
}
.menu-toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background:var(--main-font);
}
.support{
    display: block;
    position: absolute;
    top: 32px;
    left: 60px;
}
.support p{
    margin: 0;
}
.support .text{
    color: #005843!important;
    line-height: 13px;
}
.support:nth-child(2){
    color: var(--main-font);
}
.mobile-menu , .overlay{
    display: none;
}
@media screen and (max-width: 768px) {
    .footer-2 .footer-1{
        display: flex;
        flex-direction: column!important;
        align-content: center;
        align-items: start!important;
        justify-content: start!important;

    }
    .bean1 , .bean2 ,.bean3 ,.bean4 ,.bean5 ,.bean6 ,.bean7 ,.bean8 ,.bean9 ,.bean10 ,.bean11{
        display: none;

    }
    .form-row input{
        width: 100%!important;
    }
    .nav-container {
        position: relative;
        padding: 10px 15px;

    }
    .container {
        padding: 30px 15px;

    }

    .mobile-menu {
        grid-template-columns: auto;
        background: #fff;
        margin: 0;
        position: absolute;
        width:250px;
        top: 0;
        right: -100%;
        opacity: 1;
        transition: all 0.5s ease;
        bottom: 0;
        padding-top: 100px;
        list-style: none;
        display: Block!important;

    }
    .close{
        position: absolute;
        width: 18px;
        height: 18px;
        top: 40px;
        left: 51px;
        cursor: pointer;
        opacity: 1!important;
    }
    .overlay{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 14;
        display: none;
        width: 100%;
        opacity: 1;

    }


    .mobile-menu.active {
        background-color: #f7f7f7;
        right: 0!important;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 1000;
    }
    .nav-menu{
        display: none!important;
    }
    .nav-links {
        text-align: center;
        line-height: 60px;
        width: 100%;
        display: table;
    }
    .nav-links:hover {
        transition: all 0.4s ease-out;
    }
    .navbar {
        width: 100%;
    }
    #mobile-menu {
        position: absolute;
        top: 28px;
        right: 0;
        z-index: 110;

    }
    .menu-toggle .bar{
        display: block;
    }

}

/*-----------------------*/
.container h1{
    margin: 30px 0 20px 0;
}
.footer-1{
    max-width: 940px;
    text-align: right;
    position: relative;
    margin: 0 auto;
    direction: rtl;
    padding: 50px 15px;

}
.footer-1 h6{
    font-style: normal;
    font-weight: 900;
    position: relative;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-1 h6 span{
    width: 20px;
    height: 4px;
    background: #005843;
    border-radius: 100px;
    margin: 10px 0;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.footer-1 ul{
    list-style: none;
}
.footer-1 ul li{
    margin: 10px 0;
    cursor: pointer;

}
.footer-1 ul li a{
    color: var(--main-font);
    transition: all 0.5s;
}
.footer-1 ul li a:hover{
    color: #005843;
    transition: all 0.5s;

}
.footer-1 p{
    margin: 10px 0;

}
.footer-photo{
    display: flex;
    flex-direction: row;
    margin-top: 30px;

}
.footer-photo img{
    width: auto;
}
.footer-2{
    background: rgba(255, 246, 244, 0.2);


}
.footer-2 .footer-1{
    padding: 30px 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.footer-2 .footer-1 ul li a{
    transition: none;
}

.second-footer{
    padding: 10px 15px!important;
    max-width: 940px;
    text-align: right;
    position: relative;
    margin: 0 auto;
    direction: rtl;

}
.form-row{
    direction: rtl;
}
.form-row input{
    width: 80%;
}
.main-row{
    direction: rtl;
    margin-top: 50px;
}
.main-row h1{
    margin-top: 0px;
}
.main-row .text{
    color: #005843;
    font-weight: 900;
}
#start{
    background:var(--main-font);

    transition: all 0.5s;
}
#start:hover{
    background: #333;
    transition: all 0.5s;


}
.start-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.start-row #start{
    margin: 0;
}
.start-row p{
    margin: 0 30px 0 auto ;

}
#text{
    font-weight:normal;
    margin-top: 10px!important;
    cursor: pointer;
    display: block;

}
#text:hover{
    color: #fd8268;

}
.landingphoto{
    width: 95%;
    margin-right: 30px;
}
.social-icon{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    cursor: pointer;

}

.social-icon img{
    margin: 0 0 10px 0;
}
.text-item{
    width: 70%;
    margin: 0 auto;
}
.support-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.support-icon{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(255, 169, 146, 0.1);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-left: 10px;
}
.support-text{
    width: 78%;
    float: left;
    text-align: right;
    margin-top: 30px;
}
.support-text h5{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: var(--main-font);
}
.image-row{
    display: flex;
    align-items: center;
    align-content: center;
}
.image-row img{
    width: 95%;
}
.support-icon-row{
    text-align: center;
    margin-bottom: 30px;
}
.support-icon-row .support-icon{
    margin: 15px auto 15px auto;
}
.text-center h2{
    margin-bottom: 20px;
}
.customer-row{
    display: inline-block;
    direction: ltr;
    margin-bottom: 50px;

}
.customer-row img{
    width: auto;
    display: inline-block;
    margin: 15px 20px;
    transition: all 0.5s;
    cursor: pointer;
}
.customer-row img:hover{
    transform: scale(1.1);
    transition: all 0.5s;

}
/*------------tabs*/

.tabs {
    margin: 20px auto 50px auto;
    max-width: 842px;
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs > div {
    display: none;
}
#content-0 {
    margin-top: 15px;
}
#content-1 {
    margin-top: 15px;
}
#content-2 {
    margin-top: 15px;

}
#content-3 {
    margin-top: 15px;

}
#content-4 {
    margin-top: 15px;

}
#content-5 {
    margin-top: 15px;

}
#content-6 {
    margin-top: 15px;

}
#content-7 {
    margin-top: 15px;

}

#tab-content-1 , #tab-content-2 {
    margin-top: 15px;

}
#tab-btn-0:checked ~ #content-0,
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5,
#tab-btn-6:checked ~ #content-6,
#tab-btn-7:checked ~ #content-7
{
    display: block;
}

.tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: var(--grey);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    color: var(--main-font);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    min-width: 142px;
    margin: 4px;

}

.tabs > label:not(:first-of-type) {
    border-left: none;
}

.tabs > input[type="radio"]:checked + label {
    background:var(--main-font);
    border-radius: 10px;
    color: var(--white);
}
.tabs > input[type="radio"]:checked + #tab-item img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%);

}


/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}



.tabset > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: transparent;
    border-radius: 0px;
    padding: 15px 20px 13px 20px;
    font-size: 16px;
    color: var(--main-font);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    min-width: 142px;
    margin: 4px;
    border-bottom:2px solid #ccc;
}



.tabset > label:hover,
.tabset > input:focus + label {
    /*background:var(--main-font);*/
    /*border-radius: 10px;*/
    border-bottom:2px solid var(--main-font);
    border-radius:0;
    background:none;
    /*color: var(--white);*/
}

.tabset > input:checked + label {
    /*background:var(--main-font);*/
    /*border-radius: 10px;*/
    border-bottom:2px solid var(--main-font);
    background:none;
    border-radius:0;
    /*color: var(--white);*/
}



#tab-item img{
    margin-left: 10px;
}
#tab-item{
    float: left;
}
@media screen and (max-width: 800px) {
    #tab-item{
        float: initial!important;
    }
}
.price-item{
    background: var(--white);
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex!important;
    padding: 30px 20px;
    margin: 15px auto;
    flex-direction: column;
    max-width: 258px;
    position: relative;
    transition: all .5s;
    cursor: pointer;

}
.price-item:hover{
    border: 1px solid var(--red);
    transition: all .5s;

}
.price-item.active{
    border: 1px solid var(--red);
    transition: all .5s;
}
.offer{
    background:var(--main-font);
    width: 30px;
    height: 120px;
    color: var(--white);
    writing-mode: vertical-rl;
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    left: 20px;

}
.price-row{
    padding: 0 10px;
}
.price-item h2{
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 50px;
    position: relative;
}
.price-item h2 span{
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    bottom: -25px;
    left: 35px;
}
.price-item p{
    margin-bottom: 5px;
}

.price-details h3{
    margin: 0;
}
.price-details{
    display: block;
    width: max-content;
    margin: 30px auto 15px auto;
}
.parice-time{
    text-align: right;
    margin-right: -15px;
    margin-bottom: 0!important;

}
.currency{
    text-align: left;
    margin-left: -15px;
    margin-bottom: 0!important;

}
.price-pay{
    background: #005843;
    border: 1px solid var( --pink2);
    box-sizing: border-box;
    border-radius: 0px;
    width: 132px;
    padding: 15px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff!important;
    transition: all 0.5s;

}
.price-pay:hover{
    background: var(--pink);
    transition: all 0.5s;

}
.owl-carousel{
    direction: ltr!important;
}
.owl-carousel .item {
    padding: 30px;
    position: relative;
}
.calender-item{
    background: var(--white);
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 40px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    bottom:4px;
    right:4px;
}
.main-image{
    width: 100%;
}
.calender-item img{
    width: 50px!important;
    height: auto;

}
.btns{
    display: table;
    margin: 0 auto 50px 50px;
}
.customNextBtn, .customPreviousBtn{
    float: right;
    background: #EEF8F5;
    border-radius: 18px;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all 0.5s ;
}
.customNextBtn2, .customPreviousBtn2{
    float: right;
    border-radius: 18px;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all 0.5s ;
}
.customNextBtn img{
    transform: rotateY(180deg);

}
.customNextBtn:hover{
    background: var(--main-font);
    transition: all 0.5s ;

}
.customNextBtn:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%);
    transition: all 0.5s ;

}
.customPreviousBtn:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%);
    transition: all 0.5s ;

}
.customPreviousBtn:hover{
    background: var(--main-font);
    transition: all 0.5s ;

}
.list-item{
    list-style: none;
    direction: ltr;
    padding: 30px 0;
}
.list-item li{
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: right;
    cursor: pointer;
    transition: all 0.5s;

}
.list-item img{
    margin-bottom: 5px;
    margin-left: 15px;
    visibility: hidden;
}
.list-item li:hover{
    color: #fd8268;
    transition: all 0.5s;

}
.list-item .active img{
    visibility: visible;

}
.bean1{
    position: absolute;

    left: 70px;
    bottom: -60px;
    z-index: 1;
}
.bean2{
    position: absolute;
    left: 50px;
    bottom: -50px;
}
.bean3{
    position: absolute;
    width: auto!important;
    right: -60px;
    bottom: 65px;
    z-index: 1;
}
.bean4{
    position: absolute;
    width: auto!important;
    right: -95px;
    bottom: 90px;

}
.bean5{
    position: absolute;
    width: auto!important;
    left: -95px;
    bottom: 0;
}
.bean6{
    position: absolute;
    width: auto!important;
    left: -45px;
    bottom: -8px;
}
.bean7{
    position: absolute;
    width: auto!important;
    right: -95px;
    top: 0;

}
.bean8{
    position: absolute;
    width: auto!important;
    right: -120px;
    top: -30px;

}
.bean9 {
    position: absolute;
    width: auto !important;
    left: -20px;
    top: 35%;
}
.bean10{
    position: absolute;
    width: auto!important;
    left: -50px;
    top: 52%;
}
.bean11{
    position: absolute;
    width: auto!important;
    left: -55px;
    top: 70%;
}
.text-row{
    margin-top: 80px;
}
.space{
    margin-top: 45px;
}
/*--------------------*/

.sidenav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 100%;
    padding: 45px 15px 20px 15px ;
    z-index: 9;
    color: #252a32;
    background: #fff;
    border-left: 1px solid #E0E0E0;
}
.sidenav .navbrand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sidenav .navbrand img {
    display: block;
    height: auto;
    margin-left: auto;
}
.navbrand a{
    margin-left: auto;

}
.sidenav .navmenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    text-align: right;
    list-style: none;
    margin-top: 50px;
}

.navmenu-item{
    margin: 4px 0;
    padding: 15px 15px;
    /*border-radius: 14px;*/
    /*transition: all 0.5s ;*/
    /*background-color: transparent;*/

}
.navmenu-item:hover{
    background: var( --pink2);
}
.navmenu-item.active{
    background: var( --pink2);

}
.navmenu .active img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%)!important;

}
.navmenu .active .navmenu-link{
    color: #fff;

}
.navmenu-item:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%);

}
.navmenu-item:hover .navmenu-link{
    color: #fff;

}
.sidenav .navmenu-link {
    color:  var(--header);
    font-size: 14px;
    direction: rtl;
    display: flex;
    flex-direction: row;

}
.Vector{
    margin-right: auto;
}
.sidebar-icon{
    margin-left: 20px;
}
.sidenav .navinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
.navinfo-item {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 14px;
    padding: 15px;
    position: relative;
    width: 100%;
    direction: rtl;
    color: var(--main-font);
    text-align: right;
    line-height: 22px;
    margin: 7px 0;

}
.navinfo-item img{
    position: absolute;
    left: 15px;

}
.navinfo-item p span{
    margin-right: 10px;
    color: #005843;

}
.navinfo-item p{
    margin-bottom: 0;
}
.navinfo-item .charge{
    color: var(--red)!important;
    width: 100%;
    text-align: left;
    float: left;
    cursor: pointer;

}


.progress {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    margin: 10px 0;
    direction: ltr;
    height: 6px;
}

.progress-done {
    height: 100%;
    width: 0;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s ease;
    background: var(--main-font);
    border-radius: 14px;
}
.navinfo-item .connection{
    color: var( --submit);
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}
#connection{
    color: var(--red);
}
#connection span{
    border: 3px solid #FFE5DE;
    background: var(--red);

}
.navinfo-item .connection span{
    width: 14px!important;
    height:14px!important; ;
    border: 3px solid #C7FFE7;
    border-radius: 50%;
    background: var( --submit);
    margin-left: 10px;
}

@media only screen and (max-width: 800px) {
    .sidenav {
        width: 270px;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        z-index: 1000;
    }
    .sidenav.active {
        transform: translateX(0);
    }

}

.header {
    display: flex;
    justify-content: space-between;
    padding:20px 0 20px 0;
    direction: rtl;

}
.header-left{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    float: left;
}
.header-left .submit{
    margin: 0;
    padding: 13px 25px;
}
.header-left .details-item{
    width: 51px;
    height: 51px;
    background: var(--white);
    border: 1px solid rgba(110, 138, 129, 0.12);
    box-sizing: border-box;
    border-radius: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.details-item:hover{
    background: rgba(110, 138, 129, 0.12);
    transition: all 0.5s;

}
.show-more:hover{
    background: rgba(110, 138, 129, 0.12);
    transition: all 0.5s;

}
.notification{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: var(--red);
    color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    right: -7px;
    bottom: -7px;
    padding-top: 2px;
    font-size: 12px;

}
.header .burgermenu {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    z-index: 110;

}
.burgermenu .bar{
    margin: 3px auto;
}
.pages-content{
    display: flex;
    flex-direction: row;

}
.main-content{
    width: calc(100% - 270px);
    direction: rtl;

}
.main-content .container{
    max-width: 1100px;
    padding-top: 0;
}
.sidenav .close{
    display: none;
    left: 28px;
    top: 53px;
    width: 18px;
    height: 18px;
    opacity: 1!important;
}
.profile-details{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.profile-details .image-box{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    overflow: hidden;
    margin-left: 10px;
}
.profile-details .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.profile-text h6{
    margin: 5px 0 0 0;
}
.profile-text{
    display: block;
    color: var(--main-font);
}
.profile-text a{
    color: #949494;
    cursor: pointer;
    transition: all 0.4s;
}
.profile-text a:hover{
    color: #005843;
    transition: all 0.4s;

}
@media only screen and (max-width: 800px) {
    .header .submit span{
        display: none;
    }
    .header .submit{
        font-size: 14px;
        padding: 13px 15px!important;
    }
    .header .profile-text{
        display: none;
    }
    .sidenav .close{
        display: block;
    }
    .header .burgermenu {
        display: flex;
    }
    .header .burgermenu .burgermenu-open {
        display: block;
    }
    .header .burgermenu .burgermenu-close {
        display: none;
    }
    .header .burgermenu.active .burgermenu-open {
        display: none;
    }
    .header .burgermenu.active .burgermenu-close {
        display: block;
    }
    .main-content{
        width: 100%;

    }
}
.main-content{
    min-height: 80vh;
    margin-bottom: 350px;
}
/*-------------------------*/
.heading{
    color:  var(--header);
    margin-top: 35px;
}
.line{
    background: rgba(0, 0, 0, 0.12);
    height: 1px;
    width: 100%;
    margin: 20px 0 30px 0;
}
h2{
    margin-bottom: 0;
}
.pricing-item{
    background: var(--white);
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 20px;
    padding:25px 20px;
    width: 100%;
    margin: 30px 0 30px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.pricing-item p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 0;
}
.pricing-item p span{

    color: #005843;
}
.main-content .tabs{
    margin: 0;
    max-width: 100%;
}
.main-content .tabs h2{
    font-family: YekanHeavy;

}
.main-content .tabs .pricing-item {
    margin: 5px 0;

}
.main-content .price-row{
    padding:0 5px ;
}
.main-content .tabs  .price-details{
    position: absolute;
    bottom: 30px;
    margin: 0 20px 0 0;

}
.main-content .tabs  .price-details p{
    margin-top: 0;
    line-height: 15px;
}
.main-content .tabs  .price-details h3{
    line-height: 24px;

}
.main-content .tabs .price-pay{
    margin: 25px auto 0 0;
    text-align: center;
}
.wrapper{
    width:100%;
    display:block;
    overflow:hidden;
    margin:0 auto;
    padding: 20px 0 0 0 ;
    background:transparent;
    border-radius:4px;
}

.chart-tooltip{
    width: max-content;
    border-radius: 15px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08), 0px 8px 16px rgba(50, 50, 71, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px 25px;

}
.triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: absolute;
    bottom: -9px;
}
.triangle-5 {
    width: 20px;
    height: 10px;
    border-top: solid 20px var(--white);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;

}
.chart-tooltip p{
    font-size: 12px;
    margin: 0;
}
.chart-tooltip h6{
    font-family: YekanHeavy;
    margin: 0;

}
#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 5%);
    margin-bottom: 30px;
    width: max-content;
    border-radius: 15px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08), 0px 8px 16px rgba(50, 50, 71, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px 25px;

}
#chartjs-tooltip tr{
    text-align: center!important;
    background-color: transparent;

}
.tooltip_date{
    font-size: 12px;
    margin: 0;
    color: var(--dark-blue);
    text-align: center;
    font-family: YekanMedium , SFMedium;
}
.tooltip-title{
    display: none;
}
.tooltip-value {
    margin: 0 10px;

}
.tooltip-value sup {
    font-size: 24px;
    display: inline-block;
    margin: 0 10px;
    color: #fff!important;
    opacity: 1!important;


}



.border-item{
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 0px;
    padding: 20px;
    margin: 5px;

}
.border-item h5{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color:  var(--header);
}
.border-item h5 span{
    margin-left: 10px;
}
.see-all{
    background: var(--white);
    border: 1px solid var(--main-font);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 0 auto 0  0;
    display: flex;
    align-items: center;
    align-content: center;
    width: max-content;
    color: var(--main-font)!important;
    cursor: pointer;
    transition: all 0.5s;
    min-width: 209px;
    text-align: center;
    justify-content: center;
}
.see-all:hover{
    background: var(--main-font);
    color: #fff!important;

}

table {
    width: 100%;
    margin: 25px 0;
}

table tbody tr:nth-of-type(odd) {
    background:  rgba(241, 241, 241, 0.3);;
}
.offer-table tr:nth-of-type(even) {
    background:  rgba(241, 241, 241, 0.3);
}
table td,
table th {
    padding: 18px  14px;
    text-align: right;
    font-size: 14px;
}
th{
    font-size: 14px;
    font-family: YekanMedium;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    color: #A2A0AC;
    cursor: pointer;
    transition: all 0.5s;
}
th a{
    color: #A2A0AC!important;
}
th img{
    transition: all 0.5s;
}

th img{
    transform: rotate(180deg);
    margin-right: 5px;
}
th.active img {
  transform: rotate(0deg);
}

.see-details{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    align-content: center;
    flex: 1;
}
.edit{
    padding: 9px 20px ;
    background: var(--main-font);
    border-radius: 0px;
    color: var(--white);
    align-items: center;
    align-content: center;
    display: flex;
    margin-left: 10px;
    transition: all 0.5s;
    cursor: pointer;

}
.show-more{
    align-items: center;
    align-content: center;
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
    width: 46px;
    height: 40px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 0px;
    justify-content: center;
}
.edit:hover{
    opacity: 0.8;
    color: var(--white);
}

@media only screen and (min-width: 599px) {
    .Score-item{
        width: 20%;
        text-align: left;

    }
    .code-item{
        width: 28%;
        text-align: right;
    }
    table .text-center{
        text-align: center;
    }
    table .name{
        width: 200px;
    }
    .Condition , .date{
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    table th {
        display: none;
    }
    table .text-center{
        text-align: left!important;
    }
    table td {
        position: relative;
        display: block;
        padding-right: 110px;
        text-align: left;
    }
    table td:before {
        position: absolute;
        top: 17px;
        right: 10px;
        display: block;
        content: attr(aria-label);
        direction: rtl;
    }
    table tbody tr {
        padding: 20px 0;
        display: block;
    }
}

.waiting{
    color: var(--orange)!important;
}
.register{
    color: var( --submit);
}
.rejected{
    color: var(--red);
}
.date{
    color: var(--light-grey);
}
#border-item{
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    align-items: center;
    align-content: center;
}
.today-date{
    display: block;
}
.today-date p{
    margin-bottom: 0;
}
.time{
    font-style: normal;
    font-weight: normal;
    font-size: 84px;
    line-height: 130px;
    text-align: right;
    color: var(--main-font);
}
.date-details{
    color: var(--light-grey);
    text-align: left;
}
#main-border-item{
    margin: 0;
    padding-bottom:0;
}
.header-item{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.left-nav{
    max-width: 380px;
    width: 100%;
}
.search-bar{
    position: relative;
    align-content: center;
    align-items: center;
    display: flex;

}
.search-bar img{
    position: absolute;
    left: 20px;
}
.search-bar input{
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 14px 25px 14px 50px;

}
.search-bar input:focus{
    border: 1px solid #878787;
}
.right-nav{
    position: relative;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.add-member{
    background: var(--white);
    border: 1px solid var( --pink2);
    box-sizing: border-box;
    border-radius: 0px;
    color: var( --pink2);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 14px 20px;
    margin-left: 10px;
    transition: all 0.5s;

}
.add-member:hover{
    background: var( --pink2);
    color: var(--white);

}
.add-member:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(1004%) contrast(104%);
    transition: all 0.5s ;

}
.add-member img{
    margin-left: 10px;
    transition: all 0.5s ;

}
.right-nav .price-pay{
    width: auto;
    margin-left: 10px;
    padding: 14px 20px;

}
@media (max-width: 1104px) {

    .left-nav{
        width: auto!important;
    }
}
@media (max-width: 950px) {
    .header-item{
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .left-nav{
        margin-top: 10px;
        width: 100%!important;
        max-width: 100%;
    }
}
@media (max-width: 550px) {
    .right-nav{
        display: inline-block;
    }
    .right-nav a{
        display: inline-block;
        margin: 5px 0 5px 5px;
    }
    .right-nav .search-bar{
        margin: 5px 0;

    }
}
.Pagination{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    border-radius: 28px;
    max-width: 700px;
    margin: 20px auto 20px 0;
}
.Ellipse {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
    color: #262628;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 10px;

}
.Ellipse.more{
    width: 62px;
    height: 40px;
    justify-content: space-between;
    padding: 15px;
}
.Ellipse:hover{
    color: #262628!important;

}

.refrence {
    width: auto !important;
    padding: 8px 15px;
    color: #979797;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 3px;

}


@media (max-width: 500px) {
    .panigation {
        justify-content: center;
        margin: 20px auto;
    }
    .Ellipse {
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin: 0 3px;
        cursor: pointer;
    }
}
.checkbox-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
    margin: 25px 0;
    width: 100%;
}

#checkbox-item{
    width: 225px;

}
#checkbox-item2{
    width: 245px;

}
.checkbox-item p{
    margin: 0;
    color: #262628;
    font-size: 16px;
}
.switch {
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 32px;
    left: 0;
    margin: 0;

}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FAFAFB;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 12px;
    -webkit-transition: .2s cubic-bezier(.55,0,.1,1);
    transition: .2s cubic-bezier(.55,0,.1,1);
    display: flex;
    align-items: center;
    align-content: center;
}

.slider:before {
    position: absolute;
    content: "";
    left: 1px;
    -webkit-transition: .2s cubic-bezier(.55,0,.1,1);
    transition: .2s cubic-bezier(.55,0,.1,1);
    width: 28px;
    height: 28px;
    background: var( --pink2);
    border-radius: 10px;
    background-image: url("../icon/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background: var(--light-grey);
    background-image: url("../icon/cancel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;

}

.switch input:checked + .slider {
    background-color: #FAFAFB;
}


.switch input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    background: var( --pink2);
    border-radius: 10px;
    background-image: url("../icon/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.switch input:checked + #field-item{
    display: block;
}
.dropdown {
    width:100%;
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 0px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    height: 100%;
    text-align: right;
    outline: none;
    margin: 10px 0;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 15px 25px;
    outline: none;

}

.dropdown .select > i {
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
}
.dropdown:active {
    background-color: #fff
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: var(--white);
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 0px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    margin-top: 8px;
    text-align: right;

}
.dropdown .dropdown-menu li {
    padding: 10px 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: right;
    color: var(--main-font);

}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown span{
    color: var(--main-font);
}
.dropdown-arrow{
    position: absolute;
    left: 20px;
    top: 16px;
}
.paginator-arrow{
    margin-right: 10px;
}
.border-item textarea{
    height: 125px;
}
#textarea {
    height: 150px;
}
.number-of-latter{
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    line-height: 19px;
    text-align: right;
    color: #6D6D6D;
    direction: ltr;
}
.service-table{
    color:  var(--dark-blue);
    margin-top: 5px;
}
.heading2{
    margin-top: 10px;
}
.add-service{
    background: #f3f3f3;
    border-radius: 10px;
    color: var( --pink2)!important;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.add-service:hover{
    color: var( --pink2)!important;

}
.add-service img{
    margin-left: 10px;
}
.input-row .dropdown{
    margin: 0;
}
.title{
    margin-top: 30px;
    font-weight: 900;
    font-size: 20px;
    line-height: 31px;
    text-align: right;

    color: var(--main-font);
}
.access{
    list-style: none;
    margin-right: 45px;
}
.access li{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    cursor: pointer;

}
.access li span{
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    justify-content: center;
    padding-top: 7px;
    font-size: 20px;
}
.access .active span{
    background: var(--white);
    border: 1px solid var( --pink2);
    box-sizing: border-box;
    border-radius: 10px;
    color: var( --pink2);
}
.access-row{
    align-items:normal!important;
    justify-content:start!important;
}
#add-member {
    width: max-content!important;
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
}
.add-member-img{
    margin: 50px auto;
}
.add-member-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.add-member-text{
    width: 80%;
    text-align: right;
}
.add-member-text .title{
    margin: 10px 0;
}
.inputfile{
    display: none;
}
.btn-inputfile{
    background: #f3f3f3;
    border-radius: 35px;
    border:1px solid rgba(0,0,0,0.1);
    color: var( --pink2);
    padding: 14px 20px;
    cursor: pointer;
    margin-right: 20px;
}
.upload-row{
    width:max-content;
    margin-top: 35px;
}
.upload-row label{
    margin-top: 0;
}
.tag-row {
    display: block;
    padding: 0 5px;
    direction: rtl;
}
.tag-item {
    display: inline-block;
    background: var(--white);
    border: 1px solid rgba(196, 196, 196, 0.24);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 9px 25px 6px 25px;
    direction: ltr;
    margin: 5px;
    cursor: pointer;
    direction: ltr;
}
.tag-item img {
    width: 10px;
    height: 10px;
    margin: -2px 10px 0 0;
}
.fill-arrow{
    position: absolute;
    bottom: 22px;
    left: 20px;
}

@media (min-width: 580px) {
    .half-row{
        padding:3px;
    }
    .half-row .input-row{
        margin: 0;
    }
}
.input-row .checkbox-item{
    margin-top: 0;
}
#tab .tab-item{
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    margin: 5px 0px -17px 2px;
    position: relative;
    color: #9593A0;
    position: relative;
    padding-top: 20px;

}

#tab > input[type="radio"]:checked + .tab-item {
    border-bottom: transparent;
    color:  var(--header);
    z-index: 3;

}
#tab .content{
    position: relative;
    z-index: 2;
}
#tab .border-item{
    border-radius: 10px 0 10px 10px;
    margin: 0;
    min-height: 100vh;
}
.content .checkbox-item{
    width: max-content;
}
#content-2 .switch{
    position: relative;
    margin: 0 10px;

}
.content .price-item{
    max-width: 100%;
    padding: 15px 20px;
    min-height: 140px;
    margin: 7px auto;
}
.content .price-item h2{
    margin-bottom: 5px;
}
.content .price-item p{
    margin-bottom: 20px;
}
.wallet-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    align-content: start;
    direction: ltr
;
}
.wallet-item a{
    color: #005843;

}
.title-item{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: var(--main-font);
    margin-top: 20px;
}
.done{
    color: var( --submit);
}
#content{
    position: relative;
    z-index: 2;
    border-radius: 10px 0 10px 10px;
    margin: 15px 0 0 0;
    min-height: 100vh;
}
#tab .border-item{
    border-radius: 10px 0 10px 10px;
    margin: 0;
    min-height: 100vh;
}
.social-item{
    list-style: none;
    display: flex;
    flex-direction: row;
    direction: ltr;
}
.social-item li{
    margin: 5px!important;
    display: inline-block;

}
.social-item-icons{
    display: inline-block;

}
.social-item li a{
    transition: none;
}
.landing-page h1{
    font-size: 32px;
    line-height: 50px;
    text-align: right;
    color: #3D3B53;
}
.slider-item{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.back-item{
    width: 80%;
    height: 85%;
    border-radius: 20px;
    background: var( --pink2);
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
}
#owl-carousel2 {
    padding: 0 0;

}
.container2 .btns{
    margin-bottom: 10px;
}
#service-row{
    margin: 0;
    max-width:100%!important;
    direction: rtl;
}
#service-row label{
    margin: 3px;
    min-width: 160px;
    background: #F8F8F8;
    color: var(--main-font);
}
#service-row > input[type="radio"]:checked + label {
    color: var( --pink2);
    background: var(--pink3);
}
.service-items{
    direction: rtl;
}
.service-items h5{
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color:  var(--header);
    margin: 0;

}
.service-items p{
    color: #9593A0;
    margin: 0!important;
}
.service-items .wallet-item{
    direction: rtl;
    margin-bottom: 10px;
}
.service-items {
    min-height: 180px!important;
}
.service-items .wallet-item .price-pay{
    width: max-content;
    margin: 0;
    padding: 8px 15px;
}
.service-items .wallet-item .price-pay img{
    margin-left: 10px;
}
.price{
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: var( --submit);
}

.offer-value{
    width: 26px;
    height: 26px;
    background: var(--red);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
}
.offer-row{
    display: inline-block;
    direction: rtl;
    width: 55%;
}
.old-price{
    font-size: 12px;
    line-height: 19px;
    text-align: right;
    text-decoration-line: line-through;
    color: var(--light-grey);
}
#service-row .price-row{
    padding: 0 7px;
}
.line2{
    margin: 40px 0;
}

.doctor-profile{
    width: 100%;
    height: 164px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.doctor-profile:hover{
    transform: scale(1.1);
    transition: all 0.5s;

}
.doctor-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doctor-name{
    margin: 20px 0 ;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        max-width: 20%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 20;

        flex: 0 0 20;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        max-width: 20%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 20;

        flex: 0 0 20;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        max-width: 20%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 20;

        flex: 0 0 20;
    }
}
.landing-row{
    min-height: 78vh;
}
#doctor-profile{
    height: auto;
}
.landing-login-form{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:100px auto;
    direction: rtl;
    padding: 0 ;
}
.landing-login-form form{
    width: 100%;
}
.landing-login-form .submit{
  width: max-content;
    color: #fff;
}
.landing-login-form .login-link{
    color: #005843;
    margin-bottom: 10px;
}
.error-massage{
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: var(--red);
    margin-top: 5px;
}
#not-valid-code{
    border: 1px solid var(--red);
}
.set-time-item{
    background: #EFEFEF;
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--main-font);
    padding: 10px 15px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}
.set-time-item.active{
    background: var( --submit);
    border: 1px solid var( --submit);
    color: #EFEFEF;

}
.set-time-item.off-time{
    opacity: 0.5;

}
.law-item{
    color: var( --pink2)!important;
    margin-right: 5px;
}
input[type="text"]:disabled {
    border: 1px solid var(--light-grey);
    background-color: #fff;
    opacity: 0.5;
}
#fill-arrow{
    opacity: 0.5;

}
.money{
    color:  var(--header);
    text-align: left;
    margin-bottom: 0;
}
.landing-login-form .line{
    margin: 10px 0;
}
.landing-login-form .text{
    color:  var(--header);
}
.offer-code{
    color: var( --pink2);
    position: absolute;
    left: 15px;
    bottom: 16px;
    cursor: pointer;

}
.total-money p{
    margin-bottom: 5px;
    font-size: 16px;
}
.total-money .price{
    font-size: 20px;

}
.total-money{
    margin: 30px 0 20px 0;
}
.landing-login-form h1{
    font-weight: 900;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    color: #3D3B53;
}
.input-item{
    border: 1px solid var(--light-grey);
    box-sizing: border-box;
    border-radius: 0px;
    outline: none!important;
    width: 100%;
    padding: 15px 25px;
    z-index: 0;
    color: var(--main-font);
    transition: all 0.3s;
    text-align: right;
}
.finally-massage{
    text-align: center;

}
.box-item{
    max-width: 400px;
    position: relative;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-item h3{
    margin: 40px 0 40px 0;
    text-align: center;
}
.circle-item{
    width: 194px;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
}
#circle-item1{
 background: #FFF0F0;
}
#circle-item2{
    background: #E2FFF3;
}
#circle-item3{
    background: #FFFAEA;
}
.box-item .submit{
    width: 100%;
    text-align: center;
    justify-content: center;

}
.submit:hover{
    color: #fff;
}
.box-item .pay-box{
    background: var(--white);
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    direction: rtl;
}
.pay-box .submit{
    margin-bottom: 0;
    margin-top: 0;
}
.pay-box h2{
    font-weight: 900;
    font-size: 24px;
    line-height: 37px;
    text-align: right;
    color: var(--main-font);
    margin: 0 0 30px 0;
}
.rating-row{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.star-text{
    font-weight: 900;
    font-size: 20px;
    line-height: 31px;
    text-align: right;
    color:  var(--header);
}
#box-item .submit{
    width: max-content;
    margin: 15px auto 0 auto;
}
.account .tabs{
    margin: 0;
    max-width: 100%;
}
.account .tabs h2{
    font-family: YekanHeavy;
}
.account .tabs .box-item h3{
    font-family: YekanHeavy;
    color:  var(--header);

}
.account .price-row{
    padding: 0 5px;
}
.account .details-two{
  width: 100%;
    margin-top: 50px;
}
#content-3 .submit{
    justify-content: center;
    margin: 10px 0;
}
.offer-items{
    color: #9593A0;
    font-size: 16px;
    line-height: 25px;
    margin-top: 24px;
    margin-right: 15px;

}
.offer-items span{
    font-weight: 900;
}
.checked{
    width: 15px;
    height: 15px;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 5px;
    color: red;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: -4px;
    cursor: pointer;
}
.checked.active{
    background-image: url("../icon/pink-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
    background-color: #FFE7E1;
    border: 1px solid var( --pink2);
}
/*------*/
.modal-title { font-size: 18px; font-weight: bold; }

.no-borders { border: 0px; }
.centered { text-align: center; }
.close-item {
    top: -40px;
    width: 50px!important;
    height: 40px!important;
    color: var(--white);
    background-color: var(--red2)!important;
    left: 20px;
    border: none;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    align-content: center;
    padding-top: 3px;
    border-radius: 15px 15px 0 0;
    position: absolute;
}
.close-item img{
    width: 12px;
}
.close-item span{
    position: absolute;
    left: 55px;
    font-size: 14px;
}
.modal{
    padding: 0!important;
}
.modal-dialog{
    margin: 100px auto;
    position: relative;
    width: 90%;
}
.modal-footer{
    border: none!important;
}
.modal-content{
    border-radius: 15px;
    padding: 45px 30px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.24);

}
.modal-body{
    text-align: right;
    padding: 0;
    direction: rtl;
}
.modal-body h2{
    color: var(--black);
}
.modal-body textarea{
    direction: rtl;
    text-align: right;

}
.modal-body input{
    direction: rtl;
    text-align: right;

}
.modal-body label{
    direction: rtl;
    text-align: right;
    color:  var(--header);

}
.modal-body .add-item{
    margin: 20px auto;
}
.modal-button-row{
    display: flex;
    margin-right: auto;
    direction: ltr;
}
.modal-button-row .submit{
    margin: 10px 0 0 10px;
    min-width:162px;
    justify-content: center;

}
.delet-massage{
    background: var(--light-grey)!important;
}
@media (max-width: 450px) {
    .modal-button-row {
        flex-direction: column;
    }
    .modal-button-row .submit{
        width: 100%;
        margin-left: 0;
    }
}
.left-item{
    width: 50%;
    margin-right: auto;
}
.left-item form{
    width: 100%;
}
@media (max-width: 800px) {
    .left-item{
        width: 100%;
        margin-right: auto;
    }
}
/*---------rating*/

/* RATING - Form */


/* RATING - Form - Group */
.rating-form .form-group {
    position: relative;
    border: 0;
}

/* RATING - Form - Legend */
.rating-form .form-legend {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /*background: green;*/
}

/* RATING - Form - Item */
.rating-form .form-item {
    position: relative;
    margin: auto;
    text-align: center;
    direction: rtl;
    /*background: green;*/
}

.rating-form .form-legend + .form-item {
    padding-top: 10px;
}

.rating-form input[type='radio'] {
    position: absolute;
    left: -9999px;
}

/* RATING - Form - Label */
.rating-form label {
    display: inline-block;
    cursor: pointer;
}

.rating-form .rating-star {
    display: inline-block;
    position: relative;
}



.rating-form input[type='radio']:checked + label:before {
    right: 25px;
    opacity: 1;
}


.rating-form input[type='radio']:checked + label:after {
    /*right: 5px;*/
    opacity: 1;
}

.rating-form label .fa {
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
    color: var(--yellow);
    transition: all 0.5s ;


}

.rating-form label:hover .fa-star-o,
.rating-form label:focus .fa-star-o,
.rating-form label:hover ~ label .fa-star-o,
.rating-form label:focus ~ label .fa-star-o,
.rating-form input[type='radio']:checked ~ label .fa-star-o {
    opacity: 0;
}

.rating-form label .fa-star {
    position: absolute;
    left: 0; top: 0;
    opacity: 0;
}

.rating-form label:hover .fa-star,
.rating-form label:focus .fa-star,
.rating-form label:hover ~ label .fa-star,
.rating-form label:focus ~ label .fa-star,
.rating-form input[type='radio']:checked ~ label .fa-star {
    opacity: 1;
}

.rating-form input[type='radio']:checked ~ label .fa-star {
    color: var(--yellow);
}

.rating-form .ir {
    position: absolute;
    left: -9999px;
}

/* RATING - Form - Action */
.rating-form .form-action {
    opacity: 0;
    position: absolute;
    left: 5px; bottom: -40px;
.transition();
}

.rating-form input[type='radio']:checked ~ .form-action {
    cursor: pointer;
    opacity: 1;
}

.rating-form .btn-reset {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border: 0;
    font-size: 10px;
    background: var(--white);
    color: var(--light-black);
    cursor: auto;
    border-radius: 5px;
    outline: 0;
.transition();
}

.rating-form .btn-reset:hover,
.rating-form .btn-reset:focus {
    color: var(--yellow);
}

.rating-form input[type='radio']:checked ~ .form-action .btn-reset {
    cursor: pointer;
}


/* RATING - Form - Output */
.rating-form .form-output {
    display: none;
    position: absolute;
    right: 15px; bottom: -45px;
    font-size: 30px; font-size: 3rem;
    opacity: 0;
.transition();
}

.no-js .rating-form .form-output {
    right: 5px;
    opacity: 1;
}

.rating-form input[type='radio']:checked ~ .form-output {
    right: 5px;
    opacity: 1;
}
#field-item{
    display: none;
}
#pre_payment_row{
    display: none;
}

.shake  {
    -webkit-animation: kf_shake 0.4s  linear infinite;
    -moz-animation: kf_shake 0.4s  linear infinite;
    -o-animation: kf_shake 0.4s  linear infinite;
}
@-webkit-keyframes kf_shake {
    0% { -webkit-transform: translate(30px); }
    20% { -webkit-transform: translate(-30px); }
    40% { -webkit-transform: translate(15px); }
    60% { -webkit-transform: translate(-15px); }
    80% { -webkit-transform: translate(8px); }
    100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes kf_shake {
    0% { -moz-transform: translate(30px); }
    20% { -moz-transform: translate(-30px); }
    40% { -moz-transform: translate(15px); }
    60% { -moz-transform: translate(-15px); }
    80% { -moz-transform: translate(8px); }
    100% { -moz-transform: translate(0px); }
}
@-o-keyframes kf_shake {
    0% { -o-transform: translate(30px); }
    20% { -o-transform: translate(-30px); }
    40% { -o-transform: translate(15px); }
    60% { -o-transform: translate(-15px); }
    80% { -o-transform: translate(8px); }
    100% { -o-origin-transform: translate(0px); }
}
text{
    outline: none;
}

/* loading */

.loading{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 22px;
}

.circle{
    width: 8px;
    height: 8px;
    background-color: var( --pink2);
    position: relative;
    border-radius: 50%;
    margin: 0 2px ;
    padding: 0!important;
}

.circle:first-of-type{
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle:nth-of-type(2){
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle:last-of-type{
    top: 0;
    -webkit-animation: scale 1s;
    animation: scale 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scale {
    0%, 100% {
        top: 0
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background-color: var( --pink2)
    }
}

@keyframes scale {
    0%, 100% {
        top: 0
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background-color: var( --pink2)
    }
}
#panels-item{
    display: none;
}
#panels-item.active {
    display: flex !important;
}
#grey{
    border: 1px solid var(--grey2);
    color: var(--grey2);
}
#grey:hover{
    background-color:var(--grey2) ;
    color: var(--white);

}
.filter-number{
    width: 22px;
    height: 22px;
    background: var(--pink2);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    transition: all 0.5s;
    margin-right: 15px;

}
.add-member:hover .filter-number{
    background:var(--white);
    color: var(--pink2);
}
@media (max-width: 550px) {
    #tab .tab-item{
        border-radius: 10px ;
        margin: 5px 0 5px 5px;
    }
    #tab .border-item{
        border-radius: 10px ;

    }
    #tab > input[type="radio"]:checked + .tab-item{
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
}
.input-row .date{
    text-align: left;
}
.input-row .line{
    margin: 10px 0 20px 0;
}
.massage-number{
    position: absolute;
    left: 0;
}
.final-price{
    text-align: left;
    margin-bottom: 0;
    color: var(--header);
    font-size: 16px;
}
.pay{
    width: max-content;
    margin-right: auto;
    margin-left: 0;
}
@media (max-width: 1050px) {
    .setting-tab #tab .tab-item{
        border-radius: 10px ;
        margin: 5px 0 5px 5px;
    }
    .setting-tab #tab .border-item{
        border-radius: 10px ;

    }
    .setting-tab #tab > input[type="radio"]:checked + .tab-item{
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
}
.setting-title{
    color:  var(--dark-blue)!important;
    margin: 15px 0 10px 0;
}
.add-member-text .line{
    margin: 10px 0 10px 0;

}
.domain-row{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    color:  var(--header);
}
.copy{
    background: var(--lighter-grey);
    border-radius: 12px;
    padding: 10px 15px 8px 15px;
    color:  var(--header);
    cursor: pointer;
    border: none;
;
}
.domain-row p{
    margin: 0;
    color:  var(--header);
}
.checkbox-item2{
  min-width: 225px;
}
.setting-maxlength .number-of-latter{
  direction: rtl;
    bottom: -20px;
}
.upload-row2{
    min-width: 250px;
}
.upload-row2 .btn-inputfile{
    padding: 14px 30px;

}
/*--------------------------*/

.pickr .pcr-button{
    cursor: pointer;
    width: 56px!important;
    height: 40px!important;
    margin-left: 5px!important;
    position: absolute!important;
    left: -22px!important;
    top: -20px!important;
    border-radius: 8px!important;
}
.pickr .pcr-button::after, .pickr .pcr-button::before {
    left: -2px;
    border-radius: 8px!important;
}
.pcr-app .pcr-interaction .pcr-save{
    font-family: YekanMedium!important;
}
.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear{
    font-family: YekanMedium!important;

}
.color-picker-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    align-content: center;
    margin: 5px 0;
}


.font-piker{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0 10px;
}
.font-piker h6{
    margin: 0;
    color:  var(--black);
}
#rating-container{
    direction: ltr;
    display: flex;
    align-items: center;
    align-content: center;
}
#rating-container2{
    direction: ltr;
    display: flex;
    align-items: center;
    align-content: center;
}
.rating-circle{
    display: flex;
    align-items: center;
    align-content: center;

}

.rating-circle .font-circle {
    border-radius: 1.1em;
    display: inline-block;
    margin: 0;
    background: var(--light-grey);
}

.rating-hover .font-circle{
    background-color: var(--header);

}
.rating-chosen .font-circle{
    background-color: var(--header);

}

.rating-hover .font-line{
    background-color: var(--header);

}
.rating-chosen .font-line{
    background-color: var(--header);

}
.font-line{
    background: var(--light-grey);
    width: 55px;
    height: 2px;
}
#font-circl1{
    width: 8px;
    height: 8px;
}
#font-circl2{
    width: 12px;
    height: 12px;
}
#font-circl3{
    width: 14px;
    height: 14px;
}
#font-circl4{
    width: 16px;
    height: 16px;
}
#font-circl5{
    width: 18px;
    height: 18px;
}
.filter-items{
    display: inline-block;
    text-align: left;
}
.filter-items .input-row{
    display: inline-block;
    margin-right: 10px;
    width: auto;
    min-width: 170px;
}
.filter-items .input-row label{
    margin-top: 0;
}
.filter-items .input-row .dropdown{
   height: auto;
}
.month{
    font-family: YekanMedium;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 53px;
    text-align: right;
    color: var(--header);
    margin: 0 10px!important;
}

.month-row{
display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.month-row img {
    cursor: pointer;
    padding: 10px;
}

.calendar_container {
    /*border-width: 1px;*/
    /*border-color: #E6E6E6;*/
    /*border-style: solid;*/
    border-radius: 0px;
    margin-top: 8px;
    width:calc(100% + 40px);
    margin-right:-20px;
    overflow-x: auto;
}
.calendar {
    width: 100%;
    background-color: #F9F9FA;
    border-collapse: collapse;
    border-style: hidden;
    color: #9593A0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}

.calendar td{
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    text-align: center;
    padding: 4px;
}

.calendar td.deactive{
    background: #f7f7f8;
}

.calendar th {
    font-size: 14px;
    border: none;
    height: 100px;
    text-align: center;
}

.calendar th p {
    margin: 0px;
    line-height: 24px;
}
.calendar th p.dayname {
    font-size: 16px;
}
.calendar th h2 {
    color: #3F3D56;
}
.calendar .holiday {
    color: #FF6A6A;
}
.calendar td.hour {
    border: none;
    min-width: 80px;
}
.calendar td.hour p {
    margin: 0px;
}

.calendar td {
    background: #ffffff;
}

.calendar td:not(.hour) {
    border-bottom: 10px solid #F9F9FA;
    min-width: 120px;
}

.calendar thead {
    background-color: #F9F9FA;
}

.add_appointment {
    width: 100%;
    border-width: 1px;
    border-color: var(--pink);
    border-style: solid;
    color: var(--pink);
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
}
.add_appointment:hover {
    opacity: 1;
}
.add_appointment:active {
    background: #FFF9F8;
}
.add_appointment img{
    margin-left: 10px;
}

.verified_appointment {
    position: relative;
    color: #32C788;
    background: #dbf5ea;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}
.verified_appointment p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.verified_appointment p.service {
    font-size: 12px;
}
.verified_appointment img {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.verified_appointment:hover {
    background: #c6f0df;
}
.verified_appointment {
    color: #32C788;
    background: #dbf5ea;
    padding-top: 8px;
    padding-bottom: 8px;
}
.verified_appointment p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.verified_appointment p.service {
    font-size: 12px;
}
.verified_appointment img {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.verified_appointment:hover {
    background: #c6f0df;
}

.pending_appointment {
    color: #D38B36;
    background: #fcf5ee;
    padding-top: 8px;
    cursor: pointer;
    padding-bottom: 8px;
}
.pending_appointment p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.pending_appointment p.service {
    font-size: 12px;
}
.pending_appointment:hover {
    background: #f7ebdc;
}


.attended_appointment {
    color: #A7A7A7;
    background: #F6F6F7;
    padding-top: 8px;
    cursor: pointer;
    padding-bottom: 8px;
}
.attended_appointment p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.attended_appointment p.service {
    font-size: 12px;
}
.attended_appointment:hover {
    background: #ECECEC;
}

.modal-body .checkbox-item{
    width: max-content;
    min-width: 225px;
    justify-content: right;
    margin-left: auto;
}
.set-time-details{
    display: inline-block;
    width: calc(100% / 3);
    margin-left: -5px;
    text-align: right;
}
.set-time-details label{
    margin-bottom: 15px;
}
.set-time-details h6{
    color:  var(--black);
}
.send-massage{
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    margin: 20px 0;
    background: var(--grey);
    border-radius: 10px;
    color: var( --main-font)!important;
    font-size: 16px;
    display: block;
}

.image_table_cell img{
    max-width:140px;
    max-height:100px;
    width: auto;
    height: auto;
    border-radius: 10px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.empty-message{
    text-align: center;
    margin-top: 100px;
}

.loader {
        height: 2px !important;
        width: 2px !important;
        margin-left:10 !important;
        margin:10px !important;
        color: #fff;
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
        animation: loader-38 6s infinite;
        background:none !important;
      }

      @keyframes loader-38 {
        0% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
        8.33% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px;
        }
        16.66% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px;
        }
        24.99% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        33.32% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px -10px 0 5px;
        }
        41.65% {
          box-shadow: 10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px -10px 0 5px;
        }
        49.98% {
          box-shadow: 10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
        }
        58.31% {
          box-shadow: -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        66.64% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        74.97% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        83.3% {
          box-shadow: -10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        91.63% {
          box-shadow: -10px -10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        100% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
      }

    