.section-table {
    padding: 20px;
    margin-bottom: 15px;
}

.arrow-box {
    margin-right: 16.5px;
    border: 1px solid #BABFC3;
    background: #F5F5F6;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

#jobDate {
    padding-left: 47px;
    background-image: url("../../images/icon/calendarInput.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 19px 19px;
}

.select-map {
    margin-top: 5px;
    font-size: 14px;
    line-height: 23px;
    color: var(--color-black-03);
}

.select-map-link {
    margin-left: 5px;
    text-decoration-line: underline;
    color: var(--color-primary-blue);
}

.form-select {
    font-family: 'IBMPlexSansThai 400';
    height: 36px;
    width: 149px;
    border: 1px solid #D2D4DA;
    border-radius: 5px;
    font-size: 14px;
    line-height: 23px;
    color: #435175;
}

.modal {
    background: rgba(39, 48, 70, 0.7);
    backdrop-filter: blur(10px);
}

.modal-dialog {
    max-width: 760px;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 20px;
}

.modal-body {
    padding-top: 5px;
}

.btn-worker {
    width: 150px;
    height: 36px;
}

.btn-confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 38px;
}

.thead-style tr {
    padding: 15px 0;
}

.tbody-style tr {
    padding: 15px 0;
}

.col-id {
    max-width: 150px;
}

.tbody-style tr.selected {
    background-color: #f8f8f8;
}

.col-head {
    width: 45px;
}