/* MAIN */
.container-app .box-app main.main-reminder {
    grid-area: main;
    overflow: auto;
}

.container-app .box-app main.main-reminder .box-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    gap: 1em;
    width: calc(100% - 3em);
    height: 100%;
    /* max-width: 1050px; */
    margin: auto;
    position: relative;
    /* background-color: yellowgreen; */
}

.container-app .box-app main.main-reminder .box-main .action-reminder {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1em;
    position: absolute;
    top: 1em;
    /* left: 35.5em; */
    right: 0;
    /* background-color: yellowgreen; */
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date {
    width: 100%;
    display: grid;
    grid-template-columns: 150px auto;
    gap: 0.5em;
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date label {
    font-family: 'Poppins-Regular';
    font-size: 0.75rem;
    color: #333;
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date input {
    width: 100%;
    font-family: 'Poppins-Regular';
    font-size: 0.75rem;
    color: #333;
    border: none;
    border: 0.5px solid rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
    cursor: default;
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date input:focus {
    box-shadow: none;
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date .btn-search {
    display: flex;
    align-items: flex-end;
    /* background-color: yellowgreen; */
}

.container-app .box-app main.main-reminder .box-main .action-reminder form .search-date .btn-search .btn-search-date {
    height: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Regular';
    font-size: 0.75rem;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #4d96ff;
}

.container-app .box-app main.main-reminder .box-main .action-reminder .print-reminder {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
    font-family: 'Poppins-Regular';
    font-size: 0.75rem;
    color: #333;
    text-decoration: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    border-radius: 5px;
    border: 0.5px solid rgba(51, 51, 51, 0.3);
    background-color: #fff;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder {
    padding-top: 1em;
    box-sizing: border-box;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert {
    background-color: limeg;
    padding-right: 0;
    padding-left: 0;
    margin: 0 !important;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert .box-alert {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0 1.5em;
    box-sizing: border-box;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert .text {
    display: flex;
    align-items: center;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert .text p {
    font-family: "Poppins-Regular";
    font-size: 0.85rem;
    color: #333;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert .box-btn {
    display: flex;
    justify-content: center;
}

.container-app .box-app main.main-reminder .box-main .top-trn-reminder .alert button {
    background-color: transparent;
    border: none;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .box-top {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1em;
    /* background-color: yellowgreen; */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .box-bottom {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1em;
    /* background-color: violet; */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .top-check-in-out {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto;
    gap: 1em;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .top-check-in-out .left {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .top-check-in-out .left h1 {
    font-family: 'Poppins-SemiBold';
    font-size: 1.3rem;
    color: #333;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .top-check-in-out .left p {
    font-family: 'Poppins-Light';
    font-size: 0.7rem;
    color: #333;
    line-height: 1.3em;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    /* background-color: brown; */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.5em;
    /* background-color: green; */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out {
    width: 100%;
    overflow: auto;
    /* background-color: #4d96ff; */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out .box-table {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out .box-table .thead {
    width: 100%;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out thead tr {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 150px 150px 200px 150px 200px 100px 120px 250px 100px 100px 125px 125px 150px 100px 50px;
    grid-template-rows: 1fr;
    justify-content: space-between;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out thead tr td {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Regular';
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    /* border-radius: 10px; */
    padding: 10px;
    box-sizing: border-box;
    border: 0.5px solid #fff;
    background-color: tomato;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out tbody {
    width: 100%;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 150px 150px 200px 150px 200px 100px 120px 250px 100px 100px 125px 125px 150px 100px 50px;
    grid-template-rows: 1fr;
    justify-content: space-between;
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out tbody tr td {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Regular';
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    line-height: 1.35em;
    padding: 10px;
    box-sizing: border-box;
    border: 0.5px solid #dedede;
    /* border-bottom: 0.5px solid rgba(51, 51, 51, 0.3); */
}

.container-app .box-app main.main-reminder .box-main .middle-trn-reminder .bottom-check-in-out .box-table-pagination .table-check-in-out tbody tr:first-child td {
    border-top: none;
}

.container-app .box-app main.main-reminder .box-main .bottom-reminder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1em 0;
    box-sizing: border-box;
}

.container-app .box-app main.main-reminder .box-main .bottom-reminder p {
    font-family: "Poppins-Regular";
    font-size: 0.8rem;
    color: #333;
}

/* MAIN */