.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 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 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;
}
.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;
}
.map-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.map-time {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2f1c6a;
    margin-bottom: 6px;
}
.map-date {
    margin-bottom: 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) {
    .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;
    }
    .db-manager-img {
        flex: 1;
        width: 35px;
        height: 35px;
        margin: 40px 0 0 0;
    }
    .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;
}
.btnClockoutDashboard-active {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 40%;
    height: 100%;
    border-radius: 24px;
    background: #00b151;
    border-color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px;
}
.btnClockoutDashboard {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 40%;
    height: 100%;
    border-radius: 24px;
    background: #fa4907;
    border-color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px;
}
.btnClockoutDashboard1 {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80%;
    height: 100%;
    border-radius: 6px;
    background: #00b151;
    box-shadow: none;
    border: none;
    padding: 10px;
    transition: box-shadow 0.3s ease;
}
.btnClockin-text2 {
    margin: 0 5px 5px 5px;
    font-family: Mulish;
    font-size: 14px;
    color: #fff;
}
.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;
}
.table-parent {
    padding: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: 10px;
}

.tabs {
    display: flex;
    align-items: flex-start;
}

.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;
}
.tabs-attendance {
    display: flex;
    border-bottom: 1px solid #d3d3d3;
}
.tabs-attendance .tab1,
.tabs-attendance .tab2,
.tabs-attendance .tab3 {
    cursor: pointer;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    background: #fff;
    font-family: Mulish;
    font-size: 14px;
    color: rgba(54, 52, 77, 0.5);
}
.tabs-attendance .tab1.active,
.tabs-attendance .tab2.active,
.tabs-attendance .tab3.active {
    border-bottom: 2px solid #3f80ff;
    color: #fff;
    font-family: Mulish;
    font-size: 14px;
    color: #2f1c6a;
    background: #fff;
    margin-bottom: -2px;
}
.content-default-wrapper {
    overflow: auto;
}
.table-buttons .btnClockoutAttendance {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 140px;
    height: 40px;
    border-radius: 6px;
    background: #fa4907;
    border-color: #fff;
    box-shadow: none;
    border: none;
    padding: 5px;
    margin-right: 20px;
    transition: box-shadow 0.3s ease;
}
.table-buttons .btnClockoutAttendance-active {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 140px;
    height: 40px;
    border-radius: 6px;
    background: #00b151;
    border-color: #fff;
    box-shadow: none;
    border: none;
    padding: 5px;
    margin-right: 20px;
    transition: box-shadow 0.3s ease;
}
.table-buttons .btnDisabled {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 140px;
    height: 40px;
    border-radius: 6px;
    background: #b0b0b0;
    border-color: #fff;
    box-shadow: none;
    border: none;
    padding: 5px;
    margin-right: 20px;
    transition: box-shadow 0.3s ease;
}
.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;
}
.modalAttendance2 {
    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);
}
.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;
}
.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;
}
.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-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;
}
.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-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,
.modal-row textarea {
    font-size: 14px;
}
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;
}
.md-icon-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

@media (min-width: 769px) and (max-width:880px) {
    .tabs .table-buttons {
        align-items: end;
        flex-direction: column;
        gap: 1rem;
    }

    .table-buttons .btnClockoutAttendance,
    .table-buttons .btnClockoutAttendance-active,
    .table-buttons .btnDisabled,
    .table-buttons .btn-filter {
        margin: 0;
        width: 120px;
    }
}

@media (max-width: 600px) {
    .md-icon-button {
        top: 12px;
        right: 12px;
    }

    .tabs .table-buttons {
        align-items: end;
        flex-direction: column;
        gap: 1rem;
    }

    .table-buttons .btnClockoutAttendance,
    .table-buttons .btnClockoutAttendance-active,
    .table-buttons .btnDisabled,
    .table-buttons .btn-filter {
        margin: 0;
        width: 120px;
    }
}