body {
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Bai Jamjuree', sans-serif;
}

h1,
h2,
h3,
h4 {
    color: rgb(61, 86, 106);
    font-family: 'Bai Jamjuree', sans-serif;
}

.main {
    width: 100%;
    height: 100vh;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(105, 200, 207, 0), rgb(105, 200, 207));
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    overflow: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* color: rgba(0, 0, 0, 0.785); */
}

.zoom {
    /* padding: 2px; */
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.zoom > .zoomName {
    padding: 15px 30px;
}

.zoomName {
    display: inline-block;
    background-color: rgb(250, 193, 65);
    padding: 10px 20px;
    border-radius: 5px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #3d566a;
    margin: 10px;
    font-size: 16px;
}

.zoom > h2 {
    padding: 0px;
    margin: 0px;
}

#zoomName {
    cursor: pointer;
}

.baner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    width: 200px;
}

.rating {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    flex-wrap: wrap;
}

.rating-item {
    width: 160px;
    /* border: solid 1px rgb(250, 193, 65); */
    padding: 10px 20px;
    background-color: #ffffff;
    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); */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin: 10px;
}

.rating-content > h1 {
    margin-top: 0px;
}

.rating-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rating-icon {
    width: 100px;
}

.rating-text {
    font-size: 13px;
}

.fullDisplay {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

#fullNone0 {
    bottom: 110px;
}

.logout {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

.thankYou {
    text-align: center;
}

.btn3 {
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 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);
}

.input__style {
    font-family: 'Bai Jamjuree', sans-serif;
    background: rgb(234, 234, 234);
    margin: auto 0px;
    font-size: 15px;
    line-height: 32px;
    border: none;
    cursor: text;
    color: rgb(63, 63, 63);
    height: 32px;
    border-radius: 3px;
    min-width: 240px;
    text-align: left;
    padding-left: 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); */
}

lable {
    color: #444444;
}

.zoomNameLable {
    display: inline-block;
    width: 100px;
    font-size: 15px;
    color: rgb(61, 86, 106);
}

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

.table {
    max-width: 100%;
    min-width: 40%;
    max-height: calc(100vh - 90px);
    overflow: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    /* 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;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1); /* Tạo hiệu ứng nổi */
}

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

td {
    color: rgba(0, 0, 0, 0.87);
    min-width: 50px;
}

/* tr:nth-child(even) {
    background-color: #dddddd;
} */

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

td,
th {
    max-width: 400px !important;
}

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

.phan_tram {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 30px;
    background-color: rgb(209, 222, 243);
    color: rgb(51, 73, 108);
}

.phan_tram_ssn {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 30px;
    background-color: rgb(255, 231, 217);
    color: rgb(173, 0, 0);
}

.phan_tram_ssl {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 30px;
    background-color: rgb(237, 247, 237);
    color: rgb(41, 80, 43);
}

/* Khi được chọn */
select[multiple] option:checked {
    background-color: #1a73e8 !important; /* nền xanh (giống Google) */
    color: #fff !important; /* chữ trắng */
}

body {
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    background-color: #f0f2f5;
}
* {
    box-sizing: border-box;
    font-family: 'Bai Jamjuree', sans-serif;
}

h1,
h2 {
    color: rgb(61, 86, 106);
    margin: 5px;
}

.main {
    height: 100vh;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(105, 200, 207, 0), rgb(105, 200, 207));
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    overflow: auto;
}

/* Button */
.btn {
    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);
}

/* Close Button */
.closeButton {
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.closeButton > img {
    width: 25px;
}

.closeButton > img:hover {
    background-color: #d8d8d8;
    border-radius: 3px;
}

/* input */
.input__style {
    font-family: 'Bai Jamjuree', sans-serif;
    background: rgb(255, 255, 255);
    margin: auto 0px;
    font-size: 15px;
    line-height: 32px;
    border: none;
    cursor: text;
    color: rgb(63, 63, 63);
    height: 32px;
    border-radius: 3px;
    min-width: 240px;
    text-align: left;
    padding-left: 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); */
}

.input__label {
}

/* Table  */

.table {
    max-width: 100%;
    min-width: 40%;
    max-height: calc(100vh - 90px);
    overflow: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
    margin-top: 15px;
    /* 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 > table {
    width: 100%;
}

/* table tr:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 0;
    background-color: #f1f1f1 !important;
    cursor: pointer;
    max-height: 85px !important;
    height: 85px !important;
    min-height: 85px !important;
} */

/* table tr:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 0;
    background-color: #f1f1f1 !important;
    cursor: pointer;
} */

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

td {
    color: rgba(0, 0, 0, 0.87);
    min-width: 50px;
}

/* tr:nth-child(even) {
    background-color: #dddddd;
} */

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

/* Form  */
#form,
#view_customer {
    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;
}

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

.form_info div {
    padding: 10px;
}

.form_input_item {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

#text_input {
    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;
}

.div_text_input {
    /* margin-top: -200px; */
    max-width: 98%;
    padding: 50px 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    shadow: 0 4px 8px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02);
    z-index: 10000;
}

/* Hiển thị detail*/
#info_detail {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 3;
    background-color: #00000085;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

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

.info_detail_head {
    display: flex;
}

/* Thông báo */
.notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
}

.notification.success {
    background-color: #4caf50;
    color: white;
}

.notification.error {
    background-color: #f44336;
    color: white;
}

.notification img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

select {
    cursor: pointer !important;
}

input,
textarea,
select {
    width: 250px; /* Đảm bảo responsive, điều chỉnh theo kích thước container */
    padding: 6px; /* Tăng padding để trông thoáng hơn */

    background-color: #f8f9fa; /* Màu nền nhẹ nhàng hơn */
    font-size: 14px; /* Tăng kích thước chữ nhẹ */
    line-height: 1.2; /* Tăng line-height để dễ đọc */

    border: 1px solid #ced4da; /* Thêm viền mờ giống Bootstrap */
    border-radius: 4px; /* Bo tròn nhẹ hơn để hài hòa */

    color: #495057; /* Màu chữ gần với tiêu chuẩn Bootstrap */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); /* Tạo hiệu ứng chìm nhẹ */

    transition: border-color 0.3s, box-shadow 0.3s; /* Hiệu ứng mượt khi hover/focus */
}

input:focus {
    outline: none; /* Loại bỏ outline mặc định */
    border-color: #80bdff; /* Đổi màu viền khi focus */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Hiệu ứng focus giống Bootstrap */
}

textarea:focus {
    outline: none; /* Loại bỏ outline mặc định */
    border-color: #80bdff; /* Đổi màu viền khi focus */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important; /* Hiệu ứng focus giống Bootstrap */
}

select:focus {
    outline: none; /* Loại bỏ outline mặc định */
    border-color: #80bdff; /* Đổi màu viền khi focus */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Hiệu ứng focus giống Bootstrap */
}

button {
    /* width: 530px; */
    display: inline-block;
    padding: 10px 20px; /* Kích thước padding để nút trông cân đối */
    font-size: 16px; /* Kích thước chữ dễ đọc */
    font-weight: 500; /* Chữ đậm hơn một chút */
    color: #fff; /* Màu chữ trắng */
    text-align: center; /* Canh giữa chữ */
    text-decoration: none; /* Loại bỏ gạch chân */
    background-color: #007bff; /* Màu nền xanh Bootstrap */
    border: 1px solid #007bff; /* Viền đồng màu với nền */
    border-radius: 4px; /* Bo tròn nhẹ cho nút */
    cursor: pointer; /* Thêm hiệu ứng con trỏ tay */
    transition: background-color 0.3s, box-shadow 0.3s; /* Hiệu ứng hover/focus */
    font-family: 'Bai Jamjuree', sans-serif !important;
}

button:hover {
    background-color: #0056b3; /* Màu nền tối hơn khi hover */
    border-color: #0056b3; /* Viền đổi màu cùng nền */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hiệu ứng nổi nhẹ khi hover */
}

button:active {
    background-color: #004085; /* Màu nền đậm hơn khi nhấn */
    border-color: #004085; /* Viền đồng nhất khi nhấn */
    box-shadow: none; /* Loại bỏ shadow khi nhấn */
}

button:disabled {
    background-color: #d6d8db; /* Màu nền xám nhạt cho trạng thái disabled */
    border-color: #d6d8db; /* Viền đồng màu */
    color: #6c757d; /* Màu chữ xám */
    cursor: not-allowed; /* Thêm biểu tượng không được chọn */
    opacity: 0.65; /* Làm mờ nút */
}
