ul.tnc {
    padding-inline-start: 1.5em;
    padding-right: 0;
}
ul.tnc-ar {
    padding-inline-start: 0.5em;
    padding-left: 0;
}
ul.tnc > li {
    font-family: SamsungSharpSansregular!important;
    color: #ffffff;
    font-size:12px;
}
ul.tnc-ar > li {
    direction: rtl;
    color: #ffffff;
    font-size:12px; 
}

ul.tnc > li::before {
	content: '\25FC'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5F645A; /* Change the color */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1.6em; /* Also needed for space (tweak if needed) */
}

ul.tnc-ar > li::before {
    direction: rtl;
	content: '\25FC'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5F645A; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 3.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1.6em; /* Also needed for space (tweak if needed) */
}

ul.tnc-sub > li::before {
	content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5F645A; /* Change the color */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1.6em; /* Also needed for space (tweak if needed) */
}

ul.tnc-ar-sub > li::before {
    direction: rtl;
	content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5F645A; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 3.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1.6em; /* Also needed for space (tweak if needed) */
}

.modal-body-tnc > p {
    font-size:12px!important;
    font-family: SamsungSharpSansregular!important;
    color: #262824;
}

.modal-body-tnc-ar > p {
    direction: rtl;
    font-size:12px!important;
    font-family: SamsungOneArabic!important;
    color: #262824;
}

.terms-modal-ar {
    font-family: SamsungOneArabic!important;
    font-weight: 900;
}

.close {
	position: absolute !important;
	right: 3% !important;
}