.crypto-page {
    display: flex;
    padding: var(--Spaces-S0-0, 0px);
    flex-direction: column;
    gap: var(--Spaces-S15-40, 40px);
    background: var(--BG-Neutral-White, #fff);
}

.crypto-page__chart {
    display: flex;
    gap: 0 40px;
    padding-bottom: 40px
}

.ibw-coin-price-percent-change img {
    display: none !important;
}

.crypto-page__chart-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.crypto-page__tab-header {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #EBF0F5;
    padding-bottom: 20px;
    overflow: auto;
}

.crypto-page__tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    color: #334155;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
}

.crypto-page__tab-item svg {
    width: 20px;
    height: 20px;
}

.crypto-page__change-table-container {
    border: 1px solid #EBF0F5;
    border-radius: 12px;
    overflow: hidden;
}

.crypto-page__change-table {
    width: 100%
}

.crypto-page__change-table tbody tr:nth-child(odd) {
    border: none;
    background-color: #fff !important;
}

.crypto-page__change-table tbody {
    background: #fff;
}

.crypto-page__change-table thead {
    background: #F8FAFC;
}

.crypto-page__change-table thead tr {
    color: #64748B;
    font-size: 14px
}

.crypto-page__change-table thead th,
.crypto-page__change-table tbody td {
    text-align: center;
}

.crypto-page__change-table tbody tr,
.crypto-page__change-table tbody td {
    font-size: 14px !important
}

.ibwGreenPc {
    color: #04A448 !important
}

.ibwReadPc {
    color: #F5222D !important
}

.crypto-page__change-table thead th:after {
    content: unset !important;
}

.crypto-page__coin-price-table tbody tr td {
    padding: 20px 16px
}

.crypto-page__coin-price-table tbody tr td:first-child {
    padding-right: 0
}

.crypto-page__coin-price-table tbody tr td:last-child {
    padding-left: 0;
}

.crypto-page__coin-price-table tbody tr td:nth-last-child(2):after {
    content: unset !important;
}

.crypto-page__coin-price-table .ibwExchangeButton {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px
}

.crypto-page__coin-price-table .ibwExchangeButton button {
    border-radius: 10px;
    padding: 6px 8px;
    border: 1px solid #E2E8F0;
    color: #334155;
    font-size: 14px
}

.crypto-page__coin-price-table .ibwCustomLink {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155
}

.crypto-page__coin-price-table .ibwCustomLink img {
    width: 20px;
    height: 20px;
}

.crypto-page__coin-price-table thead th {
    color: #94A3B8;
    font-size: 14px;
    line-height: 20px;
    padding: 0 !important;
    padding-bottom: 20px !important
}

.crypto-page__coin-price-table {
    width: 100%;
}

.crypto-page__coin-price-table {
    width: 100%
}

.crypto-page__coin-price-table tbody tr:nth-child(odd), .crypto-page__coin-price-table tbody tr:nth-child(even) {
    border: none;
    border-top: 1px solid #F1F5F9;
    background-color: #fff !important;
}

.crypto-page__coin-price-table tbody tr:last-child {
    border-bottom: 1px solid #F1F5F9;

}

.crypto-page__coin-price-table tbody tr {
    border-top: 1px solid #F1F5F9
}

.crypto-page__coin-price-table tbody {
    background: #fff;
}

.crypto-page__coin-price-table thead {
    background: #fff;
}

.crypto-page__coin-price-table thead tr {
    color: #64748B;
    font-size: 14px;
}

.crypto-page__coin-price-table thead tr label {
    white-space: nowrap;
}

.crypto-page__coin-price-table tbody tr,
.crypto-page__coin-price-table tbody td {
    font-size: 14px !important
}

.crypto-page__chart-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    width: 360px;
    padding-left: 40px;
    border-left: 1px solid #EBF0F5
}

.crypto-page__chart-sidetop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S12-28, 28px);
    align-self: stretch;
}

.crypto-page__chart-sidetop-upper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S13-32, 32px);
    align-self: stretch;
}

.crypto-page__chart-coin {
    display: flex;
    align-items: center;
    gap: 20px;
}

.crypto-page__chart-coin img {
    width: 60px;
    height: 60px;
    border-radius: 34px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.crypto-page__chart-coin-about {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crypto-page__chart-coin-about-head {
    display: flex;
    align-items: center;
    gap: var(--Spaces-S6-12, 12px);
}

.crypto-page__chart-coin-about-head span {
    color: #0f172a;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 32px
}

.crypto-page__chart-coin-about-number {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #ebf0f5;
    color: #475569;

}

.crypto-page__chart-coin-about p {
    color: #64748b;
    text-align: right;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.crypto-page__chart-price {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*width: 100%*/
}

.crypto-page__chart-price > div:first-child {
    display: flex;
    align-items: center;
    gap: 16px
}

.crypto-page__chart-price > div > div {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f2faf6;
    color: #04a448;
    font-size: 14px;
}

.crypto-page__chart-price span {
    color: #0f172a;
    font-size: 28px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.crypto-page__chart-price-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.crypto-page__chart-price-high-low {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spaces-S10-20, 20px);
    align-self: stretch;
}

.crypto-page__chart-price-high {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    gap: var(--Spaces-S4-8, 8px);
    align-self: stretch;
}

.crypto-page__chart-price-high-text {
    color: var(--text-icon-fg-neutral-f, #94a3b8);
    margin: 0;
    text-align: right;

    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__button-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: none;
    background-color: transparent;
    border-top: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: var(--text-icon-fg-neutral-b, #1e293b);
    padding: var(--Spaces-S6-12, 12px) var(--Spaces-S10-20, 20px) var(--Spaces-S6-12, 12px) var(--Spaces-S8-16, 16px);

    /* Body/B2 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F5-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 125% */
}

.crypto-page__button-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 0 12px 12px 0;
    color: #1e293b;
    font-size: 16px;
    line-height: 20px
}

.crypto-page__chart-price-high p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important

}

.new-header-design__calendar {
    display: none;
}

.crypto-page__chart-price-high-text {
    color: #94A3B8 !important
}

.crypto-page__chart-price-high-price {
    color: #334155;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important;
    line-height: 20px;
}

.crypto-page__chart-range {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 4px; /* Specified height */
    border-radius: var(--Radius-R2-4, 4px);
    background: #ebf0f5; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
    transition: opacity 0.2s;
}

.crypto-page__chart-range:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.crypto-page__chart-range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 2px; /* Set a specific slider handle width */
    height: 12px; /* Slider handle height */
    background: #94a3b8; /* Green background */
    border-radius: var(--Radius-R2-4, 4px);
    cursor: pointer; /* Cursor on hover */
}

.crypto-page__chart-range::-moz-range-thumb {
    width: 2px; /* Set a specific slider handle width */
    height: 12px; /* Slider handle height */
    background: #94a3b8; /* Green background */
    border-radius: var(--Radius-R2-4, 4px);
    cursor: pointer; /* Cursor on hover */
}

.crypto-chart-buttons {
    display: flex;
    align-items: flex-start;
    gap: var(--Spaces-S8-16, 16px);
    align-self: stretch;
}

.crypto-chart-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 14px;
    flex: 1 0 0;
    border-radius: 10px;
    background: #185adb;
    color: #fff !important;
    font-size: 14px;
}

.crypto-chart-sell {
    display: flex;
    border: none;
    padding: 14px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    background: #04a448;
    color: #fff !important;
    font-size: 14px;
}

.crypto-page__chart-sidetop-lower {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.crypto-page__chart-sidetop-lower-cell {
    padding: 16px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    gap: 8px;
}

.crypto-page__chart-sidetop-lower-cell:first-child {
    padding-top: 0
}

.crypto-page__chart-sidetop-lower-cell:last-child {
    border-bottom: none
}

.crypto-page__chart-sidetop-lower-cell p {
    margin: 0;
    color: #334155;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.crypto-page__chart-sidetop-lower-cell div {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #94a3b8;
    font-size: 14px;
}

.crypto-page__chart-sidebottom-upper {
    display: flex;
    padding-top: 32px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%
}

.crypto-page__chart-sidebottom-upper-data {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.crypto-page__chart-sidebottom-upper-title {
    color: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important;
}

.crypto-page__chart-sidebottom-upper-cell {
    padding: 16px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    gap: 8px;
    align-self: stretch;
}

.crypto-page__chart-sidebottom-upper-cell:first-child {
    padding-top: 0
}

.crypto-page__chart-sidebottom-upper-cell:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.crypto-page__chart-sidebottom-upper-cell p {
    color: #64748b;
    margin: 0;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important;
}

.crypto-page__chart-sidebottom-upper-cell .sidebarTag {
    display: flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 20px;
    transition: all .3s
}

.crypto-page__chart-sidebottom-upper-cell .sidebarTag:hover {
    background: #EBF0F5;
}

.crypto-page__social-media-conainer {
    display: flex;
    align-items: center;
    gap: 8px
}

.crypto-page__social-media-conainer > .social {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: #F1F5F9;
    border-radius: 50%;
}

.crypto-page__swap {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.crypto-page__chart-sidebottom-lower {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.crypto-page-button-size {
    width: 100%;
}

.crypto-page-button-size .dropdown-toggle {
    padding: 16px 16px 16px 20px
}

.crypto-page-button-size .dropdown-toggle::after {
    content: unset;
}

.crypto-page__chart-view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
}

.crypto-page__chart-view-title {
    display: flex;
    position: relative;
    padding-right: 20px;
    margin-bottom: 24px;
}

.crypto-page__chart-view-title span {
    color: #0f172a;
    font-size: 20px;
    font-weight: 500;
    font-variation-settings: "wght" 500;

}

.crypto-page__chart-view__bluereq {
    width: 4px;
    height: 16px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 4px;
    background: #185adb;
}

.crypto-page__chart-trading {
    width: 100%;
    display: flex;
    height: 728px;
    padding: var(--Spaces-S6-12, 12px);
    flex-direction: column;

    gap: 8px;
}

.crypto-page__chart-trading-chart {
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #ebf0f5;

}

.crypto-page__chart-analis {
    width: 1400px;
    display: flex;
    height: 584px;
    padding: var(--Spaces-S6-12, 12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Radius-R6-12, 12px);
    border: 1px solid var(--Border-Neutral-B, #ebf0f5);
}

.crypto-page__text {
    color: #64748b;
    text-align: right;
    margin: 0;
    padding: 0 !important;
    font-size: 14px;
    line-height: 32px
}

.crypto-page__list {
    display: flex;
    flex-direction: column;
    gap: var(--Spaces-S8-16, 16px);
}

.crypto-page__list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.crypto-page__card {
    display: flex;
    /*width: 318px;*/
    padding: var(--Spaces-S11-24, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spaces-S10-20, 20px);
    border-radius: var(--Radius-R6-12, 12px);
    border: 1px solid var(--Border-Neutral-B, #ebf0f5);
    background: var(--BG-Neutral-White, #fff);
}

.crypto-page__card-data {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: var(--Spaces-S6-12, 12px);
    align-self: stretch;
}

.crypto-page__card-header {
    width: 100%;
    display: flex;
    padding-bottom: 4px;
    justify-content: flex-end;
    align-items: center;
}

.crypto-page__card-header a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}

.crypto-page__card-header > img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.crypto-page__card-part {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    gap: var(--Spaces-S4-8, 8px);
    align-self: stretch;
}

.crypto-page__card-data-text {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;
    /* Body/B3 */
    width: 30%;
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__card-data-title-more {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;
    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__card-data-progress {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: 100%;
    gap: 10px;
    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.forex-faq {
    display: flex;
    max-width: 800px;
    margin: auto auto;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 32px;
}

.forex-faq__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #0f172a;
    font-size: 32px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 40px
}

.forex-faq__q {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S0-0, 0px);
    align-self: stretch;
}

.forex-faq__q-each {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1e293b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 20px
}

.ibw-faq {
    padding: 24px 0;
}

.ibw-faq:not(:last-child) {
    border-bottom: 1px solid #E2E8F0;
}

.ibw-faq.open .forex-faq__q-each {
    margin-bottom: 8px
}

.forex-faq__q-each-answer {
    overflow: hidden;
    color: #64748b;
    height: 0;
    /*transition: all 0.3s;*/
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 32px
}

.ibw-faq-icon {
    font-size: 24px
}

.ibw-faq.open .forex-faq__q-each-answer {
    height: 100%
}

.forex-user-ex {
    display: flex;
    width: 800px;
    margin: auto auto;
    max-width: 1320px;
    padding: var(--Spaces-S20-80, 80px) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S6-12, 12px);
}

.forex-user-ex__title {
    display: flex;
    padding: var(--Spaces-S10-20, 20px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: var(--Radius-R6-12, 12px);
    border: 1px solid var(--Border-Neutral-B, #ebf0f5);
    background: var(--BG-Neutral-White, #fff);
    margin-top: 54px;
}

.forex-user-ex__textarea {
    display: flex;
    width: 800px;
    padding: var(--Spaces-S11-24, 24px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spaces-S10-20, 20px);
    border-radius: var(--Radius-R7-16, 16px);
    border: 1px solid var(--Border-Neutral-B, #ebf0f5);
    background: var(--BG-Neutral-White, #fff);
}

.forex-user-ex__textarea-replay {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spaces-S10-20, 20px);
    border-radius: var(--Radius-R7-16, 16px);
    background: var(--BG-Neutral-White, #fff);
}

.forex-user-ex__title-sort {
    display: flex;
    align-items: center;
    gap: var(--Spaces-S8-16, 16px);
}

.forex-user-ex__title-sort-divider {
    width: 1px;
    height: 20px;
    background: var(--Border-Neutral-C, #e2e8f0);
}

.forex-user-ex__title-sort-number {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;

    /* Subtitle/S2 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F5-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 125% */
}

.forex-user-ex__textarea textarea {
    display: flex;
    resize: none;
    height: 120px;
    padding: var(--Spaces-S6-12, 12px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: var(--Radius-R4-8, 8px);
    border: 1px solid var(--Border-Neutral-C, #e2e8f0);
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;

    /* Subtitle/S2 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F5-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 125% */
}

.forex-user-ex__textarea button {
    display: flex;
    align-self: flex-start;
    border: none;
    padding: var(--Spaces-S5-10, 10px) var(--Spaces-S8-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-S3-6, 6px);
    border-radius: var(--Radius-R5-10, 10px);
    background: var(--BG-Brand-Blue-C---Main, #185adb);
    color: var(--text-icon-fg-neutral-white, #fff);

    /* Form/F2 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}


    .forex-user-ex__msg {
    display: flex;
    padding: var(--Spaces-S11-24, 24px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spaces-S10-20, 20px);
    align-self: stretch;
    border-radius: var(--Radius-R7-16, 16px);
    border: 1px solid var(--Border-Neutral-B, #ebf0f5);
    background: var(--BG-Neutral-White, #fff);
}

.forex-user-ex__divider {
    width: 100%;
    height: 1px;
    background: var(--Border-Neutral-B, #ebf0f5);
}

.forex-user-ex__msg-person {
    display: flex;
    width: 100%;
    align-items: center;
    gap: var(--Spaces-S8-16, 16px);
    flex: 1 0 0;
}

.forex-user-ex__msg-person p {
    margin: 0;
    color: var(--text-icon-fg-neutral-c, #334155);
    text-align: right;

    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.forex-user-ex__msg-person-name {
    display: flex;
    gap: 4px;
    align-items: center;
}

.forex-user-ex__msg-person span {
    color: var(--text-icon-fg-neutral-f, #94a3b8);
    text-align: right;

    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.forex-user-ex__msg-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spaces-S8-16, 16px);
    flex: 1 0 0;
}

.forex-user-ex__msg-person img {
    width: 40px;
    height: 40px;
    border-radius: var(--Radius-R8-20, 20px);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.forex-user-ex__msg-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S4-8, 8px);
    align-self: stretch;
}

.forex-user-ex__msg-text h4 {
    color: var(--text-icon-fg-neutral-b, #1e293b);
    text-align: right;

    /* Headline/H7 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F5-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 125% */
}

.forex-user-ex__msg-text p {
    color: var(--text-icon-fg-neutral-d, #475569);
    text-align: right;
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L5-28, 28px); /* 200% */
}

.forex-user-ex__msg-like {
    display: flex;
    gap: 16px;
    align-items: center;
    align-self: stretch;
}

.forex-user-ex__msg-like-like {
    color: var(--text-icon-fg-success-c, #04a448);
    text-align: center;
    align-items: center;
    cursor: pointer;

    /* Body/B4 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F3-12, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L2-16, 16px); /* 133.333% */
}

.forex-user-ex__msg-like-dislike {
    color: var(--text-icon-fg-error-b, #f5222d);
    text-align: center;
    align-items: center;
    cursor: pointer;

    /* Body/B4 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F3-12, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L2-16, 16px); /* 133.333% */
}

.forex-user-ex__msg-like-replay {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;
    align-items: center;
    cursor: pointer;

    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.forex-user-ex__replay {
    display: flex;
    padding: var(--Spaces-S10-20, 20px) var(--Spaces-S11-24, 24px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spaces-S8-16, 16px);
    align-self: stretch;
    border-radius: var(--Radius-R6-12, 12px);
    border-right: 4px solid var(--Border-Brand-Blue-A, #185adb);
    background: var(--BG-Neutral-A, #f8fafc);
}

.forex-user-ex__replay--gray {
    display: flex;
    padding: var(--Spaces-S10-20, 20px) var(--Spaces-S11-24, 24px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spaces-S8-16, 16px);
    align-self: stretch;
    border-radius: var(--Radius-R6-12, 12px);
    border-right: 4px solid var(--Border-Neutral-E, #bcc8d6);
    background: var(--BG-Neutral-A, #f8fafc);
}

.crypto-page__card-header-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: 4px;
    color: #334155;
}

.crypto-page__card-header-text p {
    color: var(--text-icon-fg-neutral-c, #334155);
    text-align: right;
    margin: 0;
    /* Headline/H7 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F5-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 125% */
}

.crypto-page__card-header-text span {
    color: #64748B;
    font-size: 14px;

    a {
        color: inherit;
    }
}

.crypto-page__card-divider {
    background: var(--Border-Neutral-B, #ebf0f5);
    width: 100%;
    height: 1px;
}

.crypto-page__content {
    border-radius: 12px;
    border: 1px solid #ebf0f5;
    background: #f8fafc;
    padding: 24px 24px 48px;
    height: 1000px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s
}

.crypto-page__content.showContent {
    height: 100%;
}

.crypto-page__content .read-more-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 4px;
    min-height: 200px;
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.crypto-page__content .read-more-container button {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 4px;
}

.crypto-page__last {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.crypto-page__last-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.crypto-page__last-title a {
    color: #64748b;
    font-size: 16px;
    line-height: 20px
}

.crypto-page__last-title h2 {
    color: #0f172a;
    font-size: 28px;
    line-height: 32px;
    padding: 0;
    margin: 0 !important;

}

.crypto-page__last-news {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px 24px;
}

.crypto-page__last-card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Spaces-S10-20, 20px);
}

.crypto-page__last-card-flex {
    display: flex;
    flex-direction: column;
}

.crypto-page__last-card img {
    width: 152px;
    height: 104px;
    flex-shrink: 0;
    border-radius: var(--Radius-R5-10, 10px);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.crypto-page__last-card .crypto-page__last-card-title {
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    line-height: 40px
}

.crypto-page__last-card span {
    color: #94a3b8;
    font-size: 14px;
    line-height: 20px
}

.crypto-page__progress {
    width: 100%;
    height: 4px;
    flex-direction: row-reverse;
}

.crypto-page__progress {
    width: 100%;
    height: 4px;
}

.crypto-page__progress .progress-bar {
    border-radius: 6px;
}

.crypto-page__progress .progressbar-low {
    background-color: #FF4D4F;
}

.page-tools {
    display: inline-flex;
    position: fixed;
    bottom: 5%;
    right: 3%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Spaces-S8-16, 16px);
}

.page-tools__scrolltotop {
    display: flex;
    z-index: 10;
    padding: var(--Spaces-S10-20, 20px);
    cursor: pointer;
    align-items: center;
    border-radius: var(--Radius-R10-32, 32px);
    border: 1px solid var(--Border-Neutral-D, #d5dde8);
    background: var(--BG-Neutral-White, #fff);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.page-tools__support {
    display: flex;
    z-index: 10;
    padding: var(--Spaces-S8-16, 16px);
    cursor: pointer;
    align-items: center;
    border-radius: var(--Radius-R10-32, 32px);
    background: var(--BG-Brand-Blue-C---Main, #185adb);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.crypto-page__modal-body {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-S8-16, 16px);
}

.crypto-page__modal-body-link {
    display: flex;
    width: 352px;
    padding: var(--Spaces-S4-8, 8px) var(--Spaces-S8-16, 16px) var(--Spaces-S4-8, 8px) var(--Spaces-S4-8, 8px);
    align-items: center;
    gap: var(--Spaces-S8-16, 16px);
    overflow: hidden;
    color: var(--text-icon-fg-neutral-c, #334155);
    text-align: right;
    text-overflow: ellipsis;
    border-radius: var(--Radius-R5-10, 10px);
    border: 1px solid var(--Border-Neutral-C, #e2e8f0);
    /* Body/B3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__modal-body-link button {
    display: flex;
    padding: var(--Spaces-S4-8, 8px) var(--Spaces-S6-12, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-S2-4, 4px);
    border-radius: var(--Radius-R4-8, 8px);
    background: var(--BG-Brand-Blue-C---Main, #185adb);
    border: none;
    color: var(--text-icon-fg-neutral-white, #fff);

    /* Form/F2 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__modal-body--black {
    color: var(--text-icon-fg-neutral-b, #1e293b);
    text-align: right;
    margin: 0;
    /* Headline/H6 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F6-20, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L4-24, 24px); /* 120% */
}

.crypto-page__modal-body--gray {
    color: var(--text-icon-fg-neutral-e, #64748b);
    text-align: right;
    margin: 0;
    /* Subtitle/S3 */
    font-family: var(--Typography-Font-family, "EstedadVF");
    font-size: var(--Typography-Font-Size-F4-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-LineHeight-L3-20, 20px); /* 142.857% */
}

.crypto-page__modal-body-links {
    display: flex;
    padding-top: var(--Spaces-S4-8, 8px);
    align-items: flex-start;
    gap: var(--Spaces-S4-8, 8px);
}

.tab__price-list {
    width: fit-content;
    padding: 2px !important;
    border-radius: 8px;
    margin: 0 !important;
    background: #F1F5F9;
    border: 1px solid transparent;
    list-style-type: none !important;
    margin-bottom: 32px !important;
    gap: 2px;
    line-height: unset !important;
}

.tab__price-list li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: unset !important;
}

.tab__price-list li button {
    color: #64748B !important;
    font-size: 14px !important;
    border-radius: 6px;
    border: 1px solid transparent !important;
    transition: all 0.3s;
    padding: 4px 8px;
    line-height: 20px;
}

.tab__price-list li button.active {
    background-color: #fff !important;
    color: #64748B !important;

}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown {
    position: relative;
}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown .dropdown-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 100%;
    background: transparent;
    box-shadow: none;
    border: none

    /*transform: translateY(10px);*/
}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown .dropdown-menu .dropdown-list {
    background: #fff;
    padding: 4px;
    padding-left: 4px !important;
    margin: 0;
    list-style-type: none;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown .dropdown-menu .dropdown-list li {
    text-align: left !important;
    /*padding: 0;*/
    margin-top: 0;
    border-radius: 6px;
    padding: 6px 8px;
    transition: all 0.3s;
}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown .dropdown-menu .dropdown-list li:hover {
    background: #F1F5F9;
}

.crypto-page__chart-sidebottom-upper-cell .single-page__sidebar__dropdown .dropdown-menu .dropdown-list li a {
    font-size: 14px;
    color: #475569;
    line-height: 20px;
    background: transparent !important;
}


.single-page__sidebar__dropdown .dropdown-toggle:after {
    content: unset;
}

.crypto-page__chart-sidebottom-upper-cell .sidebarTag.btn-show-more {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px !important
}

.crypto-page__chart-sidebottom-upper-cell .sidebarTag .btn {
    padding: 0 !important;
    width: 100%;
    line-height: 100% !important;
    height: 100%;
}

.crypto-page__chart-sidebottom-upper-cell .sidebarTag.btn-show-more svg {
    width: 100%;
    height: 100%;
    color: inherit;
}

.tag-modal {

    background: rgba(15, 23, 42, 0.50);
    backdrop-filter: blur(12px);
}

.tag-modal p {
    padding: 0;
    margin: 0
}

.tag-modal .modal-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px !important
}

.tag-modal .modal-content .modal-header .btn-close {
    margin: 0;
    padding: 0
}

.tag-modal .modal-content {
    border-radius: 16px;
    border: none
}

.tag-modal .modal-content .modal-header {
    border-bottom: 1px solid #EBF0F5;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px !important
}

.tag-modal .tag-modal__tag {
    flex-shrink: 0;
    padding: 0 6px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 20px;
    transition: all .3s
}

.crypto_calculator {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px
}

.crypto_calculator__title {
    margin: 0;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important;
}

.crypto_calculator__swap-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.crypto-page__swap-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    z-index: 3;
    box-shadow: 0 0 0 6px #fff;
}

.crypto_calculator__input-container {
    height: 100%;

}

.crypto_calculator__input-container input {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #E2E8F0;
    border-radius: 12px 0 0 12px;
    height: 100%;
    direction: ltr;
    font-size: 16px;
    color: #1E293B;
    line-height: 20px
}

.crypto_calculator .dropdown-menu {
    max-height: 220px !important;
    overflow: auto;
    list-style-type: none;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    border: 1px solid #E2E8F0;
    padding: 0;
    margin: 0;
    border-radius: 12px;
}

.crypto_calculator .dropdown-menu .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    direction: ltr;
    padding: 16px 16px;
    border-bottom: 1px solid #EBF0F5;
    color: #1E293B
}

.crypto_calculator .dropdown-menu .form-control::placeholder {
    color: #BCC8D6
}

.crypto_calculator .dropdown-menu li {
    direction: ltr;
    padding: 0;
    margin: 0 0 4px;
    color: #475569;
    font-size: 16px;
    line-height: 20px
}

.crypto_calculator .dropdown-menu li:first-child {
    margin: 0;
    padding: 0
}

.crypto_calculator .dropdown-menu li button {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.3s;
}

.crypto_calculator .dropdown-menu li button:hover,
.crypto_calculator .dropdown-menu li.active-currency button {
    background: #F1F5F9;
}

.crypto-page__dropdown-container {
    display: flex;
    align-items: center;
    gap: 8px
}

.crypto-page__dropdown-img {
    width: 16px !important;
    height: 16px !important;
}

.crypto-page__chart-sidetop-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 28px
}

.crypto-page__chart-range-container {
    width: 100%;
}

@media (max-width: 768px) {
    .crypto-page__chart {
        flex-direction: column;
    }

    .crypto-page__tab-header {
        overflow: auto;
        scrollbar-color: transparent transparent;
        scrollbar-width: none;
    }

    .crypto-page__tab-item {
        white-space: nowrap;
    }

    .crypto-page__chart-side {
        width: 100%;
        padding-left: unset;
        border-left: unset;
    }

    .crypto_calculator__input-container input {
        padding: 16px 16px 16px 20px
    }

    .crypto-page__button-right {
        height: 100%
    }

    .crypto-page__coin-price-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 20px 0
    }

    .crypto-page__coin-price-table tbody tr td:first-child {
        grid-area: 1 / 1 / 2 / 3;
    }

    .crypto-page__coin-price-table tbody tr td:last-child {
        grid-area: 4 / 1 / 5 / 3;
    }

    .crypto-page__coin-price-table tbody tr td:after {
        content: unset !important;
    }

    .crypto-page__coin-price-table .ibwExchangeButton {
        justify-content: start;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .crypto-page__coin-price-table thead {
        display: none;
    }

    .crypto-page__coin-price-table tbody tr td {
        padding: 0;

    }

    .crypto-page__coin-price-table tbody tr p {
        padding: 0 !important;
        font-size: 12px;
        color: #94A3B8;
        line-height: 16px;
    }

    .crypto-page__coin-price-table tbody tr td > div {
        display: flex;
        gap: 4px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px
    }

    .crypto-page__chart-trading {
        height: 600px;
        padding: 0
    }

    .crypto-page__chart-trading.analysis {
        height: 1250px;
    }

    .crypto-page__list-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .crypto-page__last-news {
        grid-template-columns: repeat(1, 1fr);
    }

    .crypto-page__last-card img {
        width: 116px;
        height: 80px
    }

    .crypto-page__last-card {
        display: grid;
        grid-template-columns: minmax(min-content, max-content) 2fr;
    }

    .crypto-page__chart-sidetop-upper {
        padding-top: 28px;
        border-top: 1px solid #EBF0F5;
        gap: 28px
    }

    .crypto-page__chart-coin-about-head span {
        font-size: 24px;
        line-height: 32px;
    }

    .crypto-page__chart-coin-about-number {
        font-size: 14px
    }

    .crypto-page__chart-coin {
        gap: 16px
    }

    .crypto-page__chart-price {
        width: 100%;
        align-items: end
    }

    .crypto-page__chart-price > div:first-child {
        flex-direction: row-reverse;
    }

    .crypto-page__chart-price span {
        font-size: 24px;
        line-height: 32px;
    }

    .crypto-page__chart-price-tag {
        flex-direction: row-reverse;
    }

    .crypto-page__chart-price-high p {
        line-height: 20px
    }

    .crypto-page__chart-price-high p {
        color: #94A3B8
    }

    .crypto-page__chart-sidebottom-upper {
        padding-top: 12px
    }

    .crypto-page__chart-sidebottom-upper-cell:first-child {
        padding-top: 0
    }

    .crypto-page__chart-sidetop {
        gap: 40px
    }

    .crypto_calculator {
        margin-top: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 40px !important;

    }

    .crypto-page__coin-price-table .ibwCustomLink {
        display: flex;
        align-items: center;
    }

    .crypto-page__chart-view {
        gap: 40px
    }

    .crypto-page__chart-view-title {
        margin-bottom: 16px
    }

    .crypto-page__card-header-text {
        gap: 8px;
    }

    .crypto-page__card-header-text a {
        color: inherit !important;
        line-height: 20px;
        font-size: 16px
    }

    .crypto-page__card-header-text span {
        line-height: 20px;
        font-size: 14px
    }

    .crypto-page__last {
        padding: 64px 0;
        gap: 28px
    }

    .crypto-page__last-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .crypto-page__last-title a {
        font-size: 14px;
        line-height: 20px
    }

    .crypto-page__last-card .crypto-page__last-card-title {
        font-size: 14px;
        line-height: 32px;
    }

    .crypto-page__last-card span {
        font-size: 12px;
    }

    .crypto-page__change-table-container {
        overflow: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }

    .forex-faq {
        gap: 28px;
        padding: 64px 0
    }

    .forex-faq__title {
        gap: 12px;
        margin-top: 0 !important;
        font-size: 20px !important;
    }

    .ibw-faq {
        padding: 20px 0;
    }

    .forex-faq__q-each {
        font-size: 14px;
        line-height: 20px
    }

    .ibw-faq.open .forex-faq__q-each-answer {
        font-size: 12px;
        line-height: 28px;
    }

    .crypto-page__chart-sidetop-lower {
        gap: 20px
    }

    .tag-modal .modal-dialog {
        height: 100%;
        margin: 0;
    }

    .tag-modal .modal-dialog .modal-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 16px 16px 0 0;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .crypto-page__chart {
        flex-direction: column;
    }

    .new-header-design__calendar {
        display: none;
    }

    .new-header-design {
        border: none;
        border-bottom: 1px solid #ebf0f5;
    }

    .crypto-page__chart-side {
        width: 100%;
        border-left: unset;
        padding-left: unset;
        padding-bottom: 40px
    }

    .crypto-page__chart-sidetop-upper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px
    }

    .crypto-page__chart-sidetop-upper > div:first-child {
        grid-area: 1 / 1 / 2 / 2;
    }

    .crypto-page__chart-sidetop-upper > div:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .crypto-page__chart-sidetop-upper > div:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }

    .crypto-page__chart-sidetop-upper > div:nth-child(4) {
        grid-area: 3 / 1 / 4 / 3;
    }

    .crypto-page__chart-sidetop-upper > div:nth-child(5) {
        grid-area: 4 / 1 / 5 / 3;
    }

    .crypto-page__chart-coin {
        justify-content: start;
    }

    .crypto-page__chart-coin-about {
        flex-grow: 1;
    }

    .crypto-page__chart-price {
        align-items: end;
    }

    .crypto-page__chart-price-high p {
        font-size: 14px
    }

    .crypto-page__chart-sidetop {
        gap: 40px
    }

    .crypto-page__chart-sidetop-info {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .crypto-page__chart-sidebottom-upper {
        padding-top: 0
    }

    .crypto-page__chart-sidetop-lower {
        gap: 20px
    }

    .crypto-page__tab-header {
        overflow: auto;
        scrollbar-color: transparent transparent;
        scrollbar-width: none;
    }

    .crypto-page__tab-item {
        white-space: nowrap;
    }

    .crypto-page__swap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .crypto-page__change-table-container {
        overflow: auto;
        scrollbar-color: transparent transparent;
        scrollbar-width: none;
    }

    .crypto-page__coin-price-table {
        overflow: auto;
        scrollbar-color: transparent transparent;
        scrollbar-width: none;
    }

    .crypto-page__coin-price-table .ibwCustomLink > div:first-child {
        width: 20px;
    }

    .crypto-page__coin-price-table .ibwExchangeButton button {
        flex-shrink: 0;
        display: block
    }

    .crypto-page__list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .crypto-page__chart-trading {
        height: 500px
    }

    .crypto-page__chart-trading.analysis {
        height: 1300px

    }

    .crypto-page__last-news {
        grid-template-columns: repeat(2, 1fr);

    }

    .crypto-page__coin-price-table .ibwExchangeButton {
        margin-right: 20px;
    }
}

@media (min-width: 1201px) {
    .single-page__sidebar__dropdown:hover > .dropdown-menu {
        display: block;
    }
}