﻿ 
html {
	font-size: 14px;
	scroll-behavior: smooth;
}

.grecaptcha-badge {
	z-index: 1;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.text-yellow {
	color: #c29e29;
}

.owl-item {
	display: flex;
	justify-content: center;
}

.owl-nav {
}

.bg-golden {
	background-color: #d7a836;
	color: white;
}

.highlight-row {
	position: relative
}

.event-cancel {
	position: relative
}

	.event-cancel::before {
		color: white;
		z-index: 2;
		position: absolute;
		top: -10px;
		left: -20px;
		font-size: 10px;
		background-color: red;
		padding: 2px 5px;
		border-radius: 5px;
		content: "CANCEL";
	}

.highlight-row-card {
	position: relative
}

.highlight-row::before {
	color: white;
	position: absolute;
	top: -10px;
	right: -20px;
	font-size: 10px;
	background-color: #d7a836;
	padding: 2px 5px;
	border-radius: 5px;
	content: "Today";
}

.highlight-row-card::before {
	color: white;
	position: absolute;
	top: -10px;
	left: -20px;
	font-size: 15px;
	background-color: #d7a836;
	padding: 2px 5px;
	border-radius: 5px;
	content: "Today";
}
/*Start Loading*/
/*.preload {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.loading-hidden {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.preload:before {
	position: absolute;
	content: "";
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid;
	border-color: #111d3a rgba(255, 255, 255,0.6);
	-webkit-animation: spin 2s linear infinite;
	animation: l1 1s infinite;
}
@keyframes l1 {
	to {
		transform: rotate(.5turn)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}*/
/*End Loading*/

/*--- Start loading icon ---*/
.sk-chase {
	width: 40px;
	height: 40px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

	.sk-chase-dot:before {
		content: '';
		display: block;
		width: 25%;
		height: 25%;
		background-color: #c29d5c;
		border-radius: 100%;
		animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	}

	.sk-chase-dot:nth-child(1) {
		animation-delay: -1.1s;
	}

	.sk-chase-dot:nth-child(2) {
		animation-delay: -1.0s;
	}

	.sk-chase-dot:nth-child(3) {
		animation-delay: -0.9s;
	}

	.sk-chase-dot:nth-child(4) {
		animation-delay: -0.8s;
	}

	.sk-chase-dot:nth-child(5) {
		animation-delay: -0.7s;
	}

	.sk-chase-dot:nth-child(6) {
		animation-delay: -0.6s;
	}

	.sk-chase-dot:nth-child(1):before {
		animation-delay: -1.1s;
	}

	.sk-chase-dot:nth-child(2):before {
		animation-delay: -1.0s;
	}

	.sk-chase-dot:nth-child(3):before {
		animation-delay: -0.9s;
	}

	.sk-chase-dot:nth-child(4):before {
		animation-delay: -0.8s;
	}

	.sk-chase-dot:nth-child(5):before {
		animation-delay: -0.7s;
	}

	.sk-chase-dot:nth-child(6):before {
		animation-delay: -0.6s;
	}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot {
	80%, 100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot-before {
	50% {
		transform: scale(0.4);
	}

	100%, 0% {
		transform: scale(1.0);
	}
}
/*--- End loading icon ---*/

.avatar {
	object-fit: cover;
	overflow: hidden;
}

.avatar-custom {
	object-fit: cover;
	width: 50px;
	height: 50px;
}

.form-group:has(input.required) label::after,
.form-group:has(select[data-required]) label::after,
.form-group:has(select.required) label::after,
.form-group:has(textarea.required) label::after {
	content: ' *';
	color: red; /* You can adjust the color as needed */
}

.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.card {
	z-index: 2;
}

.step-counter {
	color: white;
}

.step-name {
	margin-top: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	color: black;
}

.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}

.processing {
	position: absolute;
	top: -5px;
	right: -10%;
	width: 25px;
	height: 25px;
}

.stepper-item .processing {
	display: none !important;
}

@keyframes slide {
	0% {
		transform: translateX(-50%);
	}

	50% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.processing.animate {
	display: block !important;
	animation: slide 2s infinite;
}

.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 2;
}

.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	margin-bottom: 6px;
}

.stepper-item.active {
	font-weight: bold;
}

.stepper-item img {
	filter: saturate(0);
}
/* Stepper item completed styles */
.stepper-item.completed .step-counter {
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.5s ease;
	animation: gradientShift 1.5s ease infinite;
	background-color: transparent;
}

.stepper-item.completed img {
	filter: none;
}

@keyframes gradientShift {
	0% {
		transform: scale(1.0) rotate(0deg);
	}

	25% {
		transform: scale(1.1) rotate(-10deg);
	}

	50% {
		transform: scale(1.0) rotate(10deg);
	}

	75% {
		transform: scale(1.1) rotate(-10deg);
	}

	100% {
		transform: scale(1.0) rotate(0deg);
	}
}

.step-counter img {
	height: 70px;
	width: 70px;
	object-fit: contain;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 5px solid #111d3b;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item:first-child::before {
	content: none;
}

.stepper-item:last-child::after {
	content: none;
}

@media only screen and (max-width: 768px) {
	.step-name {
		font-size: 10px;
	}

	.step-counter img {
		height: 50px;
		width: 50px;
		object-fit: contain;
	}
}

.rate {
	float: left;
	height: 46px;
	padding: 0 10px;
}

	.rate:not(:checked) > input {
		position: absolute;
		visibility: hidden;
	}

	.rate:not(:checked) > label {
		float: right;
		width: 1em;
		overflow: hidden;
		white-space: nowrap;
		cursor: pointer;
		font-size: 20px;
		color: #ccc;
	}

		.rate:not(:checked) > label:before {
			content: '★ ';
		}

	.rate > input:checked ~ label {
		color: #ffc700;
	}

	.rate:not(:checked) > label:hover,
	.rate:not(:checked) > label:hover ~ label {
		color: #deb217;
	}

	.rate > input:checked + label:hover,
	.rate > input:checked + label:hover ~ label,
	.rate > input:checked ~ label:hover,
	.rate > input:checked ~ label:hover ~ label,
	.rate > label:hover ~ input:checked ~ label {
		color: #c59b08;
	}

.rating-css {
	position: relative;
	width: 300px;
	height: 200px;
	color: black;
	background: transparent;
	overflow: hidden;
	box-shadow: 0px 9px 30px rgba(11, 31, 60,0.7);
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 1em;
	border-radius: 10px
}
@media (max-width: 740px) {
	.rating-css img{
		width:90px!important;
	}
}

	.rating-css span {
		position: absolute;
		border-radius: 100vmax;
	}

.top {
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: linear-gradient(90deg, transparent 50%, white, white);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6);
}
.shiny-name {
	font-weight: bold;
	color: white;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffddaa, 0 0 30px #ffcc88, 0 0 30px #ffbb66;
}
.bottom {
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(90deg, white, white, transparent 50%);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6);
}

.right {
	top: 0;
	right: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(180deg, transparent 30%, white, white);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6);
}

.left {
	left: 0;
	bottom: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(180deg, white, white, transparent 70%);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6);
}

.top {
	animation: animateTop 3s ease-in-out infinite;
}

.bottom {
	animation: animateBottom 3s ease-in-out infinite;
}

.right {
	animation: animateRight 3s ease-in-out infinite;
}

.left {
	animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
	25% {
		width: 100%;
		opacity: 1;
	}

	30%, 100% {
		opacity: 0;
	}
}

@keyframes animateBottom {
	0%, 50% {
		opacity: 0;
		width: 0;
	}

	75% {
		opacity: 1;
		width: 100%;
	}

	76%, 100% {
		opacity: 0;
	}
}

@keyframes animateRight {
	0%, 25% {
		opacity: 0;
		height: 0;
	}

	50% {
		opacity: 1;
		height: 100%;
	}

	55%, 100% {
		height: 100%;
		opacity: 0;
	}
}

@keyframes animateLeft {
	0%, 75% {
		opacity: 0;
		bottom: 0;
		height: 0;
	}

	100% {
		opacity: 1;
		height: 100%;
	}
}

.owl-nav button span {
	padding: 10px;
}

.owl-dots button span {
	width: 5px !important;
	height: 5px !important;
}

.bootstrap-select .btn {
	margin-bottom: 0 !important;
}

.bootstrap-select .dropdown-menu.show {
	margin-top: 30px !important;
}

.bootstrap-select .dropdown-menu.inner.show {
	min-height: 150px;
}

@media (max-width: 991.98px) {
	.bootstrap-select .dropdown-menu.show {
		width: 150px;
	}
}

.ui-datepicker-month {
	display: inline;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d2d6da;
	appearance: none;
	border-radius: 0.5rem;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.ui-datepicker-year {
	display: inline;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d2d6da;
	appearance: none;
	border-radius: 0.5rem;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.modal.fade .modal-dialog {
	transition: transform 0.2s ease-out;
	transform: scale(0.8);
}

.modal.show .modal-dialog {
	transform: scale(1);
}

figure.image > img {
	width: 100%;
	height: auto;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*button change officer*/
.button-change-officer {
	min-height: 50px;
	display: inline-flex;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: white;
	background: #4fd1c5;
	background: linear-gradient( 90deg, rgba(11, 31, 60, 1) 0%, rgba(11, 31, 60, 1) 100% );
	border: none;
	border-radius: 1000px;
	box-shadow: 3px 3px 24px rgba(227, 127, 38, 0.64);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
}

	.button-change-officer::before {
		content: "";
		border-radius: 1000px;
		min-width: calc(185px);
		min-height: calc(60px + 8px);
		border: 3px solid rgba(11, 31, 60, 0.8);
		box-shadow: 0 0 60px rgba(25, 70, 136, 0.64);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all 0.3s ease-in-out 0s;
	}

	.button-change-officer:hover,
	.button-change-officer:focus {
		color: wheat;
		transform: translateY(-6px);
	}

		.button-change-officer:hover::before,
		.button-change-officer:focus::before {
			opacity: 1;
		}

	.button-change-officer::after {
		content: "";
		width: 30px;
		height: 30px;
		border-radius: 100%;
		border: 6px solid #ffaa2a;
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: ring 1.5s infinite;
	}

	.button-change-officer:hover::after,
	.button-change-officer:focus::after {
		animation: none;
		display: none;
	}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}

	100% {
		width: 150px;
		height: 150px;
		opacity: 0;
	}
}


.bg-tinder {
	overflow: hidden;
	background-image: linear-gradient(to left, #051937, #552b5d, #a73861, #e16145, #eba712);
}

.select2-selection--single {
	height: 100% !important;
}

.select2-selection__arrow {
	height: 100% !important;
}

.select2-selection__placeholder {
	height: 100% !important;
	display: inline-block !important;
	align-content: center;
}

.select2-selection__rendered {
	height: 100% !important;
}