/* alerts */
#alert__msg{
	padding: 30px 40px 30px 40px;
	/* background: #fefefe; */
	/* color: #324554; */
		border: 1px solid #efefef;
    font-family: inherit;
    /* font-size: 18px; */
    	
    position: fixed;
    z-index: 999999;
    top: 120px;
    width: 450px;
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    display: none;
    
    background: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    
}

.alert__title{
	font-weight: bold;
	text-align: center;
}

.alert_message{
	line-height: 1.2;
	padding-top: 10px;
	font-size: 16px;
}

.alert__ok{
	min-width: 95px;
	max-width: 60%;
	height: 37px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    
    /* background: silver; */
    background: #000;
    border: 0;
    /* border-radius: 3px; */
    text-align: center;
    
    /* padding: 3px 0px 3px 0px; */
    padding: 10px 30px;
    margin-top: 20px;
    cursor: pointer;
    /* font-size: 14px; */
    margin-left: auto;
    margin-right: auto;
    
    
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    
}

/* loader cover */
.local-cover{
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.75) url(/images/common/loader.svg) no-repeat 50% 50%;
}