#modal {
	display: none;
	min-height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 997;
}

#modal_fone {
	background-color: #000000ab;
	min-height: 100vh;
	width: 100vw;
	padding-top: 5%;
}

#location_panel_edit {
	width: 30vw;
	/* height: 80vh; */
	/* margin-left: 30%; */
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.location_panel_header {
	display: flex;
    flex-direction: column;
    background: #fff !important;
    border-bottom: 2px solid #ddd;
    border-bottom-width: 2px !important;
    border-bottom-color: #d02c47;
    align-items: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-bottom: 10px;
}

/* .location_panel_header h3 {
	margin: 0px;
	font-size: 26px;
	font-weight: 500;
	line-height: 18px;
	text-shadow: none;
	padding: 35px 35px 36px;
} */

.butt_cls {
	font-size: 1.5rem;
	background-color: red;
	padding: 10px 10px;
	color: #fff;
}

.locat_object {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: auto;
	position: relative;
	height: 26vh;
	/* height: 52vh; */
}

.locat_object::-webkit-scrollbar {
	width: 0;
}

.location_panel_body input:not(.button) {
	margin: 1% 1%;
	line-height: 20px;
	/* width: 79%; */
	width: 98%;
	background: #fff;
	border: 1px solid #959595;
}

.location_panel_body button {
	color: #FFF;
    background: #d9002a;
    padding: 10px 21px 9px 20px;
    border: 0;
    margin: 1%;
	width: 17%;
	border-radius: 4px;
	cursor: pointer;
}

.location_name_city {
	color: #de002b;
	text-align: center;
}

.location_panel_footer{
	display: flex;
    justify-content: center;
    border-top: solid 2px #d02c47;
}
.default_location_a{
	margin: 10px;
}

.div_city_confirm_panel{
	width: 100%;
    display: flex;
    justify-content: center;
}

#header .middle-h-row td.logo_wrapp {
	padding: 0px;
}

.location_select_btn {
	text-align: center;
	cursor: pointer;
}
.location_select_btn .hover{
	text-decoration: underline;
}
.link_on{
	margin: 0px 0px 8px;
	cursor: pointer;
}
.link_on:hover{
	color: #d02c47;
}

@media screen and (max-width: 998px) {
	#location_panel_edit {
		width: 80vw;
		/* height: 95vh; */
		margin-left: 5%;
		background-color: #fff;
		border-radius: 0px;
	}

	.locat_object {
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow-y: auto;
		position: relative;
		height: 26vh;
		/* height: 65vh; */
	}
	.link_on{
		margin: 0px 0px 12px;
	}
	.location_panel_body input:not(.button){
		width: 98%;
	}
	.location_panel_body button{
		width: 40%;
	}
}
.h3{
	font-size: 2em;
    padding: 15px 10px 10px;
    color: #111;
    font-weight: 600;
    width: auto;
    margin: 0;
	text-align: center;
}
.location_panel_header span{
    color: #111;
    font-weight: 600;
}