.form-table-list-wrapper {
    padding: 8px;
    overflow: auto;
    background: #fff;
}
.form-table-list-wrapper .table-list-wrapper {
    width: 100%;
}
.table-list-wrapper tbody tr:nth-child(even) {
    background-color: #fff;
}
.table-list-wrapper tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.form-table-list-wrapper .table-list-wrapper thead tr th {
    text-align: left;
    padding: 9px;
    border: 1px solid #f1ecec;
    background: #f0f5ff;
    color: #2f1c6a;
    white-space: nowrap;
}
.form-table-list-wrapper .table-list-wrapper thead tr .status {
    width: 100px;
}
.form-table-list-wrapper .table-list-wrapper thead tr th:last-child {
    width: fit-content;
}
.form-table-list-wrapper .table-list-wrapper tbody tr td {
    padding: 7px;
    border: 1px solid #f1ecec;
    white-space: nowrap;
    width: fit-content;
}
.form-table-list-wrapper .table-list-wrapper tbody tr .status {
    text-align: left;
}
.form-table-list-wrapper .table-list-wrapper tbody tr td button {
    border: none;
    background: 0 0;
}
.form-table-list-wrapper .table-list-wrapper tbody tr .no-data-state {
    text-align: center;
}
.form-table-list-wrapper .table-list-wrapper tbody tr:nth-child(even) {
    background: #f7f7f7;
}
.table-buttons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.table-buttons button {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #cfd3d4;
    background: #fff;
    width: 125px;
}
.table-buttons img {
    width: 28px;
    height: 28px;
    padding: 2px;
}
.table-buttons p {
    font-family: Mulish;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    margin-top: 2px;
}
.table-buttons .btn-type {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.btn-filter p {
    font-family: Mulish;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    margin-top: 2px;
    color: #3f80ff;
}
.btn-filter img {
    width: 28px;
    height: 28px;
    padding: 2px;
}
.btn-filter {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #3f80ff;
    background: 0 0;
    width: 125px;
    transition: box-shadow 0.3s ease;
}
.btn-filter:hover {
    box-shadow: 0 0 10px 2px #d9d9d9;
}
.btn-filter.active {
    border: 1px solid #3f80ff;
    color: #3f80ff;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    border-radius: 12px;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    z-index: 7;
    min-width: 300px;
    right: 0;
}
.dropdown-content.show {
    display: block;
}
.dropdown-header {
    padding: 8px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    color: #2f1c6a;
}
.dropdown-row {
    padding: 8px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: rgba(54, 52, 77, 0.5);
}
.dropdown-row option {
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.dropdown-row label {
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.sub-dropdown {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.table-buttons .btn-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.detail-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}
.detail-container .detail-form-content-container {
    display: flex;
    flex-direction: column;
}
.detail-container .detail-form-content-container input,
.detail-container .detail-form-content-container select {
    border-radius: 8px;
    padding: 15px 10px;
}
.detail-container .detail-form-content-table-container {
    overflow: auto;
}
.detail-container .detail-form-content-table-container .input-button-container {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.detail-container .detail-form-content-table-container .input-button-container .button-container {
    display: flex;
    flex-direction: row;
}
.detail-container .detail-form-content-table-container .input-button-container .button-container select {
    min-width: 250px;
    width: 400px;
    height: 50px;
    font-size: 13px;
}
.detail-container .detail-form-content-table-container .input-button-container .button-container button {
    margin-left: 10px;
}
.detail-container .detail-form-content-table-container .table-list-wrapper {
    width: 100%;
    background: #fff;
}
.detail-container .detail-form-content-table-container .table-list-wrapper thead tr th {
    text-align: center;
    padding: 9px;
    border: 1px solid #f1ecec;
    background: #f0f5ff;
    color: var(--default-color);
}
.detail-container .detail-form-content-table-container .table-list-wrapper thead tr .id {
    width: 100px;
}
.detail-container .detail-form-content-table-container .table-list-wrapper thead tr th:last-child {
    width: fit-content;
}
.detail-container .detail-form-content-table-container .table-list-wrapper tbody tr td {
    padding: 7px;
    border: 1px solid #f1ecec;
}
.detail-container .detail-form-content-table-container .table-list-wrapper tbody tr .center {
    text-align: center;
}
.detail-container .detail-form-content-table-container .table-list-wrapper tbody tr td input,
.detail-container .detail-form-content-table-container .table-list-wrapper tbody tr td select {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
}
.detail-container .detail-form-content-table-container .table-list-wrapper tbody tr .no-data-state {
    text-align: center;
}
.user-dropdown-wrapper {
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
    background: #fff;
    width: 160px;
    z-index: 1;
    padding: 8px 0;
    border-radius: 8px;
}
.user-dropdown-wrapper button {
    width: 100%;
    text-align: left;
    padding: 5px 8px;
    border: none;
    background: 0 0;
    font-size: 13px;
    margin: 2px 0;
}
.user-dropdown-wrapper button i {
    padding: 0 0 0 4px;
}
.cuti-create-wrapper {
    display: grid;
    grid-template-columns: 1fr fit-content(100%);
    grid-gap: 30px;
}
.cuti-create-wrapper .cuti-create-content-wrapper {
    background: #fff;
    padding: 30px;
    height: fit-content;
}
.cuti-create-wrapper .cuti-create-content-wrapper .form-wrapper {
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.cuti-create-wrapper .cuti-create-content-wrapper .form-wrapper label {
    width: 200px;
    font-size: 14px;
}
.cuti-create-content-wrapper .form-wrapper #izin_type {
    position: relative;
    left: 80px;
}
.cuti-create-wrapper .cuti-create-content-wrapper .form-wrapper input,
.cuti-create-wrapper .cuti-create-content-wrapper .form-wrapper select,
.cuti-create-wrapper .cuti-create-content-wrapper .form-wrapper textarea {
    padding: 10px;
    width: 50%;
    border-radius: 8px;
}
.cuti-create-wrapper .cuti-create-content-wrapper .line {
    width: 100%;
    border: 1px solid #e9e9e9;
    margin: 20px 5px;
}
.cuti-create-wrapper .cuti-create-content-wrapper .cuti-information-wrapper {
    background: #eff4ff;
    display: grid;
    grid-template-columns: auto auto;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.cuti-create-wrapper .cuti-create-content-wrapper .cuti-information-content {
    background: #fff;
    padding: 15px 50px;
    text-align: center;
}
.header-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header-list-wrapper .button-list-default {
    padding: 5px;
    background: #4585d0;
    border: 1px solid #4585d0;
    color: #fff;
    border-radius: 4px;
}
.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: 0 0;
}
.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: #fff;
    border-radius: 4px;
}
.paging {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
}
.paging .number-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.paging .number-paging-active {
    background: #3f80ff;
    color: #fff;
}
.paging .button-skip-next {
    margin-left: 15px;
}
.paging .button-skip-prev {
    margin-right: 15px;
}
.paging .button-skip-next i,
.paging .button-skip-prev i {
    color: #3f80ff;
}
#notes {
    width: 100%;
    height: 100%;
    resize: none;
}
.text-row {
    flex: 1;
}
.name {
    font-size: 20px;
    color: #2f1c6a;
    font-family: Mulish;
}
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    .holiday-line {
        border: 1px solid #e9e9e9;
    }
    .holiday-box1 #first {
        font-size: 14px !important;
        font-weight: 700;
        color: #fff;
        align-self: center;
        text-align: center;
        margin-top: -5px;
    }
    .holiday-box1 {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        border-radius: 5px;
        width: 150px;
        height: 110px;
        background: #e80a0a;
        text-align: justify;
    }
    .holiday-box2 {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        border-radius: 5px;
        width: 150px;
        height: 110px;
        background: #ffa800;
        text-align: justify;
    }
    .holiday-box1 #second {
        font-size: 30px !important;
        font-weight: 500;
        color: #fff;
        align-self: center;
    }
    .holiday-box2 #first {
        font-size: 14px !important;
        font-weight: 700;
        color: #fff;
        align-self: center;
        text-align: center;
        margin-top: -5px;
    }
    .holiday-box2 #second {
        font-size: 30px !important;
        font-weight: 500;
        color: #fff;
        align-self: center;
    }
    .holiday-box1 {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin: 5px;
        border-radius: 5px;
        width: 100px !important;
        height: 80px !important;
        background: #e80a0a;
    }
    .holiday-box2 {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin: 5px;
        border-radius: 5px;
        width: 100px !important;
        height: 80px !important;
        background: #ffa800;
    }
    .btnClockin-text {
        margin: 0 !important;
        font-family: Mulish;
        font-size: 14px !important;
        color: #fff;
    }
    .btnText {
        display: flex;
        margin-left: 5px !important;
    }
    .btnClockinImg {
        width: 25px !important;
        height: 25px !important;
        margin: 0 !important;
    }
    .manager-text {
        flex: 1;
        margin: 10px 0 0 10px;
    }
    .modal-reason-content .modal-fourth-row {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 40px !important;
    }
}
.btnText {
    display: flex;
    margin-left: 15px;
}
.btnClockin-text2 {
    margin: 0 5px 5px 5px;
    font-family: Mulish;
    font-size: 14px;
    color: #fff;
}
.action-button {
    padding: 10px;
    background-color: #3f80ff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.button-row button {
    margin-right: 10px;
}
.row p {
    margin-bottom: -2px;
    font-family: Mulish;
    font-size: 12px;
}
.row:nth-child(1) p {
    color: #2f1c6a;
    font-weight: 600;
}
.row:nth-child(2) p {
    color: #36344d;
    margin-bottom: 5px;
}
.button-row {
    margin-bottom: 5px;
}
.button-row button {
    border-radius: 8px;
}
.row:nth-child(4) p {
    margin-bottom: 0;
    color: #696f8c;
    font-weight: 600;
}
.tabs {
    display: flex;
}
.tabs .tab1 {
    margin-right: 2px;
}
.tabs .tab1,
.tabs .tab2,
.tabs .tab3 {
    cursor: pointer;
    padding: 10px;
    background: #fff;
    font-family: Mulish;
    font-size: 14px;
    color: rgba(54, 52, 77, 0.5);
}
.tabs .tab1.active,
.tabs .tab2.active,
.tabs .tab3.active {
    border-top: 3px solid #3f80ff;
    color: #fff;
    font-family: Mulish;
    font-size: 14px;
    color: #2f1c6a;
    background: #f5f5f5;
}
.content-default-wrapper {
    overflow: auto;
}
.btnClockinImg2 {
    width: 30px;
    height: 30px;
    margin: 5px 0 5px 5px;
}
.btnClockin-text-atn {
    margin: 5px 5px 5px 5px;
    font-family: Mulish;
    font-size: 14px;
    color: #fff;
}
.btnClockin-text2-atn {
    margin: 5px 5px 5px 5px;
    font-family: Mulish;
    font-size: 12px;
    color: #fff;
}
.closeAttendanceModal2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-left: auto;
}
.closeAttendanceModal2:focus,
.closeAttendanceModal2:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.tabs-dayoff {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 14px;
    width: 80%;
    gap: 5px;
}
.tabs-dayoff .leaveinfocolumn {
    display: flex;
    padding: 5px;
    border-radius: 14px;
    width: 100%;
    gap: 20px;
}
.tabs-dayoff .leaveinforow {
    display: flex;
    align-self: center;
    justify-content: center;
    height: max-content;
    padding: 5px;
    border-radius: 12px;
    width: 100%;
    font-family: Mulish;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    background: #fe0;
}

.tabs-dayoff .leaveinforow p{
    margin: 0 !important;
}

.headerbox {
    display: flex;
    flex-direction: row;
    padding: 10px;
    width: 80%;
}
.tabs-dayoff-left .row1 {
    color: #2f1c6a;
    font-family: Mulish;
    font-size: 28px;
    font-weight: 500;
}
.tabs-dayoff-left .row2 {
    color: #36344d;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
}
.tabs-dayoff-left {
    flex: 1;
    padding: 10px;
}
.tabs-dayoff-right {
    border-radius: 14px;
    border: 1px solid #3f80ff;
    background: #fff;
    display: flex;
    width: 260px !important;
}
.modal-dayoffdetail-content2 .tabs-dayoff-right {
    border-radius: 14px;
    border: 1px solid #00000033;
    background: #fff;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    border-bottom: 1px solid #e9edf5;
}
.modal-dayoffdetail-content2 .text span,
.modal-dayoffdetail-content2 .titleholder span {
    margin-left: 0 !important;
}
.modal-dayoffdetail-content2 .tabs-dayoff-right .row1 {
    flex-direction: row;
    display: flex;
}
.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;
}
.popup {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 14px;
    width: 400px;
}
.popup.visible {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.popup.visible .textfill {
    display: flex;
    padding: 5px;
    flex-direction: column;
}
.textfill .text {
    font-family: Mulish;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #36344d;
}
.highlighted-text {
    font-style: italic;
    color: #3f80ff;
}
.highlighted-text-red {
    font-weight: 900;
    color: red;
}
.textfill .text::before {
    content: "• ";
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}
.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: red !important;
}
.column2 .row1 .days2 {
    font-size: 13px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .days2.red {
    color: red !important;
}
.column2 .row1 .total {
    font-size: 36px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .total.red {
    color: red !important;
}
.column2 .row1 .days {
    font-size: 13px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .days.red {
    color: red !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;
}
.column2 .row2 .text,
.column2 .row2 .text2 {
    display: flex;
    flex-direction: column;
}
.column2 .row2 .text2 {
    margin-left: auto;
}
.table-buttons-dayoff {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.approval-detail-container {
    position: relative;
}
.icon-container {
    position: absolute;
    top: 0;
    right: 0;
    color: #8c8c8c;
}
.icon-container {
    position: absolute;
    top: 0;
    right: 0;
    color: #8c8c8c;
}
.icon-container-active {
    background: #00a5bb;
}
.closeModalDayoff {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.closeModalDayoff:focus,
.closeModalDayoff:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modaldayoff {
    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: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoff-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoff-content2 {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    .modal-dayoff-content {
        background: #fff;
        margin: auto;
        margin-top: 2%;
        padding: 20px;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 30%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
    .modal-dayoff-content2 {
        background: #fff;
        margin: auto;
        margin-top: 2%;
        padding: 20px;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 40%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
}
.modal-dayoff-top-row {
    border-bottom: 1px solid #e9edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.modal-dayoff-content .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.modal-dayoff-content2 .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.modal-dayoff-content .modal-row .inside-row {
    width: 100%;
}
.modal-dayoff-content2 .modal-row .inside-row {
    width: 100%;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.non-clickable {
    pointer-events: none;
}
.modal-dayoffedit-content .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.modal-dayoffedit-content .modal-row .inside-row {
    width: 100%;
}
.modal-dayoffedit-content .modal-row .inside-row #ccemail2 {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoffedit-content .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.modal-dayoffedit-content .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-dayoffedit-content .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.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: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#btncancel {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    color: #e80a0a;
}
#btncancel2 {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    color: #e80a0a;
}
.modal-row label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-row button {
    display: block;
    margin-left: auto;
    margin-bottom: 5px;
}
.modal-row span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoffdetail-content .modal-row span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoffdetail-content2 .modal-row span {
    display: inline;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.modal-dayoff-content .modal-row span {
    display: inline !important;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoffedit-content .modal-row span {
    display: inline !important;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-row-date {
    display: flex;
    flex-direction: column;
}
.modal-row-date label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-row-date span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoff-content .modal-row .dropdown-select {
    width: 100%;
    padding: 8px;
}
.dropdown-select option:checked {
    font-weight: 900;
    text-shadow: 0.25px 0.25px 0.25px #000;
}
.dropdown-select {
    font-weight: 900;
    text-shadow: 0.25px 0.25px 0.25px #000;
}
.modal-dayoff-content .modal-row #location {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoff-content .modal-row #division {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoffedit-content .modal-row #location2 {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoffedit-content .modal-row #division2 {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoffedit-content .modal-row .dropdown-select {
    width: 100%;
    padding: 8px;
}
.custom-file-input-container {
    display: inline-block;
    width: 100%;
    height: 50px;
}
.upload-label {
    display: inline-block;
    position: relative;
    border: 1px dotted #3f80ff;
    background: linear-gradient(0deg, #eef4ff, #eef4ff);
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
}
.center-content {
    display: flex;
    justify-content: center;
    width: 100%;
}
.upload-icon {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.inside-row .explaintext {
    font-family: Mulish;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    color: #36344d80;
}
.upload-text {
    vertical-align: middle;
}
.upload-label:hover {
    background-color: #f2f2f2;
}
.modal-row .dropdown-select option {
    background-color: #fff;
    color: #333;
    padding: 8px;
    border-radius: 0 !important;
    border: none;
}
.modal-row .custom-textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
}
.modal-row .custom-textarea2 {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
}
.buttons-container {
    display: flex;
    justify-content: flex-end;
}
.buttons-container button:first-child {
    margin-right: 10px;
}
.buttons-container .custom-btn {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.buttons-container #cancelButton {
    background-color: #fff;
    color: red;
}
.buttons-container #submit_button {
    background-color: #356bd4;
    color: #fff;
}
.buttons-container #submit_button2 {
    background-color: #356bd4;
    color: #fff;
}
.buttons-container #cancelButton:hover,
.buttons-container #submit_button2:hover,
.buttons-container #submit_button:hover {
    border: 2px solid #0f0f0f;
}
.buttons-container #cancelButton:active,
.buttons-container #submit_button2:active,
.buttons-container #submit_button:active {
    background-color: #dbdbdb;
}
.modal-row .date-input-wrapper {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
}
.modal-row .date-input-wrapper input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-row .date-input-wrapper:last-child {
    float: right;
    width: 100%;
}
.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: 700;
    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%;
}
.modal-row label {
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.modal-row .date-input-wrapper input[type="date"]:-ms-input-placeholder,
.modal-row .date-input-wrapper input[type="date"]::-moz-placeholder,
.modal-row .date-input-wrapper input[type="date"]::-webkit-input-placeholder {
    color: transparent;
}
.modal-row input,
.modal-row select,
.modal-row textarea {
    font-size: 14px;
}
.modal-balance {
    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: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-balance-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 20%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-balance-top-row {
    border-bottom: 1px solid #e9edf5;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-balance-top-row h2 {
    font-family: Mulish;
    font-size: 16px;
    color: #2f1c6a;
    font-weight: 700;
}
.modal-balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-balance-row p {
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    padding: 5px;
}
.modal-balance-row label {
    flex: 1;
    padding: 5px;
    font-family: Mulish;
    font-size: 14px;
    color: #2f1c6a;
}
.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: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoffdetail-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 40%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoffdetail-content2 {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 40%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-balance-cuti{
    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-balance-cuti-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-balance-cuti-content .textfill{
    display: flex;
    flex-direction: column;
    font-family: Mulish;
    font-weight: 700;
    font-size: 18px;
}
.closeBalanceCutiModal {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
}
.closeBalanceCutiModal:focus,
.closeBalanceCutiModal:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-balance-cuti-header {
    border-bottom: 1px solid #e9edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-left: auto;
}
.closeBalanceCutiModal2 {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
}
.closeBalanceCutiModal2:focus,
.closeBalanceCutiModal2:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    .modal-dayoffdetail-content {
        background: #fff;
        margin: auto;
        margin-top: 10%;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 50%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
    .modal-dayoffdetail-content2 {
        background: #fff;
        margin: auto;
        margin-top: 10%;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 50%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
}
.modal-dayoffdetail-content .detailcontenttext {
    padding: 20px;
}
.modal-dayoffdetail-content .modal-row {
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e9edf5;
}
.modal-dayoffdetail-content .modal-row-approval {
    font-weight: 700;
    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 .detailcontenttext {
    padding: 20px;
}
.modal-dayoffdetail-content2 .modal-row {
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e9edf5;
}
.modal-dayoffdetail-content2 .modal-row-approval {
    font-weight: 700;
    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-row-approval span {
    display: block;
    font-weight: 700;
    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;
}
.modal-dayoffdetail-content .column2 .available,
.modal-dayoffdetail-content .column2 .periode {
    margin-left: 0 !important;
}
.modal-dayoffdetail-content2 .column2 .available,
.modal-dayoffdetail-content2 .column2 .periode {
    margin-left: 0 !important;
}
.modaldayoffedit {
    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: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoffedit-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoffedit-content .modal-row {
    font-weight: 700;
    margin-bottom: 5px;
}
td[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
}
.no-data-text {
    font-family: Mulish;
    font-weight: 500;
    font-size: 18px;
    color: #2f1c6a;
    text-align: center;
}
.modal-dayoffdetail-content .modal-row-button .btn-reject {
    border: 1px solid #e80a0a !important;
    color: #e80a0a !important;
    margin-left: auto !important;
}
.modal-dayoffdetail-content .modal-row-button img {
    margin-bottom: 4px !important;
    margin-right: 5px !important;
}
.modal-dayoffdetail-content .modal-row-button button {
    margin-left: 10px !important;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    align-content: center;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.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: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.balance-box {
    border: 1px solid #bfd5ff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f6f9ff;
    font-family: Mulish;
    font-size: 16px;
}
.balance-details p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 16px;
    color: #333;
}
.balance-details p strong {
    text-align: right;
}
.custom-button {
    padding: 16px 36px;
    border-radius: 8px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eef2ff;
    color: #2f1c6a;
    transition: all 0.2s ease;
}
.custom-button:hover {
    background-color: #d6e0ff;
    box-shadow: 0 0 15px 0 #3f80ff;
}
.custom-button.selected {
    border: 2px solid #4a3aff;
    box-shadow: 0 0 8px #4a3aff;
}
.action-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.create-button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}
.create-button:hover {
    background-color: #0056b3;
}
.holiday-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.holiday-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid grey;
}
.holiday-date {
    width: 40%;
    font-weight: 700;
    font-size: 16px;
}
.holiday-name {
    font-size: 16px;
    font-weight: 500;
    font-family: Mulish;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.action-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}
.md-icon-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
@media (max-width: 600px) {
    .md-icon-button {
        top: 12px;
        right: 12px;
    }
}
.custom-table-header {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
}

/* Create buttons */

.btnCreateDayoff {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    width: 125px !important;
    height: 40px !important;
    border-radius: 6px !important;
    background: #3f80ff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    border: none !important;
    margin-left: auto !important;
}

.btnCreateDayoff2 {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    width: 125px !important;
    height: 40px !important;
    border-radius: 6px !important;
    background: #3f80ff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    border: none !important;
    margin-left: auto !important;
}

/* Button group for create and filter buttons */

.tabs .button-group {
    width: 100%;
    display: flex;
}

/* Wrap leave information and balance information */
@media (max-width: 1230px) {
    .tabs-dayoff {
        width: 100% !important;
    }

    .tabs-dayoff .leaveinfocolumn {
        flex-wrap: wrap;
    }

    .tabs-dayoff .leaveinfocolumn .tabs-dayoff-left {
        min-width: 100%;
    }

    .tabs-dayoff .leaveinfocolumn .tabs-dayoff-right {
        flex-grow: 1;
    }

    .tabs-dayoff .leaveinfocolumn .tabs-dayoff-right .column2 .row1 .total,
    .tabs-dayoff .leaveinfocolumn .tabs-dayoff-right .column2 .row1 .total2 {
        margin-left: 70% !important;
    }
}

/* Wrap create and filter buttons */

@media (max-width: 450px) {
    .tabs .button-group {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
    }

    .btnCreateDayoff,
    .btnCreateDayoff2,
    .btn-filter {
        margin-left: 0 !important;
    }
}

/* Responsive modal */

@media (max-width: 768px) {
    .modal-balance-cuti-content {
        width: 80%!important; /* Make modal wider for tablets */
        margin-top: 15%!important;
    }
}

@media (max-width: 480px) {
    .modal-balance-cuti-content {
        width: 90%!important; /* Almost full width for mobile modals */
        margin-top: 10%!important;
        border: 3px solid #E3E3E3!important; /* Thinner border */
    }
}