.live-price-widget * {
    margin: 0;
    padding: 0;
    font-family: inherit;
}

.live-price-widget__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D4DEE7;
    display: flex;
    align-items: flex-end;
}

.live-price-widget__header h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-right: 15px;
}

.live-price-widget__header small {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 10px;
}

.live-price-widget__boxes {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #D4DEE7;
    position: relative;
}

.live-price-box__container {
    flex: 1;
}

.live-price-box__container p {
    display: flex;
}

.live-price-box__container p span {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-price-box {
    color: #fff;
    padding: 13px 20px;
	position: relative;
}

.live-price-box > a {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.live-price-box h3 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.live-price-box--sell {
    background-color: #a8b6c3;
    border-radius: 8px 0 0 8px;
}

.live-price-box--buy {
    background-color: #a8b6c3;
    border-radius: 0 8px 8px 0;
}

.live-price-box-daily-metrics,
.live-price-widget__last-update {
    font-size: 12px;
    color: #828282;
    line-height: 26px;
}

.live-price-box-daily-metrics {
    margin: 10px 0;
}

.live-price-spread-circle {
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, calc(50% - 26px));
    z-index: 2;
    background-color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #222;
}

/* Chart Styles */
.tv-lightweight-charts table tr:first-child td:nth-child(2) canvas:first-child {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}

.ifx-chart-container td {
    border: none !important;
}

.chart-style-buttons li a {
    color: #000;
}

.chart-buttons {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-header h3 {
    font-size: 28px;
}

.chart-header a {
    color: #000;
    text-decoration: underline;
}

.chart-buttons ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 30px;
}

.chart-buttons ul li {
    display: inline-flex;
}

.chart-buttons ul li a {
    display: inline-flex;
    padding: 0 14px;
    border-radius: 100px;
    border: 1px solid #D4DEE7;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    align-items: center;
    line-height: 1;
}

.chart-buttons ul li a:hover,
.chart-buttons ul li a.active {
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.chart-style-buttons {
    border-radius: 100px;
    overflow: hidden;
    /* border: 1px solid #D4DEE7; */
    -webkit-box-shadow: inset 0px 0px 0px 1px #D4DEE7;
    -moz-box-shadow: inset 0px 0px 0px 1px #D4DEE7;
    box-shadow: inset 0px 0px 0px 1px #D4DEE7;
}

.chart-style-buttons>li {
    display: flex;
}

.chart-style-buttons>li:first-child {
    overflow: hidden;
}

.chart-style-buttons>li:last-child {
    overflow: hidden;
}

#chartDefault {
    /* border-radius: 0; */
    border: none;
}

#chartLines {
    /* border-radius: 0; */
    border: none;
}

.chart-tooltip {
    background-color: #222222D9;
    color: #fff;
    backdrop-filter: blur(4px);
}

.tooltip-text {
    color: #D4DEE7;
}

.tooltip-text strong {
    color: #fff;
}

.chart-tooltip-date {
    font-size: 10px;
    color: #D4DEE7;
    margin-bottom: 5px;
}

.chart-notice {
    text-align: right;
    color: #828282;
    font-size: 14px;
    margin-top: 30px;
}

.chart-title {
    font-weight: 600;
    font-size: 28px;
}

.ifx-symbol-description-container {
    text-align: center;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(34, 34, 34, 1) 100%);
    padding: 80px 0;
}

.ifx-symbol-description__content {
    max-width: var(--content-width);
    margin: 0 auto;
}

.ifx-symbol-description-container h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #e6e6e6;
    margin-bottom: 30px;
}

.ifx-symbol-description-text {
    color: #e6e6e6;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.ifx-symbol-description-table {
    max-width: var(--content-width);
    margin: 0 auto;
/*     padding: 80px 0; */
}

.ifx-symbol-description-table>h3 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    margin-bottom: 50px;
}

.trading-conditions-table__left-group {
    margin-bottom: 40px;
}

.trading-conditions-table__left-group-header {
    margin-bottom: 25px;
}

.trading-conditions-table__left-group-header h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
}

.trading-conditions-table__left-group-content-item {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #D4DEE7;
    padding: 15px 0;
}

.trading-conditions-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px;
}

.trading-conditions-table__left,
.trading-conditions-table__right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 767px) {
	.trading-conditions-table {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.trading-conditions-table__left, .trading-conditions-table__right {
		gap: 0;
	}
	
	.ifx-symbol-description-table>h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.chart-buttons {
		width: 100%;
		align-items: flex-start;
	}
	
	.chart-buttons > ul {
		flex-wrap: wrap;
		flex: 1;
		gap: 10px;
		max-width: 60%;
		height: auto;
	}
	
	ul.chart-style-buttons {
		max-width: 95px;
		gap: 0;
	}
}


.ifx-chart__container {
	position: relative;
}



.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: all ease-in-out 250ms;
    z-index: 10;
}

.loader-wrapper.active {
	opacity: 1;
	pointer-events: all;
}