.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;
 }

.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;
}