.more-less-items {
	margin-top: 10px;
}

.hidden-section {
	display: none;
}

@media screen and (min-width: 1280px) {
	.footer--menu-top a {
		font-size: 15px !important;
	}
}

.loader {
	display: none;
	width: 100%;
	height: 100%;
}

#iframe-container {
	height: 560px;
}

#iframe-container::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.iframe-container::-webkit-scrollbar-thumb {
	background-color: rgba(
		187,
		187,
		187,
		0.5
	); /* Color of the scrollbar thumb */
	border-radius: 4px; /* Rounded corners */
}

.iframe-container::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.8); /* Darker color on hover */
}

#signupIframe {
	display: none;
}

#signupModal .modal-body {
	border-radius: 8px;
}

#signupModal iframe {
	border: none;
}

#signupModal .modal-content {
	padding: 14px;
	background-color: rgba(18, 18, 18, 1) !important;
	border: none !important;
}

#signupModal .close {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	background: transparent;
	border: none;
	font-size: 2em;
	line-height: 0;
	padding: 10px;
}
