/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2023 | 02:58:38 */
.ginput_address_state #input_33_10_4 {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 50px;
}

/* Modal Container */
.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
}

/* Modal Content */
.modal-content {
	background-color: #fff;
	margin: 6% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 85%;
	position: relative;
/* 	overflow-y: scroll;
	height: 76%; */
}

.modal-content h2 {
	margin-bottom: 20px;
}

/* Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover {
	color: red;
}
