.buttonColor {
	background-color: #0255A3 !important;
	border-radius: 27.5px !important;
	border-color: #0255A3 !important;
	height: 45px !important;
	font-size: 16px !important;
	color: white !important;
	-webkit-border-radius: 27.5px !important;
	-moz-border-radius: 27.5px !important;
	-ms-border-radius: 27.5px !important;
	-o-border-radius: 27.5px !important;
}

.buttonColor:hover {
	opacity: 0.95;
	background-color: #0255A3 !important;
	border-color: #0255A3 !important;
	color: white !important;
}

.buttonColor:focus+.buttonColor,
.buttonColor:focus {
	color: #fff !important;
	background-color: #0255A3 !important;
	border-color: #0255A3 !important;
}

.cancelColor {
	background-color: #ffffff !important;
	border-color: #0255A3 !important;
	border-bottom: 5px solid #0255A3 !important;
	color: rgb(0, 0, 0) !important;
}

.cancelColor:hover {
	opacity: 0.95;
	background-color: #f2fbff !important;
	border-color: #0255A3 !important;
	border-bottom: 5px solid #0255A3 !important;
	color: rgb(0, 0, 0) !important;
}

.cancelColor:focus+.cancelColor,
.cancelColor:focus {
	color: rgb(0, 0, 0) !important;
	background-color: #f2fbff !important;
	border-color: #0255A3 !important;
	border-bottom: 5px solid #155c88f3 !important;
}

.side_menu {
	background-color: #26adff !important;
}

.side_menu .menu ul li a span {
	color: #ffffffed;
	font-size: 18px;
}

.tt {
	transition: box-shadow 100ms, transform 300ms;
	cursor: pointer;
	/* border: 0.5px solid #764af1; */
}

.tt:hover {
	box-shadow: 0px 0px 5px #000000c7;
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

label.errorc {
	font-size: 14px;
	display: block;
	margin-top: 1px;
	font-weight: normal;
	color: #ff1100;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.cursor_pointer {
	cursor: pointer;
}

.fontLabel {
	font-size: 16px;
	font-weight: 500;
}

.fontLabelValue {
	font-size: 15px;
}

.css-13cymwt-control {
	/* border-style: none !important; */
	background-color: transparent !important;
}

.css-1fdsijx-ValueContainer {
	/* padding: 5px !important; */
}

.css-16xfy0z-control {
	/* border-style: none !important; */
	background-color: transparent !important;
}

.disabledSelect {
	background-color: #00000012 !important;
}

.multiSelect {
	height: auto !important;
}

.css-16xfy0z-control .css-1jqq78o-placeholder {
	color: rgba(0, 0, 0, 0.87) !important;
}

.pagination ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #f1f1ff;
}

.pagination ul li a {
	display: block;
	padding: 8px 16px;
	color: #000;
	text-decoration: none;
}

.pagination ul li a.active {
	background-color: #4caf50;
	color: white;
}

.pagination ul li a:hover:not(.active) {
	background-color: #555;
	color: white;
}

.pagination ul li a:hover {
	background-color: #555;
	color: white;
}



.react-datepicker-wrapper {
	display: block !important;
}

.switch,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.switch label {
	cursor: pointer;
}

.switch label input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch label input[type="checkbox"]:checked+.lever {
	background-color: #0255A3;
}

.switch label input[type="checkbox"]:checked+.lever:after {
	background-color: #0255A3;
	left: 24px;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 16px;
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -5px;
	top: -3px;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type="checkbox"]:checked:not(:disabled)~.lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus~.lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled)~.lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus~.lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled]+.lever {
	cursor: default;
}

.switch label input[type="checkbox"][disabled]+.lever:after,
.switch label input[type="checkbox"][disabled]:checked+.lever:after {
	background-color: #bdbdbd;
}

.switch label {
	font-weight: normal;
	font-size: 13px;
}

.switch label .lever {
	margin: 0 14px;
}

.contact_form {
	margin-top: 30px;
}

.contact_form .input_fild .form-control::placeholder {
	color: #171a20;
}

.property_img_cards {
	position: relative;
	margin-bottom: 30px;
}

.property_img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.delete_place {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: white;
	/* Adjust color as needed */
	border-color: whitesmoke;
	cursor: pointer;
	z-index: 2;
	/* Ensure it is above the image */
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	opacity: 0.5;
	z-index: 1;
	/* Ensure it is below the delete icon but above the image */
}


.signin_modal .modal-body {
	padding: 0;
}

.signin_modal .modal-content {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	overflow: hidden;
	border: none;
}

.signin_modal .modal-content .btn-close {
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 99;
	color: black;
}

.signin_modal .uplod_vedio_card {
	height: 140px;
}

.signin_card-content {
	margin-top: 22px;
}

.signin_card {
	padding: 30px;
}

.signin_card-content ul li {
	list-style: disc;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #171a20;
	margin-bottom: 15px;
}

.signin_card-content ul {
	padding-left: 20px;
}

.signin_modal .modal-content .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
	color: black;
}

.signin_card {
	padding: 20px;
	/* Adjust padding if needed */
	padding-top: 0;
	/* Removes unnecessary space at the top */
}

.signin_card-content {
	margin-top: 10px;
	/* Reduce this value if there’s too much space below the close button */
}

.signin-title {
	margin-top: 0;
	/* Ensure there's no extra margin pushing the title down */
}

.signin-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.05px;
	color: #171a20;
}


.facilities_list_card {
	border: 1px solid #bec2c680;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 25px 25px;
	margin-top: 20px;
}

.facilities_list_card li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #71859e;
	padding-bottom: 15px;
	flex-wrap: wrap;
}

.facilities_list_card li p {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	/* width: 100px; */
	/* max-width: 100%; */
	color: #71859e;
}

.facilities_list_card li span {
	font-size: 18px;
	font-weight: 700;
	line-height: 21.78px;
	color: #171a20;
}

.facilities_item {
	display: flex;
	gap: 20px;
	align-items: center;
}

.facilities_list_card li:last-child {
	padding-bottom: 0;
	border: none;
}

/* Property Image Scrollable */
.image-container {
	max-height: 700px;
	/* Adjust the height as needed */
	overflow-y: hidden;
	/* Initially, no vertical scrolling */
}

.image-container.scrollable {
	overflow-y: auto;
	/* Enable vertical scrolling */
}

.image-container::-webkit-scrollbar {
	width: 8px;
	/* Set the width of the scrollbar */
}

.image-container::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	/* Set the scrollbar color */
	border-radius: 10px;
	/* Set scrollbar thumb shape */
}

/* Tablet screens (between 768px and 1024px) */
@media (max-width: 1024px) {
	.image-container {
		max-height: 300px;
		/* Adjust the height for tablets */
	}
	.facilities_list_card.scrollable {
		max-height: 150px;
		/* Smaller height for tablets */
	}

	.row.scrollable {
        max-height: 300px; /* Adjust height for tablets */
    }
}

/* Mobile screens (up to 767px) */
@media (max-width: 767px) {
	.image-container {
		max-height: 200px;
		/* Adjust the height for smaller mobile screens */
	}
	.facilities_list_card.scrollable {
		max-height: 120px;
		/* Smaller height for mobile */
	}

	.row.scrollable {
        max-height: 200px; /* Smaller height for mobile screens */
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
	.image-container {
		max-height: 150px;
		/* Further reduce height for very small devices */
	}

	.row.scrollable {
        max-height: 150px; /* Further reduce height for very small devices */
    }
}

/* Default list styles */
.facilities_list_card {
	max-height: none;
	/* No height restriction by default */
	overflow-y: hidden;
	/* No scrolling by default */
	padding-left: 0;
	/* Remove default list padding */
	list-style: none;
	/* Remove default list bullets */
}

/* Add scrolling when the list exceeds 3 attributes */
.facilities_list_card.scrollable {
	max-height: 200px;
	/* Adjust height as needed */
	overflow-y: auto;
	/* Enable scrolling */
}

.facilities_list_card.scrollable::-webkit-scrollbar {
	width: 8px;
	/* Customize scrollbar width */
}

.facilities_list_card.scrollable::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	/* Customize scrollbar thumb color */
	border-radius: 5px;
	/* Make the scrollbar rounded */
}

/* Default styling for the row */
.row.scrollable {
    max-height: 400px; /* Set a maximum height */
    overflow-y: auto;  /* Enable vertical scrolling */
    padding-right: 10px; /* To avoid scrollbar covering the content */
}

/* Custom scrollbar styling */
.row.scrollable::-webkit-scrollbar {
    width: 8px;
}

.row.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); /* Customize scrollbar thumb color */
    border-radius: 5px;
}

