/* div#register_brand_errormessage {
    color: red;
	font-size: 18px;
    margin-top: 16px;
	margin-bottom: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
}
div#register_brand_Accept_error {
    color: red;
	font-size: 18px;
    margin-top: 16px;
	margin-bottom: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
	width:100%;
}
div#register_register_brand_errormessage {
    color: red;
	font-size: 18px;
    margin-top: 16px;
	margin-bottom: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
	margin-bottom: 16px;
}
div#register_brand_branderror {
    color: red;
	font-size: 18px;
    margin-top: 16px;
	margin-bottom: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
}
div#register_brand_infoerror {
    color: red;
	width:100%;
	font-size: 18px;
	margin-bottom: 16px;
    margin-top: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
} */
/* div#register_brand_successmessage {
    color: green;
    font-size: 18px;
    margin-top: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
	  margin-bottom: 16px;
} */
div#register_register_brand_successmessage{
    color: green;
    font-size: 18px;
    margin-top: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
	    margin-bottom: 16px;
}
span.req_star {
    color: #f00;
    font-size: 18px;
}

/* div#register_membership_errormessage {
    color: red;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 1px 7px 2px;
    padding: 10px;
} */

.loader-wrap{
	background: rgb(0 0 0/30%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    opacity: 0.7;
	display:none;
}
.loader {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 8px solid #F3F3F3;
    border-radius: 50%;
    border-top: 8px solid #287d82;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
span#brand_name_show {
    font-weight: bold;
}

span#location_name_show {
    font-weight: bold;
}