/* emptymodal css start */

.emptymodal .edit-mode-button{
    background: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.emptymodal .modal-body{
    position: relative;
    padding: 0;
    max-height: unset;
    overflow-y: unset;
}

.emptymodal .modal-content{
    padding: 0;
}

.emptymodal .br-10{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ed1c24;
}

.emptymodal .closeIcon {
    width: 18px;
    height: auto;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

/* modal sizes start */

@media (min-width: 576px) {

    .emptymodal .small-modal {
        max-width: 300px;
    }

}

@media screen and (min-width:992px) {
    
    .emptymodal .large-modal{
        max-width: 800px;
    }
    
}

@media screen and (min-width:992px) { 
    .emptymodal .extra-large-modal{
        max-width: 1200px;
    }
}

@media screen and (max-width:768px) { 
    .emptymodal .closeIcon {
        width: 10px;
    }
}

/* modal sizes end */

/* emptymodal css end */