.broj-none-action-modal-background-cover {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10002;
}

.broj-none-action-modal {
    padding : 24px;
}

.broj-none-action-modal-title-zone {
    font-family: 'Noto Sans KR',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.broj-none-action-modal-body-zone {
    margin-top: 12px;
    min-height: 300px;
}