.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;
}
.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;
}
.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;
}
.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;
}
.name {
    font-size: 20px;
    color: #2f1c6a;
    font-family: Mulish;
}
.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;
}
.content-default-wrapper {
    overflow: auto;
}
.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-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 .tabs-dayoff-right .row1 {
    flex-direction: row;
    display: flex;
}
.tabs-dayoff-right .row1,
.tabs-dayoff-right .row2 {
    padding: 5px;
    border-bottom: 1px solid #0000001a;
}
.tabs-dayoff-right .row1 {
    padding-left: 5px;
}
.closeModalDayoff {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.closeModalDayoff:focus,
.closeModalDayoff:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.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-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-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-row .dropdown-select option {
    background-color: #fff;
    color: #333;
    padding: 8px;
    border-radius: 0 !important;
    border: none;
}
.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 {
    font-size: 14px;
}
.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);
}
@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;
}
.modalDayoffDelete {
    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-contentDayoffDelete {
    background: #fff;
    margin: 8% auto;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: fit-content !important;
    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);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    .modal-contentDayoffDelete {
        width: 50%;
    }
}
.modal-headerDayoffDelete {
    padding: 20px;
    border-bottom: 1px solid #e9edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-titleDayoffDelete {
    font-size: 24px;
    font-weight: 700;
    color: #5c217c;
}
.close-buttonDayoffDelete {
    color: #5c217c;
}
.modal-bodyDayoffDelete {
    padding: 20px;
    font-size: 16px;
    color: #333;
}
.modal-bodyDayoffDelete p {
    margin-bottom: 10px;
}
.modal-footerDayoffDelete {
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid #e9edf5;
}
.cancelButtonDayoffDelete,
.deleteButtonDayoffDelete {
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    min-width: 100px;
}
.cancelButtonDayoffDelete {
    background-color: #fff;
    color: #f44336;
    border: 1px solid #f44336;
    transition: 0.3s;
}
.cancelButtonDayoffDelete:hover {
    background-color: #ffe5e5;
}
.deleteButtonDayoffDelete {
    background-color: #f44336;
    color: #fff;
    border: 1px solid #f44336;
    transition: 0.3s;
}
.deleteButtonDayoffDelete:hover {
    background-color: #d32f2f;
}
.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;
}
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;
}
.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;
}
.action-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.close-btn {
    background-color: #856404;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.close-btn:hover {
    background-color: #533f03;
}
.md-icon-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
@media (max-width: 600px) {
    .md-icon-button {
        top: 12px;
        right: 12px;
    }
}
