.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

.cf-app-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.83);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.cf-app-loading.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-body {
    padding: 50px 0;
}

.btn {
    padding: 10px 25px;
    font-size: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 19px 16px -13px rgba(25, 96, 210, 0.19);
    box-shadow: 0px 19px 16px -13px rgba(25, 96, 210, 0.19);
    color: #4A517D;
    border-radius: 50px;
    border: none;
    margin-left: 10px;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn-lg {
    font-size: 17px;
    padding: 13px 35px;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-primary {
    color: #fff;
    background: #3377E8;
}

.btn-primary:hover {
    color: #fff;
    background: #1249a3 !important;
}

.btn-success {
    background: #21D167;
    color: #fff;
}

.btn-success:hover {
    background: #1bb057;
    color: #fff;
}

.btn-default {
    background-color: #fff;
}

.btn-default:hover {
    background-color: #FEB703;
    color: #222;
}

.btn-dark {
    background-color: #222;
    color: #FEB703;
}

.btn-dark:hover {
    background-color: #111;
    color: #FEB703;
}

.app-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 3;
}

.app-overlay.open {
    display: block;
}

.app-container {
    margin: 0 auto;
    width: 80%;
    max-width: 1719px;
}

.app-container.small {
    width: 70%;
}

@media (max-width: 1200px) {
    .app-container {
        width: 90%;
    }
    .app-container.small {
        width: 85%;
    }
}

@media (max-width: 1000px) {
    .app-container {
        width: 92%;
    }
    .app-container.small {
        width: 88%;
    }
}

@media (max-width: 1000px) {
    .app-header .box-fast-access .dropDown {
        width: 284px;
    }
}

.app-header .box-fast-access .dropDown .dropDownTitle {
    margin: 5px 15px;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
}

.app-header .box-fast-access .dropDown .dropDownTitle:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 3px;
    width: 35px;
    border-radius: 0 0 7px 7px;
    right: 17px;
    background: #3377E8;
}

.app-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}

.app-card .card-title {
    font-size: 18px;
}

.app-card label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/fa-regular-400.woff2") format("woff2");
    font-display: swap;
}

.crypto-page {
    margin-top: -105px;
}

.crypto-page .crypto-price-box {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 13px 61px rgba(101, 101, 101, 0.14);
    box-shadow: 0px 13px 61px rgba(101, 101, 101, 0.14);
}

.crypto-page .crypto-price-box .title {
    font-size: 17px;
}

@media (max-width: 1000px) {
    .crypto-page .crypto-price-box .title {
        font-size: 16px;
    }
}

.crypto-page .crypto-price-box .toman-price {
    font-size: 20px;
    letter-spacing: 1px;
    color: #414645;
}

@media (max-width: 1000px) {
    .crypto-page .crypto-price-box .toman-price {
        font-size: 18px;
    }
    .crypto-page .crypto-price-box .toman-price small {
        font-size: 12px;
    }
}

.crypto-page .crypto-price-box .dollar-price {
    letter-spacing: 1px;
    color: #828288;
}

.crypto-page .crypto-price-box img {
    float: left;
}

.page-coin .intro {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3377E8), color-stop(98.44%, #3377E8));
    background: linear-gradient(180deg, #3377E8 0%, #3377E8 98.44%);
    min-height: 400px;
    padding: 30px 10px 150px;
    margin-top: 10px;
    color: #fff;
}

.page-coin .intro .cc a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.page-coin .intro .cc a:hover:after {
    border-top: 1px dashed #555;
}

.page-coin .intro .cc a:after {
    content: '';
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
}

@media (max-width: 1000px) {
    .page-coin .intro {
        padding: 30px 10px 50px;
    }
}

.page-coin .intro .wl {
    width: 100%;
}

@media (max-width: 1000px) {
    .page-coin .intro .wl {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
}

.page-coin .intro h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .page-coin .intro h2 {
        text-align: center;
        font-size: 23px;
    }
}

.page-coin .intro .links {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: -58px;
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-coin .intro .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #21294D;
    margin-left: 5px;
    font-size: 14px;
}

.page-coin .intro .links a h2 {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1000px) {
    .page-coin .intro .links a {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        width: 46%;
        margin: 5px !important;
        text-align: center !important;
        border: 1px solid #f3f3f3;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 10px;
    }
}

.page-coin .intro .links a.active,
.page-coin .intro .links a:hover {
    background: #F8F9FE;
}

.page-coin .intro .content {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .content {
        padding: 40px 20px;
    }
    .page-coin .intro .content .tl,
    .page-coin .intro .content .br {
        display: none;
    }
}

.page-coin .chart-box #symbol {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 2;
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: 800;
    color: #8c8c8c;
}

.page-coin .chart-box .floating-tooltip-2 {
    width: 120px;
    height: 90px;
    position: absolute;
    display: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #222;
    background-color: rgba(235, 235, 235, 0.23);
    text-align: left;
    z-index: 1;
    top: 0;
    left: 0px !important;
    pointer-events: none;
    border-radius: 10px;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
    box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
}

.page-coin .loader-chart {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    top: 0;
}

.page-coin .loader-chart.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.page-coin .loader-chart img {
    height: 70px;
    width: 70px;
}

.page-coin .box-calculator-digital {
    position: relative;
    min-height: 457px;
}

.page-coin .box-calculator-digital .circle {
    position: absolute;
    width: 482px;
    height: 482px;
    left: -33px;
    top: 0;
    background: #EFF4FE;
    border-radius: 50%;
}

@media (max-width: 1000px) {
    .page-coin .box-calculator-digital .circle {
        width: 382px;
        height: 382px;
    }
}

.page-coin .calculator-digital {
    border: none;
    position: relative;
    -webkit-box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
}

.page-coin .calculator-digital p {}

.page-coin .calculator-digital .toman-n,
.page-coin .calculator-digital .dollar-n {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.page-coin .calculator-digital .toman-t {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}

.page-coin .calculator-digital .dollar-t {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}

.page-coin .calculator-digital .btn-s {
    font-size: 17px;
    font-weight: 800;
    width: 100%;
    padding: 14px 5px;
}

.page-coin .calculator-digital .form-control {
    height: 40px !important;
    border-radius: 5px;
    background: #fbfbfb;
}

.page-coin .calculator-digital .form-control.brrn {
    border-radius: 0 5px 5px 0;
}

.page-coin .calculator-digital .form-control.btln {
    border-radius: 5px 0 0 5px;
}

.page-coin .calculator-digital .buttons {
    margin: -6px;
    margin-bottom: 21px;
    padding: 10px;
    background: #F8F9FE;
    border-radius: 12px;
}

.page-coin .calculator-digital .buttons .btn {
    border-radius: 4px !important;
    background: none;
    font-weight: 700;
    width: 50%;
    font-size: 18px;
    padding: 5px 22px;
    border: none !important;
    margin-left: 5px;
    color: #4A517D !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.page-coin .calculator-digital .buttons .btn-primary,
.page-coin .calculator-digital .buttons .btn:hover,
.page-coin .calculator-digital .buttons .btn:active {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    border-radius: 7px !important;
    color: #3377E8 !important;
    border: none !important;
}

.page-coin .calculator-digital .net {
    font-size: 12px;
    margin-bottom: 10px;
    color: #212222;
    margin-top: 8px;
}

.page-coin .calculator-digital .btn-s {
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.page-coin .calculator-digital .total {
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    /* border-bottom: 1px solid #eff0f1; */
}

.page-coin .calculator-digital .total .val {
    background: #f2f6f8;
    text-align: center;
    padding: 5px 10px;
    color: #21294D;
    border-radius: 10px;
}

.page-coin .calculator-digital .total p {
    margin-bottom: 5px;
}

.page-coin .calculator-digital .total h5 {
    font-weight: 700;
}

.page-coin .calculator-digital .amounts {
    padding: 0 15px;
}

.page-coin .calculator-digital .amounts .or {
    width: 34px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    padding: 3px 8px;
    font-weight: 500;
    background: #ced4da;
    color: #5b646d;
    border: 1px solid #ffffff;
    border-right: none;
    border-left: none;
}

.page-coin .calculator-digital .amounts .col {
    padding: 0;
}

.page-coin .calculator-digital .or {
    background: #f2f6f8;
    padding: 5px 12px;
    border: 1px solid #f3f3f3;
    font-weight: 800;
    border-radius: 4px;
    border-radius: 50%;
}

.page-coin .calculator-digital .coin-price-form {
    font-size: 12px;
    font-weight: 600;
    color: #557f96;
    direction: ltr;
    letter-spacing: 0.5px;
}

.page-coin .calculator-digital .input-amount {
    height: 59px;
    border: 1px solid #EAEAEA;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 7px;
}

.page-coin .calculator-digital .input-amount .select-currency {
    width: 100px;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 5px;
    text-transform: uppercase;
    /* font-size: 12px; */
    display: block;
    /* color: rgb(85, 127, 150); */
    /* margin-bottom: -7px; */
    text-align: left;
    cursor: pointer;
}

.page-coin .calculator-digital .input-amount .select-currency .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    height: 35px;
    width: 35px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #557f96;
    margin-bottom: -3px;
    margin-top: -3px;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label .symbol-label {
    font-size: 14px;
}

.page-coin .calculator-digital .input-amount .input {
    width: calc(100% - 100px);
    border: none;
}

.page-coin .calculator-digital .input-amount .input span {
    text-align: right;
    direction: rtl;
    display: block;
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #557f96;
}

.page-coin .calculator-digital .input-amount .input input {
    border: none;
    margin-top: 0;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 100%;
    margin-left: 1px;
    outline: none !important;
    padding: 0 20px;
}

.page-coin .calculator-digital .input-amount .input input::-webkit-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-ms-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-moz-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .btn-success {
    -webkit-box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    border-radius: 12px;
}

.page-coin .loader-c {
    background: rgba(255, 255, 255, 0.91);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .calculate-result p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.page-coin .calculate-result p .val {
    color: #000;
}

.page-coin .calculate-result p .valimg {
    position: relative;
    padding-left: 24px;
}

.page-coin .calculate-result p .valimg img {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
}

.page-coin .calculate-result .form-box {
    background: #f5f5f5;
    padding: 22px;
}

.page-coin .calculate-result .form-box .total {
    font-size: 19px;
    font-weight: 800;
    color: #068a28;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-coin .calculate-result .form-group .icons {
    top: 38px !important;
}

.page-coin .select-currencies-box {
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 456px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    z-index: 9;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    padding: 0rem 0px 0.4rem;
    background: white;
    -webkit-transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    border-radius: 4px;
    display: none;
    overflow: hidden;
}

.page-coin .select-currencies-box.show {
    display: block;
}

.page-coin .select-currencies-box .fPPozm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-bottom: 1px solid rgba(128, 163, 182, 0.1);
    padding: 20px;
}

.page-coin .select-currencies-box .bOMLKt {
    display: inline-block;
    width: calc(100% - 1.6rem);
    background: white;
}

.page-coin .select-currencies-box i {
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    margin-left: 0.5rem;
    line-height: 1.43;
    font-size: 16px;
    color: #394247;
    padding: 0px 1rem;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .iEQJel {
    cursor: pointer;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY {
    height: auto;
    max-height: 34rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background: transparent;
    border-radius: 0px;
    padding: 0;
}

.page-coin .select-currencies-box .gKLAiY li {
    color: #557f96 !important;
    counter-increment: none;
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    font-size: 19px;
    color: #545454;
    margin: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY li:hover {
    background: #f2f6f8;
}

.page-coin .select-currencies-box .gKLAiY button {
    padding-left: 10px;
    display: block;
    width: 100%;
    height: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .gKLAiY .coin-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-icon {
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 1.8rem;
    color: #10d078;
    text-align: center;
    margin: -4px 20px 0px 1rem;
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box .gKLAiY .coin-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

.page-coin .select-currencies-box .gKLAiY .coin-ticker {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 0px 12px;
}

.page-coin .select-currencies-box .gKLAiY .no-results {
    padding: 0 12px !important;
}

.page-coin .coin-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(45deg, #222731a1 0, #323b4cba 100%);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 70px 10px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.page-coin .coin-modal .c-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    background: #eee;
    position: absolute;
    left: 27px;
    border-radius: 50px;
}

.page-coin .coin-modal .c-close:hover {
    background: #ddd;
}

.page-coin .coin-modal .c-close::before {
    height: 2px;
    width: 50%;
}

.page-coin .coin-modal .c-close::after {
    height: 50%;
    width: 2px;
}

.page-coin .coin-modal .c-close::after,
.page-coin .coin-modal .c-close::before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.page-coin .coin-modal .title {
    font-size: 19px;
}

.page-coin .coin-modal.show {
    display: block;
}

.page-coin .coin-search-box .loading-modal {
    text-align: center;
    padding: 2px 0;
    color: #555;
    margin: 1px 2px;
    border-radius: 4px;
    display: none;
}

.page-coin .bw-section-title .title {
    color: #424242 !important;
}

.page-coin .bw-section-title .title .desc {
    color: #fdfdfd !important;
}

.app-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}

.app-card .card-title {
    font-size: 18px;
}

.app-card label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555;
}

.page-coin .intro {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3377E8), color-stop(98.44%, #3377E8));
    background: linear-gradient(180deg, #3377E8 0%, #3377E8 98.44%);
    min-height: 400px;
    padding: 30px 10px 150px;
    margin-top: 10px;
    color: #fff;
}

.page-coin .intro .cc a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.page-coin .intro .cc a:hover:after {
    border-top: 1px dashed #555;
}

.page-coin .intro .cc a:after {
    content: '';
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
}

@media (max-width: 1000px) {
    .page-coin .intro {
        padding: 30px 10px 50px;
    }
}

.page-coin .intro .wl {
    width: 100%;
}

@media (max-width: 1000px) {
    .page-coin .intro .wl {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
}

.page-coin .intro h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .page-coin .intro h2 {
        text-align: center;
        font-size: 23px;
    }
}

.page-coin .intro .links {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: -58px;
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-coin .intro .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #21294D;
    margin-left: 5px;
    font-size: 14px;
}

.page-coin .intro .links a h2 {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1000px) {
    .page-coin .intro .links a {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        width: 46%;
        margin: 5px !important;
        text-align: center !important;
        border: 1px solid #f3f3f3;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 10px;
    }
}

.page-coin .intro .links a.active,
.page-coin .intro .links a:hover {
    background: #F8F9FE;
}

.page-coin .intro .content {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .content {
        padding: 40px 20px;
    }
    .page-coin .intro .content .tl,
    .page-coin .intro .content .br {
        display: none;
    }
}

.page-coin .chart-box #symbol {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 2;
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: 800;
    color: #8c8c8c;
}

.page-coin .chart-box .floating-tooltip-2 {
    width: 120px;
    height: 90px;
    position: absolute;
    display: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #222;
    background-color: rgba(235, 235, 235, 0.23);
    text-align: left;
    z-index: 1;
    top: 0;
    left: 0px !important;
    pointer-events: none;
    border-radius: 10px;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
    box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
}

.page-coin .loader-chart {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    top: 0;
}

.page-coin .loader-chart.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.page-coin .loader-chart img {
    height: 70px;
    width: 70px;
}

.page-coin .box-calculator-digital {
    position: relative;
    min-height: 457px;
}

.page-coin .box-calculator-digital .circle {
    position: absolute;
    width: 482px;
    height: 482px;
    left: -33px;
    top: 0;
    background: #EFF4FE;
    border-radius: 50%;
}

@media (max-width: 1000px) {
    .page-coin .box-calculator-digital .circle {
        width: 382px;
        height: 382px;
    }
}

.page-coin .calculator-digital {
    border: none;
    position: relative;
    -webkit-box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
}

.page-coin .calculator-digital p {}

.page-coin .calculator-digital .toman-n,
.page-coin .calculator-digital .dollar-n {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.page-coin .calculator-digital .toman-t {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}

.page-coin .calculator-digital .dollar-t {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}

.page-coin .calculator-digital .btn-s {
    font-size: 17px;
    font-weight: 800;
    width: 100%;
    padding: 14px 5px;
}

.page-coin .calculator-digital .form-control {
    height: 40px !important;
    border-radius: 5px;
    background: #fbfbfb;
}

.page-coin .calculator-digital .form-control.brrn {
    border-radius: 0 5px 5px 0;
}

.page-coin .calculator-digital .form-control.btln {
    border-radius: 5px 0 0 5px;
}

.page-coin .calculator-digital .buttons {
    margin: -6px;
    margin-bottom: 21px;
    padding: 10px;
    background: #F8F9FE;
    border-radius: 12px;
}

.page-coin .calculator-digital .buttons .btn {
    border-radius: 4px !important;
    background: none;
    font-weight: 700;
    width: 50%;
    font-size: 18px;
    padding: 5px 22px;
    border: none !important;
    margin-left: 5px;
    color: #4A517D !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.page-coin .calculator-digital .buttons .btn-primary,
.page-coin .calculator-digital .buttons .btn:hover,
.page-coin .calculator-digital .buttons .btn:active {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    border-radius: 7px !important;
    color: #3377E8 !important;
    border: none !important;
}

.page-coin .calculator-digital .net {
    font-size: 12px;
    margin-bottom: 10px;
    color: #212222;
    margin-top: 8px;
}

.page-coin .calculator-digital .btn-s {
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.page-coin .calculator-digital .total {
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    /* border-bottom: 1px solid #eff0f1; */
}

.page-coin .calculator-digital .total .val {
    background: #f2f6f8;
    text-align: center;
    padding: 5px 10px;
    color: #21294D;
    border-radius: 10px;
}

.page-coin .calculator-digital .total p {
    margin-bottom: 5px;
}

.page-coin .calculator-digital .total h5 {
    font-weight: 700;
}

.page-coin .calculator-digital .amounts {
    padding: 0 15px;
}

.page-coin .calculator-digital .amounts .or {
    width: 34px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    padding: 3px 8px;
    font-weight: 500;
    background: #ced4da;
    color: #5b646d;
    border: 1px solid #ffffff;
    border-right: none;
    border-left: none;
}

.page-coin .calculator-digital .amounts .col {
    padding: 0;
}

.page-coin .calculator-digital .or {
    background: #f2f6f8;
    padding: 5px 12px;
    border: 1px solid #f3f3f3;
    font-weight: 800;
    border-radius: 4px;
    border-radius: 50%;
}

.page-coin .calculator-digital .coin-price-form {
    font-size: 12px;
    font-weight: 600;
    color: #557f96;
    direction: ltr;
    letter-spacing: 0.5px;
}

.page-coin .calculator-digital .input-amount {
    height: 59px;
    border: 1px solid #EAEAEA;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 7px;
}

.page-coin .calculator-digital .input-amount .select-currency {
    width: 100px;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 5px;
    text-transform: uppercase;
    /* font-size: 12px; */
    display: block;
    /* color: rgb(85, 127, 150); */
    /* margin-bottom: -7px; */
    text-align: left;
    cursor: pointer;
}

.page-coin .calculator-digital .input-amount .select-currency .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    height: 35px;
    width: 35px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #557f96;
    margin-bottom: -3px;
    margin-top: -3px;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label .symbol-label {
    font-size: 14px;
}

.page-coin .calculator-digital .input-amount .input {
    width: calc(100% - 100px);
    border: none;
}

.page-coin .calculator-digital .input-amount .input span {
    text-align: right;
    direction: rtl;
    display: block;
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #557f96;
}

.page-coin .calculator-digital .input-amount .input input {
    border: none;
    margin-top: 0;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 100%;
    margin-left: 1px;
    outline: none !important;
    padding: 0 20px;
}

.page-coin .calculator-digital .input-amount .input input::-webkit-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-ms-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-moz-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .btn-success {
    -webkit-box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    border-radius: 12px;
}

.page-coin .loader-c {
    background: rgba(255, 255, 255, 0.91);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .calculate-result p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.page-coin .calculate-result p .val {
    color: #000;
}

.page-coin .calculate-result p .valimg {
    position: relative;
    padding-left: 24px;
}

.page-coin .calculate-result p .valimg img {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
}

.page-coin .calculate-result .form-box {
    background: #f5f5f5;
    padding: 22px;
}

.page-coin .calculate-result .form-box .total {
    font-size: 19px;
    font-weight: 800;
    color: #068a28;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-coin .calculate-result .form-group .icons {
    top: 38px !important;
}

.page-coin .select-currencies-box {
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 456px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    z-index: 9;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    padding: 0rem 0px 0.4rem;
    background: white;
    -webkit-transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    border-radius: 4px;
    display: none;
    overflow: hidden;
}

.page-coin .select-currencies-box.show {
    display: block;
}

.page-coin .select-currencies-box .fPPozm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-bottom: 1px solid rgba(128, 163, 182, 0.1);
    padding: 20px;
}

.page-coin .select-currencies-box .bOMLKt {
    display: inline-block;
    width: calc(100% - 1.6rem);
    background: white;
}

.page-coin .select-currencies-box i {
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    margin-left: 0.5rem;
    line-height: 1.43;
    font-size: 16px;
    color: #394247;
    padding: 0px 1rem;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .iEQJel {
    cursor: pointer;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY {
    height: auto;
    max-height: 34rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background: transparent;
    border-radius: 0px;
    padding: 0;
}

.page-coin .select-currencies-box .gKLAiY li {
    color: #557f96 !important;
    counter-increment: none;
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    font-size: 19px;
    color: #545454;
    margin: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY li:hover {
    background: #f2f6f8;
}

.page-coin .select-currencies-box .gKLAiY button {
    padding-left: 10px;
    display: block;
    width: 100%;
    height: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .gKLAiY .coin-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-icon {
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 1.8rem;
    color: #10d078;
    text-align: center;
    margin: -4px 20px 0px 1rem;
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box .gKLAiY .coin-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

.page-coin .select-currencies-box .gKLAiY .coin-ticker {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 0px 12px;
}

.page-coin .select-currencies-box .gKLAiY .no-results {
    padding: 0 12px !important;
}

.page-coin .coin-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(45deg, #222731a1 0, #323b4cba 100%);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 70px 10px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.page-coin .coin-modal .c-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    background: #eee;
    position: absolute;
    left: 27px;
    border-radius: 50px;
}

.page-coin .coin-modal .c-close:hover {
    background: #ddd;
}

.page-coin .coin-modal .c-close::before {
    height: 2px;
    width: 50%;
}

.page-coin .coin-modal .c-close::after {
    height: 50%;
    width: 2px;
}

.page-coin .coin-modal .c-close::after,
.page-coin .coin-modal .c-close::before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.page-coin .coin-modal .title {
    font-size: 19px;
}

.page-coin .coin-modal.show {
    display: block;
}

.page-coin .coin-search-box .loading-modal {
    text-align: center;
    padding: 2px 0;
    color: #555;
    margin: 1px 2px;
    border-radius: 4px;
    display: none;
}

.page-coin .bw-section-title .title {
    color: #424242 !important;
}

.page-coin .bw-section-title .title .desc {
    color: #fdfdfd !important;
}

.page-coin .intro {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3377E8), color-stop(98.44%, #3377E8));
    background: linear-gradient(180deg, #3377E8 0%, #3377E8 98.44%);
    min-height: 400px;
    padding: 30px 10px 150px;
    margin-top: 10px;
    color: #fff;
}

.page-coin .intro .cc a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.page-coin .intro .cc a:hover:after {
    border-top: 1px dashed #555;
}

.page-coin .intro .cc a:after {
    content: '';
    height: 1px;
    border-top: 1px dashed #fff;
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
}

@media (max-width: 1000px) {
    .page-coin .intro {
        padding: 30px 10px 50px;
    }
}

.page-coin .intro .wl {
    width: 100%;
}

@media (max-width: 1000px) {
    .page-coin .intro .wl {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
}

.page-coin .intro h2 {
     font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .page-coin .intro h2 {
        text-align: center;
        font-size: 23px;
    }
}

.page-coin .intro .links {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: -58px;
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-coin .intro .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    border-radius: 8px;
     cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #21294D;
    margin-left: 5px;
    font-size: 14px;
}

.page-coin .intro .links a h2 {
    font-size: 14px;
    margin: 0;
 }

@media (max-width: 1000px) {
    .page-coin .intro .links a {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        width: 46%;
        margin: 5px !important;
        text-align: center !important;
        border: 1px solid #f3f3f3;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 10px;
    }
}

.page-coin .intro .links a.active,
.page-coin .intro .links a:hover {
    background: #F8F9FE;
}

.page-coin .intro .content {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1000px) {
    .page-coin .intro .content {
        padding: 40px 20px;
    }
    .page-coin .intro .content .tl,
    .page-coin .intro .content .br {
        display: none;
    }
}

.page-coin .intro .content .tl {
    position: absolute;
    left: 0;
    top: 0px;
}

.page-coin .intro .content .br {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.page-coin .charts {
    background: #F8F9FE url(/assets/images/2022/bg-coins.svg);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
}

.page-coin .charts .chart-box {
    -webkit-box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-coin .charts .chart-box h4 {
    font-size: 14px;
    margin-top: -18px;
    color: #7d828d;
}

.page-coin .charts .trading-view-chart {
    height: 450px;
}

.page-coin .charts .coin-information {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    /* margin-top: -68px; */
    -webkit-transform: translateY(-63px);
    transform: translateY(-63px);
    padding: 20px;
}

.page-coin .charts .coin-information .item {
    border-left: 2px dashed #ddd;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

@media (max-width: 1000px) {
    .page-coin .charts .coin-information .item {
        border-left: none;
        border-bottom: 2px dashed #ddd;
        width: 100%;
        padding: 7px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .page-coin .charts .coin-information .item:last-child {
        border-bottom: none;
    }
}

.page-coin .charts .coin-information .item:last-child {
    border-left: none;
}

.page-coin .charts .coin-information .item.title .name {
    width: 150px;
    word-break: break-all;
    overflow: hidden;
    font-size: 28px;
     margin-bottom: -2px;
}

.page-coin .charts .coin-information .item.price {
    width: 300px;
    padding-right: 20px;
}

@media (max-width: 1000px) {
    .page-coin .charts .coin-information .item.price {
        width: 100%;
        padding-right: 0;
    }
}

.page-coin .charts .coin-information .item.price .darsad {
    background: #F8F9FE;
    border-radius: 31px;
    padding: 0px 13px;
    /* line-height: 0; */
    height: 26px;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.page-coin .charts .coin-information .item.price .toman {
    font-size: 22px;
    
    color: #4A517D;
}

.page-coin .charts .coin-information .item .value {
    color: #A5A5A5;
    font-size: 15px;
}

.page-coin .charts .bttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -64px;
}

.page-coin .charts .bttn a {
    background: -webkit-gradient(linear, left top, right top, from(#23C162), to(#21D167));
    background: linear-gradient(90deg, #23C162 0%, #21D167 100%);
    -webkit-box-shadow: 0px 14px 14px rgba(74, 81, 125, 0.1);
    box-shadow: 0px 14px 14px rgba(74, 81, 125, 0.1);
    border-radius: 0 0 12px 12px;
    padding: 16px 100px;
    font-size: 16px;
}

@media (max-width: 1000px) {
    .page-coin .charts .bttn a {
        padding: 16px 50px;
    }
}

.page-coin .charts .tradingview-widget-copyright {
    display: none !important;
}

.page-coin .coin-network {
    background: #F8F9FE;
    border-radius: 11px;
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
    
}

.page-coin .coin-network strong {
    color: #3377E8 !important;
}

.page-coin .coins-box {
    max-height: 400px;
    overflow: hidden auto;
}

.page-coin .coins-box .order-crypto-coins-list {
    background: rgba(0, 0, 0, 0.03);
    color: #565656;
    padding: 6px 8px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    border-radius: 4px;
    margin-bottom: 3px;
}

.page-coin .coins-box .order-crypto-coins-list:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: #3377E8;
}

.page-coin .coins-box .order-crypto-coins-list:hover .arrow:after {
    border-top: 10px solid #222;
}

.page-coin .coins-box .order-crypto-coins-list img {
    background: #f9f9f9;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
}

.page-coin .coins-box .order-crypto-coins-list .title {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 2px;
    color: #7f8a90;
}

.page-coin .coins-box .order-crypto-coins-list .title small {
    margin-right: 7px;
    display: inline-block;
    color: #c7c7c7;
    font-weight: 400;
}

.page-coin .coins-box .order-crypto-coins-list .type {
    font-size: 14px;
    font-weight: 800;
    color: #222;
    margin-bottom: 0;
}

.page-coin .coins-box .order-crypto-coins-list .arrow {
    position: absolute;
    left: 42px;
    top: 45%;
}

.page-coin .coins-box .order-crypto-coins-list .arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-top: 10px solid #aaaa;
}

.page-coin .coins-box .more {
    text-align: center;
    padding: 12px;
    font-weight: 600;
    color: #222;
    background: rgba(253, 244, 244, 0.12);
    letter-spacing: 1px;
}

.page-coin .bg {
    position: absolute;
    width: 384px;
    height: 230px;
    right: -150px;
    bottom: -100px;
    z-index: 0;
    /* blu gr */
    background: -webkit-gradient(linear, left top, left bottom, from(#3377E8), color-stop(98.44%, #3377E8));
    background: linear-gradient(180deg, #3377E8 0%, #3377E8 98.44%);
    border-radius: 40px;
}

.page-coin #myChart {
    height: 450px;
}

@media (max-width: 1000px) {
    .page-coin #myChart {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}



.page-coin .header-title {
    
    font-size: 25px;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    .page-coin .header-title {
        font-size: 17px;
        margin-bottom: 19px;
    }
}

.page-coin .ul-list {
    font-size: 14px;
}

@media (max-width: 1000px) {
    .page-coin .ul-list {
        font-size: 13px;
    }
}

.page-coin .coin-header {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .page-coin .coin-header {
        padding: 40px 0;
    }
}

.page-coin .coin-header .lazy-box {
    width: 100px !important;
    height: 100px !important;
    margin-left: 20px;
}

@media (max-width: 1000px) {
    .page-coin .coin-header .lazy-box {
        width: 70px !important;
        height: 70px !important;
        margin-left: 15px;
    }
}

.page-coin .coin-header .info .title {
    
    font-size: 34px;
    color: #21294D;
}

@media (max-width: 1000px) {
    .page-coin .coin-header .info .title {
        font-size: 25px;
    }
}

.page-coin .coin-header .info .title span {
    color: #7088b8;
}

.page-coin .coin-header .info .name {
    font-size: 20px;
     color: #21294D;
    margin: 0;
}

@media (max-width: 1000px) {
    .page-coin .coin-header .info .name {
        font-size: 17px;
    }
}

.page-coin .coin-header .info .btn-primary {
    background: #4A517D;
}

.page-coin .coin-header .info .btn-primary:hover {
    background: #373c5d;
}

.page-coin .coin-header .info .lazy-box {
    border-radius: 50%;
}

.page-coin .coin-header .info .box-name {
    margin-right: 15px;
}

.page-coin .coin-header .info .icon {
    height: 100px;
    width: 100px;
    margin-left: 20px;
}

@media (max-width: 1000px) {
    .page-coin .coin-header .info .icon {
        height: 70px;
        width: 70px;
        margin-left: 15px;
    }
}

.page-coin .coin-header .info .lazy-box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.page-coin .tags a {
    display: block;
    padding: 3px 6px;
    font-size: 12px;
    background: #FEB703;
    color: #111;
    border-radius: 6px;
    margin-right: 6px;
}

.page-coin .tags a:hover {
    background: #fec636;
}

.page-coin .p-title {
    font-weight: 800;
    font-size: 20px;
}

.page-coin .coin-information {
    font-size: 15px;
    line-height: 35px;
}

.page-coin .coin-information .infos {
    font-size: 15px;
}

.page-coin .coin-information .infos .title {
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 37px !important;
    text-align: center;
    border-bottom: 2px dashed #e8e8e8;
    padding: 17px 0;
    position: relative;
    margin-top: -17px;
    
}

.page-coin .coin-information .infos .title:before {
    background: #3377E8;
    content: '';
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: #3377E8;
    width: 125px;
    position: absolute;
    top: -7px;
    left: calc((100% - 125px) / 2);
}

.page-coin .coin-information .head .title {
    margin-bottom: 10px !important;
    font-size: 25px;
    
    margin-top: 13px;
}

.page-coin .coin-information .head .name {
    letter-spacing: 1px;
    color: #708094;
    font-size: 17px;
    font-weight: 600;
    
}

.page-coin .coin-information .percentage {
    color: #aaa;
    line-height: 11px;
    font-size: 14px;
    display: inline-block;
    padding: 4px 7px 1px 7px;
    margin-bottom: 5px;
    font-weight: 700;
    border-radius: 4px;
}

.page-coin .coin-information svg {
    height: 13px;
    width: 13px;
}

.page-coin .coin-information small {
    font-size: 11px;
}

.page-coin .coin-information .percentage.up {
    color: #25D26A;
}

.page-coin .coin-information .percentage.up svg {
    fill: #25D26A;
}

.page-coin .coin-information .percentage.down {
    color: #cf304a;
}

.page-coin .coin-information .percentage.down svg {
    fill: #cf304a;
}

.page-coin .tradingview-widget-container,
.page-coin .tradingview-widget-container>div {
    height: 100% !important;
}

.page-coin .chart-box #symbol {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 2;
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: 800;
    color: #8c8c8c;
}

.page-coin .chart-box .floating-tooltip-2 {
    width: 120px;
    height: 90px;
    position: absolute;
    display: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #222;
    background-color: rgba(235, 235, 235, 0.23);
    text-align: left;
    z-index: 1;
    top: 0;
    left: 0px !important;
    pointer-events: none;
    border-radius: 10px;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
    box-shadow: 0 2px 5px 0 rgba(117, 134, 150, 0.45);
}

.page-coin .loader-chart {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    top: 0;
}

.page-coin .loader-chart.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.page-coin .loader-chart img {
    height: 70px;
    width: 70px;
}

.page-coin .box-calculator-digital {
    position: relative;
    min-height: 457px;
}

.page-coin .box-calculator-digital .circle {
    position: absolute;
    width: 482px;
    height: 482px;
    left: -33px;
    top: 0;
    background: #EFF4FE;
    border-radius: 50%;
}

@media (max-width: 1000px) {
    .page-coin .box-calculator-digital .circle {
        width: 382px;
        height: 382px;
    }
}

.page-coin .calculator-digital {
    border: none;
    position: relative;
    -webkit-box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    box-shadow: 0px -5px 61px rgba(101, 101, 101, 0.07);
    
}

.page-coin .calculator-digital p {
    
}

.page-coin .calculator-digital .toman-n,
.page-coin .calculator-digital .dollar-n {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.page-coin .calculator-digital .toman-t {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}

.page-coin .calculator-digital .dollar-t {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}

.page-coin .calculator-digital .btn-s {
    font-size: 17px;
    font-weight: 800;
    width: 100%;
    padding: 14px 5px;
    
}

.page-coin .calculator-digital .form-control {
    height: 40px !important;
    border-radius: 5px;
    background: #fbfbfb;
}

.page-coin .calculator-digital .form-control.brrn {
    border-radius: 0 5px 5px 0;
}

.page-coin .calculator-digital .form-control.btln {
    border-radius: 5px 0 0 5px;
}

.page-coin .calculator-digital .buttons {
    margin: -6px;
    margin-bottom: 21px;
    padding: 10px;
    background: #F8F9FE;
    border-radius: 12px;
}

.page-coin .calculator-digital .buttons .btn {
    border-radius: 4px !important;
    background: none;
    font-weight: 700;
    width: 50%;
    font-size: 18px;
    padding: 5px 22px;
    border: none !important;
    margin-left: 5px;
    color: #4A517D !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
    
    cursor: pointer;
}

.page-coin .calculator-digital .buttons .btn-primary,
.page-coin .calculator-digital .buttons .btn:hover,
.page-coin .calculator-digital .buttons .btn:active {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    box-shadow: 0px 4px 25px rgba(7, 64, 158, 0.15) !important;
    border-radius: 7px !important;
    color: #3377E8 !important;
    border: none !important;
}

.page-coin .calculator-digital .net {
    font-size: 12px;
    margin-bottom: 10px;
    color: #212222;
    margin-top: 8px;
}

.page-coin .calculator-digital .btn-s {
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.page-coin .calculator-digital .total {
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    /* border-bottom: 1px solid #eff0f1; */
}

.page-coin .calculator-digital .total .val {
    background: #f2f6f8;
    text-align: center;
    padding: 5px 10px;
    color: #21294D;
    border-radius: 10px;
}

.page-coin .calculator-digital .total p {
    margin-bottom: 5px;
}

.page-coin .calculator-digital .total h5 {
    font-weight: 700;
}

.page-coin .calculator-digital .amounts {
    padding: 0 15px;
}

.page-coin .calculator-digital .amounts .or {
    width: 34px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    padding: 3px 8px;
    font-weight: 500;
    background: #ced4da;
    color: #5b646d;
    border: 1px solid #ffffff;
    border-right: none;
    border-left: none;
}

.page-coin .calculator-digital .amounts .col {
    padding: 0;
}

.page-coin .calculator-digital .or {
    background: #f2f6f8;
    padding: 5px 12px;
    border: 1px solid #f3f3f3;
    font-weight: 800;
    border-radius: 4px;
    border-radius: 50%;
}

.page-coin .calculator-digital .coin-price-form {
    font-size: 12px;
    font-weight: 600;
    color: #557f96;
    direction: ltr;
    
    letter-spacing: 0.5px;
}

.page-coin .calculator-digital .input-amount {
    height: 59px;
    border: 1px solid #EAEAEA;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding-left: 7px;
}

.page-coin .calculator-digital .input-amount .select-currency {
    width: 100px;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 5px;
    text-transform: uppercase;
    /* font-size: 12px; */
    display: block;
    /* color: rgb(85, 127, 150); */
    /* margin-bottom: -7px; */
    text-align: left;
    cursor: pointer;
}

.page-coin .calculator-digital .input-amount .select-currency .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    height: 35px;
    width: 35px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #557f96;
    margin-bottom: -3px;
    margin-top: -3px;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75px;
}

.page-coin .calculator-digital .input-amount .select-currency .full-name-label .symbol-label {
    font-size: 14px;
}

.page-coin .calculator-digital .input-amount .input {
    width: calc(100% - 100px);
    border: none;
}

.page-coin .calculator-digital .input-amount .input span {
    text-align: right;
    direction: rtl;
    display: block;
    position: absolute;
    top: 5px;
    right: 12px;
     font-size: 12px;
    font-weight: 600;
    color: #557f96;
}

.page-coin .calculator-digital .input-amount .input input {
    border: none;
    margin-top: 0;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 100%;
    margin-left: 1px;
    outline: none !important;
    padding: 0 20px;
    background: none;
 }

.page-coin .calculator-digital .input-amount .input input::-webkit-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-ms-input-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::-moz-placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .input-amount .input input::placeholder {
    font-size: 12px;
    color: #B3B3B3;
}

.page-coin .calculator-digital .btn-success {
    -webkit-box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22) !important;
    border-radius: 12px;
}

.page-coin .loader-c {
    background: rgba(255, 255, 255, 0.91);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .loader-c img {
    display: block;
    margin: 0 auto;
}

.page-coin .page--loading .loader-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .loader-calc.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select2-selection__rendered {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-coin .select2-selection__rendered:focus,
.page-coin .select2-selection__rendered:active {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-coin .network_list {
    border-radius: 4px;
    background: none;
    border: none;
    padding: 0;
}

.page-coin .network_list::-webkit-scrollbar {
    height: 4px;
    /* height of horizontal scrollbar â† You're missing this */
    width: 4px;
    /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

.page-coin .network_list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
}

.page-coin .network_list .item {
    background: #ffffff;
    font-size: 14px;
    margin: 2px;
    padding: 7px 12px;
    text-align: center;
    font-weight: 500;
    border: 1.5px solid #EFF4FE;
    border-radius: 8px;
    font-family: 'bakh-bold' !important;
}

.page-coin .network_list .item:hover,
.page-coin .network_list .item.active {
    cursor: pointer;
    background: #3377E8 !important;
    color: #fff !important;
}

.page-coin .calculate-result {
    color: #5f5d5d;
    font-size: 16px;
    font-weight: 500;
}

.page-coin .calculate-result p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.page-coin .calculate-result p .val {
    color: #000;
}

.page-coin .calculate-result p .valimg {
    position: relative;
    padding-left: 24px;
}

.page-coin .calculate-result p .valimg img {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
}

.page-coin .calculate-result .form-box {
    background: #f5f5f5;
    padding: 22px;
}

.page-coin .calculate-result .form-box .total {
    font-size: 19px;
    font-weight: 800;
    color: #068a28;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-coin .calculate-result .form-group .icons {
    top: 38px !important;
}

.page-coin .select-currencies-box {
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 456px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    z-index: 9;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    padding: 0rem 0px 0.4rem;
    background: white;
    -webkit-transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    transition: opacity 0.25s ease 0s, max-height 0.25s ease 0s;
    border-radius: 4px;
    display: none;
    overflow: hidden;
}

.page-coin .select-currencies-box.show {
    display: block;
}

.page-coin .select-currencies-box .fPPozm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-bottom: 1px solid rgba(128, 163, 182, 0.1);
    padding: 20px;
}

.page-coin .select-currencies-box .bOMLKt {
    display: inline-block;
    width: calc(100% - 1.6rem);
    background: white;
}

.page-coin .select-currencies-box i {
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    margin-left: 0.5rem;
    line-height: 1.43;
     font-size: 16px;
    color: #394247;
    padding: 0px 1rem;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .iEQJel {
    cursor: pointer;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY {
    height: auto;
    max-height: 34rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background: transparent;
    border-radius: 0px;
    padding: 0;
}

.page-coin .select-currencies-box .gKLAiY li {
    color: #557f96 !important;
    counter-increment: none;
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
     font-size: 19px;
    color: #545454;
    margin: 0px;
    padding: 0px;
}

.page-coin .select-currencies-box .gKLAiY li:hover {
    background: #f2f6f8;
}

.page-coin .select-currencies-box .gKLAiY button {
    padding-left: 10px;
    display: block;
    width: 100%;
    height: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: 0px;
}

.page-coin .select-currencies-box .gKLAiY .coin-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-coin .select-currencies-box .gKLAiY .coin-icon {
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 1.8rem;
    color: #10d078;
    text-align: center;
    margin: -4px 20px 0px 1rem;
    display: inline-block;
    vertical-align: middle;
}

.page-coin .select-currencies-box .gKLAiY .coin-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    
    font-weight: 400;
}

.page-coin .select-currencies-box .gKLAiY .coin-ticker {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 0px 12px;
}

.page-coin .select-currencies-box .gKLAiY .no-results {
    padding: 0 12px !important;
}

.page-coin .coin-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(45deg, #222731a1 0, #323b4cba 100%);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 70px 10px;
    display: none;
}

.page-coin .coin-modal .c-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    background: #eee;
    position: absolute;
    left: 27px;
    border-radius: 50px;
}

.page-coin .coin-modal .c-close:hover {
    background: #ddd;
}

.page-coin .coin-modal .c-close::before {
    height: 2px;
    width: 50%;
}

.page-coin .coin-modal .c-close::after {
    height: 50%;
    width: 2px;
}

.page-coin .coin-modal .c-close::after,
.page-coin .coin-modal .c-close::before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.page-coin .coin-modal .title {
    font-size: 19px;
    
}

.page-coin .coin-modal.show {
    display: block;
}

.page-coin .coin-search-box .loading-modal {
    text-align: center;
    padding: 2px 0;
    color: #555;
    margin: 1px 2px;
    border-radius: 4px;
    display: none;
}

.page-coin .bw-section-title .title {
    color: #424242 !important;
 }

.page-coin .bw-section-title .title .desc {
    color: #fdfdfd !important;
}

.page-coin .fCWmrQ {
    position: relative;
    margin-bottom: 50px;
}

.page-coin .fCWmrQ .kWLpIt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-coin .fCWmrQ .gHFvLO {
    -ms-flex-preferred-size: calc(33.333% - 21px);
    flex-basis: calc(33.333% - 21px);
    min-height: 220px;
    padding: 24px;
    background: #fff;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    -webkit-box-shadow: 2px 2px 17px rgba(106, 106, 106, 0.09);
    box-shadow: 2px 2px 17px rgba(106, 106, 106, 0.09);
    border-radius: 5px;
}

.page-coin .fCWmrQ .gHFvLO .chart {
    height: 50px;
    width: 123px;
    margin-top: 2px;
}

.page-coin .fCWmrQ .khgwab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    text-align: left;
    direction: ltr;
}

.page-coin .fCWmrQ .khgwab .cYkSIe {
    margin-right: 16px;
}

.page-coin .fCWmrQ .khgwab .simplex__currency {
    margin-right: auto;
    margin-bottom: 0px;
    font-size: 19px;
}

.page-coin .fCWmrQ .khgwab .jMBGUT {
    font-size: 15px;
}

.page-coin .fCWmrQ .khgwab .simplex__currency-ticker {
    display: none;
}

.page-coin .fCWmrQ .iMOanw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.page-coin .fCWmrQ .iMOanw .dwUlSD {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.page-coin .fCWmrQ .iMOanw .dXQceg {
    margin-bottom: 8px;
    font-size: 20px;
    color: #3377E8;
}

.page-coin .fCWmrQ .iMOanw .eCxGIJ {
    font-size: 15px;
    color: #b3b4b4;
}

.page-coin .fCWmrQ .dZbdXz {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 60px;
}

.page-coin .fCWmrQ .gTekNF {
    text-align: center;
}

.page-coin .fCWmrQ .cgPoFt a {
    display: block;
    height: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: 15px;
    text-decoration: inherit;
    color: #3377E8;
}

.page-coin .fCWmrQ .cgPoFt {
    display: inline-block;
    position: relative;
    min-width: auto;
    max-width: 432px;
    width: auto;
    height: 40px;
    line-height: 38px;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: 0.6rem 0.8rem;
    padding: 0px 1.2rem;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #3377E8;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 4px;
    text-decoration: none;
    outline: 0px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.page-coin .fCWmrQ .cgPoFt:hover {
    background: #3377E8;
    color: #fff;
}

.page-coin .fCWmrQ .cgPoFt:hover a {
    color: #fff;
}

.page-coin .fCWmrQ .gTekNF span {
    max-width: 300px;
    width: 100%;
    margin: 0px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.page-coin .XaQvm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .page-coin .XaQvm {
        display: none;
    }
}

.page-coin .XaQvm .bxoIJb {
    -ms-flex-preferred-size: calc(20% - 4px);
    flex-basis: calc(20% - 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 40px 30px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin: 2px;
}

.page-coin .XaQvm .gXKTOR {
    line-height: 1.56;
    text-align: center;
    font-size: 20px;
    cursor: default;
}

.page-coin .XaQvm .dvJrGT {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    background-image: url(/assets/images/features.svg);
    background-position-x: 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-coin .XaQvm .fBsZhw {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    background-image: url(/assets/images/features.svg);
    background-position-x: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-coin .XaQvm .dIBnpq {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    background-image: url(/assets/images/features.svg);
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-coin .XaQvm .fvmbLy {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    background-image: url(/assets/images/features.svg);
    background-position-x: 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-coin .XaQvm .eIAidN {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    background-image: url(/assets/images/features.svg);
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.calculator {
    border-radius: 7px;
    background: #ffffff;
    min-height: 60px;
    border-top: 1px solid #1c1c1c;
    margin-top: -5px;
    padding: 17px 0;
}

.calculator .form-control {
    height: 40px !important;
    border-radius: 5px;
    background: #fbfbfb;
}

.calculator .form-control.brrn {
    border-radius: 0 5px 5px 0;
}

.calculator .form-control.btln {
    border-radius: 5px 0 0 5px;
}

.calculator .buttons {
    margin: -20px;
    margin-bottom: 10px;
    padding: 5px;
    padding-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.calculator .buttons .btn {
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 22px;
    border: none !important;
    margin-left: 5px;
    color: #5a5a5a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background: #ddd;
}

.calculator .buttons .btn-primary {
    background: none;
    background-color: transparent !important;
    color: #3377E8 !important;
    border: none !important;
    border-bottom: 2px solid #3377E8 !important;
    border-radius: 0 !important;
}

.calculator .total {
    border-radius: 5px;
    font-weight: 800;
    font-size: 16px;
    color: #456779;
    /* border-bottom: 1px solid #eff0f1; */
    padding: 16px 16px 10px;
    background: #f2f6f8;
    text-align: center;
    font-size: 17px;
    color: #373737;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.calculator .total p {
    margin-bottom: 5px;
    font-size: 17px;
    color: #373737 !important;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.calculator .total h5 {
    font-weight: 700;
}

.calculator .net {
    font-size: 12px;
    margin-bottom: 10px;
    color: #212222;
    margin-top: 8px;
}

.calculator .btn-s {
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.calculator .amounts {
    padding: 0 15px;
}

.calculator .amounts .col {
    padding: 0;
}

.calculator .amounts .or {
    width: 34px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    padding: 3px 8px;
    font-weight: 500;
    background: #ced4da;
    color: #5b646d;
    border: 1px solid #ffffff;
    border-right: none;
    border-left: none;
}

.calculator .input-amount {
    height: 59px;
    border: 2px solid #d9dddf;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.calculator .input-amount .select-currency {
    background: #e8e8e8;
    width: 140px;
    font-weight: 800;
    font-size: 21px;
    padding: 10px;
    text-transform: uppercase;
    /* font-size: 12px; */
    display: block;
    /* color: rgb(85, 127, 150); */
    /* margin-bottom: -7px; */
    text-align: left;
    cursor: pointer;
}

.calculator .input-amount .select-currency img {
    width: 30px;
    height: 30px;
}

.calculator .input-amount .select-currency .full-name-label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #557f96;
    margin-bottom: -3px;
    margin-top: -3px;
    text-align: left;
    font-weight: 600;
}

.calculator .input-amount .select-currency:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 0.8rem;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: url(/assets/images/arrow-down.svg) no-repeat;
}

.calculator .input-amount .input {
    width: calc(100% - 140px);
    background: #ffffff;
    border: 1px solid #ffffff;
    height: auto;
    color: #fff;
}

.calculator .input-amount .input span {
    text-align: left;
    direction: ltr;
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
     font-size: 12px;
    font-weight: 600;
    color: #557f96;
}

.calculator .input-amount .input input {
    /* position: absolute; */
    border: none;
    margin-top: 27px;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    direction: ltr;
    width: 100%;
    /* padding: 6px; */
    margin-left: 1px;
    padding-left: 14px;
 }

.calculator .or {
    background: #f2f6f8;
    padding: 5px 12px;
    border: 1px solid #f3f3f3;
    font-weight: 800;
    border-radius: 4px;
    border-radius: 50%;
}

.calculator .coin-price {
    font-size: 13px;
    font-weight: 600;
    color: #557f96;
    direction: ltr;
}

.app-home-about {
    margin-top: 80px;
}

.app-home-about .card {
    padding: 15px;
    display: block;
    border-radius: 5px;
}

.app-home-about .card svg {
    height: 60px;
    display: block;
    margin-bottom: 10px;
}

.app-home-about .card:hover {
    background: rgba(0, 0, 0, 0.05);
}

.app-home-about .card .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "sans-demibold";
}

@media (max-width: 1200px) {
    .app-home-about .card .title {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .app-home-about .card .title {
        font-size: 13px;
    }
}

.app-home-about .card .desc {
    font-size: 13px;
}

@media (max-width: 1000px) {
    .app-home-about .card .desc {
        font-size: 12px;
    }
}

.app-coin-other-services {
    background: #fff;
    padding: 50px 0 120px 0;
    border-radius: 30px 30px 0 0;
}

.app-coin-other-services .bg-bg-bg {
    width: 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 0;
    margin-top: 131px;
}

.app-coin-other-services .nav-tabs {
    border-bottom: none;
    background: #EFF4FE;
    border-radius: 20px;
    border: none;
    margin-bottom: 25px;
}

.app-coin-other-services .nav-tabs .nav-link {
    color: #495057;
    background: none;
    border-color: #dee2e6 #dee2e6 #f8f9fa;
    border: none;
    padding: 13px 20px;
}

.app-coin-other-services .nav-tabs .nav-link h3 {
    font-size: 14px;
    margin: 0;
 
    padding: 10px 0;
}

.app-coin-other-services .nav-tabs .nav-link.active,
.app-coin-other-services .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #3377E8;
}

.app-coin-other-services .tab-pane {
    padding: 0 20px;
    text-align: justify;
}

.app-coin-other-services .tttt {
    position: relative;
}

@media (max-width: 1000px) {
    .app-coin-other-services .tttt {
        margin-top: 40px;
    }
}

.app-coin-other-services .tttt h3.name {
     margin-top: 20px;
}

.app-coin-other-services .tttt table {
    width: 100%;
}

.app-coin-other-services .tttt table td {
    width: 50%;
}

.app-coin-other-services .tttt .bgg {
    position: absolute;
    width: 382px;
    height: 195px;
    left: -280px;
    bottom: -45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3377E8), color-stop(98.44%, #3377E8));
    background: linear-gradient(180deg, #3377E8 0%, #3377E8 98.44%);
    border-radius: 40px;
}

.app-coin-other-services .tttt .box {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 13px 0px 46px rgba(0, 0, 0, 0.03);
    box-shadow: 13px 0px 46px rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    background: #fff;
    padding: 30px;
}

.app-coin-other-services .tttt .box td {
    padding: 12px 0;
}

@media (max-width: 1000px) {
    .app-coin-other-services .tttt .box td {
        padding: 7px 0;
    }
}

.app-coin-other-services .tttt:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 233px;
    left: -10px;
    top: -10px;
    background: #EFF4FE;
    border-radius: 28px;
    z-index: 0;
}

.coin-modal .row.justify-content-center {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.no_overflow {
    overflow: clip;
}
/* ===== ProPlus currency calculator redesign - scoped overrides ===== */
.cf-redesigned-calculator {
    --cf-bg: #f6f8fc;
    --cf-card: rgba(255, 255, 255, .92);
    --cf-card-solid: #ffffff;
    --cf-text: #101828;
    --cf-muted: #667085;
    --cf-soft: #eef4ff;
    --cf-line: rgba(30, 41, 59, .09);
    --cf-primary: #2563eb;
    --cf-primary-2: #06b6d4;
    --cf-success: #12b76a;
    --cf-danger: #f04438;
    --cf-warning: #f79009;
    --cf-shadow: 0 24px 80px rgba(15, 23, 42, .14);
    --cf-radius-xl: 28px;
    --cf-radius-lg: 22px;
    --cf-radius-md: 16px;
    color: var(--cf-text);
}

html.dark .cf-redesigned-calculator {
    --cf-bg: #08111f;
    --cf-card: rgba(15, 23, 42, .88);
    --cf-card-solid: #0f172a;
    --cf-text: #e5eefc;
    --cf-muted: #98a2b3;
    --cf-soft: rgba(37, 99, 235, .14);
    --cf-line: rgba(148, 163, 184, .18);
    --cf-shadow: 0 24px 90px rgba(0, 0, 0, .45);
}

.cf-redesigned-calculator * {
    box-sizing: border-box;
}

.cf-redesigned-calculator .cf-hero-grid {
    align-items: center;
}

.cf-redesigned-calculator .cf-title-wrap h1 {
    line-height: 1.45;
    margin: 0;
    font-weight: 950;
    color: var(--cf-text);
}

.cf-redesigned-calculator .cf-title-wrap h1 span {
    color: var(--cf-primary) !important;
    position: relative;
}

.cf-redesigned-calculator .cf-type-line a {
    text-decoration: none;
}

.cf-redesigned-calculator .cf-hero-benefits {
    padding: 16px;
    border: 1px solid var(--cf-line);
    border-radius: var(--cf-radius-lg);
    background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(255,255,255,.35));
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 60px rgba(15, 23, 42, .06);
}

html.dark .cf-redesigned-calculator .cf-hero-benefits {
    background: linear-gradient(135deg, rgba(15,23,42,.78), rgba(30,41,59,.48));
}

.cf-redesigned-calculator .cf-hero-benefits p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    text-align: right;
}

.cf-redesigned-calculator .cf-hero-actions .btt {
    border-radius: 999px;
    min-width: 158px;
    text-align: center;
}

.page-coin .cf-calc-card.calculator-digital,
.cf-redesigned-calculator .cf-calc-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 0 !important;
    border: 1px solid var(--cf-line) !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 85% 5%, rgba(37, 99, 235, .20), transparent 34%),
        radial-gradient(circle at 5% 45%, rgba(6, 182, 212, .14), transparent 30%),
        var(--cf-card) !important;
    box-shadow: var(--cf-shadow) !important;
    backdrop-filter: blur(18px);
}

.cf-redesigned-calculator .cf-calc-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255,255,255,.38), transparent 42%);
    pointer-events: none;
}

.cf-redesigned-calculator .cf-calc-card:after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -70px;
    bottom: -70px;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(18,183,106,.18), rgba(37,99,235,.12));
    filter: blur(4px);
}

.cf-redesigned-calculator .cf-calc-form {
    padding: 24px;
}

.cf-redesigned-calculator .cf-initial-loader {
    min-height: 395px;
}

.cf-redesigned-calculator .cf-loader-card {
    width: min(310px, 92%);
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 24px;
    border: 1px solid var(--cf-line);
    border-radius: var(--cf-radius-lg);
    background: var(--cf-card-solid);
    box-shadow: 0 18px 60px rgba(15, 23, 42, .08);
}

.cf-redesigned-calculator .cf-loader-card span,
.cf-redesigned-calculator .cf-coin-skeleton span,
.cf-redesigned-calculator .cf-coin-skeleton b,
.cf-redesigned-calculator .cf-coin-skeleton i,
.cf-redesigned-calculator .cf-coin-skeleton em {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(148,163,184,.18), rgba(148,163,184,.38), rgba(148,163,184,.18));
    background-size: 220% 100%;
    animation: cfSkeleton 1.15s ease-in-out infinite;
}

.cf-redesigned-calculator .cf-loader-card span:nth-child(1) { width: 72px; height: 72px; border-radius: 22px; }
.cf-redesigned-calculator .cf-loader-card span:nth-child(2) { width: 100%; height: 18px; }
.cf-redesigned-calculator .cf-loader-card span:nth-child(3) { width: 68%; height: 14px; }
.cf-redesigned-calculator .cf-loader-card strong { color: var(--cf-muted); font-size: 13px; }

@keyframes cfSkeleton {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.cf-redesigned-calculator .cf-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cf-redesigned-calculator .cf-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--cf-primary);
    background: var(--cf-soft);
    font-size: 11px;
    font-weight: 900;
}

.cf-redesigned-calculator .cf-card-head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: var(--cf-text);
    font-weight: 950;
}

.cf-redesigned-calculator .cf-card-head p {
    max-width: 390px;
    margin: 6px 0 0;
    color: var(--cf-muted);
    font-size: 12px;
    line-height: 1.9;
}

.cf-redesigned-calculator .cf-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 8px 12px;
    border: 1px solid rgba(18,183,106,.22);
    border-radius: 999px;
    color: var(--cf-success);
    background: rgba(18,183,106,.08);
    font-size: 12px;
    font-weight: 900;
}

.cf-redesigned-calculator .cf-live-pill i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cf-success);
    box-shadow: 0 0 0 6px rgba(18,183,106,.12);
    animation: cfPulse 1.4s infinite;
}

@keyframes cfPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.72); opacity: .55; }
}

.cf-redesigned-calculator .cf-hot-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 16px;
}

.cf-redesigned-calculator .cf-hot-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--cf-line);
    border-radius: 18px;
    color: var(--cf-text);
    background: rgba(255,255,255,.64);
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

html.dark .cf-redesigned-calculator .cf-hot-chip {
    background: rgba(15,23,42,.64);
}

.cf-redesigned-calculator .cf-hot-chip:hover,
.cf-redesigned-calculator .cf-hot-chip.is-active {
    transform: translateY(-2px);
    border-color: rgba(37,99,235,.35);
    box-shadow: 0 12px 30px rgba(37,99,235,.12);
    background: rgba(37,99,235,.08);
}

.cf-redesigned-calculator .cf-hot-chip span {
    font-weight: 950;
    font-size: 13px;
}

.cf-redesigned-calculator .cf-hot-chip small {
    overflow: hidden;
    margin-right: auto;
    color: var(--cf-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-coin .calculator-digital .cf-order-switch,
.cf-redesigned-calculator .cf-order-switch {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 16px !important;
    padding: 8px !important;
    border: 1px solid var(--cf-line);
    border-radius: 20px !important;
    background: rgba(148,163,184,.10) !important;
}

.page-coin .calculator-digital .cf-order-switch .btn,
.cf-redesigned-calculator .cf-order-switch .btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
    background: transparent !important;
    color: var(--cf-muted) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    box-shadow: none !important;
}

.page-coin .calculator-digital .cf-order-switch .btn.btn-primary,
.page-coin .calculator-digital .cf-order-switch .btn.is-active,
.cf-redesigned-calculator .cf-order-switch .btn.btn-primary,
.cf-redesigned-calculator .cf-order-switch .btn.is-active {
    background: #fff !important;
    color: var(--cf-primary) !important;
    box-shadow: 0 12px 34px rgba(37, 99, 235, .14) !important;
}

html.dark .page-coin .calculator-digital .cf-order-switch .btn.btn-primary,
html.dark .page-coin .calculator-digital .cf-order-switch .btn.is-active {
    background: #111c31 !important;
}

.cf-redesigned-calculator .cf-mode-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 8px 0 14px;
    color: var(--cf-muted);
    font-size: 12px;
}

.cf-redesigned-calculator .cf-mode-label {
    color: var(--cf-text);
    font-weight: 950;
}

.cf-redesigned-calculator .cf-amount-block label {
    display: block;
    margin: 0 0 8px;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.page-coin .calculator-digital .cf-input-box,
.cf-redesigned-calculator .cf-input-box {
    height: 72px !important;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid var(--cf-line) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.72) !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.dark .page-coin .calculator-digital .cf-input-box,
html.dark .cf-redesigned-calculator .cf-input-box {
    background: rgba(15,23,42,.68) !important;
}

.cf-redesigned-calculator .cf-input-box:focus-within {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.42) !important;
    box-shadow: 0 0 0 5px rgba(37,99,235,.08);
}

.page-coin .calculator-digital .cf-input-box .select-currency,
.cf-redesigned-calculator .cf-input-box .select-currency {
    width: 142px !important;
    height: 100%;
    padding: 12px !important;
    border: 0;
    border-right: 1px solid var(--cf-line);
    background: rgba(248,250,252,.88) !important;
    color: var(--cf-text) !important;
    text-align: right !important;
    cursor: pointer;
}

html.dark .page-coin .calculator-digital .cf-input-box .select-currency,
html.dark .cf-redesigned-calculator .cf-input-box .select-currency {
    background: rgba(2,6,23,.32) !important;
}

.cf-redesigned-calculator .cf-static-currency,
.cf-redesigned-calculator .cf-select-coin-btn {
    border-radius: 0 !important;
}

.cf-redesigned-calculator .cf-select-coin-btn {
    appearance: none;
    border: 0;
}

.cf-redesigned-calculator .cf-toman-icon,
.cf-redesigned-calculator .cf-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ecfdf3, #d1fadf);
    color: #039855;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(18,183,106,.12);
}

.cf-redesigned-calculator .cf-logo {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: var(--cf-primary);
}

.cf-redesigned-calculator .cf-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
    border-radius: inherit;
}

.cf-redesigned-calculator .cf-logo.is-fallback {
    font-size: 11px;
    letter-spacing: -.3px;
}

.cf-redesigned-calculator .cf-currency-caption {
    display: block;
    max-width: 82px;
    overflow: hidden;
    color: var(--cf-muted) !important;
    font-size: 10px !important;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-redesigned-calculator .symbol-label.type {
    display: block;
    margin-top: 1px;
    color: var(--cf-text);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
}

.page-coin .calculator-digital .cf-input-box .input,
.cf-redesigned-calculator .cf-input-box .input {
    width: calc(100% - 142px) !important;
    height: 100%;
    border: 0 !important;
    background: transparent !important;
}

.page-coin .calculator-digital .cf-input-box .input input,
.cf-redesigned-calculator .cf-input-box .input input {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: var(--cf-text) !important;
    direction: ltr;
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    letter-spacing: -.4px;
}

.cf-redesigned-calculator .cf-input-box .input input::placeholder {
    color: rgba(102,112,133,.58) !important;
    font-size: 13px !important;
}

.cf-redesigned-calculator .cf-swap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: -7px auto -18px;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: transform .22s ease;
}

.cf-redesigned-calculator .cf-swap-btn:hover {
    transform: rotate(180deg) scale(1.04);
}

.cf-redesigned-calculator .cf-swap-btn svg circle {
    fill: url(#cfSwapFallback);
}

.cf-redesigned-calculator .cf-swap-btn svg circle {
    fill: #2563eb;
}

.cf-redesigned-calculator .cf-selected-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 12px;
    margin: 16px 0 12px;
}

.cf-redesigned-calculator .cf-selected-rates,
.cf-redesigned-calculator .cf-selected-chart {
    min-height: 92px;
    padding: 14px;
    border: 1px solid var(--cf-line);
    border-radius: 20px;
    background: rgba(255,255,255,.58);
}

html.dark .cf-redesigned-calculator .cf-selected-rates,
html.dark .cf-redesigned-calculator .cf-selected-chart {
    background: rgba(15,23,42,.55);
}

.cf-redesigned-calculator .cf-selected-rates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.cf-redesigned-calculator .cf-selected-badge {
    grid-column: 1 / -1;
    display: inline-flex;
    width: fit-content;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(37,99,235,.08);
    color: var(--cf-primary);
    font-size: 10px;
    font-weight: 950;
}

.cf-redesigned-calculator .cf-selected-rates small {
    display: block;
    color: var(--cf-muted);
    font-size: 10px;
    margin-bottom: 4px;
}

.cf-redesigned-calculator .cf-selected-rates strong {
    display: block;
    direction: ltr;
    color: var(--cf-text);
    font-size: 13px;
    line-height: 1.5;
}

.cf-redesigned-calculator .cf-selected-chart svg,
.cf-redesigned-calculator .cf-spark-wrap svg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 42px;
}

.cf-redesigned-calculator .cf-spark-grid {
    stroke: rgba(148,163,184,.35);
    stroke-width: 1.5;
    stroke-dasharray: 5 5;
    fill: none;
}

.cf-redesigned-calculator .cf-spark-line,
.cf-redesigned-calculator .cf-spark-static {
    stroke: var(--cf-primary);
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cf-redesigned-calculator .cf-spark-static {
    stroke: #94a3b8;
}

.cf-redesigned-calculator .cf-spark-area {
    fill: rgba(37,99,235,.10);
}

.cf-redesigned-calculator .cf-spark-dot {
    fill: var(--cf-primary);
}

.cf-redesigned-calculator .cf-quick-row {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.cf-redesigned-calculator .cf-quick-amount {
    flex: 1;
    min-height: 38px;
    border: 1px solid var(--cf-line);
    border-radius: 999px;
    color: var(--cf-muted);
    background: rgba(255,255,255,.46);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.cf-redesigned-calculator .cf-quick-amount:hover {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.33);
    color: var(--cf-primary);
}

.cf-redesigned-calculator .cf-result-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid var(--cf-line);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(18,183,106,.08));
}

.cf-redesigned-calculator .cf-result-box span {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.cf-redesigned-calculator .cf-result-box strong {
    display: block;
    margin-top: 5px;
    direction: ltr;
    text-align: right;
    color: var(--cf-text);
    font-size: 23px;
    font-weight: 950;
}

.cf-redesigned-calculator .cf-result-box strong small {
    color: var(--cf-muted);
    font-size: 13px;
}

.page-coin .calculator-digital .cf-submit-btn,
.cf-redesigned-calculator .cf-submit-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    min-height: 52px;
    margin: 0 !important;
    padding: 14px 22px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--cf-success), #039855) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow: 0 16px 40px rgba(18, 183, 106, .24) !important;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.cf-redesigned-calculator .cf-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(18, 183, 106, .32) !important;
}

.cf-redesigned-calculator .cf-submit-btn.is-disabled {
    pointer-events: none;
    opacity: .58;
}

.cf-redesigned-calculator .cf-price-up {
    animation: cfFlashUp 1.1s ease;
}

.cf-redesigned-calculator .cf-price-down {
    animation: cfFlashDown 1.1s ease;
}

@keyframes cfFlashUp {
    0% { box-shadow: 0 0 0 0 rgba(18,183,106,.45); background-color: rgba(18,183,106,.12); }
    100% { box-shadow: none; background-color: transparent; }
}

@keyframes cfFlashDown {
    0% { box-shadow: 0 0 0 0 rgba(240,68,56,.45); background-color: rgba(240,68,56,.12); }
    100% { box-shadow: none; background-color: transparent; }
}

/* Modal */
.page-coin .coin-modal.cf-modal-overlay,
.cf-redesigned-calculator .coin-modal.cf-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden auto;
    background:
        radial-gradient(circle at 78% 4%, rgba(37,99,235,.38), transparent 34%),
        linear-gradient(135deg, rgba(2,6,23,.72), rgba(15,23,42,.62));
    backdrop-filter: blur(16px);
}

.page-coin .coin-modal.cf-modal-overlay.show,
.cf-redesigned-calculator .coin-modal.cf-modal-overlay.show {
    display: flex !important;
    animation: cfFadeIn .18s ease;
}

@keyframes cfFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.cf-redesigned-calculator .cf-modal-card {
    position: relative;
    width: min(760px, 100%);
    max-height: min(820px, calc(100vh - 48px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 0, rgba(6,182,212,.16), transparent 34%),
        var(--cf-card-solid);
    box-shadow: 0 36px 110px rgba(0,0,0,.28);
    animation: cfModalIn .22s cubic-bezier(.2,.8,.2,1);
}

html.dark .cf-redesigned-calculator .cf-modal-card {
    background:
        radial-gradient(circle at 20% 0, rgba(6,182,212,.10), transparent 34%),
        #0b1220;
}

@keyframes cfModalIn {
    from { transform: translateY(18px) scale(.98); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

.page-coin .coin-modal .c-close,
.cf-redesigned-calculator .coin-modal .c-close {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid var(--cf-line);
    border-radius: 50%;
    background: rgba(148,163,184,.13);
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.cf-redesigned-calculator .coin-modal .c-close:hover {
    transform: rotate(90deg);
    background: rgba(240,68,56,.10);
}

.cf-redesigned-calculator .cf-modal-head {
    padding: 26px 26px 14px 64px;
    border-bottom: 1px solid var(--cf-line);
}

.cf-redesigned-calculator .cf-modal-head h3 {
    margin: 0;
    color: var(--cf-text);
    font-size: 24px;
    font-weight: 950;
}

.cf-redesigned-calculator .cf-modal-head p {
    margin: 6px 0 0;
    color: var(--cf-muted);
    font-size: 12px;
    line-height: 1.9;
}

.cf-redesigned-calculator .cf-search-wrap {
    padding: 16px 26px 10px;
}

.cf-redesigned-calculator .cf-search-wrap input {
    width: 100%;
    height: 52px !important;
    padding: 0 18px !important;
    border: 1px solid var(--cf-line) !important;
    border-radius: 18px !important;
    outline: 0 !important;
    background: rgba(248,250,252,.82) !important;
    color: var(--cf-text) !important;
    box-shadow: none !important;
}

html.dark .cf-redesigned-calculator .cf-search-wrap input {
    background: rgba(15,23,42,.78) !important;
}

.cf-redesigned-calculator .cf-search-wrap input:focus {
    border-color: rgba(37,99,235,.42) !important;
    box-shadow: 0 0 0 5px rgba(37,99,235,.08) !important;
}

.cf-redesigned-calculator .cf-modal-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 0 26px 14px;
}

.cf-redesigned-calculator .cf-modal-tab {
    min-height: 44px;
    border: 1px solid var(--cf-line);
    border-radius: 15px;
    color: var(--cf-muted);
    background: rgba(148,163,184,.08);
    cursor: pointer;
    font-size: 12px;
    font-weight: 950;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.cf-redesigned-calculator .cf-modal-tab:hover,
.cf-redesigned-calculator .cf-modal-tab.is-active {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.32);
    color: var(--cf-primary);
    background: rgba(37,99,235,.10);
}

.cf-redesigned-calculator .cf-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-right: 5px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(37,99,235,.12);
    font-size: 10px;
}

.cf-redesigned-calculator .cf-coin-list-scroll {
    flex: 1;
    min-height: 240px;
    max-height: 500px;
    overflow: hidden auto;
    padding: 0 26px 12px;
    scrollbar-width: thin;
}

.cf-redesigned-calculator .coins-box-currencies {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-coin .coins-box .order-crypto-coins-list.cf-coin-row,
.cf-redesigned-calculator .cf-coin-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 128px 42px;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid var(--cf-line) !important;
    border-radius: 20px !important;
    color: var(--cf-text) !important;
    background: rgba(255,255,255,.72) !important;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

html.dark .page-coin .coins-box .order-crypto-coins-list.cf-coin-row,
html.dark .cf-redesigned-calculator .cf-coin-row {
    background: rgba(15,23,42,.72) !important;
}

.page-coin .coins-box .order-crypto-coins-list.cf-coin-row:hover,
.cf-redesigned-calculator .cf-coin-row:hover,
.cf-redesigned-calculator .cf-coin-row.is-selected {
    transform: translateY(-2px);
    border-color: rgba(37,99,235,.35) !important;
    box-shadow: 0 14px 42px rgba(15,23,42,.08);
}

.cf-redesigned-calculator .cf-coin-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.cf-redesigned-calculator .cf-coin-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cf-redesigned-calculator .cf-coin-text {
    min-width: 0;
}

.cf-redesigned-calculator .cf-coin-text strong {
    display: block;
    direction: ltr;
    color: var(--cf-text);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.4;
}

.cf-redesigned-calculator .cf-coin-text span {
    display: block;
    max-width: 180px;
    overflow: hidden;
    color: var(--cf-muted);
    font-size: 11px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-redesigned-calculator .cf-coin-meta {
    min-width: 130px;
    text-align: left;
}

.cf-redesigned-calculator .cf-price-line {
    display: block;
    direction: ltr;
    color: var(--cf-text);
    font-size: 13px;
    font-weight: 950;
}

.cf-redesigned-calculator .cf-static-note,
.cf-redesigned-calculator .cf-live-note {
    display: block;
    margin-top: 3px;
    color: var(--cf-muted);
    font-size: 10px;
    font-weight: 800;
}

.cf-redesigned-calculator .cf-static-note {
    color: #64748b;
}

.cf-redesigned-calculator .cf-spark-wrap {
    height: 48px;
}

.cf-redesigned-calculator .cf-fav-btn {
    width: 38px;
    height: 38px;
    border: 1px solid var(--cf-line);
    border-radius: 14px;
    background: rgba(148,163,184,.08);
    color: #94a3b8;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    transition: transform .16s ease, color .16s ease, background .16s ease;
}

.cf-redesigned-calculator .cf-fav-btn:hover,
.cf-redesigned-calculator .cf-fav-btn.is-active {
    transform: scale(1.06);
    color: #f59e0b;
    background: rgba(245,158,11,.10);
}

.cf-redesigned-calculator .cf-coin-skeleton {
    display: grid;
    grid-template-columns: 44px 1fr 120px;
    gap: 12px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid var(--cf-line);
    border-radius: 20px;
}

.cf-redesigned-calculator .cf-coin-skeleton span { width: 44px; height: 44px; border-radius: 15px; }
.cf-redesigned-calculator .cf-coin-skeleton b { width: 110px; height: 15px; margin-top: 5px; }
.cf-redesigned-calculator .cf-coin-skeleton i { width: 80px; height: 11px; margin-top: 10px; }
.cf-redesigned-calculator .cf-coin-skeleton em { width: 120px; height: 34px; align-self: center; }

.cf-redesigned-calculator .cf-empty-state {
    padding: 26px;
    border: 1px dashed rgba(148,163,184,.45);
    border-radius: 20px;
    color: var(--cf-muted);
    background: rgba(148,163,184,.08);
    text-align: center;
    font-size: 13px;
    font-weight: 850;
}

.cf-redesigned-calculator .cf-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 26px 24px;
    border-top: 1px solid var(--cf-line);
}

.cf-redesigned-calculator .cf-page-btn,
.cf-redesigned-calculator .cf-load-more-btn,
.cf-redesigned-calculator .cf-page-dots {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid var(--cf-line);
    border-radius: 13px;
    color: var(--cf-muted);
    background: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 950;
}

html.dark .cf-redesigned-calculator .cf-page-btn,
html.dark .cf-redesigned-calculator .cf-load-more-btn,
html.dark .cf-redesigned-calculator .cf-page-dots {
    background: rgba(15,23,42,.58);
}

.cf-redesigned-calculator .cf-page-btn,
.cf-redesigned-calculator .cf-load-more-btn {
    cursor: pointer;
    transition: transform .16s ease, color .16s ease, border-color .16s ease, background .16s ease;
}

.cf-redesigned-calculator .cf-page-btn:hover,
.cf-redesigned-calculator .cf-page-btn.is-active,
.cf-redesigned-calculator .cf-load-more-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.35);
    color: var(--cf-primary);
    background: rgba(37,99,235,.09);
}

.cf-redesigned-calculator .cf-load-more-btn:disabled {
    cursor: default;
    opacity: .58;
}

.cf-toast-holder {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.cf-toast {
    max-width: 360px;
    transform: translateY(-8px);
    opacity: 0;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 16px;
    color: #fff;
    background: rgba(15,23,42,.88);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.8;
    transition: opacity .22s ease, transform .22s ease;
}

.cf-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.cf-toast-success { border-color: rgba(18,183,106,.42); }
.cf-toast-warning { border-color: rgba(247,144,9,.48); }
.cf-toast-info { border-color: rgba(37,99,235,.42); }

.no_overflow {
    overflow: hidden !important;
}

/* source price table must remain readable for JS; final rule at end clips it safely. */
.box_crypto_prices {
    display: block !important;
}

@media (max-width: 1024px) {
    .cf-redesigned-calculator .cf-calc-column {
        margin-top: 28px;
    }

    .cf-redesigned-calculator .cf-hot-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .cf-redesigned-calculator {
        padding-top: 16px !important;
    }

    .cf-redesigned-calculator .cf-title-wrap h1 {
        font-size: 28px;
        line-height: 1.75;
    }

    .cf-redesigned-calculator .cf-hero-benefits {
        margin-top: 16px;
        padding: 13px;
        font-size: 13px;
    }

    .page-coin .cf-calc-card.calculator-digital,
    .cf-redesigned-calculator .cf-calc-card {
        border-radius: 28px !important;
        box-shadow: 0 20px 70px rgba(15,23,42,.16) !important;
    }

    .cf-redesigned-calculator .cf-calc-form {
        padding: 16px;
    }

    .cf-redesigned-calculator .cf-card-head {
        flex-direction: column;
        margin-bottom: 14px;
    }

    .cf-redesigned-calculator .cf-card-head h2 {
        font-size: 19px;
    }

    .cf-redesigned-calculator .cf-live-pill {
        align-self: flex-start;
    }

    .cf-redesigned-calculator .cf-hot-strip {
        display: flex;
        overflow: auto hidden;
        margin-inline: -16px;
        padding: 2px 16px 8px;
        scroll-snap-type: x mandatory;
    }

    .cf-redesigned-calculator .cf-hot-chip {
        flex: 0 0 155px;
        scroll-snap-align: start;
    }

    .cf-redesigned-calculator .cf-mode-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-coin .calculator-digital .cf-input-box,
    .cf-redesigned-calculator .cf-input-box {
        height: 68px !important;
        border-radius: 20px !important;
    }

    .page-coin .calculator-digital .cf-input-box .select-currency,
    .cf-redesigned-calculator .cf-input-box .select-currency {
        width: 122px !important;
        padding: 10px !important;
    }

    .page-coin .calculator-digital .cf-input-box .input,
    .cf-redesigned-calculator .cf-input-box .input {
        width: calc(100% - 122px) !important;
    }

    .page-coin .calculator-digital .cf-input-box .input input,
    .cf-redesigned-calculator .cf-input-box .input input {
        font-size: 20px !important;
        padding: 14px !important;
    }

    .cf-redesigned-calculator .cf-selected-panel {
        grid-template-columns: 1fr;
    }

    .cf-redesigned-calculator .cf-selected-chart {
        min-height: 76px;
    }

    .cf-redesigned-calculator .cf-quick-row {
        overflow: auto hidden;
        margin-inline: -16px;
        padding: 0 16px 4px;
    }

    .cf-redesigned-calculator .cf-quick-amount {
        flex: 0 0 112px;
    }

    .cf-redesigned-calculator .cf-result-box {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .cf-redesigned-calculator .cf-submit-btn {
        width: 100%;
    }

    .page-coin .coin-modal.cf-modal-overlay,
    .cf-redesigned-calculator .coin-modal.cf-modal-overlay {
        align-items: flex-end;
        padding: 0;
        background: rgba(2,6,23,.62);
    }

    .cf-redesigned-calculator .cf-modal-card {
        width: 100%;
        max-height: 92vh;
        border-radius: 28px 28px 0 0;
        animation: cfBottomSheetIn .24s cubic-bezier(.2,.8,.2,1);
    }

    @keyframes cfBottomSheetIn {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }

    .cf-redesigned-calculator .cf-modal-head {
        padding: 22px 18px 12px 62px;
    }

    .cf-redesigned-calculator .cf-modal-head h3 {
        font-size: 20px;
    }

    .cf-redesigned-calculator .cf-search-wrap {
        padding: 12px 18px 8px;
    }

    .cf-redesigned-calculator .cf-modal-tabs {
        display: flex;
        overflow: auto hidden;
        padding: 0 18px 12px;
    }

    .cf-redesigned-calculator .cf-modal-tab {
        flex: 0 0 auto;
        min-width: 118px;
    }

    .cf-redesigned-calculator .cf-coin-list-scroll {
        max-height: 52vh;
        padding: 0 18px 10px;
    }

    .page-coin .coins-box .order-crypto-coins-list.cf-coin-row,
    .cf-redesigned-calculator .cf-coin-row {
        grid-template-columns: minmax(0, 1fr) 78px 38px;
        gap: 8px;
        min-height: 78px;
        padding: 11px !important;
        border-radius: 18px !important;
    }

    .cf-redesigned-calculator .cf-coin-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .cf-redesigned-calculator .cf-coin-meta {
        min-width: 0;
        text-align: right;
    }

    .cf-redesigned-calculator .cf-price-line {
        font-size: 12px;
    }

    .cf-redesigned-calculator .cf-coin-text span {
        max-width: 126px;
    }

    .cf-redesigned-calculator .cf-spark-wrap {
        height: 42px;
    }

    .cf-redesigned-calculator .cf-pagination {
        padding: 12px 18px 18px;
        justify-content: flex-start;
        overflow: auto hidden;
        flex-wrap: nowrap;
    }

    .cf-toast-holder {
        top: auto;
        right: 12px;
        left: 12px;
        bottom: 16px;
    }

    .cf-toast {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .cf-redesigned-calculator .cf-calc-form {
        padding: 13px;
    }

    .page-coin .calculator-digital .cf-input-box .select-currency,
    .cf-redesigned-calculator .cf-input-box .select-currency {
        width: 112px !important;
    }

    .page-coin .calculator-digital .cf-input-box .input,
    .cf-redesigned-calculator .cf-input-box .input {
        width: calc(100% - 112px) !important;
    }

    .cf-redesigned-calculator .cf-currency-caption {
        max-width: 68px;
    }

    .page-coin .calculator-digital .cf-input-box .input input,
    .cf-redesigned-calculator .cf-input-box .input input {
        font-size: 18px !important;
    }
}

/* Numeric pagination for pricesTable.php */
.cf-prices-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}
.cf-price-page-btn,
.cf-price-page-dots {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(148,163,184,.28);
    border-radius: 13px;
    background: #fff;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
}
.cf-price-page-btn {
    cursor: pointer;
    transition: transform .16s ease, color .16s ease, border-color .16s ease, background .16s ease;
}
.cf-price-page-btn:hover,
.cf-price-page-btn.is-active {
    transform: translateY(-1px);
    border-color: rgba(37,99,235,.36);
    color: #2563eb;
    background: rgba(37,99,235,.08);
}
html.dark .cf-price-page-btn,
html.dark .cf-price-page-dots {
    background: rgba(15,23,42,.72);
    color: #98a2b3;
    border-color: rgba(148,163,184,.18);
}

/* ============================================================
   Vira Calculator VIP V3 — final override layer
   Purpose: neutralize old theme bleed, minimal exchange-grade UI
   ============================================================ */
:root{
  --v3-bg:#f5f7fb;
  --v3-card:#ffffff;
  --v3-text:#111827;
  --v3-muted:#64748b;
  --v3-line:#e5eaf1;
  --v3-soft:#f1f5f9;
  --v3-buy:#0ea66e;
  --v3-buy-2:#087a51;
  --v3-sell:#e0334f;
  --v3-sell-2:#b91f38;
  --v3-blue:#2563eb;
  --v3-ink:#0f172a;
  --v3-shadow:0 20px 60px rgba(15,23,42,.10);
  --v3-radius:28px;
}
html.dark{
  --v3-bg:#0a0e16;
  --v3-card:#111827;
  --v3-text:#eef2ff;
  --v3-muted:#94a3b8;
  --v3-line:#223047;
  --v3-soft:#172033;
  --v3-buy:#19c783;
  --v3-buy-2:#0fa16a;
  --v3-sell:#ff4b68;
  --v3-sell-2:#d73652;
  --v3-blue:#60a5fa;
  --v3-ink:#f8fafc;
  --v3-shadow:0 24px 70px rgba(0,0,0,.35);
}

.cf-redesigned-calculator{
  background:
    radial-gradient(circle at 85% 5%, rgba(14,166,110,.10), transparent 28%),
    radial-gradient(circle at 8% 10%, rgba(37,99,235,.10), transparent 30%),
    var(--v3-bg) !important;
  padding:34px 0 52px !important;
  margin-top:0 !important;
  color:var(--v3-text) !important;
}
.cf-redesigned-calculator *{box-sizing:border-box}
.cf-redesigned-calculator .container{max-width:1210px !important}
.cf-redesigned-calculator .cf-hero-grid{align-items:center !important;gap:26px !important}

/* Hero: replaces the old right-side intro completely */
.cf-redesigned-calculator .cf-hero-copy{position:relative;z-index:2}
.cf-redesigned-calculator .cf-vip-hero{
  position:relative;overflow:hidden;min-height:520px;border-radius:34px;padding:34px;
  background:linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.62));
  border:1px solid rgba(148,163,184,.22);box-shadow:var(--v3-shadow);
  display:flex;flex-direction:column;justify-content:center;
}
html.dark .cf-redesigned-calculator .cf-vip-hero{background:linear-gradient(145deg, rgba(17,24,39,.92), rgba(15,23,42,.72));border-color:rgba(148,163,184,.16)}
.cf-redesigned-calculator .cf-vip-hero:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg, rgba(37,99,235,.11), transparent 34%, rgba(14,166,110,.12));pointer-events:none}
.cf-redesigned-calculator .cf-vip-orbit{position:absolute;inset:auto -45px -70px auto;width:280px;height:280px;border-radius:50%;border:1px solid rgba(37,99,235,.18);opacity:.9}
.cf-redesigned-calculator .cf-vip-orbit span{position:absolute;border-radius:999px;background:linear-gradient(135deg,var(--v3-blue),var(--v3-buy));box-shadow:0 18px 45px rgba(14,166,110,.25)}
.cf-redesigned-calculator .cf-vip-orbit span:nth-child(1){width:74px;height:74px;top:22px;right:42px}.cf-redesigned-calculator .cf-vip-orbit span:nth-child(2){width:42px;height:42px;left:30px;top:95px;opacity:.8}.cf-redesigned-calculator .cf-vip-orbit span:nth-child(3){width:18px;height:18px;left:92px;bottom:36px;opacity:.7}
.cf-redesigned-calculator .cf-vip-kicker{position:relative;display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 12px;border-radius:999px;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.13);color:var(--v3-blue);font-weight:900;font-size:12px;letter-spacing:.3px;direction:ltr}
.cf-redesigned-calculator .cf-vip-dot{width:8px;height:8px;border-radius:50%;background:var(--v3-buy);box-shadow:0 0 0 7px rgba(14,166,110,.12)}
.cf-redesigned-calculator .cf-vip-title{position:relative;margin:24px 0 0 !important;font-size:clamp(34px,5vw,64px) !important;line-height:1.12 !important;font-weight:950 !important;letter-spacing:-1.5px;color:var(--v3-ink) !important;text-align:right !important}
.cf-redesigned-calculator .cf-vip-title span{display:block;margin-top:12px;background:linear-gradient(135deg,var(--v3-blue),var(--v3-buy));-webkit-background-clip:text;background-clip:text;color:transparent !important;font-size:.62em !important;line-height:1.55 !important}
.cf-redesigned-calculator .cf-vip-type{position:relative;margin-top:20px;min-height:35px;font-size:26px;font-weight:900;color:var(--v3-blue)}
.cf-redesigned-calculator .cf-vip-type a{color:inherit !important;text-decoration:none !important}
.cf-redesigned-calculator .cf-vip-lead{position:relative;max-width:570px;margin:20px 0 0 !important;color:var(--v3-muted) !important;font-size:16px;line-height:2;text-align:right}
.cf-redesigned-calculator .cf-vip-market-board{position:relative;margin-top:28px;max-width:530px;border:1px solid var(--v3-line);border-radius:26px;background:rgba(255,255,255,.50);padding:16px;backdrop-filter:blur(14px)}
html.dark .cf-redesigned-calculator .cf-vip-market-board{background:rgba(15,23,42,.55)}
.cf-redesigned-calculator .cf-vip-coin{display:flex;align-items:center;gap:12px;border-radius:20px;background:var(--v3-card);border:1px solid var(--v3-line);padding:12px 14px;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.cf-redesigned-calculator .cf-vip-coin img{width:42px;height:42px;border-radius:50%}.cf-redesigned-calculator .cf-vip-coin b{display:block;font-size:17px;color:var(--v3-text)}.cf-redesigned-calculator .cf-vip-coin small{display:block;color:var(--v3-muted);font-size:12px}.cf-redesigned-calculator .cf-vip-coin strong{margin-right:auto;direction:ltr;font-size:13px;color:var(--v3-buy);background:rgba(14,166,110,.10);border-radius:999px;padding:6px 10px}
.cf-redesigned-calculator .cf-vip-quote-line{display:grid;grid-template-columns:7px 1fr 7px 1fr 7px;gap:8px;align-items:center;margin:18px 10px}.cf-redesigned-calculator .cf-vip-quote-line i{width:7px;height:7px;border-radius:50%;background:var(--v3-blue)}.cf-redesigned-calculator .cf-vip-quote-line span{height:2px;border-radius:9px;background:linear-gradient(90deg,var(--v3-line),var(--v3-blue),var(--v3-line))}
.cf-redesigned-calculator .cf-vip-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cf-redesigned-calculator .cf-vip-mini-grid div{border-radius:18px;background:var(--v3-soft);padding:13px 12px}.cf-redesigned-calculator .cf-vip-mini-grid small{display:block;font-size:11px;color:var(--v3-muted);direction:ltr}.cf-redesigned-calculator .cf-vip-mini-grid b{display:block;margin-top:4px;font-size:13px;color:var(--v3-text);direction:ltr}
.cf-redesigned-calculator .cf-vip-actions{position:relative;margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}.cf-redesigned-calculator .cf-vip-actions a{height:50px;border-radius:16px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;text-decoration:none !important;transition:.18s}.cf-redesigned-calculator .cf-vip-primary{background:var(--v3-ink);color:#fff !important;box-shadow:0 16px 35px rgba(15,23,42,.20)}html.dark .cf-redesigned-calculator .cf-vip-primary{background:#fff;color:#0f172a !important}.cf-redesigned-calculator .cf-vip-secondary{background:var(--v3-card);color:var(--v3-text) !important;border:1px solid var(--v3-line)}

/* Calculator card: minimal, neutral, no old theme bleeding */
.cf-redesigned-calculator .cf-calc-card{position:relative;overflow:hidden;border-radius:34px !important;padding:24px !important;background:var(--v3-card) !important;border:1px solid var(--v3-line) !important;box-shadow:var(--v3-shadow) !important;min-height:0 !important;color:var(--v3-text) !important}
.cf-redesigned-calculator .cf-calc-card:before,.cf-redesigned-calculator .cf-calc-card:after{display:none !important}.cf-redesigned-calculator .cf-calc-form{position:relative;z-index:2}.cf-redesigned-calculator .cf-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.cf-redesigned-calculator .cf-eyebrow{display:block;color:var(--v3-muted);font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;direction:ltr}.cf-redesigned-calculator .cf-card-head h2{margin:5px 0 0 !important;font-size:26px !important;font-weight:950 !important;color:var(--v3-text) !important;line-height:1.4}.cf-redesigned-calculator .cf-card-head p{display:none !important}.cf-redesigned-calculator .cf-live-pill{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:8px 11px;border-radius:999px;background:rgba(14,166,110,.10);color:var(--v3-buy);font-size:12px;font-weight:900}.cf-redesigned-calculator .cf-live-pill i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 6px rgba(14,166,110,.12)}
.cf-redesigned-calculator .cf-hot-strip{display:flex;gap:8px;overflow:auto;padding:2px 0 14px;margin-bottom:4px;scrollbar-width:none}.cf-redesigned-calculator .cf-hot-strip::-webkit-scrollbar{display:none}.cf-redesigned-calculator .cf-hot-chip{flex:0 0 auto;display:flex;align-items:center;gap:8px;min-width:112px;border-radius:18px;background:var(--v3-soft) !important;border:1px solid transparent !important;padding:8px 10px;color:var(--v3-text) !important;box-shadow:none !important;margin:0 !important}.cf-redesigned-calculator .cf-hot-chip.is-active{background:rgba(37,99,235,.08) !important;border-color:rgba(37,99,235,.20) !important}.cf-redesigned-calculator .cf-hot-chip span{font-weight:950;font-size:13px;direction:ltr}.cf-redesigned-calculator .cf-hot-chip small{font-size:10px;color:var(--v3-muted);max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cf-redesigned-calculator .cf-order-switch{position:relative;display:grid !important;grid-template-columns:1fr 1fr;gap:8px;background:var(--v3-soft) !important;border:1px solid var(--v3-line);border-radius:20px;padding:6px !important;margin:0 0 18px !important}.cf-redesigned-calculator .cf-order-switch .btn{height:46px !important;margin:0 !important;padding:0 !important;border-radius:15px !important;background:transparent !important;color:var(--v3-muted) !important;box-shadow:none !important;border:0 !important;font-size:15px !important;font-weight:950 !important}.cf-redesigned-calculator .cf-order-switch .buy-btn.is-active{background:var(--v3-buy) !important;color:#fff !important}.cf-redesigned-calculator .cf-order-switch .sell-btn.is-active{background:var(--v3-sell) !important;color:#fff !important}.cf-redesigned-calculator .cf-order-switch .btn:hover{filter:none !important}.cf-redesigned-calculator .cf-mode-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;color:var(--v3-muted);font-size:12px;font-weight:800}.cf-redesigned-calculator .cf-mode-label{font-size:13px;color:var(--v3-text);font-weight:950}.cf-redesigned-calculator .cf-mode-asset{direction:ltr;color:var(--v3-blue);background:rgba(37,99,235,.08);border-radius:999px;padding:4px 8px}
.cf-redesigned-calculator .cf-amount-block{margin:0 0 10px !important;transform:none !important;transition:border-color .18s, box-shadow .18s !important}.cf-redesigned-calculator .toman-n,.cf-redesigned-calculator .dollar-n,.cf-redesigned-calculator .toman-t,.cf-redesigned-calculator .dollar-t{transform:none !important}.cf-redesigned-calculator .cf-amount-block label{display:block;margin:0 0 7px;color:var(--v3-muted) !important;font-size:12px !important;font-weight:850}.cf-redesigned-calculator .cf-input-box{height:64px !important;border-radius:20px !important;border:1px solid var(--v3-line) !important;background:var(--v3-card) !important;box-shadow:0 1px 0 rgba(255,255,255,.40) inset !important;overflow:hidden !important;padding:0 !important}.cf-redesigned-calculator .cf-input-box:focus-within{border-color:rgba(37,99,235,.45) !important;box-shadow:0 0 0 4px rgba(37,99,235,.08) !important}.cf-redesigned-calculator .cf-input-box .select-currency{width:138px !important;height:100% !important;background:var(--v3-soft) !important;border:0 !important;border-left:1px solid var(--v3-line) !important;border-radius:0 !important;color:var(--v3-text) !important;padding:0 12px !important;box-shadow:none !important;text-align:right !important}.cf-redesigned-calculator .cf-select-coin-btn{cursor:pointer !important}.cf-redesigned-calculator .cf-currency-caption{display:block;color:var(--v3-muted) !important;font-size:10px !important;font-weight:850;line-height:1.4;text-align:right !important}.cf-redesigned-calculator .symbol-label.type{display:block;margin-top:2px;color:var(--v3-text) !important;font-size:15px !important;font-weight:950;direction:ltr;text-align:right !important}.cf-redesigned-calculator .cf-toman-icon,.cf-redesigned-calculator .cf-logo{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,var(--v3-blue),var(--v3-buy));color:#fff;font-weight:950}.cf-redesigned-calculator .cf-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cf-redesigned-calculator .cf-logo.is-fallback{font-size:10px;direction:ltr}.cf-redesigned-calculator .cf-input-box .input{width:calc(100% - 138px) !important;height:100% !important;background:transparent !important;border:0 !important}.cf-redesigned-calculator .cf-input-box .input input{width:100% !important;height:100% !important;margin:0 !important;padding:0 18px !important;border:0 !important;outline:0 !important;background:transparent !important;color:var(--v3-text) !important;font-size:22px !important;font-weight:950 !important;text-align:right !important;direction:ltr !important;font-family:inherit}.cf-redesigned-calculator .cf-input-box .input input::placeholder{color:#a5b1c2 !important;font-size:13px !important;font-weight:700 !important}
.cf-redesigned-calculator .cf-swap-btn{display:none !important}
.cf-redesigned-calculator .cf-selected-panel{display:grid;grid-template-columns:1fr 92px;gap:10px;margin:12px 0}.cf-redesigned-calculator .cf-selected-rates,.cf-redesigned-calculator .cf-selected-chart{border-radius:18px;border:1px solid var(--v3-line);background:var(--v3-soft);padding:12px}.cf-redesigned-calculator .cf-selected-rates{display:grid;grid-template-columns:auto 1fr 1fr;gap:10px;align-items:center}.cf-redesigned-calculator .cf-selected-badge{display:inline-flex;width:max-content;border-radius:999px;background:rgba(37,99,235,.10);color:var(--v3-blue);padding:5px 8px;font-size:10px;font-weight:950}.cf-redesigned-calculator .cf-selected-rates small{display:block;font-size:10px;color:var(--v3-muted);margin-bottom:3px}.cf-redesigned-calculator .cf-selected-rates strong{display:block;font-size:13px;font-weight:950;color:var(--v3-text);direction:ltr;text-align:right}.cf-redesigned-calculator .cf-selected-chart{display:flex;align-items:center;justify-content:center;min-width:0}.cf-redesigned-calculator .cf-selected-chart svg,.cf-redesigned-calculator .cf-spark-wrap svg{width:100%;height:34px;overflow:visible}.cf-redesigned-calculator .cf-spark-grid{stroke:var(--v3-line);stroke-width:1;stroke-dasharray:3 4}.cf-redesigned-calculator .cf-spark-line,.cf-redesigned-calculator .cf-spark-static{fill:none;stroke:var(--v3-buy);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cf-redesigned-calculator .cf-price-down .cf-spark-line{stroke:var(--v3-sell)}.cf-redesigned-calculator .cf-spark-area{fill:rgba(14,166,110,.09)}.cf-redesigned-calculator .cf-price-down .cf-spark-area{fill:rgba(224,51,79,.09)}.cf-redesigned-calculator .cf-spark-dot{fill:var(--v3-buy)}.cf-redesigned-calculator .cf-price-down .cf-spark-dot{fill:var(--v3-sell)}.cf-redesigned-calculator .cf-spark-static{stroke:#94a3b8}.cf-redesigned-calculator .cf-static-note{color:#64748b !important}.cf-redesigned-calculator .cf-live-note{color:var(--v3-buy) !important}.cf-redesigned-calculator .cf-price-down .cf-live-note{color:var(--v3-sell) !important}
.cf-redesigned-calculator .cf-quick-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:6px 0 12px}.cf-redesigned-calculator .cf-quick-amount{height:38px;border-radius:14px;border:1px solid var(--v3-line);background:var(--v3-card);color:var(--v3-muted);font-weight:900;font-size:12px;box-shadow:none}.cf-redesigned-calculator .cf-quick-amount:hover{background:var(--v3-soft);color:var(--v3-text)}
.cf-redesigned-calculator .cf-result-box{border:1px solid var(--v3-line);border-radius:22px;background:linear-gradient(145deg,var(--v3-soft),var(--v3-card));padding:13px;display:grid;grid-template-columns:1fr 178px;gap:12px;align-items:center}.cf-redesigned-calculator .cf-result-box span{color:var(--v3-muted);font-size:11px;font-weight:900}.cf-redesigned-calculator .cf-result-box strong{display:block;margin-top:4px;color:var(--v3-text);font-size:21px;font-weight:950;direction:ltr;text-align:right}.cf-redesigned-calculator .cf-result-box strong small{font-size:12px;color:var(--v3-muted);font-weight:900}.cf-redesigned-calculator .cf-submit-btn,.cf-redesigned-calculator .cf-submit-btn.btn,.cf-redesigned-calculator a.cf-submit-btn{width:100% !important;height:54px !important;margin:0 !important;border-radius:18px !important;background:var(--v3-buy) !important;color:#fff !important;border:0 !important;box-shadow:0 18px 36px rgba(14,166,110,.24) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;font-size:15px !important;font-weight:950 !important;text-decoration:none !important;text-align:center !important}.cf-redesigned-calculator .cf-submit-btn *{color:#fff !important}.cf-redesigned-calculator .cf-calc-card.is-sell .cf-submit-btn{background:var(--v3-sell) !important;box-shadow:0 18px 36px rgba(224,51,79,.24) !important}.cf-redesigned-calculator .cf-submit-btn.is-disabled{opacity:.55;pointer-events:none}

/* Modal and coin list: real card list, not legacy rows */
.cf-redesigned-calculator .coin-modal.cf-modal-overlay{position:fixed !important;inset:0 !important;z-index:99999 !important;display:none !important;align-items:flex-end !important;justify-content:center !important;padding:18px !important;background:rgba(15,23,42,.54) !important;backdrop-filter:blur(16px);overflow:auto !important}.cf-redesigned-calculator .coin-modal.cf-modal-overlay.show{display:flex !important}.cf-redesigned-calculator .cf-modal-card{width:min(780px,100%) !important;max-height:min(760px,92vh);overflow:hidden;border-radius:30px !important;background:var(--v3-card) !important;border:1px solid var(--v3-line) !important;box-shadow:0 30px 90px rgba(0,0,0,.25) !important;padding:18px !important;position:relative}.cf-redesigned-calculator .coin-modal .c-close{position:absolute;left:18px;top:18px;width:38px;height:38px;border:0;border-radius:50%;background:var(--v3-soft);cursor:pointer}.cf-redesigned-calculator .coin-modal .c-close:before,.cf-redesigned-calculator .coin-modal .c-close:after{background:var(--v3-muted) !important}.cf-redesigned-calculator .cf-modal-head{padding:6px 54px 12px 4px}.cf-redesigned-calculator .cf-modal-head h3{font-size:24px !important;font-weight:950 !important;color:var(--v3-text) !important;margin:3px 0 0 !important}.cf-redesigned-calculator .cf-modal-head p{display:none !important}.cf-redesigned-calculator .cf-search-wrap{margin:0 0 12px}.cf-redesigned-calculator .cf-search-wrap input{height:48px !important;border-radius:17px !important;border:1px solid var(--v3-line) !important;background:var(--v3-soft) !important;color:var(--v3-text) !important;font-weight:800;padding:0 16px !important;box-shadow:none !important}.cf-redesigned-calculator .cf-modal-tabs{display: block;gap:8px;overflow: clip;/* padding-bottom:10px; *//* margin-bottom:6px; */height: 200px !important;visibility: visible !important;}.cf-redesigned-calculator .cf-modal-tab{height:38px;white-space:nowrap;border-radius:999px;border:1px solid var(--v3-line);background:var(--v3-card);color:var(--v3-muted);font-weight:950;font-size:12px;padding:0 13px;box-shadow:none}.cf-redesigned-calculator .cf-modal-tab.is-active{background:var(--v3-ink);color:#fff;border-color:transparent}.cf-redesigned-calculator .cf-tab-count{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;margin-right:6px;border-radius:999px;background:rgba(148,163,184,.16);font-size:10px}.cf-redesigned-calculator .cf-coin-list-scroll{max-height:430px;overflow:auto;padding:2px 2px 8px}.cf-redesigned-calculator .coins-box-currencies{display:grid;grid-template-columns:1fr;gap:9px;max-height:none !important;overflow:visible !important}.cf-redesigned-calculator .cf-coin-row{position:relative;display:grid;grid-template-columns:minmax(170px,1fr) minmax(150px,210px) 118px 34px;gap:12px;align-items:center;min-height:72px;padding:12px;border:1px solid var(--v3-line);border-radius:22px;background:var(--v3-card);box-shadow:none;cursor:pointer;transition:background .16s,border-color .16s,transform .16s}.cf-redesigned-calculator .cf-coin-row:hover,.cf-redesigned-calculator .cf-coin-row.is-selected{background:var(--v3-soft);border-color:rgba(37,99,235,.26)}.cf-redesigned-calculator .cf-coin-row:active{transform:scale(.992)}.cf-redesigned-calculator .cf-coin-identity{display:flex;align-items:center;gap:12px;min-width:0}.cf-redesigned-calculator .cf-coin-text{min-width:0}.cf-redesigned-calculator .cf-coin-text strong{display:block;color:var(--v3-text);font-size:16px;font-weight:950;direction:ltr;line-height:1.2}.cf-redesigned-calculator .cf-coin-text span{display:block;margin-top:3px;color:var(--v3-muted);font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cf-redesigned-calculator .cf-coin-prices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cf-redesigned-calculator .cf-mini-price{border-radius:15px;background:var(--v3-soft);padding:8px 10px;min-width:0}.cf-redesigned-calculator .cf-mini-price small{display:block;color:var(--v3-muted);font-size:10px;font-weight:900}.cf-redesigned-calculator .cf-mini-price b{display:block;margin-top:2px;color:var(--v3-text);font-size:12px;font-weight:950;direction:ltr;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cf-redesigned-calculator .cf-buy-price b{color:var(--v3-buy)}.cf-redesigned-calculator .cf-sell-price b{color:var(--v3-sell)}.cf-redesigned-calculator .cf-coin-market{display:flex;flex-direction:column;gap:3px;align-items:stretch}.cf-redesigned-calculator .cf-spark-wrap{height:28px}.cf-redesigned-calculator .cf-coin-market small{font-size:10px;font-weight:900;text-align:left;white-space:nowrap}.cf-redesigned-calculator .cf-fav-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--v3-line);background:var(--v3-soft);color:#94a3b8;font-size:19px;line-height:1;display:grid;place-items:center;box-shadow:none}.cf-redesigned-calculator .cf-fav-btn.is-active{color:#f59e0b;background:rgba(245,158,11,.10);border-color:rgba(245,158,11,.25)}.cf-redesigned-calculator .cf-pagination{display:flex;align-items:center;justify-content:center;gap:7px;padding-top:10px;flex-wrap:wrap}.cf-redesigned-calculator .cf-load-more-btn,.cf-redesigned-calculator .cf-page-btn{height:36px;border-radius:999px;border:1px solid var(--v3-line);background:var(--v3-card);color:var(--v3-muted);font-weight:950;font-size:12px;padding:0 13px;box-shadow:none}.cf-redesigned-calculator .cf-page-btn.is-active{background:var(--v3-blue);color:#fff;border-color:transparent}.cf-redesigned-calculator .cf-load-more-btn:disabled{opacity:.55}.cf-redesigned-calculator .cf-page-dots{color:var(--v3-muted);padding:0 2px}.cf-redesigned-calculator .cf-empty-state{padding:28px;text-align:center;border:1px dashed var(--v3-line);border-radius:20px;color:var(--v3-muted);font-weight:900;background:var(--v3-soft)}
.cf-redesigned-calculator .cf-coin-skeleton{display:grid;grid-template-columns:42px 1fr 96px;gap:12px;align-items:center;border:1px solid var(--v3-line);border-radius:22px;padding:14px;background:var(--v3-card)}.cf-redesigned-calculator .cf-coin-skeleton span,.cf-redesigned-calculator .cf-coin-skeleton b,.cf-redesigned-calculator .cf-coin-skeleton i,.cf-redesigned-calculator .cf-coin-skeleton em{display:block;background:linear-gradient(90deg,var(--v3-soft),rgba(148,163,184,.22),var(--v3-soft));background-size:240% 100%;animation:cfSkeleton 1.1s linear infinite}.cf-redesigned-calculator .cf-coin-skeleton span{width:42px;height:42px;border-radius:50%}.cf-redesigned-calculator .cf-coin-skeleton b{height:13px;border-radius:8px;margin-bottom:8px}.cf-redesigned-calculator .cf-coin-skeleton i{height:10px;border-radius:8px;width:60%}.cf-redesigned-calculator .cf-coin-skeleton em{height:24px;border-radius:12px}
@keyframes cfSkeleton{to{background-position:-240% 0}}
.cf-toast-holder{position:fixed;right:20px;bottom:20px;z-index:100000;display:grid;gap:8px}.cf-toast{transform:translateY(8px);opacity:0;transition:.2s;border-radius:16px;padding:12px 14px;background:var(--v3-ink);color:#fff;font-weight:850;box-shadow:0 18px 40px rgba(0,0,0,.18)}.cf-toast.is-visible{transform:none;opacity:1}.cf-toast-success{border-right:4px solid var(--v3-buy)}.cf-toast-warning{border-right:4px solid #f59e0b}.cf-toast-info{border-right:4px solid var(--v3-blue)}

/* Do not use display:none for the source table; JS and lazy images need it readable. */
.box_crypto_prices.cf-source-prices,.box_crypto_prices{/* position:fixed !important; *//* width:0 !important; *//* height:0 !important; *//* overflow:hidden !important; */opacity:0 !impo;/* visibility:hidden !important; */rtant;/* pointer-events:none !important; *//* display:block !important; *//* inset:auto auto 0 0 !important; *//* clip-path:inset(100%) !important; */}
.no_overflow{overflow:hidden !important}

@media (max-width: 1000px){
  .cf-redesigned-calculator{padding:18px 0 34px !important}.cf-redesigned-calculator .cf-hero-grid{gap:16px !important}.cf-redesigned-calculator .cf-vip-hero{min-height:0;border-radius:28px;padding:24px}.cf-redesigned-calculator .cf-vip-title{font-size:36px !important;letter-spacing:-.8px}.cf-redesigned-calculator .cf-vip-title span{font-size:.58em !important}.cf-redesigned-calculator .cf-vip-type{font-size:20px}.cf-redesigned-calculator .cf-vip-lead{font-size:14px;line-height:1.9}.cf-redesigned-calculator .cf-vip-market-board{display:none}.cf-redesigned-calculator .cf-vip-actions a{flex:1;height:48px}.cf-redesigned-calculator .cf-calc-card{border-radius:28px !important;padding:18px !important}.cf-redesigned-calculator .cf-card-head h2{font-size:22px !important}.cf-redesigned-calculator .cf-result-box{grid-template-columns:1fr;gap:10px}.cf-redesigned-calculator .cf-selected-panel{grid-template-columns:1fr}.cf-redesigned-calculator .cf-selected-chart{display:none}.cf-redesigned-calculator .cf-selected-rates{grid-template-columns:1fr 1fr}.cf-redesigned-calculator .cf-selected-badge{grid-column:1/-1}.cf-redesigned-calculator .cf-input-box{height:60px !important}.cf-redesigned-calculator .cf-input-box .select-currency{width:124px !important}.cf-redesigned-calculator .cf-input-box .input{width:calc(100% - 124px) !important}.cf-redesigned-calculator .cf-input-box .input input{font-size:19px !important}.cf-redesigned-calculator .cf-modal-card{border-radius:26px 26px 0 0 !important;max-height:86vh;padding:14px !important}.cf-redesigned-calculator .coin-modal.cf-modal-overlay{align-items:flex-end !important;padding:0 !important}.cf-redesigned-calculator .cf-coin-list-scroll{max-height:55vh}.cf-redesigned-calculator .cf-coin-row{grid-template-columns:1fr 92px 30px;gap:9px;border-radius:19px;min-height:68px}.cf-redesigned-calculator .cf-coin-prices{grid-template-columns:1fr;gap:5px}.cf-redesigned-calculator .cf-mini-price{padding:5px 7px}.cf-redesigned-calculator .cf-mini-price small{display:none}.cf-redesigned-calculator .cf-coin-market{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cf-redesigned-calculator .cf-spark-wrap{width:80px}.cf-redesigned-calculator .cf-coin-market small{text-align:right}.cf-redesigned-calculator .cf-fav-btn{grid-column:3;grid-row:1}.cf-redesigned-calculator .cf-quick-row{grid-template-columns:1fr 1fr 1fr}.cf-redesigned-calculator .cf-hot-chip{min-width:102px}.cf-toast-holder{right:12px;left:12px;bottom:14px}.cf-toast{text-align:center}
}

/* Standalone intro.php V3 */
.cf-standalone-intro{background:var(--v3-bg);padding:44px 0 28px;color:var(--v3-text)}
.cf-standalone-intro .cf-intro-shell{display:grid;grid-template-columns:1.06fr .94fr;gap:26px;align-items:center;border-radius:36px;border:1px solid var(--v3-line);background:linear-gradient(145deg,var(--v3-card),rgba(255,255,255,.68));box-shadow:var(--v3-shadow);padding:34px;overflow:hidden;position:relative}
html.dark .cf-standalone-intro .cf-intro-shell{background:linear-gradient(145deg,rgba(17,24,39,.96),rgba(15,23,42,.72))}
.cf-standalone-intro .cf-intro-shell:before{content:"";position:absolute;inset:-80px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(37,99,235,.13);filter:blur(8px)}
.cf-standalone-intro .cf-intro-copy{position:relative;z-index:2}.cf-standalone-intro .cf-intro-kicker{display:inline-flex;border-radius:999px;padding:8px 12px;background:rgba(37,99,235,.09);color:var(--v3-blue);font-weight:950;font-size:12px;direction:ltr}.cf-standalone-intro h1{margin:18px 0 0;font-size:clamp(34px,5vw,64px);line-height:1.12;font-weight:950;letter-spacing:-1.5px;color:var(--v3-text)}.cf-standalone-intro h1 em{display:block;margin-top:10px;font-style:normal;font-size:.58em;line-height:1.55;background:linear-gradient(135deg,var(--v3-blue),var(--v3-buy));-webkit-background-clip:text;background-clip:text;color:transparent}.cf-standalone-intro .cf-intro-type{display:block;min-height:34px;margin-top:18px;font-size:24px;color:var(--v3-blue);font-weight:950}.cf-standalone-intro p{max-width:590px;margin:18px 0 0;color:var(--v3-muted);font-size:16px;line-height:2}.cf-standalone-intro .cf-intro-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.cf-standalone-intro .cf-intro-actions a{height:50px;border-radius:16px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950}.cf-standalone-intro .cf-intro-primary{background:var(--v3-ink);color:#fff}.cf-standalone-intro .cf-intro-secondary{background:var(--v3-soft);color:var(--v3-text);border:1px solid var(--v3-line)}html.dark .cf-standalone-intro .cf-intro-primary{background:#fff;color:#0f172a}.cf-standalone-intro .cf-intro-visual{position:relative;min-height:360px}.cf-standalone-intro .cf-intro-card-main{position:absolute;inset:40px 28px auto 28px;border-radius:30px;border:1px solid var(--v3-line);background:var(--v3-card);box-shadow:0 24px 70px rgba(15,23,42,.12);padding:18px}.cf-standalone-intro .cf-intro-coin{display:flex;align-items:center;gap:12px}.cf-standalone-intro .cf-intro-coin img{width:46px;height:46px;border-radius:50%}.cf-standalone-intro .cf-intro-coin b{display:block;direction:ltr;font-size:18px}.cf-standalone-intro .cf-intro-coin small{display:block;direction:ltr;color:var(--v3-muted);font-size:12px}.cf-standalone-intro .cf-intro-depth{display:grid;gap:8px;margin:28px 0}.cf-standalone-intro .cf-intro-depth span{display:block;height:12px;border-radius:99px;background:linear-gradient(90deg,rgba(14,166,110,.16),rgba(37,99,235,.18))}.cf-standalone-intro .cf-intro-depth span:nth-child(2){width:86%}.cf-standalone-intro .cf-intro-depth span:nth-child(3){width:72%}.cf-standalone-intro .cf-intro-depth span:nth-child(4){width:58%}.cf-standalone-intro .cf-intro-row{display:flex;justify-content:space-between;border-radius:18px;background:var(--v3-soft);padding:13px 14px;margin-top:10px;direction:ltr}.cf-standalone-intro .cf-intro-row small{color:var(--v3-muted);font-weight:900}.cf-standalone-intro .cf-intro-row b{color:var(--v3-text)}.cf-standalone-intro .cf-intro-floating{position:absolute;border-radius:999px;background:var(--v3-card);border:1px solid var(--v3-line);box-shadow:0 18px 45px rgba(15,23,42,.12);padding:10px 14px;color:var(--v3-text);font-weight:950;direction:ltr}.cf-standalone-intro .cf-intro-floating.one{right:0;top:18px}.cf-standalone-intro .cf-intro-floating.two{left:10px;top:108px}.cf-standalone-intro .cf-intro-floating.three{right:18px;bottom:28px;color:var(--v3-buy)}
@media(max-width:900px){.cf-standalone-intro{padding:22px 0}.cf-standalone-intro .cf-intro-shell{grid-template-columns:1fr;padding:24px;border-radius:28px}.cf-standalone-intro .cf-intro-visual{display:none}.cf-standalone-intro h1{font-size:36px}.cf-standalone-intro .cf-intro-type{font-size:20px}.cf-standalone-intro p{font-size:14px}.cf-standalone-intro .cf-intro-actions a{flex:1}}

/* ============================================================
   MentorVid final minimalist exchange patch — 2026-06-27
   هدف: حذف متن‌های تبلیغاتی ضعیف، حذف انگلیسی‌های بی‌دلیل،
   مینیمال‌سازی مدال ارزها، اصلاح رنگ دکمه‌ها، جلوگیری از
   هم‌پوشانی اینپوت‌ها، اصلاح toast و نگهداری جدول منبع بدون display:none.
   ============================================================ */
.cf-redesigned-calculator{
  --mv-bg:#f6f8fb;
  --mv-card:#ffffff;
  --mv-text:#111827;
  --mv-muted:#667085;
  --mv-line:#e7edf5;
  --mv-soft:#f2f6fb;
  --mv-buy:#10a66f;
  --mv-buy-2:#078457;
  --mv-sell:#e54861;
  --mv-sell-2:#c73048;
  --mv-blue:#2f6fed;
  --mv-cyan:#10b6d8;
  --mv-shadow:0 22px 70px rgba(17,24,39,.10);
  background:
    radial-gradient(circle at 8% 10%, rgba(47,111,237,.10), transparent 30%),
    linear-gradient(180deg,#fbfcff 0%,var(--mv-bg) 100%) !important;
  color:var(--mv-text) !important;
  padding:36px 0 48px !important;
}
html.dark .cf-redesigned-calculator{
  --mv-bg:#0f1724;
  --mv-card:#151f2f;
  --mv-text:#f3f6fb;
  --mv-muted:#a7b0bf;
  --mv-line:#26344a;
  --mv-soft:#1b283b;
  --mv-shadow:0 24px 80px rgba(0,0,0,.28);
  background:
    radial-gradient(circle at 8% 10%, rgba(47,111,237,.12), transparent 31%),
    linear-gradient(180deg,#111827 0%,#0f1724 100%) !important;
}
.cf-redesigned-calculator .cf-hero-grid{align-items:center !important;gap:28px !important}
.cf-redesigned-calculator .cf-vip-hero{
  min-height:520px !important;
  padding:34px !important;
  border:1px solid var(--mv-line) !important;
  border-radius:34px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(242,246,251,.76)) !important;
  box-shadow:var(--mv-shadow) !important;
  overflow:hidden !important;
}
html.dark .cf-redesigned-calculator .cf-vip-hero{background:linear-gradient(145deg,rgba(21,31,47,.96),rgba(17,24,39,.84)) !important}
.cf-redesigned-calculator .cf-vip-kicker{
  direction:rtl !important;
  color:var(--mv-blue) !important;
  background:rgba(47,111,237,.09) !important;
  border:1px solid rgba(47,111,237,.16) !important;
  letter-spacing:0 !important;
}
.cf-redesigned-calculator .cf-vip-title{
  color:var(--mv-text) !important;
  letter-spacing:-1px !important;
  color: linear-gradient(135deg, var(--mv-blue), var(--mv-buy)) !important;
  background: linear-gradient(135deg, #ffe012, #25abff) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.cf-redesigned-calculator .cf-vip-title span{
  background:linear-gradient(135deg,var(--mv-blue),var(--mv-buy)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.cf-redesigned-calculator .cf-vip-type{color:var(--mv-blue) !important}
.cf-redesigned-calculator .cf-vip-lead{
  max-width:560px !important;
  color:var(--mv-muted) !important;
  font-size:15px !important;
  line-height:2.05 !important;
}
.cf-redesigned-calculator .cf-vip-mini-grid small,
.cf-redesigned-calculator .cf-vip-mini-grid b{direction:rtl !important;text-align:right !important}
.cf-redesigned-calculator .cf-vip-primary,
.cf-redesigned-calculator .cf-vip-primary:visited{
  gap:8px !important;
  color:#fff !important;
  background:linear-gradient(135deg,var(--mv-blue),var(--mv-buy)) !important;
  box-shadow:0 18px 40px rgba(16,166,111,.25) !important;
  border:0 !important;
}
html.dark .cf-redesigned-calculator .cf-vip-primary{color:#fff !important;background:linear-gradient(135deg,#3b82f6,var(--mv-buy)) !important}
.cf-redesigned-calculator .cf-vip-primary:hover{transform:translateY(-2px);filter:saturate(1.08) brightness(1.03)}
.cf-redesigned-calculator .cf-vip-secondary{background:var(--mv-card) !important;color:var(--mv-text) !important;border:1px solid var(--mv-line) !important}

.cf-redesigned-calculator .cf-calc-card{
  border:1px solid var(--mv-line) !important;
  border-radius:32px !important;
  background:var(--mv-card) !important;
  box-shadow:var(--mv-shadow) !important;
  color:var(--mv-text) !important;
}
.cf-redesigned-calculator .cf-card-head{margin-bottom:14px !important}
.cf-redesigned-calculator .cf-eyebrow{direction:rtl !important;letter-spacing:0 !important;color:var(--mv-blue) !important;background:rgba(47,111,237,.08) !important;border:1px solid rgba(47,111,237,.13) !important}
.cf-redesigned-calculator .cf-card-head h2{color:var(--mv-text) !important;font-size:24px !important}
.cf-redesigned-calculator .cf-live-pill{color:var(--mv-buy) !important;background:rgba(16,166,111,.10) !important;border-color:rgba(16,166,111,.16) !important}

.cf-redesigned-calculator .cf-hot-strip{gap:8px !important;margin:14px 0 16px !important;overflow-x:auto !important;padding-bottom:2px !important}
.cf-redesigned-calculator .cf-hot-chip{
  min-width:auto !important;
  height:40px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  border:1px solid var(--mv-line) !important;
  background:var(--mv-soft) !important;
  color:var(--mv-text) !important;
  box-shadow:none !important;
}
.cf-redesigned-calculator .cf-hot-chip small{display:none !important}
.cf-redesigned-calculator .cf-hot-chip.is-active{border-color:rgba(47,111,237,.45) !important;background:rgba(47,111,237,.10) !important;color:var(--mv-blue) !important}

.page-coin .calculator-digital .cf-order-switch,
.cf-redesigned-calculator .cf-order-switch{
  background:var(--mv-soft) !important;
  border:1px solid var(--mv-line) !important;
  border-radius:18px !important;
  padding:5px !important;
  gap:6px !important;
}
.page-coin .calculator-digital .cf-order-switch .btn,
.cf-redesigned-calculator .cf-order-switch .btn{
  height:46px !important;
  border-radius:14px !important;
  color:var(--mv-muted) !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.cf-redesigned-calculator .cf-order-switch .buy-btn.is-active,
.cf-redesigned-calculator .cf-order-switch .buy-btn.btn-primary{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mv-buy),var(--mv-buy-2)) !important;
  box-shadow:0 10px 24px rgba(16,166,111,.24) !important;
}
.cf-redesigned-calculator .cf-order-switch .sell-btn.is-active,
.cf-redesigned-calculator .cf-order-switch .sell-btn.btn-primary{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mv-sell),var(--mv-sell-2)) !important;
  box-shadow:0 10px 24px rgba(229,72,97,.22) !important;
}

.cf-redesigned-calculator .cf-mode-row{margin:14px 0 8px !important;color:var(--mv-muted) !important}
.cf-redesigned-calculator .cf-amount-block{margin:10px 0 !important;position:relative !important;z-index:1 !important}
.cf-redesigned-calculator .cf-amount-block label{color:var(--mv-muted) !important;font-weight:850 !important;font-size:12px !important;margin:0 4px 7px !important}
.page-coin .calculator-digital .cf-input-box,
.cf-redesigned-calculator .cf-input-box{
  display:flex !important;
  flex-direction:row-reverse !important;
  align-items:stretch !important;
  height:64px !important;
  min-height:64px !important;
  border-radius:20px !important;
  border:1px solid var(--mv-line) !important;
  background:var(--mv-soft) !important;
  overflow:hidden !important;
  box-shadow:none !important;
}
.page-coin .calculator-digital .cf-input-box .select-currency,
.cf-redesigned-calculator .cf-input-box .select-currency{
  flex:0 0 138px !important;
  width:138px !important;
  min-width:138px !important;
  border:0 !important;
  border-right:1px solid var(--mv-line) !important;
  background:rgba(255,255,255,.56) !important;
  color:var(--mv-text) !important;
}
html.dark .page-coin .calculator-digital .cf-input-box .select-currency,
html.dark .cf-redesigned-calculator .cf-input-box .select-currency{background:rgba(255,255,255,.04) !important}
.page-coin .calculator-digital .cf-input-box .input,
.cf-redesigned-calculator .cf-input-box .input{
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
}
.page-coin .calculator-digital .cf-input-box .input input,
.cf-redesigned-calculator .cf-input-box .input input{
  color:var(--mv-text) !important;
  height:100% !important;
  font-weight:900 !important;
  font-size:20px !important;
  background:transparent !important;
}
.cf-redesigned-calculator .cf-swap-btn{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  place-items:center !important;
  width:44px !important;
  height:44px !important;
  margin:10px auto !important;
  padding:0 !important;
  border-radius:50% !important;
  background:transparent !important;
  transform:none !important;
}
.cf-redesigned-calculator .cf-swap-btn svg{width:44px !important;height:44px !important;filter:drop-shadow(0 10px 20px rgba(47,111,237,.22))}
.cf-redesigned-calculator .cf-swap-btn circle{fill:var(--mv-blue) !important}
.cf-redesigned-calculator .cf-swap-btn:hover{transform:rotate(180deg) !important}
.cf-redesigned-calculator .cf-selected-panel{grid-template-columns:1fr !important;margin:14px 0 10px !important}
.cf-redesigned-calculator .cf-selected-chart{display:none !important}
.cf-redesigned-calculator .cf-selected-rates{grid-template-columns:auto 1fr 1fr !important;border-radius:20px !important;background:var(--mv-soft) !important;border-color:var(--mv-line) !important}
.cf-redesigned-calculator .cf-selected-badge{background:var(--mv-card) !important;color:var(--mv-muted) !important;border:1px solid var(--mv-line) !important}
.cf-redesigned-calculator .cf-selected-rate-buy{color:var(--mv-buy) !important}
.cf-redesigned-calculator .cf-selected-rate-sell{color:var(--mv-sell) !important}

.cf-redesigned-calculator .cf-result-box{grid-template-columns:1fr !important;gap:12px !important;margin-top:16px !important}
.cf-redesigned-calculator .cf-result-box>div{border-radius:20px !important;border:1px solid var(--mv-line) !important;background:var(--mv-soft) !important;color:var(--mv-muted) !important}
.cf-redesigned-calculator .cf-result-box strong{color:var(--mv-text) !important}
.cf-redesigned-calculator .cf-submit-btn,
.cf-redesigned-calculator .cf-submit-btn:visited,
.cf-redesigned-calculator .cf-submit-btn:hover,
.cf-redesigned-calculator .cf-submit-btn *{
  color:#fff !important;
  text-decoration:none !important;
}
.cf-redesigned-calculator .cf-submit-btn{
  width:100% !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  border:0 !important;
  border-radius:18px !important;
  font-weight:950 !important;
  background:linear-gradient(135deg,var(--mv-buy),var(--mv-buy-2)) !important;
  box-shadow:0 18px 38px rgba(16,166,111,.24) !important;
}
.cf-redesigned-calculator .cf-submit-btn.is-sell{background:linear-gradient(135deg,var(--mv-sell),var(--mv-sell-2)) !important;box-shadow:0 18px 38px rgba(229,72,97,.22) !important}
.cf-redesigned-calculator .cf-submit-btn.is-disabled{opacity:.55 !important;pointer-events:none !important}
.cf-redesigned-calculator .cf-submit-btn:hover{transform:translateY(-2px) !important;filter:saturate(1.08) brightness(1.03) !important}

.cf-redesigned-calculator .coin-modal.cf-modal-overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:99999 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:20px !important;
  background:rgba(15,23,42,.42) !important;
  backdrop-filter:blur(10px) !important;
}
.cf-redesigned-calculator .coin-modal.cf-modal-overlay.show{display:flex !important}
.cf-redesigned-calculator .cf-modal-card{
  width:min(520px,100%) !important;
  max-height:82vh !important;
  padding:0 !important;
  border-radius:28px !important;
  border:1px solid var(--mv-line) !important;
  background:var(--mv-card) !important;
  box-shadow:0 30px 90px rgba(15,23,42,.22) !important;
  overflow:hidden !important;
}
.cf-redesigned-calculator .cf-modal-head{padding:20px 22px 12px !important;border-bottom:0 !important}
.cf-redesigned-calculator .cf-modal-head h3{font-size:20px !important;color:var(--mv-text) !important}
.cf-redesigned-calculator .c-close{top:18px !important;left:18px !important;background:var(--mv-soft) !important;border:1px solid var(--mv-line) !important;border-radius:50% !important}
.cf-redesigned-calculator .cf-search-wrap{padding:8px 22px 12px !important}
.cf-redesigned-calculator .cf-search-wrap input{height:48px !important;border-radius:16px !important;border:1px solid var(--mv-line) !important;background:var(--mv-soft) !important;color:var(--mv-text) !important;box-shadow:none !important}
.cf-redesigned-calculator .cf-search-wrap input:focus{border-color:rgba(47,111,237,.38) !important;box-shadow:0 0 0 4px rgba(47,111,237,.08) !important}
.cf-redesigned-calculator .cf-modal-tabs{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important;/* padding:0 22px 12px !important; */}
.cf-redesigned-calculator .cf-modal-tab{height:40px !important;min-height:40px !important;border-radius:999px !important;background:var(--mv-soft) !important;border:1px solid var(--mv-line) !important;color:var(--mv-muted) !important;font-size:12px !important;box-shadow:none !important}
.cf-redesigned-calculator .cf-modal-tab.is-active,
.cf-redesigned-calculator .cf-modal-tab:hover{background:rgba(47,111,237,.10) !important;border-color:rgba(47,111,237,.28) !important;color:var(--mv-blue) !important;transform:none !important}
.cf-redesigned-calculator .cf-tab-count{background:var(--mv-card) !important;color:inherit !important;height:20px !important;min-width:20px !important}
.cf-redesigned-calculator .cf-coin-list-scroll{padding:0 22px 12px !important;max-height:52vh !important;min-height:260px !important;overflow-y:auto !important}
.cf-redesigned-calculator .coins-box-currencies{gap:7px !important}
.page-coin .coins-box .order-crypto-coins-list.cf-coin-row,
.cf-redesigned-calculator .cf-coin-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:12px !important;
  min-height:58px !important;
  padding:9px 10px !important;
  border-radius:18px !important;
  border:1px solid transparent !important;
  background:transparent !important;
  box-shadow:none !important;
  align-items:center !important;
}
.cf-redesigned-calculator .cf-coin-row:hover,
.cf-redesigned-calculator .cf-coin-row.is-selected{background:var(--mv-soft) !important;border-color:var(--mv-line) !important;transform:none !important}
.cf-redesigned-calculator .cf-coin-identity{gap:10px !important;min-width:0 !important}
.cf-redesigned-calculator .cf-logo{border-radius:50% !important;background:var(--mv-card) !important;box-shadow:none !important}
.cf-redesigned-calculator .cf-coin-text strong{font-size:14px !important;color:var(--mv-text) !important;direction:ltr !important}
.cf-redesigned-calculator .cf-coin-text span{font-size:11px !important;color:var(--mv-muted) !important;max-width:230px !important}
.cf-redesigned-calculator .cf-coin-prices,
.cf-redesigned-calculator .cf-coin-market,
.cf-redesigned-calculator .cf-fav-btn{display:none !important}
.cf-redesigned-calculator .cf-coin-action span{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}
.cf-redesigned-calculator .cf-select-mark{background:var(--mv-soft);color:var(--mv-muted);border:1px solid var(--mv-line)}
.cf-redesigned-calculator .cf-selected-mark{background:rgba(16,166,111,.10);color:var(--mv-buy);border:1px solid rgba(16,166,111,.20)}
.cf-redesigned-calculator .cf-pagination{padding:10px 22px 18px !important;border-top:1px solid var(--mv-line) !important}
.cf-redesigned-calculator .cf-load-more-btn{height:42px !important;border-radius:999px !important;background:var(--mv-soft) !important;border:1px solid var(--mv-line) !important;color:var(--mv-text) !important;display:inline-flex !important;align-items:center !important;gap:9px !important;padding:0 16px !important}
.cf-redesigned-calculator .cf-load-more-btn i{width:7px;height:7px;border-radius:50%;background:var(--mv-blue);box-shadow:0 0 0 5px rgba(47,111,237,.12)}
.cf-redesigned-calculator .cf-load-more-btn small{color:var(--mv-muted);font-size:10px;font-weight:800}
.cf-redesigned-calculator .cf-all-loaded{color:var(--mv-muted);font-size:11px;font-weight:850}

.cf-toast-holder{
  position:fixed !important;
  right:20px !important;
  left:auto !important;
  bottom:20px !important;
  top:auto !important;
  z-index:1000000 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  pointer-events:none !important;
}
.cf-toast{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  min-width:0 !important;
  max-width:360px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:11px 14px !important;
  border-radius:14px !important;
  background:#ffffff !important;
  color:#111827 !important;
  border:1px solid #e7edf5 !important;
  box-shadow:0 16px 38px rgba(17,24,39,.13) !important;
  font-size:12px !important;
  line-height:1.7 !important;
  font-weight:850 !important;
  transform:translateY(8px) !important;
  opacity:0 !important;
}
.cf-toast.is-visible{transform:none !important;opacity:1 !important}
.cf-toast-success{border-right:4px solid var(--mv-buy) !important}
.cf-toast-warning{border-right:4px solid #f59e0b !important}
.cf-toast-info{border-right:4px solid var(--mv-blue) !important}

.box_crypto_prices.cf-source-prices,
.box_crypto_prices{
  display:block !important;
  /* position:fixed !important; */
  /* inset:auto auto 0 0 !important; */
  /* width:0 !important; */
  /* height:0 !important; */
  /* min-width:0 !important; */
  /* min-height:0 !important; */
  /* max-width:0 !important; */
  /* max-height:0 !important; */
  /* overflow:hidden !important; */
  /* opacity:0 !important; */
  /* visibility:hidden !important; */
  /* pointer-events:none !important; */
  /* z-index:-1 !important; */
  /* transform:none !important; */
  /* clip-path:inset(100%) !important; */
  /* contain:layout style !important; */
}
.no_overflow{overflow:hidden !important}

@media(max-width:1000px){
  .cf-redesigned-calculator{padding:18px 0 34px !important}
  .cf-redesigned-calculator .cf-vip-hero{min-height:auto !important;padding:24px !important;border-radius:28px !important}
  .cf-redesigned-calculator .cf-vip-title{font-size:34px !important}
  .cf-redesigned-calculator .cf-vip-lead{font-size:14px !important}
  .cf-redesigned-calculator .cf-vip-market-board{display:none !important}
  .cf-redesigned-calculator .cf-vip-actions a{flex:1;height:48px !important}
  .cf-redesigned-calculator .cf-calc-card{padding:16px !important;border-radius:28px !important}
  .page-coin .calculator-digital .cf-input-box .select-currency,
  .cf-redesigned-calculator .cf-input-box .select-currency{flex-basis:118px !important;width:118px !important;min-width:118px !important}
  .page-coin .calculator-digital .cf-input-box .input input,
  .cf-redesigned-calculator .cf-input-box .input input{font-size:17px !important}
  .cf-redesigned-calculator .cf-selected-rates{grid-template-columns:1fr 1fr !important}
  .cf-redesigned-calculator .cf-selected-badge{grid-column:1/-1 !important}
  .cf-redesigned-calculator .coin-modal.cf-modal-overlay{align-items:flex-end !important;padding:0 !important}
  .cf-redesigned-calculator .cf-modal-card{width:100% !important;max-height:86vh !important;border-radius:26px 26px 0 0 !important}
  .cf-redesigned-calculator .cf-coin-list-scroll{max-height:55vh !important}
  .cf-toast-holder{right:12px !important;left:12px !important;bottom:14px !important;align-items:stretch !important}
  .cf-toast{max-width:none !important;justify-content:center !important;text-align:center !important}
}
