@font-face {
    font-family: IRANSansWeb_Medium;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_light;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */ url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

#wp_yar_pay *:not(i) {
    font-family: IRANSansWeb_Medium, monospace;
}

.shaw {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 40px;
    border-radius: 5px
}
.dropdown-menu.show{display: block !important;}
a:hover {
    text-decoration: none
}

.entry.clr, .entry.clr *:not(i):not(.fa):not(.fas) {
    font-size: 16px;
    /* font-family: IRANSansWeb_Medium,monospace !important; */
}

button#fake-file-button-browse {
    font-size: 14px;
    height: 40px;
}

.btn.btn-danger.btn-sm.btn-close {
    position: absolute;
    left: 26px;
    top: 50px;
}

input#wp_yar_pay_amount, input#wp_yar_pay_total, button#wp-yar-pay-order-btn {
    height: 40px;
}

#register input[type="text"], #register input[type="password"],
#register_dashboard input[type="text"],
#register_dashboard input[type="password"],
input#username_register_dashboard,
input#username_register {
    background: #fff !important;
}

.entry.clr h4 {
    font-size: 23px;
    font-family: IRANSansWeb_Medium;
}

#balanceForm input#balance1 {
    width: 100% !important;
    max-width: 100%;
}

input[type="number"] {
    height: calc(1.5em + .75rem + 2px);
}

input {
    margin: auto 5px;
}

table.custab {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}

table.custab:hover {
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

table th, table td {
    text-align: center;
    vertical-align: middle !important;
}

input.form-control.update-text.active {
    text-align: center;
}

ul#adminmenu {
    text-align: right;
}

input.form-control.update-text {
    float: right;
    width: auto;
}

input.form-control.update-text.active {
    float: right;
    width: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    pointer-events: none;
}

select.form-control.custom.custom-select {
    height: 38px;
    margin: auto 18px;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
}

.bootstrap-tagsinput {
    padding: 7px;
    margin: auto 15px;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fdf9f9;
    background: #cc1d9dba;
    padding: 2.5px;
    border-radius: 4px;
}

.dropdown.bootstrap-select {
    margin: 10px;
}

.php {
    display: none;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
    color: #565252;
    background-color: #e9ecef;
    border-color: #e9ecef;
    height: 33px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

.select-curr {
    padding: 0;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block !important;
    overflow: hidden !important;
    width: 100% !important;
    text-align: right !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    float: right;
}

/* .dis-input{
    background: #f3eded;
} */
.currency, .currency:focus {
    background: #e9ecef;
    border: none;
    height: 39px;
}

.full-page-modal {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right top, #6772e4, #6063e6, #5d52e6, #5d3ee4, #6022e1);
    z-index: 1000;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    transition: all 3s linear;
}

#tabs .nav-item {
    color: rgb(68, 67, 67) !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

#tabs .nav-tabs .nav-item {
    width: 33%;
}

/* ///////////////////////// */
#form-login-register .login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

#form-login-register .login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

#form-login-register .login-form-1 h3 {
    text-align: center;
    color: #333;
}

#form-login-register .login-form-2 {
    padding: 5%;
    background: #a7a7a7;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

#form-login-register .login-form-2 h3 {
    text-align: center;
    color: #fff;
}

#form-login-register .login-container form {
    padding: 10%;
}

#form-login-register .btnSubmit {
    border-radius: 22px;
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    position: relative;
}

#form-login-register .login-form-1 .btnSubmit {
    color: #000;
    border: solid 1px #0062cc !important;
    background: #fff;
    border-radius: 41px;
    font-weight: 100;
    font-family: IRANSansWeb_light;
}

#form-login-register .login-form-2 .btnSubmit {
    font-weight: 400;
    color: #0062cc !important;
    background-color: #fff !important;
    font-family: IRANSansWeb_light;
}

#form-login-register .login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#form-login-register .login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

#form-login-register h3 {
    margin: 20px 0 45px !important;
    font-size: 15pt;
}

span.badge.currency {
    color: #fff;
    background-color: #6c757d;
}

.status {
    margin: 10px 0;
}

.filter-option-inner-inner {
    text-align: right;
}

.dropdown-toggle::after {
   
    margin: 10px 0;
}

/* //////////////////////// chechbox ///////////// */
.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label, .checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
    float: right;
}

.checkbox.checbox-switch label input, .checkbox-inline.checbox-switch input {
    display: none;
}

.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checbox-switch label > input:checked + span:before, .checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span, .checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-success label > input:checked:disabled + span, .checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

.panel-rules {
    padding: 20px;
}

/* ///////////////////////// */
.list-group li a {
    color: #212529;
    text-decoration: none
}

.list-group li.active a {
    color: #fff;
}

.modal-order {
    max-width: 1020px;
}


span.badge-secondary.badge-pill.currency {
    background-color: #6c757d;
}

span.badge.badge-secondary {
    left: 10px;
    float: left;
    right: auto;
    top: auto;
    height: 30px;
    padding: 7px;
}

button.close {
    position: absolute;
    left: 15px;
    top: 15px;
}

.modal .modal-header {
    padding: 10px 30px 0;
    display: block;
}

.modal-dialog.modal-order {
    width: 1000px;
}

.dashboard-data {
    line-height: 2;
    margin: 0;
}

.dash-box {
    min-height: 170px;
}

#adminmenu .wp-menu-image img {
    padding: 5px 0 0 0;
}

a.list-group-item {
    padding-bottom: 0;
}

.dashboard-data i {
    vertical-align: middle;
}

.modal-dialog.modal-order-admin {
    /* width: 10000px; */
    max-width: 1300px;
    width: 1300px;
}

div#myOrder {
    z-index: 10010;
}

.search-sec {
    padding: 2rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

@media (min-width: 992px) {
    .search-sec {
        position: relative;
        top: -114px;
        background: rgba(26, 70, 104, 0.51);
    }
}

@media (max-width: 992px) {
    .search-sec {
        background: #1A4668;
    }
}

.swal2-container.swal2-rtl.swal2-center.swal2-fade.swal2-shown {
    z-index: 100000;
}

/* // */
.panel-dashboard .dash-box {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}

.panel-dashboard .dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.panel-dashboard .dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.panel-dashboard .dash-box-body {
    padding: 50px 20px;
}

.panel-dashboard .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.panel-dashboard .dash-box-icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.panel-dashboard .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.panel-dashboard .dash-box-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

.panel-dashboard .dash-box-body > .dash-box-count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}

.panel-dashboard .dash-box-body > .dash-box-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
}

.panel-dashboard .dash-box.dash-box-color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

.panel-dashboard .dash-box-color-2 .dash-box-icon:after {
    background: rgba(254, 224, 54, 0.81);
}

.panel-dashboard .dash-box-color-2 .dash-box-icon:before {
    background: rgba(254, 224, 54, 0.64);
}

.panel-dashboard .dash-box-color-2 .dash-box-icon > i {
    background: #fb9f28;
}

.panel-dashboard .dash-box.dash-box-color-3 {
    background: rgb(183, 71, 247);
    background: -moz-linear-gradient(top, rgba(183, 71, 247, 1) 0%, rgba(108, 83, 220, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(183, 71, 247, 1) 0%, rgba(108, 83, 220, 1) 100%);
    background: linear-gradient(to bottom, rgba(183, 71, 247, 1) 0%, rgba(108, 83, 220, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b747f7', endColorstr='#6c53dc', GradientType=0);
}

.panel-dashboard .dash-box-color-3 .dash-box-icon:after {
    background: rgba(180, 70, 245, 0.76);
}

.panel-dashboard .dash-box-color-3 .dash-box-icon:before {
    background: rgba(226, 132, 255, 0.66);
}

.panel-dashboard .dash-box-color-3 .dash-box-icon > i {
    background: #8150e4;
}

.panel-dashboard .dash-box.dash-box-color-4 {
    background: rgb(253, 52, 94);
    background: -moz-linear-gradient(top, rgb(253, 52, 94) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(253, 52, 94) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(253, 52, 94) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b747f7', endColorstr='#6c53dc', GradientType=0);
}

.panel-dashboard .dash-box-color-4 .dash-box-icon:after {
    background: rgb(187, 57, 83);
}

.panel-dashboard .dash-box-color-4 .dash-box-icon:before {
    background: rgba(234, 48, 87, 0.34);
}

.panel-dashboard .dash-box-color-4 .dash-box-icon > i {
    background: #961731;
}

.panel-dashboard .dash-box.dash-box-color-5 {
    background: rgb(248, 87, 71);
    background: -moz-linear-gradient(top, rgb(248, 87, 71) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(248, 87, 71) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(248, 87, 71) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b747f7', endColorstr='#6c53dc', GradientType=0);
}

.panel-dashboard .dash-box-color-5 .dash-box-icon:after {
    background: rgba(146, 51, 41, 0.53);
}

.panel-dashboard .dash-box-color-5 .dash-box-icon:before {
    background: rgba(226, 79, 64, 0.35);
}

.panel-dashboard .dash-box-color-5 .dash-box-icon > i {
    background: #903229;
}

.panel-dashboard .dash-box.dash-box-color-6 {
    background: rgb(111, 82, 221);
    background: -moz-linear-gradient(top, rgb(111, 82, 221) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(111, 82, 221) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(111, 82, 221) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b747f7', endColorstr='#6c53dc', GradientType=0);
}

.panel-dashboard .dash-box-color-6 .dash-box-icon:after {
    background: rgba(45, 33, 90, 0.66);
}

.panel-dashboard .dash-box-color-6 .dash-box-icon:before {
    background: rgba(97, 72, 194, 0.3);
}

.panel-dashboard .dash-box-color-6 .dash-box-icon > i {
    background: #312365;
}

input#wp_yar_pay_service_id {
    padding-right: 10px;
}

select.select-percent.form-control {
    height: 38px;
}

.combo-select {
    margin: 0;
    font-size: 10.5pt;
}

[type=submit] {
    margin: 10px !important;
}

button.bnt-bank {
    padding: 0;
}

.pasword-save-label {
    float: right;
}

button.btn.btn-danger.btn-sm.btn-close.btn-close-modal {
    padding: 0 7px;
}

#calculate_connect_server .input-group-text.select-curr {
    height: 30px;
    margin: 5px 0px;
}

#tabs .nav-tabs .nav-item {
    transition: 2s linear all;

    transition: all .3s;
    transition: border-width 0.6s linear;
}

#tabs .nav-tabs .nav-item.before-tabs {
    color: green !important;
}

#tabs .nav-tabs .nav-item.after-tabs {
    color: #b1a6a6 !important;
}

#tabs .nav-tabs .nav-item.active {
    color: blue !important;
    border-width: 4px;
}

#tabs .nav-tabs .nav-item {
    border: none !important;
}

#tabs .nav-tabs .nav-item:after {
    content: '';
    display: block;
    margin: auto;
    height: 0;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}



a.dashboard-tab:focus {
    border: none;
    box-shadow: none;
}

.btn-group {
    border: 1px solid #ddd;
    width: 17%;
}

.checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before {
    top: 0;
}

.dashboard-tabs .dashboard-data i {
    font-size: 500%;
}

.row {
    font-family: IRANSansWeb_Medium;
}

li.option-item {
    font-family: IRANSansWeb_Light;
}

.combo-select.combo-open {
    font-family: IRANSansWeb_Medium;
}

input#wp_yar_pay_service_id {
    font-family: IRANSansWeb_Light;
    border: solid 1px #ccc;
}

.container {
    font-family: IRANSansWeb_Medium;
}

@media (min-width: 0px) and (max-width: 327px) {
    .hidden-xs {
        display: none;
    }

    .entry.clr, .entry.clr *:not(i):not(.fa):not(.fas) {
        font-size: 11px;
        /* font-family: IRANSansWeb_Medium,monospace !important; */
    }
}

@media (min-width: 328px) and (max-width: 768px) {

    .hidden-xs {
        display: none;
    }

    .entry.clr, .entry.clr *:not(i):not(.fa):not(.fas) {
        font-size: 11px;
        /* font-family: IRANSansWeb_Medium,monospace !important; */
    }
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #575757;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
    color: #fff;
}

input#wp_yar_pay_service_id::placeholder {
    font-family: inherit;
}

#wp_yar_pay_amount::placeholder {
    font-family: inherit;
    font-size: 13px;
    text-align: center;

}

.box_wp_yar_pay_amount {
}

#wp_yar_pay_amount {
    background: #fff;
    color: #16a085;
    outline: none;
    text-align: center;
    box-shadow: none;
    font-family: IRANSansWeb_Light;
}

.currency, .currency:focus {
    font-family: IRANSansWeb_Medium;
    font-size: 10pt;
    outline: 0;
    color: #16a085;
    background: #e0e0e0;
}


.select-curr {
    border: none;
}

.wp_yar_pay_total {
}

.wp_yar_pay_total .input-group-text {
    font-family: IRANSansWeb_Medium;
    padding: 4px 9px;
    background: #e0e0e0;
    color: #f00;
}

#wp_yar_pay_total {
    font-family: IRANSansWeb_Light;
    background: #fff;
    color: #f00;
    text-align: center;
}

input#wp_yar_pay_total::placeholder,
input#code_offer_new::placeholder {
    font-family: inherit;
}

inupt#wp_yar_pay_total::-moz-placeholder {
    font-family: inherit
}

inup::-webkit-input-placeholder {
    font-family: inherit
}

button, button[disabled]:hover {
    font-family: IRANSansWeb_Medium;
}

.btn-link:hover {
    text-decoration: none
}

.input-group-prepend_2 {
    border: none
}

select#wp_yar_pay_currency_id_final {
    height: 38px;
    border: solid 1px #ccc;
    padding: 0;
    margin-top: 2px;
    line-height: 40px;
}

textarea.form-control::placeholder {
    font-family: inherit;
}



@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    display: block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}


@-webkit-keyframes flipOutY {
    from {
        display: block;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        display: none;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        display: block;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        display: block;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        display: none;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;

}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
input#username::placeholder,input#password::placeholder,
input#username_register::placeholder,
input#password_register::placeholder,
input#re_password_register::placeholder {
    font-family: inherit;
    font-size: 13px;
}
input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
.wp_pay_tabs{
    background: #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.wp_pay_tabs .fa{
    padding-left: 5px;
    vertical-align: middle;
}
#tabs .nav-tabs .nav-item {
    color: #fff !important;
    font-size: 13pt;
    padding: 20px;
    box-shadow: 0 0 0 0 !important;
}
#tabs .nav-tabs .nav-item.active {
    color: blue !important;
    border-width: 4px;
    background: #fff;
    border-bottom: 0 !important;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    border-radius: 0;
}
#form-login-register-pay-wp-yar input{
    border-radius: 20px !important;
    padding-right: 20px;
}
#nav-order-wp-yar{background: #fff}
.right_box_wp_yar_pay{
    padding: 10px 30px;
}
.left_box_wp_yar_pay{padding: 20px 30px}
input#wp_yar_pay_amount_final::placeholder{font-family: inherit}
.btn_off_wppay{
    height: 40px;font-size: 10pt;border-radius: 7px;background: #fff;color: #000;
}
.btn_ok_order_wppay{
    background: #fff;
    color: #000;
}

#pay_final_ok{
    padding-top: 60px;
    padding-bottom: 40px;
}
.btn_pay_wppay{
    color: #575757;
    background-color: #ffffff;
    border-color: #28a745;
    margin-top: 25px !important;
}
.number_order_wppay,.date_oder_wppay{
    margin-bottom: 15px;
    font-size: 12pt;
    display: block;
}
.val_number_order_wppay,.valu_date_oder_wppay{
    font-family: IRANSansWeb_light;
}
.badge-secondary {
    color: #fff;
    background-color: #575757;
    padding: 9px 20px !important;
    border-radius: 3px !important;
}
.btn_or_1{
    background-color: #6772e4 ;
    border: solid 1px #6772e4;
    color: #fff;
}
.btn_or_1:hover{
    background-color: #fff;
    border: solid 1px #6772e4;
    color: #6772e4;
}
.box_wp_yar_pay_amount{
    border-radius: 4px;
    overflow: hidden;
}
.ssa{
    max-height: 350px;
    display: block;
    transition: all 2s ease-in-out;
}
.wppay_base_on{
    padding:0 30px;
}

.list_services input.select_input{
    border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: IRANSansWeb_light;
    font-size: 14px;
    width: 100%;
    margin: 0;
    height: 40px;

}

.note {
    position: relative;
    display: flex;
    align-items: center;
}
.note:after {
    content: " ";
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #c9c9c9 transparent transparent transparent;
    transition: all 0.3s ease-in-out;
}

.note2{
    position: relative;
    display: flex;
    align-items: center;
}
.note2:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #c9c9c9 transparent;

    transition: all 0.5s;
}
.row{
    margin-left: 0;
    margin-right: 0;
}


.list_services ul#wp_yar_pay_service_id {
    text-align: right;
    line-height: 32px;
    font-size: 14px;
    padding-right: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 0;
    display:none ;
    position: absolute;
    top: 45px;
    margin: 0;
    background: #fff;
    min-width: 245px;
    z-index: 99999;
}

.list_services ul#wp_yar_pay_service_id  li {
    font-family: IRANSansWeb_light;
    font-size: 13px;
    padding-right: 10px;
}
.list_services ul#wp_yar_pay_service_id li:hover {
    background: rgba(60, 60, 60, 0.75);
    color: #f8f8f8;
    cursor: pointer;
}

.bootstrap-select .dropdown-menu li{text-align: right}



















