﻿body {
    font-family: iransans !important;
    background-repeat: no-repeat;
    /*background: radial-gradient(circle, rgba(232,216,179,1) 0%, rgba(255,255,255,1) 50%);*/
    background: radial-gradient(circle, rgb(193 206 245) 10%, rgba(255,255,255,1) 50%);
}

.btn_big {
    width: 100%;
    height: 100%;
    font-size: 3rem !important;
    font-weight: 900 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    border-radius: 50px !important;
    vertical-align: middle !important;
}

.left_shadow {
    -webkit-box-shadow: -18px 19px 27px 4px rgba(22,20,110,0.36) !important;
    box-shadow: -18px 19px 27px 4px rgba(22,20,110,0.36) !important;
}

.right_shadow {
    -webkit-box-shadow: 18px 19px 27px 4px rgba(22,20,110,0.36) !important;
    box-shadow: 18px 19px 27px 4px rgba(22,20,110,0.36) !important;
}

.logo_img {
    height: 200px;
    width: auto;
}

@media only screen and (max-width: 1199px) {
    .btn_big {
        font-size: 2rem !important;
        border-radius: 70px !important;
    }

    .logo_img {
        height: 100px;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .btn_big {
        font-size: 1.5rem !important;
        border-radius: 50px !important;
    }
}

.fixed_footer {
    height: 50px;
    text-align: center;
    /*border-top: 1px solid #ffd800;*/
    border-top: 1px solid #495ae8;
    color: #4c81ca;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 10px;
    background-color: white;
    margin-top: 15px;
    /*background: linear-gradient(5deg, rgba(240,220,139,1) 30%, rgba(255,255,255,1) 35%, rgba(241,197,33,1) 100%);*/
    background: linear-gradient(5deg, rgb(135 162 250) 30%, rgba(255,255,255,1) 35%, rgb(94 122 232) 100%);
}

.validation_message {
    color: #ff0000 !important;
    text-align: right !important;
}

.valid_password {
    color: #14a44d !important;
}

.invalid_password {
    color: #d83752 !important;
}

#password_area {
    list-style:none;
}

    #password_area li {
        font-size: 0.75rem;
    }
.cursor_pointer{
    cursor:pointer !important;
}

.trailing {
    cursor: pointer;
    pointer-events: auto !important;
}

.trailing_on {
    color: #4366f1 !important;
}

.radio_active {
    background-color: #607DEF;
    color: #fff;
    font-weight: 700 !important;
}

    .radio_active i.fa {
        margin-left: 7px;
        font-size: 1.2rem;
        color: #fff;
    }

.radio_deactive {
    background-color: #f1eded;
    color: #c1c1c1;
    font-weight: 300 !important;
}
    .radio_deactive i.fa {
        margin-left: 5px;
        font-size: 1.2rem;
        color: #c1c1c1;
    }

.switch_item {
    padding: 7px 0 !important;
    display: inline-block;
    min-width: 80px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #0b43f8;
    text-align: center;
    user-select : none;
}

.switch_item_right {
    border-radius: 0 5px 5px 0;
    margin-left: -3px;
}

.switch_item_left {
    border-radius: 5px 0 0 5px;
    margin-right: -2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.clinic_border{
    border:1px solid #fff;
    border-radius: 3px;
}

.clinic_logo_border{
    border:1px solid #47fbd5;
}

.fs-09 {
    font-size: 0.9rem !important;
}

.fs-08{
    font-size: 0.8rem !important;
}

.fs-07 {
    font-size: 0.7rem !important;
}

.fs-06 {
    font-size: 0.6rem !important;
}

.fs-05 {
    font-size: 0.5rem !important;
}

.text_justify{
    text-align:justify !important;
}

.border_bottom_white{
    border-bottom: 1px solid #d1d1d1;
}

.border_bottom_white:hover {
    border-bottom: 1px solid yellow;
}

.creditcard {
    width: 320px;
    height: 200px;
    border-radius: 10px;
    perspective: 1000px;
    margin: 0 auto;
}

.creditcard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 600ms ease;
    transform-style: preserve-3d;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.2);
}

.creditcard-front {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    backface-visibility: hidden;
    background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
}

.creditcard-front {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 300ms ease-in-out;
}

.creditcard-bg {
    position: absolute;
    top: -20px;
    right: -120px;
    width: 380px;
    height: 250px;
    background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
    border-top-left-radius: 100%;
}

    .creditcard-bg::before {
        content: "";
        position: absolute;
        top: -20px;
        right: -80px;
        width: 380px;
        height: 250px;
        background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
        border-top-left-radius: 100%;
    }

    .creditcard-bg::after {
        content: "";
        position: absolute;
        top: -20px;
        right: -120px;
        width: 380px;
        height: 250px;
        background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
        border-top-left-radius: 100%;
    }

.creditcard-glow {
    position: absolute;
    top: -140px;
    left: -65px;
    height: 200px;
    width: 400px;
    background: rgba(0, 183, 255, 0.4);
    filter: blur(10px);
    border-radius: 100%;
    transform: skew(-15deg, -15deg);
}

.creditcard-contactless {
    position: absolute;
    right: 15px;
    top: 55px;
    transform: scale(0.5);
}
.creditcard-bank {
    position: absolute;
    right: 25px;
    top: 30px;
    color: white;
    font-size: 16px;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}


.creditcard-holder {
    position: absolute;
    left: 25px;
    bottom: 40px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.creditcard-number {
    direction:ltr;
    position: absolute;
    left: 25px;
    bottom: 75px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.creditcard-sheba {
    direction: ltr;
    position: absolute;
    left: 15px;
    bottom: 4px;
    color: yellow;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.creditcard-valid {
    position: absolute;
    right: 25px;
    bottom: 40px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.creditcard-seccode {
    position: absolute;
    top: 125px;
    left: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 17px;
    color: #021318;
    background-color: #eeecec;
    text-align: center;
    font-size: 11px;
}

.logo {
    position: absolute;
    right: 25px;
    top: 30px;
}

span.select-option-text{
    font-family:'iranyekan';
}

.ff_iranyekan {
    font-family: 'iranyekan';
}