/*.broj_event_popup_container {*/
/*    z-index: 4;*/
/*    position: fixed;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    gap: 36px;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    inset: 0px;*/
/*    padding: 0 10%;*/
/*}*/

/*.broj_event_popup_box {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    max-width : 560px;*/
/*    width: max-content;*/
/*    height: auto;*/
/*    margin: auto 0;*/
/*}*/

/*.broj_event_popup_box .expired {*/
/*    display: none;*/
/*}*/

/*.broj_event_popup_close_box {*/
/*    height: 40px;*/
/*    text-align: right;*/
/*}*/

/*.broj_event_popup_close_box > img {*/
/*    width: auto;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*    filter: brightness(100);*/
/*}*/

/*.broj_event_popup_image_box {*/
/*    width: 100%;*/
/*    height: 80%;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/

/*.broj_event_popup_image_box > img {*/
/*    width: auto;*/
/*    max-width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 12px;*/
/*    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
/*}*/

/*.broj_event_popup_close_to_days {*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    color: #FFFFFF;*/
/*    font-weight: 600;*/
/*}*/


/*@media (max-width: 991.98px) {*/
/*    .broj_event_popup_container {*/
/*        background-color: initial;*/
/*    }*/
/*    .broj_event_popup_box {*/
/*        display: none;*/
/*    }*/
/*    .broj_event_popup_box.is_main_event_popup {*/
/*        display: flex;*/
/*    }*/
/*}*/


.broj_event_popup_container {
    /*background-color: #FA6400;*/
    z-index: 4;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: max-content;
    max-width: 50%;
    height: 50%;
    max-height: 600px;
    padding: 12px;
    align-items: end;
}

.broj_event_popup_box {
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*max-width : 560px;*/
    width: 400px;
    height: auto;
    /*margin: auto 0;*/
}

.broj_event_popup_box .expired {
    display: none;
}

.broj_event_popup_close_box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 40px;*/
}

.broj_event_popup_close_icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 3px;
    filter: brightness(100);
}

.broj_event_popup_image_box {
    width: 400px;
    height: 80%;
    text-align: center;
    cursor: pointer;
}

.broj_event_popup_image_box > img {
    width: auto;
    max-width: 100%;
    /*height: 100%;*/
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.broj_event_popup_close_to_days {
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
.broj_event_popup_close_to_days:hover {
    text-decoration: underline;
    font-weight: bolder;
}


@media (max-width: 991.98px) {
    .broj_event_popup_container {
        width: max-content;
        height: max-content;
        max-width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .broj_event_popup_box {
        display: none;
    }
    .broj_event_popup_box.is_main_event_popup {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }
}