#main {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Bai Jamjuree', sans-serif;
    padding-top: 50px;
    background-image: url('./img/backgroud.jpeg'); /* Đường dẫn ảnh */
    background-size: cover; /* Căn ảnh để bao phủ toàn bộ khung hình */
    background-position: center; /* Đặt vị trí trung tâm */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Cố định ảnh nền khi cuộn */
    color: rgba(0, 0, 0, 0.785);
}

.main_content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content {
    width: 850px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius: 10px;
    height: auto; /* Tự điều chỉnh chiều cao theo nội dung */
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.title {
    padding: 16px 50px 30px 50px;
    background-color: rgba(255, 255, 255, 0.95);
    /* color: rgb(255, 255, 255); */
    border-radius: 10px 10px 0px 0px;
}

.title_head {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
}

.title_content {
    display: flex;
    align-items: center;
    padding: 20px;
}

.title_logo_img {
    width: 200px;
}

.title_info {
    margin-top: 6px;
    font-size: 16px;
    text-align: justify;
}

.question {
    padding: 20px 50px;
    font-size: 16px;
}

.input_general {
}

.lable {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    margin-top: 39px;
}

.inputText {
    display: block;
    width: 100%;
    margin-left: 20px;
    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: 5px;
    text-align: left;
    padding-left: 10px;

    transition: border 0.3s ease;
}

.inputText {
    display: block;
    width: 100%;
    margin-left: 20px;
    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: 5px;
    text-align: left;
    padding-left: 10px;

    transition: border 0.3s ease;
}

.inputTextarea {
    display: block;
    width: 100%;
    margin-left: 20px;
    font-family: 'Bai Jamjuree', sans-serif;
    background: rgb(255, 255, 255);
    margin: auto 0px;
    font-size: 15px;
    line-height: 28px;
    border: none;
    cursor: text;
    color: rgb(63, 63, 63);
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    transition: border 0.3s ease;
}

input:focus {
    outline: none; /* Loại bỏ viền khi focus */
    border: none; /* Bỏ viền khi focus, nếu cần */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.ques_all {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.ques {
    min-width: 60px;
    width: 6%;
    text-align: center;
    font-weight: bold;
    color: black;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.radio_input {
    display: flex;
    /* padding: 8px; */
    cursor: pointer;
}

.radio_input > label {
    padding: 8px;
    cursor: pointer; /* Thay đổi con trỏ chuột khi hover */
}

input[type='radio'] {
    transform: scale(1.5); /* Phóng to radio button */
    cursor: pointer; /* Thay đổi con trỏ chuột khi hover */
    border: none !important;
    margin-top: 5px;
}

input[type='radio']:checked {
    background-color: #000; /* Đổ màu nền đen khi được chọn */
}

.btn3 {
    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);
}

.language {
    font-size: 20px;
    padding: 5px 10px;
    color: rgb(61, 86, 106);
    text-decoration: none;
    background-color: #dbdbdb;
    margin: 0px 10px;
    border-radius: 6px;
}

select {
    cursor: pointer !important;
}

.ratingStar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.ratingStar input {
    display: none;
}
.ratingStar label {
    font-size: 68px;
    color: #ccc;
    cursor: pointer;
    padding: 10px 20px;
    padding-top: 20px;
    transition: color 0.3s, transform 0.2s, text-shadow 0.2s;
}
.ratingStar input:checked ~ label,
.ratingStar label:hover,
.ratingStar label:hover ~ label {
    color: gold;
    transform: scale(1.1);
}
