.cod-form-popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.cod-form-popup-content {
    background: #fff;
    padding: 20px;
    width: 300px;
    margin: 50px auto;
    border-radius: 10px;
    text-align: center;
}

.cod-form-popup-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    float: right;
}