body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr !important;
}

.lang-fa {
    font-family: 'IRANYekanX';
    direction: rtl !important;
}

.lang-fa select {
	background-position: left 0.75rem center; /* Adjusted for RTL padding */
	padding-right: 0.75rem;
	padding-left: 2.5rem;
}
.lang-btn.active {
	background-color: #4f46e5; /* indigo-600 */
	color: white;
	font-weight: 600;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
#noc-results-container {
	max-height: 200px;
	overflow-y: auto;
	border-top: none;
}
#noc-results-container div {
	@apply px-4 py-2.5 cursor-pointer hover:bg-indigo-50 text-slate-700;
}
.tooltip {
	@apply relative inline-block;
}
.tooltip .tooltiptext {
	@apply invisible w-64 bg-slate-800 text-white text-center text-sm rounded-lg py-2 px-3 absolute z-10 bottom-full left-1/2 opacity-0 transition-opacity duration-300;
	transform: translateX(-50%);
	font-weight: normal;
}
.lang-fa .tooltip .tooltiptext {
	transform: translateX(50%);
}
.tooltip:hover .tooltiptext {
	@apply visible opacity-100;
}
/* Custom scrollbar for sidebar */
.custom-scrollbar::-webkit-scrollbar {
	width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
	background: #f1f5f9; /* slate-100 */
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #94a3b8; /* slate-400 */
	border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #64748b; /* slate-500 */
}
h1 {
    font-size: 40px !important;
    color: #195df5 !important;
}
h2 {
    font-size: 24px !important;
    color: #516ef9 !important;
    font-weight: 700 !important;
}
h3 {
    font-size: 20px !important;
}
.shadow-2xl {
 box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 20px -19px !important;
}

.bg-slate-100 {
    background: #383b40 !important;
}
.lang-btn.active {
    background-color: #ffffff !important;
    color: #f5635f !important;
}
h3.text-lg.font-semibold.uppercase.tracking-wider.opacity-80 {
    color: #fafafa
}

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 24px !important;
    color: #195df5 !important;
  }
  h2 {
    font-size: 20px !important;
    color: #516ef9 !important;
    font-weight: 700 !important;
}
}
.grid.grid-cols-1.md\:grid-cols-2.gap-4 select {
    width: 41%;
	border-radius: 13px !important;
}
h3.text-sm.font-semibold.uppercase.tracking-wider.opacity-80 {
    color: #eee !important;
}
h3.text-md.font-semibold.uppercase.tracking-wider.opacity-80 {
    color: #eee;
}
h3.text-lg.font-bold.uppercase {
    color: #eee;
}