 .modal-header-popup{
    position: relative;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}

.popup-title{
    font-weight: 600;
    font-size: 33.6413px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    
}

.data-modal-description{
    display:none;
}

.data-modal-title{
    display:none;
}

.img-modal-header-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.popp-card-modal{
    padding: 0px;
    border:none;
}

.cat-button-popup{
    text-align: center;
}

.modal-header-popup button{
    background: transparent!important;
}

.popp-card-description{
    padding: 15px;
}

.modal-bs-title{
    font-size: 24px;
    text-align: center;
    margin: 12px 0 20px;
}
.modal-bs-description section.component:first-child{
    padding-top: 0px;
    margin-top: 0px;
}

body.modal-open {
    overflow: visible;
}

html.is-reveal-open {
    /* position: fixed; */
    /* width: 100%; */
    overflow-y: hidden;
    position: initial;
    width: auto;
}

.modal-bs-title::before {
    content: '';
    background-color: #F9423A;
    display: inline-block;
    width: 15px;
    height: 41px;
    position: relative;
    bottom: -9px;
    left: -6px;
}