@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: "Alliance No.2";
    src: url('../../fonts-alliance/Alliance-No.2-Regular.otf'), url('../../fonts-alliance/ALLIANCE-NO.2-MEDIUM.otf'), url('../../fonts-alliance/Alliance-No.2-SemiBold.otf'), url('../../fonts-alliance/Alliance-No.2-Bold.otf');
}

#search_not_allowed_header .modal-dialog{width:380px !important; top:250px; margin:0 auto;}
#search_not_allowed_header .modal-content .lock-icon{position:absolute;top:-25px;left:50%;margin-left:-25px;}
#search_not_allowed_header .modal-header{background: transparent;min-height: 60px;border-bottom: 0;}
#search_not_allowed_header .modal-header .close{padding:0;margin:0;font-size:30px;font-weight:100;height:0;line-height:20px;background:#fff0;color:#7f7f7f;border:0;position:absolute;top:5px;right:8px;opacity: 1;}
#search_not_allowed_header .modal-header .close:focus{outline:none;}
#search_not_allowed_header .modal-header .close span{width:20px;display:block;font-family:'Inter';font-weight:300;}
#search_not_allowed_header .modal-header .close span:focus-visible{outline: none;}
#search_not_allowed_header .modal-body{min-height:150px;padding:0 15px 15px !important;}
#search_not_allowed_header .modal-body h5{font-family:'Alliance No.2', sans-serif;font-size:20px;font-weight:600;color:#161919;margin-bottom:8px;}
#search_not_allowed_header .modal-body p{font-family:'Inter', sans-serif;font-size:14px;font-weight:600;color:#161919;margin-bottom:16px;}
#search_not_allowed_header .modal-body .btn-black{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;min-width:170px;background:#161a1b!important;border-color:#161a1b;color:#fff!important;text-transform:capitalize;}


.ui-dialog[aria-describedby="search_not_allowed_header_dialog"] .ui-dialog-titlebar{width:380px;top:-34px;left:-1px;border:3px solid #666!important;border-bottom:0!important;border-radius:5px 5px 0 0;}
/*.ui-dialog[aria-describedby="search_not_allowed_header_dialog"] .ui-dialog-titlebar-close .ui-icon{background-image:url(../../images/close-icon-ui.png);}*/
#search_not_allowed_header_dialog{border-radius: 0 0 5px 5px !important;position:initial;padding: 20px 10px 25px;}
#search_not_allowed_header_dialog:before{content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,60%);z-index:-1}
#search_not_allowed_header_dialog h5{font-family:'Alliance No.2', sans-serif;font-size:20px;font-weight:600;color:#161919;margin-bottom:10px;line-height:1.2em;}
#search_not_allowed_header_dialog p{font-family:'Inter', sans-serif;font-size:14px;font-weight:600;color:#161919;margin-bottom:15px;}
#search_not_allowed_header_dialog .btn-black{font-family:'Inter', sans-serif;font-size:13px;font-weight:600;min-width:170px;background-color:#161a1b;border:none;color:#fff;padding:9px;border-radius:5px;cursor:pointer;}
#search_not_allowed_header_dialog .lock-icon{position:absolute;top:-60px;left:50%;margin-left:-25px;}

@media (max-width:767px){
	#search_not_allowed_header .modal-dialog{width:300px !important;top:100px;margin:0 auto;left: 0 !important;}
	#search_not_allowed_header .modal-body p{font-size:12px;}
}
