.ncb-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.ncbh-item{
    width: calc(50% - 8px);
    text-align: center;
    line-height: 40px;
    border-radius: 5px;

}

.ncbb-item{
    border: 1px solid rgb(220,220,220);
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
    margin: 20px 0;
}

.ncbb-title{
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}
.ncbb-desc{
    font-size: 15px;
}
.ncbb-btns button{
    font-size: 15px;
}
.ncbb-btns{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ncbb-old{
    text-decoration: line-through;
    color: var(--bs-danger);
    opacity: 0.6;
}
.ncbb-old:hover{
    opacity: 1;
    text-decoration: none;
}
.ncbb-new{
    color: var(--bs-success);
}
.ncbb-old-new{
    display: flex;
}
.ncbb-on-title{
    padding-right: 10px;
}
.ncbb-created-creator, .ncbb-confirmed-confirmator{
    font-size: 12px;
}
.ncbb-created-creator{
    margin-top: 10px;
}
.ncbb-creator{

}
.ncbb-creator, .ncbb-created{
    width: 50%;
}
.ncbb-lr{
    display: flex;
    justify-content: space-between;
}
.ncbb-room, .ncbb-price{
    width: 50%;
}

#offcanvas_notify{
    width: 500px;
}
.ncb-body{
    overflow-y: auto;
    overflow-x: hidden;
}
.ocn-bns{
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
}
.ncbb-info td:nth-child(1){
    padding-right: 15px;
}
.ncb-body-empty{
    text-align: center;
}