.approval-tabs {
    display: flex;
    background-color: transparent;
    border-bottom: 1px solid #E9EDF5;
    height: 48px;
    align-items: flex-end;
}

.tab-button {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #8A8A8A;
    position: relative;
    top: 1px;
    transition: all 0.2s ease-in-out;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.tab-button:hover:not(.active) {
    color: #3F80FF;
}

.tab-button.active {
    color: #2F1C6A;
    background-color: #f5f5f5;
    border: 1px solid #E9EDF5;
    border-bottom: none;
    border-top: 3px solid #3F80FF;
    font-weight: 700;
    padding-top: 7px;
    top: 0;
}

.no-data-text-wrapper {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2F1C6A;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.header-detail-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-detail-wrapper .header-button-title-wrapper,
.header-detail-wrapper .header-button-wrapper{
    display: flex;
}

.header-detail-wrapper .header-button-wrapper button:last-child{
    margin-left: 10px;
}

.header-detail-wrapper .header-button-title-wrapper button{
    border: none;
    background: none;
}
.header-detail-wrapper .header-button-title-wrapper button:hover i{
    color: #3F80FF;
}
.header-detail-wrapper .header-button-title-wrapper button i{
    width: 32px;
}
.header-detail-wrapper .button-detail-default{
    padding: 5px;
    background: #4585D0;
    border: 1px solid #4585D0;
    color: white;
    border-radius: 4px;
}

.approval-table-container {
    overflow-x: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
}

.approval-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.approval-table th,
.approval-table td {
    padding: 16px;
    text-align: left;
    font-family: 'Mulish', sans-serif;
    vertical-align: middle;
}

.approval-table tbody td {
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
}

.approval-table tbody td:last-child {
    border-right: none;
}

.approval-table thead tr {
    background-color: #F0F5FF;
}

.approval-table th {
    font-size: 16px;
    font-weight: 700;
    color: #2F1C6A;
}

.approval-table tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.approval-table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

.approval-table td {
    font-size: 16px;
    font-weight: 400;
    color: #36344D;
}

.no-data-text{
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2F1C6A;
    text-align: center;
    padding: 40px;
}

.respond-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.respond-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 38px;
    white-space: nowrap;
}

.action-cell {
    text-align: center;
}

.btn-detail {
    background: transparent;
    border: none;
    padding: 8px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

.btn-detail:hover {
    background-color: #f0f5ff;
}

.btn-detail img {
    width: 20px;
    height: 20px;
}

.btn-reject {
    background: #FFFFFF;
    border-color: #E80A0A;
    color: #E80A0A;
}

.btn-approve {
    background: #3F80FF;
    border-color: #3F80FF;
    color: #FFFFFF;
}

.btn-reject:hover, .btn-detail:hover {
    background-color: #f8f9fa;
}

.btn-approve:hover {
    background-color: #1c6cff;
}

.respond-buttons button img {
    height: 14px;
    width: 14px;
}

.btn-approve img {
    filter: brightness(0) invert(1);
}

.column2 .row2 .text,
.column2 .row2 .text2{
    display: flex;
    flex-direction: column;
}
.column2 .row2 .text2{
    margin-left: auto;
    text-align: right;
}
.modaldayoffdetail {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}
.modal-dayoffdetail-content2 .tabs-dayoff-right {
    border-radius: 14px;
    border: 1px solid #00000033;
    background: #FFFFFF;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    border-bottom: 1px solid #E9EDF5;
}
.tabs-dayoff-right {
    border-radius: 14px;
    border: 1px solid #3F80FF;
    background: #FFFFFF;
    display: flex;
    width: 260px!important;
}

.modal-dayoffdetail-content2 .titleholder span,
.modal-dayoffdetail-content2 .text span{
    margin-left: 0!important;

}
.tabs-dayoff-right .row1 .titleholder{
    display: flex;
    flex-direction: column;
}

.tabs-dayoff-right .row1,
.tabs-dayoff-right .row2{
    padding: 5px;
    border-bottom: 1px solid #0000001A;
}

.tabs-dayoff-right .row1 {
    padding-left: 5px;
}
.modal-dayoffdetail-content2 .tabs-dayoff-right .row1{
    flex-direction: row;
    display: flex;
}
.modal-dayoffdetail-content2 .modal-row span {
    display: inline;
    font-weight: bold;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344D;
    font-weight: 400;
}
.modal-dayoffdetail-content2 {
    background: #FFFFFF;
    margin: auto;
    margin-top: 10%;
    border-radius: 12px;
    border: 6px solid #E3E3E3;
    width: 40%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}
.modal-dayoffdetail-content2 .detailcontenttext{
    padding: 20px;
}
.modal-dayoffdetail-content2 .modal-row{
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E9EDF5;
}

.modal-dayoffdetail-content2 .modal-row-approval{
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E9EDF5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-dayoffdetail-content2 .column2 .periode,
.modal-dayoffdetail-content2 .column2 .allowance,
.modal-dayoffdetail-content2 .column2 .available{
    margin-left: 0px!important;
}
.modal-row-button {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.modal-row-button button{
    margin-left: auto;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    align-content: center;
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal-row-button .btn-approve{
    border: 1px solid #00B151!important;
    background: #00B151!important;
    color: #FFFFFF!important;
}
.modal-dayoffdetail-content2 .modal-row-button .btn-reject{
    border: 1px solid #E80A0A!important;
    color: #E80A0A!important;
    margin-left: auto!important;
}
.modal-dayoffdetail-content2 .modal-row-button img{
    margin-bottom: 4px!important;
    margin-right: 5px!important;
}
.modal-dayoffdetail-content2 .modal-row-button button{
    margin-left: 10px!important;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    align-content: center;
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal-dayoff-top-row {
    border-bottom: 1px solid #E9EDF5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.modal-title {
    margin: 0;
    font-family: Mulish;
    color: #2F1C6A;
    font-size: 20px;
}
.closeModalDayoff {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeModalDayoff:hover,
.closeModalDayoff:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.column2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.column2 .row2{
    background: #F1F6FF;;
    flex: 2;

}

.column2 .row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column2 .row2 {
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.column2 .row2 > :nth-child(2) {
    margin-left: auto;
    text-align: right;
}
.column2 .row1 span,
.column2 .row2 span{
    font-family: Mulish;
}
.column2 .row1 .periode{
    font-size: 16px;
    font-weight: 700;
    color:#2F1C6A;
}
.column2 .row1 .expired{
    font-size: 12px;
    font-weight: 700;
    color:#E80A0A;
}

.column2 .row2 .date{
    font-size: 14px;
    font-weight: 600;
    color:#2F1C6A;
}
.column2 .row2 .date2{
    font-size: 14px;
    font-weight: 600;
    color:red;
}
.column2 .row2 .title{
    font-size: 14px;
    color:#36344D;
    font-weight: 400;
}
.column2 .total2{
    margin-left: 170px!important;

}
.column2 .total{
    margin-left: 170px!important;

}
.modal-row .column2 .total{
    margin-left: 100px!important;
    display: inline-block!important;
}
.modal-row .column2 .total2{
    margin-left: 100px!important;
    display: inline-block!important;

}
.column2 .row1 .title{
    font-size: 14px;
    color:#2F1C6A;
    font-weight: 800;
}
.column2 .row1 .balance{
    font-size: 14px;
    color:#2F1C6A;
    font-weight: 800;
}
.column2 .row1 .total2{
    font-size: 36px;
    color:#00B151;
    font-weight: 700;
}
.column2 .row1 .total2.red{
    color:#FF0000 !important;
}
.column2 .row1 .days2{
    font-size: 13px;
    color:#00B151;
    font-weight: 700;
}
.column2 .row1 .days2.red{
    color:#FF0000 !important;
}
.column2 .row1 .total{
    font-size: 36px;
    color:#00B151;
    font-weight: 700;
}
.column2 .row1 .total.red{
    color:#FF0000 !important;
}
.column2 .row1 .days{
    font-size: 13px;
    color:#00B151;
    font-weight: 700;
}
.column2 .row1 .days.red{
    color:#FF0000 !important;
}
.column2 .row2 .balance,
.column2 .row2 .balance2{
    font-size: 16px;
    font-weight: 700;
    color:#36344D;
}
.column2 .row2 .balance{
    color: #00B151;
}
.column2 .row2 .balance2{
    color: #2F1C6A;
}
.modal-dayoffdetail-content2 .column2 .periode,
.modal-dayoffdetail-content2 .column2 .allowance,
.modal-dayoffdetail-content2 .column2 .available{
    margin-left: 0px!important;
}
.modal-row-approval span{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344D;
    font-weight: 400;
    margin-left: auto;
}
.modal-row-approval .approval-status {
    display: flex;
    flex-direction: row;

}
.approval-status span{
    word-wrap: break-word;
    max-width: 10ch;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.approval-status span:nth-child(1) {
    margin-left: 0!important;
}
.approval-status span:nth-child(n + 2) {
    margin-left: auto;
}
.approvalitems{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.logoapproval {
    display: flex;

}
.logoapproval div {
    position: relative;
    justify-content: center;
}
.logoapproval .line {
    margin-top: 16px;
    background-color: #000;
    width: 280px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.logoapproval .storage:nth-child(1) {
    margin-left: 22px;
}
.logoapproval img {
    display: block;
    margin: 0 auto;
}
.modal-dayoffdetail-content2 .detailcontenttext{
    padding: 20px;
}
.modal-row-date {
    display: flex;
    flex-direction: column;
}
.modal-row-date label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal-row-date span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344D;
    font-weight: 400;
    margin-left: auto;
}
.modal-row-date .date-input-wrapper {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    border-bottom: 1px solid #E9EDF5;
    margin-bottom: 5px;
    margin-top: 10px;
}
.date-input-wrapper span{
    display: block;
    font-weight: bold;

    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344D;
    font-weight: 400;
    margin-left: auto;
}
.date-input-wrapper label{
    font-family: Mulish;
    font-size: 14px;
    color: #36344D;
    font-weight: 400;
}
.modal-row-date .date-input-wrapper input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-row-date .date-input-wrapper:last-child {
    float: right;
    width: 100%;
}
.ModalSuccess {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}
.modal-ModalSuccess-content {
    background: #FFFFFF;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    border-radius: 12px;
    border: 6px solid #E3E3E3;
    width: 30%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}

.ModalSuccess-second-row {
    display: flex;
    text-align: center;
    margin-top: 5px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
}
.ModalSuccess-content1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ModalSuccess-content1 .success-img{
    width: 200px;
    height: 200px;
}
.ModalSuccess-content1 p{
    font-family: Mulish;
    font-size: 16px;
    color: #36344D;
}
.modal-ModalSuccess-content .modal-top-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    text-align: center;
}
.modal-top-row,
.modal-second-row,
.modal-third-row {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}
.modal-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModalReasonReject {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}

.modal-modalReasonReject-content {
    background: #FFFFFF;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    border-radius: 12px;
    border: 6px solid #E3E3E3;
    width: 30%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20), 0px 30px 70px -10px rgba(17, 24, 38, 0.25), 0px 0px 0px 1px rgba(152, 161, 178, 0.10);
}
.modal-modalReasonReject-content .modal-top-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    text-align: center;
}
.modalReasonReject-second-row {
    display: flex;
    text-align: center;
    margin-top: 5px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
}

.modalReasonReject-input-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modalReasonReject-input-content .success-img{
    width: 200px;
    height: 200px;
}
.modalReasonReject-input-content p{
    font-family: Mulish;
    font-size: 16px;
    color: #36344D;
}
.modalReasonReject-input-content .inside-row{
    width: 100%;
}
.modalReasonReject-input-content .inside-row input[type= "text"]{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-modalReasonReject-content .modal-row-button .btn-approve{
    border: 1px solid #00B151!important;
    background: #00B151!important;
    color: #FFFFFF!important;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px!important;
}
.modalReasonReject-input-content .modal-row-button #btncancel {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    color: #e80a0a;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .modal-dayoffdetail-content2 {
        width: 80%!important;
    }
}

@media (max-width: 768px) {
    .modal-dayoffdetail-content2 {
        width: 90%!important;
    }
    .modal-dayoffdetail-content2 .modal-row{
        flex-direction: column!important;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .modal-dayoffdetail-content2 {
        width: 80%!important;
    }
    .modal-dayoffdetail-content2 .modal-row{
        flex-direction: column!important;
        gap: 5px;
    }
}