.new-save-popup {
    background-color: #00000099 !important;
} 
.modal-dialog {
    position: unset !important;
    pointer-events: unset !important;
}
.popup-inner {
    width: 717px;
    border-radius: 10px;
    background: linear-gradient(111.24deg, #5683FF 0.25%, #283E79 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95vh;
    padding: 30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 11;
}
.btn-close{
    opacity:1 !important;
}
.corner-color {
    position: absolute;
    width: 208.63px;
    height: 208.64px;
    right: 0;
    top: 0;
    background-color: #FFCB02;
    transform: rotate(180deg);
    z-index: -9999;
}

.popup-inner::-webkit-scrollbar {
    width: 4px;
}

.popup-inner::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
.popup-inner::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%); 
}

.popup-inner::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.subtract-img {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
}

.subtract-img-two {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
    transform: rotate(-180deg);
}

.popup-logo {
    width: 110px;
    height: auto;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.34));
    position: absolute;
    top: 13px;
    left: 17px;
}

.popup-content {
    width: 440px;
    min-height: 100%;
    margin: 0 0 0 auto;
    background: linear-gradient(232.39deg, #FFFFFF -0.91%, #EAEAEA 100.83%);
    box-shadow: 0px 2px 6px #416BDD;
    border-radius: 10px;
    padding: 30px 35px;
    text-align: -webkit-center;
    position: relative;
}

.popup-men-img {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 11;
    width: 300px;
    height: auto;
}

.popup-sb-hd {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    color: #000000;
}

.popup-per {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.22;
    color: #000000;
    background: linear-gradient(180deg, #FFCB02 0%, #FEB021 100%);
    border-radius: 9px;
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 10px;
    position: relative;
}

.popup-per::before {
    content: " ";
    position: absolute;
    width: 26px;
    height: 36px;
    background-image: url("../images/popup-sm-fev-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -24px;
    top: 0;
    display: none;
}

.popup-per::after {
    content: " ";
    position: absolute;
    width: 28px;
    height: 38px;
    background-image: url("../images/popup-sm-fev-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -26px;
    top: -20px;
    display: none;
}

.popup-hd {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
}

.popup-para {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2D2D2D;
}

.popup-anchor {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    width: 313px;
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%);
    border-radius: 100px;
    display: block;
    text-decoration: none;
    padding: 13.5px 10px;
}

.popup-anchor:hover {
    background: linear-gradient(111.24deg, #5683FF 0.25%, #283E79 100%);
    color: white;
}

.modal-cls-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    width: 32px;
    height: 32px;
    background: #FFCB02;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
}

.modal-cls-btn:hover {
    background: linear-gradient(111.24deg, #5683FF 0.25%, #283E79 100%);
    color: white;
}

@media(max-width: 767px) {
    .popup-per::after, .popup-per::before {
        display: block;
    }
    
    .popup-para {
        font-size: 16px;
    }
    
    .popup-content {
        padding: 30px 15px;
    }
    
    .modal-cls-btn {
        font-size: 20px;
        width: 28px;
        height: 28px;
    }
    
    .popup-anchor {
        font-size: 14px;
        width: 200px;
        padding: 10px 10px;
    }
    
    .popup-para {
        font-size: 17px;
        line-height: 1.4;
    }
    
    .popup-per {
        font-size: 40px;
        line-height: 1;
        padding: 4px 9px 2px;
    }
    
    .popup-hd {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .popup-sb-hd {
        font-size: 30px;
    }
    .popup-men-img {
        display: none;
    }
    
    .popup-content {
        width: 100%;
    }
    
    .popup-inner {
        max-width: 480px;
        width: 100%;
        padding: 20px 20px;
        text-align: center;
    }
    
    .popup-logo {
        position: unset;
        margin-bottom: 20px;
        width: 120px;
    }
}

@media(max-width: 575px) {
    .popup-inner {
        max-width: 95vw;
    }
}






