.modal-header {
	padding-bottom: 6px;
}

.modal-header h2, .forex-page-container h2 {
	margin-bottom: 6px;
}

.modal-body {
	padding-top: 0;
}

.forex-page-container {
	margin: 10px 50px;
}
@media (max-width: 767px) {
	.forex-page-container {
		margin: 10px 25px;
	}
}

.forex-page-description {
	margin: 10px 0 10px 0;
    padding: 5px;
    border: 1px solid var(--b2c-blue-20);
    border-radius: 3px;
    font-size: 12px;
	text-align: justify;
}

.ref-list-tab-container {
	border: 1px solid var(--b2c-blue-20);
    border-radius: 3px;
}

.ref-list-tab-container::-webkit-scrollbar {
	width: 5px;
}

.ref-list-tab-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.ref-list-tab-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

table[id*="ref-list-tab"] {
	width: 100%;
}

table[id*="ref-list-tab"] th {
	padding: 5px 5px;
	background-color: var(--b2c-blue-100);
	vertical-align: baseline;
}

table[id*="ref-list-tab"] th:nth-child(2), table[id*="ref-list-tab"] th:nth-child(3), 
table[id*="ref-list-tab"] th:nth-child(4) {
	width: 180px;
}

table[id*="ref-list-tab"] th h4 {
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

table[id*="ref-list-tab"] td {
	padding: 0 8px 3px 20px;
}

table[id*="ref-list-tab"] td:nth-child(2), table[id*="ref-list-tab"] th:nth-child(2) h4, 
table[id*="ref-list-tab"] td:nth-child(3), table[id*="ref-list-tab"] th:nth-child(3) h4, 
table[id*="ref-list-tab"] td:nth-child(4), table[id*="ref-list-tab"] th:nth-child(4) h4 {
	text-align: right;
}

table[id*="ref-list-tab"] tr[id*="ref-list-tab-item-country"] td {
	background-color: var(--b2c-blue-60);
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

table[id*="ref-list-tab"] tr[id*="ref-list-tab-item-product"] td:nth-child(1) {
	font-size: 14px;
}

table[id*="ref-list-tab"] tr[id*="ref-list-tab-item-product"] td:nth-child(1) div {
	min-height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

table[id*="ref-list-tab"] h3 {
	text-align: left;
	color: #ffffff;
}

tr[id*="ref-list-tab-item"] {
	background-color: var(--b2c-blue-20);
	border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;
}

.loading {
	border: 10px solid var(--b2c-blue-60);
	border-top: 10px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	position: relative;
	left: 45%;
	margin: 10px 0;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-collapse: separate;
    margin: 0 55px;
}
@media (max-width: 767px) {
	.sticky {
		margin: 0 30px;
	}
}

.sticky th {
    padding: 5px 5px;
    background-color: var(--b2c-blue-60);
    vertical-align: baseline;
}

.sticky th h4 {
    margin: 0;
    text-align: left;
	font-size: 14px;
    color: #fff;
}

.forex-product-type {
	font-size: 12px;
}