/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2024 | 13:48:36 */
.pop-up-overlay {
background:rgba(0,0,0,0.6);
position:fixed;
width:100%;
height:100%;
left:0;
top:0;
z-index:10000000;
backdrop-filter: saturate(180%) blur(5px);	
}
html.noscroll{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    overflow-y: scroll !important;
    z-index: 10;
 }
.popup {
    cursor:pointer;
    color:#fff;
    margin-left:0px;
    display:inline !important;
    font-weight: bold;
}
.p-wrap {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#ffc000;
    max-width:800px;
    width:calc(100% - 80px);	
    z-index:100000;
	box-shadow:rgba(0,0,0,0.3) 0 0 14px;

}
.p-cont {
      color: #fff;
    padding: 30px;
    text-align: center;
    min-height: 181px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
		border:2px solid #fff;
	outline:1px solid #ccc;
}
.p-cont a:hover {
color:#000;	
}
.p-cont img {
	max-width: 150px;
}
.p-cont h2 {
    margin:0 0 0px 0;	
}
.closer {
    position:absolute;
    border-radius:50%;
    width:40px;
    height:40px;	
    background:#fff;
    border:4px solid #333;
    right: -20px;
    top: -20px;
    font-size: 44px;
    line-height:0.7;
    text-align: center;
    cursor:pointer;	
}
.p-inner::-webkit-scrollbar {
    width: 9px;
}
.p-inner::-webkit-scrollbar-track {
    background: #333;
}
.p-inner::-webkit-scrollbar-thumb {
    background: #666;
}
.p-inner {
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #666 #333;
}

