.popup_temp{
    background-color: #ffffff;
    width: 1100px;
    padding: 5px 5px;
    position: absolute;
    transform: translate(-50%,-10%);
    left: 50%;
    top: 50%;
    border-radius: 6px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
.popup_temp button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 20px;
    color: #ffffff;
		background: #03549a;
		border-radius: 100%;
		width: 25px;
		height: 25px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup_temp {
	margin-top: 20px;
}
.popup_temp {
    font-size: 14px;
    text-align: justify;
    margin: 10px 0;
    line-height: 15px;
}
a_temp{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}
