html, body{
    direction: rtl;
    font-family: Vazir;
}
.font-family-vazir{
    font-family: Vazir!important;
}

.rtl{
    direction: rtl;
}

.ltr{
    direction: ltr;
}

.tar{
    text-align: right;
}

.tal{
    text-align: left;
}

.wrapper{
    background-color: unset;
    border-radius: unset;
}
@media (min-width: 992px){
    .sidebar {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 0;
        padding-top: 70px;
    }
    .wrapper {
        margin: 20px 0;
        margin-right: 30px;
        padding-top: 10px;
        margin-top: 95px;
    }
    .header{
        position: absolute;
        width: 100%;
    }
    .header-fixed[data-header-scroll=on].sidebar-enabled .header{
        left: 0;
        right: 0;
    }

    .header-fixed .header{
        -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    }

    .footer{
        padding-top: 107px;
        padding-bottom: 107px;
        padding-right: 125px;
        padding-left: 125px;
    }
}
@media (max-width: 991px){
    .footer{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header-fixed[data-header-scroll=on] .header{
    margin: 0 0;
}

.footer{
    background-color: #399E90;
}

.support-phone{
    transform: rotateY(180deg);
}
.card-support{
    background-color: #108D7B;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.no-arrow:after{
    content: "";
}

.sidebar .accordion.accordion-toggle-arrow .card .card-header .card-title.with-arrow:after{
    width: 19px;
    height: 11px;
    content: "";
    background-repeat: no-repeat;
    background: url("/assets/main/images/caret-down.png")
}

.dashboard-quick-panel .form-control, .dashboard-quick-panel .select2-selection{
    height: calc(4.5em + 1.3rem + 2px);
}

.transactions-card th{
    font-size: 14px!important;
    line-height: 24px;
}
.transactions-card thead th{
    padding-top: 37px;
    padding-bottom: 30px;
}
.transactions-card thead th:first-of-type{
    border-top-right-radius: 10px;
}
.transactions-card thead th:last-of-type{
    border-top-left-radius: 10px;
}
.transactions-card table td, .transactions-card table th{
    border-right: 0;
    border-left: 0;
}

.alert.alert-custom.alert-primary.theme-info{
    background-color: #8ACCFF;
    border-color: #8ACCFF;
}
.btn.btn-primary.theme-primary{
    background-color: #4A4EDD;
    border-color: #4A4EDD;
}
.btn.btn-primary.theme-primary:hover:not(.btn-text){
    background-color: #3135c3;
    border-color: #3135c3;
}
.btn.btn-primary.theme-primary.btn-shadow-hover:hover:not(.btn-text){
    -webkit-box-shadow: 0 9px 16px 0 rgba(74, 78, 221, .3)!important;
    box-shadow: 0 9px 16px 0 rgba(74, 78, 221, .3)!important;
}
.btn-group-xl>.btn, .btn-xl{
    font-size: 1.5rem;
    line-height: 2;
    border-radius: .675rem;
    padding: .825rem 1.42rem;
}

.bg-primary.theme-primary{
    background-color: #627EEA!important;
}

.btn-link.theme-link{
    color: #4A4EDD;
}
.btn-link.theme-link:hover{

}

.latest-posts .btn-link{
    font-size: 20px;
    line-height: 24px;
}

.transactions-card .btn-outline-success{
    border: 1px solid #7CCA84;
    border-radius: 4px;
    color: #7CCA84;
}
.transactions-card .btn-outline-success:hover{
    background-color: #489e51!important;
    border-color: #489e51!important;
}

.transactions-card .badge.badge-success{
    border: 1px solid #7CCA84;
    border-radius: 4px;
    background-color: #7CCA84;
    height: 28px;
    width: 65px;
    font-size: 14px!important;
    line-height: 12px;
}

.sidebar .accordion .card.active{
    color: black;
    font-family: Vazir-Bold;
    background-color: #F3F3F3;
}
.sidebar .accordion .card.active .card-title{
    font-size: 16px;
    color: black;
}
.sidebar .accordion .card.active .navi-link.active{
    background-color: #E5E5E5;
    font-size: 14px;
}
.sidebar .accordion .card.active .navi-link.active .navi-text{
    color: black;
}

.sidebar .accordion .card{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dashboard-quick-panel  .select2-container--default .select2-selection--multiple .select2-selection__arrow:after, .select2-container--default .select2-selection--single .select2-selection__arrow:after{
    content: "";
    background: url("/assets/main/images/caret-down.png");
    width: 19px;
    height: 11px;
    background-repeat: no-repeat;
}

.dashboard-quick-panel .custom-input-group .input-group-append .input-group-text{
    background-color: transparent;
    border-right: none;
}
.dashboard-quick-panel .custom-input-group input{
    border-left: none;
}
.dashboard-quick-panel .custom-input-group input:focus+.input-group-append{
    border: 1px solid #884377;;
    border-right: none;
    border-top-left-radius: 0.675rem;
    border-bottom-left-radius: 0.675rem;
}

.btn.btn-register{
    background-color: #5CB85B;
    border-color: #5CB85B;
    font-size: 16px!important;
}
.btn.btn-register:hover:not(.btn-text){
    color: #fff;
    background-color: #4b9e4a;
    border-color: #4b9e4a;
}

.header-secondary{
    background-color: #F1F1F1;
}
.no-shadow{
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.home-quick-order{
    background-color: #203976;
}

.home-group1-wrapper{
    margin-right: -2.3rem;
}
@media (min-width: 992px){
    .home-text1-wrapper {
        margin-right: -10rem;
    }
}
.home-text1-wrapper{
    background-image: url("/assets/main/images/home-text1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 435px;
}
.home-text1-wrapper p{
    line-height: 3rem;
}
.home-group2-wrapper{
    margin-left: -2.3rem;
}

.home-text2-wrapper{
    background-image: url("/assets/main/images/home-text2.svg");
    background-repeat: no-repeat;
    min-height: 900px;
    background-size: contain;
}
.home-text2-wrapper p{
    line-height: 3.2rem;
}

@media(min-width: 992px){
    .home-text2-wrapper{
        padding-top: 134px!important;
        padding-left: 135px!important;
    }
}

.home-icon-wrapper{
    margin-left: -24px;
}
.eth.card-primary{
    background-color: #627EEA;
    border-color: #4D60AA;
}

.pm.card-danger{
    background-color: #CF453F;
    border-color: #900700;
}

.tether.card-success{
    background-color: #36896F;
    border-color: #117C5B;
}

.btc.card-warning{
    background-color: #D49A34;
    border-color: #A9761C;
}

@media (min-width: 992px){
    .eth, .btc, .tether, .pm{
        width: 90%;
    }
}

.blog-card-img{
    border-radius: 1.2rem;
}

.form-control.newsletter-input{
    height: 105px;
    background-color: #d8d8d863;
    border: 1px solid #cacaca63;
    font-size: 3.5rem;
    direction: ltr;
    text-align: left;
}

.newsletter button{
    width: 283px;
    font-size: 27px;
    background-color: #130242!important;
}

.bg-399E90{
    background-color: #399E90;
}

.btn-register{
    background-color: #7796FE!important;
    border-color: #7796FE!important;
}
.btn-register:hover{
    background-color: #526ecc!important;
    border-color: #526ecc!important;
}

.contact-heading{
    height: 344px;
    background-color: #203976;
    color: white;
}
.contact-form-wrapper{
    margin-top: -160px;
}
.contact-input{
    height: 80px;
    font-size: 2.5rem;
}
.btn-contact-submit{
    background-color: #4A4EDD;
    border-color: #4A4EDD;
    border-radius: 8px;
    width: 263px;
    color: white;
    font-size: 18px;
}
.btn-contact-submit:focus,.btn-contact-submit:hover{
    background-color: #2b2fc1!important;
    border-color: #2b2fc1!important;
    color: white;
}

.profile-card .list-group .list-group-item{
    height: 53px;
    font-size: 14px;
}
.profile-card .list-group .list-group-item img{
    padding-left: 5px;
}
.profile-card .list-group .list-group-item.active{
    background-color: #F4F4F4;
    color: #000;
    font-weight: bolder;
    border-color: #f4f4f4;
}

.btn.btn-profile{
    height: 43px;
    width: 266px;
    border-radius: 8px;
    background-color: #4A4EDD;
    border-color: #4A4EDD;
    font-size: 16px;
}
.btn.btn-profile:hover{
    background-color: #2e26dd!important;
    border-color: #2e26dd!important;
}

.custom-file-input-wrapper{
    height: calc(1.5em + 1.65rem + 2px);
    padding: .825rem 1.42rem;
    font-size: 1.08rem;
    border-radius: .675rem;
    border: 1px solid #e5eaee;
    text-align: center;
    text-decoration: underline;
    color: #80808f;
    cursor: pointer;
}
.custom-file-input-wrapper.custom-file-input-wrapper-xl{
    height: 77px;
    font-size: 2rem;
}

.input-group .custom-file-input-wrapper{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.bg-627EEA{
    background-color: #627EEA;
}

.btn.btn-info{
    background-color: #4A4EDD;
    border-color: #4A4EDD;
}
.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:visited, .btn.btn-info:focus{
    background-color: #3539dd!important;
    border-color: #3539dd!important;
}

.btn.btn-success{
    background-color: #7CCA84;
    border-color: #7CCA84;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:visited{
    background-color: #50ca55 !important;
    border-color: #50ca55!important;
}

.text-info{
    color: #627dea!important;
}

.table thead td, .table thead th{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 14px;
    font-weight: bold;
}
.table thead th:first-child{
    border-top-right-radius: 8px;
}
.table thead th:last-child{
    border-top-left-radius: 8px;
}

.form-control-xl{
    height: 77px;
    font-size: 2rem;
}

.order-form button.btn.tips{
    border-color: #627EEA;
    color: #627EEA;
}
.order-form button.btn.tips:hover, .order-form button.btn.tips:active, .order-form button.btn.tips:focus{
    color: #fff!important;
    background-color: #627EEA!important;
    border-color: #627EEA!important;
}

.order-form label{
    color: #353535;
    font-size: 14px;
}

.order-form button.btn.btn-submit{
    background-color: #4A4EDD;
    border-color: #4A4EDD;
    color: white;
    font-size: 16px;
}
.order-form button.btn.btn-submit:hover, .order-form button.btn.btn-submit:active, .order-form button.btn.btn-submit:focus{
    background-color: #2d23dd!important;
    border-color: #2d23dd!important;
    color: white!important;
}
.select2-selection[aria-labelledby="select2-cryptocurrency-selector-container"]{
    height: 77px;
}

.btn.disabled, .btn[disabled]{
    cursor: not-allowed!important;
}


/* Chrome, Safari, Edge, Opera */
.order-form input::-webkit-outer-spin-button,
.order-form input::-webkit-inner-spin-button,
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.order-form input[type=number], .no-arrows {
    -moz-appearance: textfield;
}

.tooltip{
    font-family: Vazir!important;
}

.required:before{
    content: '•';
    color: #f00;
    font-size: 16px;
    padding-left: 3px;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    padding-right: calc(1.5em + 1.3rem);
    padding-left: 1rem;
    background-position: right calc(.375em + .325rem) center;
}
