/* CSS 2021 */

.filter_loading{position:fixed;display:none;top:0;left:0;text-align:center;background:rgba(0,0,0,0.6);color:#FFF;width:100%;height:100%;z-index:999999999;}
.filter_loading img{margin: 20% auto 0 auto;padding:5px;width:54px;}
.alert-popup{display:none; position:fixed;top:0;left:0;width:100%;text-align:center;background:#ffda78;padding:10px;color:#333;font-family:cursive;}
.mgserror{color:red;margin:10px auto;padding:5px;font-size:12px;text-align:center;}
.error_message{margin-bottom:10px;font-size:12px;color:#d21919;border-radius:5px;font-weight:400;padding:2px 10px 0 200px;text-align:left;}


.overlay {background:#000000b3; position: fixed;z-index:2;width: 100%;height: 100%;left: 0;right: 0;margin: auto;
top: 0;bottom: 0;display:none;}
.over_inner {width: 100%;height: 100%;}


.common_popup_wrap{width: 405px; height: 218px; position: fixed;margin: auto;background: #fff;left: 0;right: 0;z-index: 9;top: 0;bottom: 0;display:none; border-radius:5px;}

.common_popup_wrap .pop_head_wrap{position: absolute;padding:17px 28px; width: 100%;border-bottom:1px solid #ddd;background: #fff;}
.common_popup_wrap .pop_up_content {width: 100%;padding:20px 28px;float: left;margin:0;text-align: justify;}
.common_popup_wrap .pop_cross {position: absolute;right: 12px;top:17px; color: #00a5d8;}
.common_popup_wrap .popup_footer{width: 100%; bottom:0;}
.common_popup_wrap .pop_up_forms h2{margin:0; font-weight:normal;}
.common_popup_wrap .pop_head_wrap .pop_up .heading_style1{margin:0; font-weight:normal;}
.note{font-size: 11px;}
.note span{color:red;     }

.common_popup_wrap .popup_footer .button_style3{    padding: 3px 20px;}
.common_popup_wrap .popup_footer .del_icn{margin: 0px;}
.common_popup_wrap .pop_up_content h2{font-weight:normal;}
.common_popup_wrap .pop_up_content p{font-size: 16px; margin: 8px 0 21px 0;}

.common_success_msg{ color: green; }
.common_error_msg{ color: red; }
.common_popup_wrap .pop_up_content p.common_text_message{margin: 52px 0; line-height: 19px;}

