body {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 10;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    background-color: #F0F2F5;
}

* {
    box-sizing: border-box;
}

#main {
    display: none;
}

h1,
h2,
h3 {
    margin-bottom: 10px;
    color: #25356d;
}

p {
    padding: 2px;
    margin: 2px;
}

button {
    cursor: pointer;
}

.menuAll {
    width: 230px;
    height: 96vh;
    margin: 10px;
    display: block;
    background-color: #F0F2F5;
    position: fixed;
    top: 0px;
    padding-top: 30px 0px;
    box-shadow: 2px 5px 20px rgb(22 20 19 / 40%);
    border-radius: 20px;
}

.menu {
    padding: 0px;
    margin: 0px;
}


.title_hou {
    padding: 35px;
    color: #355895;
    font-size: 18px;
    border-bottom: 2px solid #355895;

}

.menu_item {
    list-style: none;
    font-size: 14px;
    margin: 8px 20px;
    border-radius: 0.5rem;
}

.menu_item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 20px;
    color: #3a3c3f;
    text-decoration: none;
}

.menu_item:hover {
    background-color: #ffffff;
    cursor: pointer;
}

.info {
    padding-left: 282px;
}

.information_message_user {
    width: 100% !important;
    min-width: 100%;
    padding: 0px 15px;
    margin: 0px;
    border: none;
    margin-top: 10px;
    border-radius: 0px;
}

.information_message_user p {
    color: rgb(88, 88, 236);

}

.add_info {
    margin-bottom: 8px;
}

.formNew {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.formNew>div {
    margin: 5px 5px;
}

.input__style {
    font-family: "Bai Jamjuree", sans-serif;
    background: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #d5d5d5f1;
    cursor: text;
    color: rgb(63, 63, 63);
    height: 32px;
    border-radius: 5px;
    width: 240px;
    text-align: left;
    padding-left: 10px;
}

.input__style:focus {
    background: rgb(255, 255, 255);
    border: 1px solid #7ea7fff1;
    outline-width: 0;
}

.input__style::placeholder {
    font-family: "Bai Jamjuree", sans-serif;
    color: rgb(151, 151, 151);
}

.delete {
    background-color: rgb(180, 12, 12) !important;
}

.input__style2 {
    font-family: "Bai Jamjuree", sans-serif;
    background: rgb(255, 255, 255);
    margin: 2px 0px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #d5d5d5f1;
    cursor: text;
    color: rgb(12, 12, 12);
    height: 32px;
    border-radius: 5px;
    width: 90px;
    text-align: left;
    padding-left: 10px;
}

.input__style2:focus {
    background: rgb(255, 255, 255);
    border: 1px solid #7ea7fff1;
    outline-width: 0;
}

.input__style2::placeholder {
    color: rgba(107, 107, 107, 0.822);
}

.btn3 {
    font-family: "Bai Jamjuree", sans-serif;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(39, 170, 225);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    margin: 0px 2px;
}

.btn2:hover,
.btn3:hover {
    opacity: 0.8;
}

.search {
    margin-bottom: 20px;
}

/*
.input__style:hover {
    cursor: pointer;
}
*/

.closeButton {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.closeButton:hover {
    background-color: #e8e8e8;
    border-radius: 8px;
}

select:hover {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
    /* border-radius: 10px; */
}

.table {
    max-width: 100%;
    max-height: 80vh;
    overflow: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
    margin: 10px 0px;
    /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */

}

table tr:first-child {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 0;
    background-color: #f1f1f1 !important;
    cursor: pointer;


}

td,
th {
    border: none;
    text-align: left;
    padding: 12px 10px;
    font-size: 13px;
}

td {
    color: rgba(0, 0, 0, 0.87);
}


tr {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(224, 224, 224, 1);

}

.clinic {
    width: calc(100%-300px);
    border: #355895 solid 2px;
    border-radius: 10px;
    display: flex;

}

.clinic>p {
    width: 300px;
}

.btn3_menu {
    display: none;
}

.information_message_user {
    overflow: auto;
}

#div_customer_info_service {
    position: fixed;
    top: 0px;
    left: 255px;
    padding: 10px;
    padding-bottom: 150px;
    background-color: #f0f0f0;
    overflow: auto;
    width: calc(100% - 255px);
    height: 100%;
    display: none;
}


#div_service_type_info {
    position: fixed;
    top: 0px;
    left: 281px;
    padding: 20px;
    padding-right: 20px;
    background-color: #F0F2F5;
    width: calc(100% - 281px);
    display: none;
    overflow: auto;
    z-index: 1;
    box-shadow: 2px 5px 20px rgb(22 20 19 / 40%);
    height: 100vh;
}

#div_clinic_info {
    position: fixed;
    top: 0px;
    left: 255px;
    padding: 10px;
    background-color: #ffffff;
    width: calc(100% - 255px);
    height: 100%;
    display: none;
}

.table_info_new {
    width: 100%;
    height: calc(100% - 150px);
    overflow: auto;
}

#location_clinic {
    width: 100%;
    height: calc(100% - 10px);
    overflow: auto;
    margin-top: 15px;
}


@media only screen and (max-width: 1350px) {
    .menuAll {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        z-index: 2;
    }

    .menu_button {
        display: flex;
    }

    .btn3_menu {
        display: block;
    }

    .title_hou {
        padding: 5px 30px;
    }

    .menu_item {
        padding-left: 20px;
    }

    #menu_all {
        display: none;
    }

    .info {
        padding-left: 5px;
        margin-top: 132px;
        margin-right: 10px;
    }

    #div_customer_info_service {
        top: 120px;
        left: 0px;
        width: 100%;
    }

    #div_service_type_info {
        top: 116px;
        left: 0px;
        width: 100%;
        height: calc(100vh - 116px);
    }

    #div_clinic_info {
        top: 120px;
        left: 0px;
        width: 100%;
    }

    .table_info_new {
        width: 100%;
        height: calc(100% - 350px);
        overflow: auto;
    }

    #location_clinic {
        width: 100%;
        height: calc(100% - 180px);
        overflow: auto;
    }
}

@media only screen and (max-width: 800px) {}

.filter-wrapper {
    margin-bottom: 8px;
}

.keyword-wrapper {
    width: 100%;
    position: relative;
}

#keyword {
    border: 1px solid #ccc;
    padding: 10px;
    font: 1.5em 'Arimo', sans-serif;
    width: 50%;
    outline: none;
    transition: border 0.5s ease-in-out
}

#keyword:focus {
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
}

#keyword-button {
    position: absolute;
    right: 26%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.7em;
    color: #8DB9ED
}

#keyword-button:hover {
    color: #ccc
}

.filter-select {
    width: 318px;
    list-style: none;
    font-size: 1.1em;
    color: rgb(105, 105, 105);
    border: 1px solid #ccc;
    border-top: none;
    max-height: calc(50% - 15px);
    overflow-y: auto;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.filter-select-list {
    cursor: pointer;
    padding: 5px 10px;
}

#filter-select {
    padding-left: 0px;
    /* margin-left: 22px; */
    margin-top: 2px;
}


.filter-select-list:hover {
    background: rgb(155, 155, 155);
    color: #fff
}

.no-value {
    border: none
}

.list-highlight,
.list-highlight:hover {
    background: rgb(55, 55, 55);
    color: #fff
}

/*some simple responsive designs*/
@media only screen and (max-width: 768px) {

    .filter-select,
    #keyword {
        width: 80%;
    }

    #keyword {
        font-size: 1.3em
    }

    .filter-select {
        font-size: 0.9em;
        left: 10%;
        top: calc(50% + 23px);
    }

    #keyword-button {
        right: 11%
    }
}

@media only screen and (max-width: 480px) {

    .filter-select,
    #keyword {
        width: 95%;
    }

    .filter-select {
        left: 2.5%;
    }

    #keyword-button {
        right: 3.5%
    }
}