
.cpm-popup-overlay {    
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Just below the popup */
}
.cpm-popup-content {   
    display: none;
    position: fixed;   
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 6px;
    max-width: 600px;
    width: 90%;
    z-index: 10000; /* Ensures the popup appears above other elements */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Optional: adds a subtle shadow */
    border-radius: 8px; /* Optional: rounds the corners */
    border: 2px solid #3faf9f;
    text-align: center;
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 9px #1fbbbb;
    -webkit-box-shadow: 0px 0px 9px #32dba4;
    -moz-box-shadow: 0px 0px 9px #000000;
}

.cpm-popup-close {
    position: absolute;
    top: -24px;
    right: -15px;
    cursor: pointer;
    font-size: 40px;
    font-family: 'MavenPro-Regular', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-weight: bold !important; */
    line-height: 1.8;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 9px #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    border-radius: 50%;    
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;   
    -webkit-box-shadow: 0px 0px 9px #000000;
    -moz-box-shadow: 0px 0px 9px #000000;
    -khtml-box-shadow: 0px 0px 9px #000000;
}

.popup-link {
    background-color: #00babc;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    /* font-weight: 500; */
    border-radius: 10px;
}
.main-div-part.clearfix {
    padding-bottom: 10px;
}
.pop-img-part-100{
    margin-top: -14px;
    margin-bottom: -9px;
}
form#custom_popup_submission_form {
    padding: 0 17px;
}
.popup-error-class{
    color: red!important;
}
input#popup-firstname, 
input#popup-lastname, 
input#popup-email,
textarea#popup-message
{
    margin-top: 3px;
}
@media (min-width: 575.98px) {
    .cpm-popup-content {            
        top: 45%;
    }  
    .pop-img-part-50 {
        float:left; 
        width:50%;
    }  
    .pop-img-part-100 {        
        width:100%;
    }   
    .pop-content-part-50 {
        float:right; 
        width:50%;
        padding-right: 27px;
        text-align: justify;
    }
    .pop-content-part-100 {
        text-align: justify;
    }
    .popup-first-name-row{
        width:47%;
        float:left;
        
    }
    .popup-last-name-row{
        width:50%;
        float:right;
        
    }
}
@media (max-width: 575.97px) {
    .cpm-popup-content {            
        top:43%;
    }  
    .pop-img-part {
       width:100%;
    }      
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
span.PIN_1745484743324_button_pin.PIN_1745484743324_save {
    display: none;
}
span[class^="PIN_"] {
    display: none;
}

label.form-input-title {
    color: #2c2a2a; 
    text-transform: math-auto;
    margin-bottom: 0px;
}
.popup-first-name-row, 
.popup-last-name-row,
.popup-email,
.popup-message,
.popup-file-upload,
.popup-Official-rule{
    text-align: left;
}