@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html, body {
    font-family: "Roboto", sans-serif !important;
    /* font-family  : "Kanit", sans-serif; */
    height: 100%;
    color: #000;
}

table {
    width: 100%;
}

td {
    padding: 0px 5px;
    font-size: 10pt;
    padding-bottom: 3px !important;
}

label {
    margin: 0px;
}

a {
    color: #000 !important;
}

.logo_table {
    align-items: center;
    display: flex;
    /* padding-top: .5rem; */
    padding-bottom: 1rem;
    font-size: 10pt;
}

.profile_image {
    object-fit: cover;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 50% !important;
}

.name_table td {
    color: #000;
    background-color: #fff2cc;
    border-top: 2.25pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
    font-weight: bold;
    font-size: 12pt;
}

.menu_table {
    color: #666666;
    background-color: #d0e0e3;
    border-bottom: 2.25pt solid #cccccc;
    font-size: 10pt !important;
}

.menu_table td {
    width: 20%;
    padding-bottom: 3px;
    border-right: 0.75pt solid #cccccc;
    cursor: pointer;
}

.menu_table .active {
    background-color: #a2c4c9;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.resource_name {
    border-top: 1.5pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

select {
    text-align-last: end;
    padding-right: 10px;
    width: 100%;
    border: 0px;
}

.date_range {
    border-bottom: 1.5pt solid #cccccc;
}

.head_table {
    color: #000;
    font-weight: bold;
    background-color: #f3f3f3;
    vertical-align: top;
    border-top: 1.5pt solid #cccccc;
    border-bottom: 1.5pt solid #cccccc;
}

.head_table td {
    border-right: 0.75pt solid #cccccc;
}

.head_table_2 {
    color: #000;
    font-weight: bold;
    background-color: #f3f3f3;
    vertical-align: top;
    border-top: 1.5pt solid #cccccc;
    border-bottom: 1.5pt solid #cccccc;
}

.head_table_2 td {
    border-right: 0.75pt solid #cccccc;
}

.data_table {
    border-bottom: 1.5pt solid #cccccc;
}

.data_table td {
    border-right: 0.75pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

.data_table input[type=text] {
    width: 100%;
    border: 0px;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.save_table {
    text-align: end;
    border-bottom: 0.75pt solid #cccccc;
    cursor: pointer;
}

.delete_table {
    font-style: italic;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

.submit_table {
    text-align: end;
    font-weight: bold;
    background-color: #f3f3f3;
    border-bottom: 0.75pt solid #cccccc;
    cursor: pointer;
}

.add_row {
    color: #000 !important;
    font-style: italic;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

.data_personal_information {
    /* border-bottom: 1.5pt solid #cccccc; */
}

.data_personal_information input[type=text] {
    width: 100%;
    border: 0px;
    text-align: end;
}

.data_personal_information td {
    border-right: 0.75pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

.data_department_list {
    border-bottom: 1.5pt solid #cccccc;
}

.data_department_list input[type=text] {
    width: 100%;
    border: 0px;
    text-align: start;
}

.data_department_list td {
    border-right: 0.75pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

.data_project_setting {
    /* border-bottom: 1.5pt solid #cccccc; */
}

.data_project_setting input[type=text] {
    width: 100%;
    border: 0px;
    text-align: end;
}

.data_project_setting td {
    border-right: 0.75pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

.data_public_holiday {
    border-bottom: 1.5pt solid #cccccc;
}

.data_public_holiday input[type=text] {
    width: 100%;
    border: 0px;
    text-align: start;
}

.data_public_holiday input[type=date] {
    width: 100%;
    border: 0px;
    text-align: end;
}

.data_public_holiday td {
    text-align: start;
    border-right: 0.75pt solid #cccccc;
    border-bottom: 0.75pt solid #cccccc;
}

.data_total td {
    font-weight: bold;
    border-bottom: 1.5pt solid #cccccc;
    border-right: 0.75pt solid #cccccc;
}

.data_total input[type=text] {
    text-align: center;
}

input {
    width: 100%;
    border: 0px;
    text-align: end;
}

input[type=date] {
    width: unset;
    border: 0px;
    text-align: end;
}

/* spinner */

.spinner {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}

.material-icons {
    font-size: 18px;
}

.chart_leave {
    font-weight: bold;
    padding-top: 6px;
    font-size: 12px;
    text-align: center;
}


table{
    width: 25%;
}
@media only screen and (max-width: 1250px) {
    table{
        width: 35%;
    }
}
@media only screen and (max-width: 1000px) {
    table{
        width: 50%;
    }
}
@media only screen and (max-width: 650px) {
    table{
        width: 75%;
    }
}