body {
    margin: 0;
    padding: 0;
}

.cal-container {
    margin-bottom: 20px;
}

#booking_list {
    min-height: 350px;
    max-height: 350px;
    overflow-y: scroll;
}

p.para {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.mt {
    margin: 10px 0 5px 0 !important;
}

.mt-1 {
    margin: 0 0 5px 0 !important;
}

.head-main {
    font-size: 16px !important;
    font-weight: 500;
}

.table-popup i {
    margin-bottom: 5px;
    font-style: normal !important;
}

.table-popup,
td,
tr {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 5px;
}

.table-popup td {
    border-radius: 10px !important;
}

.table-popup tr td:first-child {
    width: 50% !important;
    font-weight: 500;
}

.swal2-confirm {
    background-color: #13357b !important;
}

.list-msg {
    text-align: center !important;
    font-weight: 500;
}
