body {
    font-family: "Kanit";
    font-size: 9px;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    body {
        font-family: "Kanit";
        font-size: 11px;
    }

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    body {
        font-family: "Kanit";
        font-size: 12px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    body {
        font-family: "Kanit";
        font-size: 13px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    body {
        font-family: "Kanit";
        font-size: 14px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    body {
        font-family: "Kanit";
        font-size: 14px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

.searchBox {
    width: 300px !important;
    height: 35px !important;
    margin-bottom: 4px;
    border-radius: 30px;
    text-indent: 30px;
    background-color: white;
    transition: all 0.3s ease;
}
::placeholder {
    font-weight: 300;
    font-size: inherit !important;
    color: #979ca2 !important;
}

.form-control {
    background-color: white;
}

.form-control:hover {
    /* border-color: rgb(139, 3, 4); */
    border-color: rgb(13, 110, 253);
    box-shadow: rgba(13, 110, 253, 0.2) 0px 2px 8px 0px;
    
}
.form-control:focus {
    /* border-color: rgb(139, 3, 4); */
    border-color: rgb(13, 110, 253);
    box-shadow: rgba(13, 110, 253, 0.2) 0px 2px 8px 0px;

}


#dataTables_filter {
    position: relative;
}


/* Search Box */
.dataTables_filter label .magnifyingSearch {
    position: relative;
    top: 0;
    left: 35px;
    color: #ced4da;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.dataTables_filter:hover .magnifyingSearch {
    transform: rotate(90deg);
    /* color:rgb(139, 3, 4); */
    color: #ced4da;
    opacity: 0.01;
    display: none;
}
.dataTables_filter:hover .searchBox {
    text-indent: 6px;
}



/* Button Copy */
.copyInner {
    color: white !important;
    background-color: #28a745;
    padding: 2px 6px;
    border-radius: 4px;
}



/* Department Roles */
.departmentRole {
    color: white !important;
    padding: 1px 5px !important;
    border-radius: 4px;
}



/* Buttons Tag */
.btnTag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btnTag ul, .btnTag li {
    list-style-type: none;
}
.tagItems {
    /* color: white !important; */
    /* background-color: #0d6efd !important; */
    border: 1px solid #ececec;
    border-radius: 40px !important;
    margin: 4px;
    padding: 4px 12px !important;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    place-content: center;
    place-items: center;
    /* cursor: pointer; */
}
.tagItems:hover {
    background-color: #f9f9f9 !important;
}
.tagColour {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 4px;
}


















.row>* {
    padding-left: 0;
    padding-right: 0;
}

.kiw_th {
    font-weight: 300;
}

.theadContact {
    background-color: #8b0304;
    color: white;
}

.kiw_td {
    font-weight: 300;
}

.kiw_td a {
    text-decoration: none;
}

.kiw_tr:hover .kiw_td a {
    text-decoration-line: underline;
    cursor: pointer;
}

#contactInfoMain_length {
    display: none;
}

#contactInfoMain_paginate .page-item .page-link {
    color: #8b0304 !important;
}

#contactInfoMain_paginate .page-item.disabled .page-link {
    color: #6c757d !important;
}

#contactInfoMain_paginate .page-item.active .page-link {
    color: white !important;
    background-color: #8b0304;
    border-color: #8b0304;
    z-index: 0;
}



/* .searchBox {
    width: 210px !important;
    border-radius: 10px;
    font-size: 9px;
    text-indent: 30px;
    position: relative;
    z-index: 10;
    transition: width .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}

.searchBox:hover {
    width: 350px !important;
}

.searchBox:active {
    width: 350px !important;
} */



table tr:last-child td:first-child {
    /* border-bottom-left-radius: 4px; */
    
}

table tr:last-child td:last-child {
    /* border-bottom-right-radius: 4px; */
}

table tr:first-child th:first-child {
    /* border-top-left-radius: 4px; */
    /* border-color: red; */
}

table tr:last-child th:last-child {
    /* border-top-right-radius: 4px; */
    /* border-right-color: red; */
}


.formSearch {
    position: relative;
}
.fa-search {
    /* font-size: 20px; */
}
.formSearch .fa-search{
    z-index: 20;
    position: absolute;
    top: 9px;
    padding-left: 22px;
    /* left: 0px; */
    color: #9ca3af;
    border: none;
    user-select: none;
}

.searchBox:active #iconSearch{
    color: red;
}



.form-input:focus{
    box-shadow: none;
}



#copyMail {
    color: #d3d3d3;
    /* width: 40px; */
    /* height: 20px; */
    margin: 0 auto;
    border: none;
    /* background-color: none !important; */
    transition: color .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
}
#copyMail:active {
    
    border: none;
}

#copyMail:hover {
    /* background-color: red; */
    color: #2a78fd;
}

/* #copyMail i {
    font-size: 18px;
} */

.toast {
    z-index: 4 !important;
}

.phoneTxt {
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}

#copyMail span, #copyMail i{
    font-size: inherit;
}