.logo {
    height: 70px;
}

.navbar_css {
    background-color: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');

body {
    font-family: 'Chakra Petch', sans-serif;
    background-color: #F5F6F8;
}

@media print {
    .hid {
        display: none;
        /* ซ่อน  */
    }
}

.bgMainNavbar {
    background-color: white;
}

.btnbell {
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.bradeNoti {
    border: 2px solid white;
}

.AvatarProfile1 {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.AvatarProfile2 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.borderRD15 {
    border-radius: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.t-al-l {
    text-align: left;
}

.t-al-r {
    text-align: right;
}

.t-al-c {
    text-align: center;
}

.tdcrtn {
    text-decoration: none;
}

.textLimit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textLimit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section {
    display: grid;
    justify-content: center;
    align-content: center;
}

@media (max-width: 768px) {
    .text-b {
        font-size: 12px;
    }

    .text-s {
        font-size: 6px;
    }
}

.imageLogo {
    width: 150px;
}

.bg-orange {
    background-color: #fa6000;
    background-image: linear-gradient(349deg, #fa6000 0%, #ff9b5b 100%);
}

.c-w {
    color: white;
}

.this_camera {
    border: 10px solid #16734720;
}

.navbar_color {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}

.btn_profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F09121;
    border: 3px solid #ffd09a;
    padding: 8px;
}

.icon_profile {
    width: 100%;
    height: 100%;
    color: white;
}

.back_head {
    height: 30vh;
    background-color: #F09121;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-border-radius: 0px 0px 200px 200px;
    border-radius: 0px 0px 200px 200px;
}

.logo_inside {
    width: 200px;
}

.c-or {
    color: #F09121;
}

.box_input_ct {
    border: 2px solid #ffcf97;
    background-color: #fff7ee;
}

.label_ct {
    cursor: pointer;
    background-color: #f9a341;
    border: 3px solid #ffcf97;
    color: white;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.image_preview {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #ffcf97;
}

.border-btw {
    border-left: 2px solid rgb(230, 230, 230);
}

.image_box_noti {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.card_box_noti {
    background-color: #ffcf97;
}

.image_box_profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffcf97;
}

.image_list_admin {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.table td, .table th {
    vertical-align: middle;
}