.customModal {
    display: none;
    z-index: 2000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    width: 550px;
    max-width: 90vw;
    height: auto;
    max-height: 90vh;
    border-radius: 28px;
    overflow: auto;
    flex-direction: column;
    box-sizing: border-box;
    clip-path: inset(0px round 30px); 
}       
        