@import 'https://fonts.googleapis.com/css?family=Kanit:400,300&subset=thai,latin';
/* */

body, h3{
    /* background-color: #d6d6c2 */
    /* font-size: 14px; */
    /* background-color: #adad85; */

    /* font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif; */
    font-family: 'Kanit', sans-serif !important;
    right: 0;
}
.layout{
    /* padding-top:3%; */
    /* padding-left: 2%;
    padding-right: 2%;#f25d9c */

}
.left-menu{

    background-color: #33383E;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* height: 90vh !important; */
    /* margin-top: 20px; */
}



.left-menu a{
    padding: 15px 7px 15px 7px;
    text-decoration: none;
    /* font-size: 24px; */
    color: #C8CBD0;
    display: flex;
    /* margin-left: 5px; */
    /* background-color: blueviolet; */
    /* border: 1px solid black; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /* line-height: 21px; */
    /* align-items: center;*/
}

.left-menu  a i{
    width: 25px;
    font-size: 18px;
}

.fas-left-menu{
    width: 35px;
}
.fas-left-menu:hover{
    color: #ffff;
    background-color: #454c54;
    text-decoration: none;
}

.left-menu a:hover {
    color: #ffff;
    background-color: #454c54;
    text-decoration: none;
}

.div-left-menu{
    /* padding: 0; */
    /* margin-left: 5px; */
    margin-top: 20px;
    height: 700px;
}

.header-menu{
    /* padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px; */


}
.div-a-header-menu{

}

.icon{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

.row-header{
    z-index: 1;
    position: relative;
    background: linear-gradient(90deg, rgba(159, 19, 72, 0.58) 30.5%, #B73D96 82.73%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 70px;
}
.header{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    /* padding: 20px; */
    mix-blend-mode: normal;
}

.header ul{
    white-space: nowrap;
    /* margin: 0; */
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header li{
    display: inline;
    padding: 22px 10px 22px 10px;
    height: 50px;


}

.header li a {
    text-decoration: none;
    color: #ffffff;

    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 21px; */
     position: relative;
    /* width: 112px;
    height: 21px */
}


.header li a:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: rgb(100, 5, 75);
    bottom: -5px;
    transition: .35s ease-out all;
}

.header li:hover a:before {
    width: 100%;

}

.header li:hover {
    /* text-decoration: underline; */
    /* padding: 22px 10px 22px 10px; */
    /* background: #b50db5; */
    /* padding: auto;
    background-color: #cbf1f5; */
    /* border-bottom: 2px solid rgb(100, 5, 75) ; */



}

.icon-header{
    font-size: 18px;
    padding-right: 10px;
}

.icon-left-menu{
    font-size: 24px;
    /* padding-right: 10px; */

}

.text-left-menu{
    padding: 0 10px;
}

.div-content{
    /* margin-top: 20px; */
    background-color: #d9d9d9;

}

.content{
    margin-top: 20px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.div-filter{
    margin-top: 20px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.link-logout{
    background: #D54949;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
    width: 150px;
    max-width: 100%;
}

.table{
    background-color: #ffff;
    /* text-align: center; */
    margin-top: 15px;
}
.no-read{
    /* color: green; */
    font-weight: bold;
}
.center{
    text-align: center;
}
.content{
    background-color: #F7F7F7;
}
.hr{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C8CBD0;
}
้h3{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin: 5px;

}
.div-logo-header{
    /* background-color:#B73D96; */
    justify-content: center;
    align-items: center;
    display: flex;
}
.img-logo-header{
    width: 60px;
    margin-left: 5px;
    float: left;
}

.dataTables_wrapper {
    margin: 15px;
    font-size: 14px;
}
.grid-x {
    margin: 1px;
}

input[type="search"] {
    border-radius: 20px;
    height: 35px;
}
select[name="DataTables_Table_0_length"]  {
    border-radius: 20px;
    width: auto;
}


.modal-content {
    border: 0;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.close:hover{
    outline: 0 !important;
}
.btn-action, .btn-close {
    border-radius: 20px;
}
.div-filter-clear , .div-filter-export{
    display: flex;
    justify-content: center;
}
.btn-export{
    /* align-items: baseline;
    padding: 6px 25px; */

}
.btn-export , .btn-clear{
    position: absolute;
    bottom: 0;
}
.icon-filter{
    left: 0;
    width: 35px;
}

.icon-refresh{
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 25px;
}
.wrap{
    word-wrap: break-word;
    width: 150px;
}


@media screen and  (max-width:1400px){
    table{
        font-size: 10px;
        max-width: 100%;
    }
    .a-header-menu{
        width: -webkit-fill-available;
        max-width: 100%;
        height: 30px;
        font-weight: bold;
        font-size: 14px;

    }
    .a-left-menu{
        width: -webkit-fill-available ;
        background-color: white;
        color: black;
        font-weight: bold;
        font-size: 12px;
    }
}
