#content {
    padding: 20px;
}

.input_general {
    margin: 10px 50px;
}

.input_general .lable {
    display: inline-block;
    min-width: 150px;
}

#form_info {
    padding: 50px;
}

#form_info {
    display: block;
}

.setting {
    display: flex;
    justify-content: space-between;
}

.input__select {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.full_view {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 3;
    background-color: #00000085;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 20;
}

#customer_form_update {
    padding: 50px 100px;
}

table tr:hover {
    background-color: #cfe8fd; /* Màu nền khi hover vào bất kỳ ô nào trong hàng */
}

.width30 {
    width: 30px;
    min-width: 30px !important;
    max-width: 30px !important;
}

.width80 {
    width: 80px;
    min-width: 80px !important;
    max-width: 80px !important;
}

.width100 {
    width: 100px;
    min-width: 100px !important;
    max-width: 100px !important;
}

.width120 {
    width: 120px;
    min-width: 120px !important;
    max-width: 120px !important;
}

.width150 {
    width: 150px;
    min-width: 150px !important;
    max-width: 150px !important;
}

.width200 {
    width: 200px;
    min-width: 200px !important;
    max-width: 200px !important;
}

tr,
td {
    word-wrap: break-word;
}

.textarea {
    width: 500px;
}

#text_data_select,
#chia_chat_view {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #00000085;
    flex-direction: column;
    z-index: 100;
}

th {
    font-weight: bold;
}

.table {
    max-height: 88vh;
}

.chat-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px 50px;
}

.chat-user {
    width: 150px;
}

.chat-message {
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.online_back {
    background-color: #d4edda;
    color: #155724;
    padding: 8px 20px;
    border-radius: 5px;
}

.them_kh {
    background-color: rgb(209, 222, 243);
    color: rgb(51, 73, 108);
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.link_contact {
    color: #007bff;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #f8f9fa;
    cursor: pointer;
}

.call_now {
    background-color: #ffebee;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sl_call {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f1f1f1;
    margin-left: 30px;
    border-radius: 5px;
}

.mouse_check {
    cursor: pointer;
}

.noti_erro {
    color: red;
}
.noti_success {
    color: green;
}

.editable {
    cursor: pointer;
}

option {
    background-color: #ffffff !important;
}

/* Form  */
#form,
#view_customer,
#view_service,
#view_dashboard,
#view_note,
#view_edit_mri,
#view_mri {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 30;
    background-color: #00000085;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#view_edit_mri {
    z-index: 50;
}

#form_info,
#view_customer_info_div,
#view_dashboard_info_div,
#view_note_info_div,
#view_edit_info_div,
#view_mri_info_div {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f0f2f5;
    padding: 30px 20px;
    border-radius: 8px;
    overflow: auto;
    margin: 40px;
}

#view_service_div {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f0f2f5;
    padding: 30px 20px;
    border-radius: 8px;
    margin: 40px;
}

.room_item {
    min-width: 200px;
    max-width: 200px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    padding: 20px;
}

#view_customer_table {
    min-width: 760px;
    /* max-width: 760px; */
}

.service_item {
    display: inline-block;
    background-color: #f0f2f5;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
}

.color_red {
    background-color: #6b6b6b; /* đỏ pha cam */
}

.color_red .huy_kham {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: red;
}

.chua_kham {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: rgb(99, 99, 99);
    color: #ffffff;
}

.da_kham {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 4px;
    color: rgb(0, 71, 0);
    background-color: rgb(111, 173, 111);
}

.vao_kham {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: orange;
}

.huy_kham {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: red;
}

#view_dashboard_table {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Cho phép xuống dòng */
    gap: 10px; /* Khoảng cách giữa các item (tuỳ chọn) */
}

.dashboard_item {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 10px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    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);
}

.dashboard_item_name {
    font-size: 14px;
    /* font-weight: 700; */
    color: #ffffff;
    align-items: center;
    padding: 10px;
    background-color: rgb(85 120 155);
    border-radius: 10px 10px 0px 0px;
}

.dashboard_item_value {
    font-size: 14px;
    color: rgb(85, 85, 85);
    align-items: center;
    z-index: 1;
    padding: 8px 0px;
    /* border-bottom: 1px solid rgb(236, 240, 241); */
}

#note_book_customer_textarea,
#edit_mri_textarea {
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 10px;
    padding: 20px;
}


@media (max-width: 1030px) {
    .manager {
        display: none;
    }

    .null_mobile {
        display: none;
    }
}
