/* @font-face {
	font-family: "Playfulist";
	src: url("/css/fonts/Playfulist.ttf") format("truetype"),
		url("/css/fonts/Playfulist.otf") format("opentype"),
} */

@font-face {
	font-family: "Gontserrat";
	src: url("/css/fonts/gontserrat/Gontserrat-Light.ttf") format("truetype"),
}

* {
	border-radius: 0px !important;
}

.dispnon {
	display: none !important
}

.custom-logo {
	width: 410px;
	height: auto;
}

.custom-footer {
	margin-top: auto;
}
.custom-form-field-search input[type="text"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 70%;
	vertical-align: middle;
	height: 35px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-form-field input[type="text"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-form-field input[type="date"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field input[type="email"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field input[type="password"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field input[type="phone"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field textarea[type="textarea"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 200px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field select[type="select"] {
	border: none;
	color: rgb(0, 0, 0);
	display: inline;
	background: #f5f5f5;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	border-radius: 0px !important;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-form-field input[type="text"]:focus {
	border-color: #ec4f7b;
	/* Change the border color to black */
	color: #000;
	/* Change the text color to black */
	background: #f5f5f5;
	outline: none;
	/* Remove the default outline when focused */
	box-shadow: 0 2px 0 #ec4f7b;
	/* Adding box-shadow to create colored outline below */
}

.custom-form-field-search input[type="text"]:focus {
	border-color: #ec4f7b;
	/* Change the border color to black */
	color: #000;
	/* Change the text color to black */
	background: #f5f5f5;
	outline: none;
	/* Remove the default outline when focused */
	box-shadow: 0 2px 0 #ec4f7b;
	/* Adding box-shadow to create colored outline below */
}

.eggplant-button input[type=submit] {
	background-image: url('/images/eggplant.png');
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	width: 50px;
	height: auto;
	padding: 15px;
	margin: 0;

}

.custom-button {
	margin: 20px;
	width: 250px !important;
	background-color: #e5892b !important;
	border-color: #e5892b !important;
	color: black !important;
	border-radius: 0px;
	!important;
}

.custom-button:hover {
	border-color: #ec4f7b !important;
	box-shadow: 0 2px 0 #ec4f7b;
	/* Adding box-shadow to create colored outline below */
}

.custom-button-pagination {
	text-align: center;
	width: 55px !important;
	background-color: #e5892b !important;
	border-color: #e5892b !important;
	color: black !important;
	margin-top: 1em;
	margin-bottom: 1em;
}

.custom-container {
	background-color: #fff;
	color: #000 !important;
	border-radius: 0px;
	text-align: left;
	margin: 15px;
}

.custom-hr {
	height: 3px !important;
	border: 0 !important;
	opacity: 1 !important;
	color: #f0bfa4;
	!important;
}

.custom-blocked-container {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-top: 50px;
}

.custom-h4-underline {
	color: #ec4f7b;
	font-size: 15px;
	margin: 0;
}

.custom-header {
	padding: 0 96px;
}

.custom-header-logo {
	margin: 15px;
	width: 270px !important;
}

@media (max-width: 550px) {
	.custom-header-logo {
		width: 270px !important;
	}
}

.nav-link {
	margin-left: 20px;
}

.navbar-toggler {
	float: right;
}

.custom-hero-container-image {
	width: 400px;
	margin: 50px;
}

.custom-hero-container-text {
	display: flex;
	flex-direction: column;
	justify-content: left;
	padding: 30px;
	/* Adjust as needed */
}

.nav-link {
	color: #e5892b !important;
}

.nav-link:hover {
	color: #ec4f7b !important;
}

.custom-color-ec4f7b {
	color: #ec4f7b;
}

.centeredmenu {
	clear: both;
	min-width: 220px;
	margin: auto;
}

.loading {
	color: red;
}

.dynamic {
	background-color: #ccc;
	color: #000;
}

.btn-outline-search {
	color: #ec4f7b !important;
	border-color: #ec4f7b !important;
}

.text-pline {
	color: #ec4f7b !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}