.mper-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #0000001A;
    padding: 18px 18px;
    margin: 32px 0;
}

.mper-box h3 {
    margin: 0 0 22px !important;
}

.calculate-price .currency-type {
    width: 50%;
    display: inline-block;
}

.calculate-price .service-type {
    width: 49%;
    display: inline-block;
}

.calculate-price label {
    width: 100%;
    display: grid;
}

.calculate-price input.cf-amount {
    width: -webkit-fill-available;
}

.calculate-price label.price-label.final-price {
    color: #ffffff;
    display: inline-block;
    width: 49%;
}

.calculate-price input.cf-final {
    background: none;
    display: inline-block;
    color: #ffffff;
    width: 48%;
    border: 0px none;
    text-align: left;
    margin: 0;
}

.calculate-price .currency-result {
    background: #01878C 0% 0% no-repeat padding-box;
    border-radius: 3px;
    padding: 6px 13px 6px 0;
}

.calculate-price input, .calculate-price select, .crypto-currenies input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    font-family: iranyekan;
    padding: 8px 10px;
    margin: 4px 0 12px;
    width: 100%;
}


.table-price #update-prices {
    float: left;
    margin: -57px 0 0 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #7E23A4;
    border-radius: 3px;
    padding: 5px 10px;
    color: #7E23A4;
}

.table-price #update-prices img {
    display: inline;
    vertical-align: sub;
}

.table-price thead td {
    color: #535353;
    font-weight: bold;
    padding: 0 0 11px;
}

.table-price table {
    border: 0;
    width: 100%;
    margin: 52px 0 0 0;
}

.table-price td {
    border: 0;
    color: #535353;
    padding: 10px 0;
}

.table-price .active td {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}

.crypto-currenies ul.tabs {

padding: 2px 0 2px 0;

margin: 0;

background-color: #f9f9f9;
}

.crypto-currenies ul.tabs li {

    display: block;

    padding: 11px 10px;

    border-radius: 4px;

    margin: 13px 18px 12px;
}

.crypto-currenies ul.tabs li.current {

    background-color: #7E23A4;

    color: #ffffff;
}

.crypto-currenies .tab-content {
    padding: 0 30px;
    display: none;
}

.crypto-currenies .tab-content.current {
    display: inherit;
}

.crypto-currenies .tab {
    /* display: flex; */
}

.crypto-currenies ul.tabs li img {
    background-color: #eaeaea;
    padding: 4px;
    border-radius: 50%;
    vertical-align: top;
    margin: 0 0 0 5px;
    width: 29px;
}

.crypto-currenies ul.tabs li.current img {
    background-color: #ffffff;
}

.crypto-currenies ul.tabs li:hover {
    cursor: pointer;
}

.crypto-currenies .contents {
    /* width: 100%; */
}

.crypto-currenies .mper-box {
    padding: 0;
}

.crypto-currenies table {
    border-top: 1px solid #f9f9f9;
}

.crypto-currenies table td {
    padding: 14px 12px;
}

.crypto-currenies table thead td {
    background: #FAFAFA;
}

.crypto-currenies .toman-price {
    background-color: #F7931A !important;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 7px;
    margin: 7px 0 18px;
}

.crypto-currenies .toman-price .value {
    float: left;
}


.crypto-currenies .box {
    background: #f9f9f9;
    padding: 10px 11px 2px;
    margin: 0 0 20px 0;
}