.container{  max-width: 1210px;margin: 90px auto 50px;}
.page-id-3668{background: #99d5ff;}

.page-template-page-login-parceiro{	background-color: #eee!important;}
.page-template-page-login-parceiro h1{text-align: center;}

.login-box{
	width: 480px;
	margin: auto;
	padding: 33px;
	background: white;
	border-radius: 4px;
	box-shadow: rgb(60 66 87 / 12%) 0px 7px 14px 0px, rgb(0 0 0 / 12%) 0px 3px 6px 0px;

}
#login .submit_button{
	margin: 20px 0;
	border: 0;
	border: 0;
	width: 100%;
	background: #125040;
	color: #fff;
	font-weight: bold;

}
#login label{
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: 600;
	display: block;
}	

.login-box form input{
	font-size: 16px;
	line-height: 28px;
	padding: 8px 16px;
	width: 100%;
	min-height: 44px;
	border: unset;
	border-radius: 4px;
	outline-color: #125040;
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}



.page-id-3662 .elementor-section-wrap{background-color: #fafafb;}

#page-account-users #box-blog{display: none;}
#page-account-users{min-height: 444px;}

#page-account-users .sidebar .user-infos {padding: 12px 5px 18px;border-bottom:2px solid #f2f2f2;}


#page-account-users .content{box-shadow: 0 0px 17px -13px rgb(0 0 0 / 50%);}

#page-account-users .sidebar .elementor-element-populated{padding: 10px;background: #fff;box-shadow: 0 0px 17px -13px rgb(0 0 0 / 50%);}
#page-account-users .sidebar .user-infos .name{font-size: 22px;text-align: center;}
#page-account-users .sidebar ul{padding: 0;list-style: none;margin-top: 30px;}
#page-account-users .sidebar ul li a{padding: 9px 14px;background: #fff;display: block;color: #000;}
#page-account-users .sidebar ul li a span{margin-right: 4px;}

#page-account-users .sidebar ul li a.active,
#page-account-users .sidebar ul li a:hover{background: #f2f2f2;}



.all-map{display: flex;margin: 58px 0 0;}
#loja-filter {width: 500px;padding: 10px; box-shadow: 3px 3px 6px #00000029; z-index: 1;}
#loja-filter h1{ font-size: 30px;font-weight: 500;color: #3A3A3A;}

#loja-filter .item-filtro{width: 50%;}

#loja-filter .nav-filter{display: flex;justify-content: space-around;background: #fff;}
#loja-filter .nav-filter a{font-weight: bold;padding: 10px;color: #000;display: block;width: 100%;text-align: center;border: 1px solid #125040;}
#loja-filter .nav-filter a.active,
#loja-filter .nav-filter a:hover{background-color: #125040;color: #fff;}

#loja-filter .estado-filtro{display: flex;}
#loja-filter .estado-filtro select{background: #ddd;border: 0; border-radius: 0;}
#loja-filter .loja-filter{display: none;}

#bt-search{
	display: block;
	text-align: center;
	background: #125040;
	padding: 13px;
	color: #fff;
	border-radius: 27px;
	width: 200px;
	margin: 25px auto;
}

#loja-filter #search{background: #EBEBEB;}



#map{width: 100%;height: 700px;}


#loja-filter #results{background: #fff;overflow-y: scroll;padding: 10px;height: 292px;}
#loja-filter #results a{color: #000;}
#loja-filter #results span{display: flex;align-items: center;}
#loja-filter #results span i{margin-right: 15px;}
#loja-filter #results{ border-bottom: 1px solid #00312240; padding-bottom: 15px;}


::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#B7B7B7; 
}



/* Google Maps map: */
#map {   height: 100vh;}

/* Title */
.title {
	font-size: 1rem;z-index: 30;
	font-weight: bold;text-transform: uppercase;letter-spacing: 1rem;
	background: linear-gradient(to right, #53549D, #474555, #ACA9BB);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 1px solid #ACA9BB;
}

/* Search container */
.search-container {
	width: 40vw;
	max-width: 400px;
	height: 6rem;
	position: absolute;
	z-index: 30;
	top: 15rem;
	left: 4rem;
}

.search {height: 100%;display: block;align-items: center;padding-left: 20px;padding-right: 20px;}
.search input {width: 100%;font-size: 2rem;border: none;color: white;font-weight: 400;}
.search input:focus {outline: none;}
.search i { color: white;  font-size: 1.5em;}

/* Stores list */
.stores-list-container {background-color: white;z-index: 30;overflow: hidden;}
.stores-list {overflow-y: scroll;padding-left: 20px; padding-right: 20px;height: 500px;border-top: 1px solid #eee;}

/* Store containers: */
.store-container-background {
	display: flex;
	width: 100%;
	padding: 0 8px;
	margin: 12px 0;
	border-radius: 8px;
	transition: ease-in-out 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.store-container-background:hover {background-color: #eee;}
.store-container-background:focus,.store-container-background:active {background-color: #6f6f8936;}
.store-container {border-bottom: 1px solid #979797; display: flex; cursor: pointer;}
.store-info-container { flex-grow: 1;}
.store-container-name {font-size: 23px;font-weight: 500; color: #125040;}

.store-info-container .store-info{color: #003122;display: flex;margin-bottom: 10px;align-items: center;}
.store-info-container .store-info svg{width: 20px;margin-right: 5px;}

/* Store Info Window: */
.store-info-window {
	width: 300px;
	font-size: 1.1em;
	padding: 8px;
}

.store-info-name {
	font-size: 24px;
	font-weight: bold;
	color: #125040;
}

.store-info-status {
	margin-top: 6px;
	border-bottom: 1px solid #00000029;
	padding-bottom: 7px;
}

.store-info-address,
.store-info-phone {
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.store-info-address .circle,
.store-info-phone .circle {
	width: 30px;
	height: 30px;
	background-color: white;
	color: #514C4C;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 8px;
}



/* Media queries: */

@media screen and (max-width: 640px) {

	.title {
		display: flex;
		top: auto;
		font-size: 1.4em;
		line-height: 1em;
		/* margin-bottom: 3em; */
		left: 2em;

		background: linear-gradient(to right, #8e8eaf, #656580);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: #656580;
	}

	.heading {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 10vh;
		background-color: #fff;
	}

	#map {
		height: 55vh;
	}

	/* Stores list */
	.stores-list-container {
		display: block;
		top: auto;
		left: 0;
		bottom: 0;
		height: 30vh;
		width: 100vw;
		max-width: 100vw;
		border-radius: 0px;
	}

	.store-number {
		visibility: hidden;
	}

	.search-container {
		display: block;
		height: 5vh;
		width: 100vw;
		max-width: 100vw;
		left: 0;
		top: 65vh;
		background-color: #6f6f89;
		border-radius: 0px;
	}

    /* .search {
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    } */

    .search input {
    	width: 100%;
    	text-align: left;
    	font-size: 1.5rem;
    }

    /* Store Info Window: */
    .store-info-window {
    	display: contents;
    	min-width: 200px;
    	font-size: 1.1em;
    	padding: 8px;
    }

    .store-info-name {
    	text-align: center;
    	font-size: 1.9rem;
    	font-weight: bold;
    	color: rgba(0, 0, 0, .87);
    }

    .store-info-status {
    	text-align: center;
    	margin-top: 6px;
    	border-bottom: 1px solid #00000029;
    	padding-bottom: 7px;
    }

    .store-info-address,
    .store-info-phone {
    	margin-top: 8px;
    	display: flex;
    	align-items: center;
    }

    .store-info-address .circle,
    .store-info-phone .circle {
    	width: 30px;
    	height: 30px;
    	background-color: white;
    	color: #514C4C;
    	border-radius: 50%;
    	align-items: center;
    	justify-content: center;
    	display: flex;
    	margin-right: 8px;
    }
}
