/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2026 | 03:36:50 */
.uc-navbar.navbar-dark:not(.navbar-transparent){
	background-color: #05132A;
}

.bg-color-darkblue{
	background-color: #03122E;
}

.bg-color-yellow{
	background-color: #F6C646;
}

.bg-color-gray,
.bg-color-grey{
	background-color: #F2F2F2;
}

.bg-color-white-opacity-20{
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-color-pink-opacity-64{
	background-color: rgba(231, 137, 134, 0.6);
}

.uc-tag.pink{
	background-color: #E78986;
}

.color-yellow{
	color: #F6C646;
}

.color-green{
	color: #22928F;
}

.border-1px-white{
	border: 1px solid white;
}

.border-1px-white-opacity-40{
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.border-bottom-1px-white{
	border-bottom: 1px solid white;
}

.border-rounded{
	border-radius: 50%;
}

.w-11px{
	width: 11px;
}

.w-87px{
	width: 87px;
}

.h-11px{
	height: 11px;
}

.h-57px{
	height: 57px;
}

.h-70px{
	height: 70px;
}

.h-170px{
	height: 170px;
}

.h-280px{
	height: 280px;
}

.h-560px{
	height: 560px;
}

.aspect-ratio-1{
	aspect-ratio: 1;
}

.aspect-ratio-16-9{
	aspect-ratio: 16 / 9;
}

.cursor-pointer{
	cursor: pointer;
}

@media(min-width: 992px){
	.mb-lg-0{
		margin-bottom: 0 !important;
	}
}

.border-0{
	border: 0 !important;
}