body {

    /*background-color: #f8f9fa;*/
    background: rgb(196, 215, 232);
    background: linear-gradient(90deg, rgba(196, 215, 232, 1) 0%, rgba(205, 221, 236, 1) 53%, rgba(201, 219, 233, 1) 100%);
}

a {
    text-decoration: none;
    /*color: #000;*/
}

.room a {
    color: #000;
}

.form-home {
    max-width: 600px;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.edit-form-home {
    max-width: 600px;
    padding: 10px;

}

#editDangKyDatLich {
    background-color: #fff;
}

.view-home {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-custom:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.container {
    /*background-color: #0044992b;*/
    /*box-shadow: 0 4px 12px rgb(1 68 138 / 0%);*/
}

.bg-footer {
    background-color: #015fa9 !important;
    color: #fff;
}

.fw-bold {
    font-weight: 600 !important;
}

.form-check-input {
    border: var(--bs-border-width) solid #5aadff;
}

td {
    border: 1px solid #ccc;
    vertical-align: middle;
}

.schedule {
    /*max-width: 800px;*/
    margin: 0 auto;
    background: #fff;
    min-height: 62vh;
}

.schedule table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.schedule caption {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.schedule th,
.schedule td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.schedule .widthTable {
    /*width: 150px;*/
}

.schedule th {
    background-color: #b2d9ff;
}

.schedule .room {
    /*width: 38px;*/
    /*height: 38px;*/
    /*border-radius: 50%;*/
    display: inline-block;
    /*line-height: 38px;*/
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 10px;
}

.schedule .occupied {
    /* Đặt màu sắc và độ mờ cho các hình tròn đại diện cho các phòng đã đặt */
    opacity: 0.9;
    float: left;
    margin-right: 12px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.schedule .weekdays {
    width: 100px;
}

.schedule .weekdaysInfo {
    width: 30%;
}

.spanTitle {
    font-weight: 600;
    /*font-style: italic;*/
}

.lich-thi-top {
    text-align: center;
    font-size: 16px;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
}

.thanh-phan-tham-du {
    font-weight: 600
}

.lich-chinh-thuc {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.top-head {
    font-size: 20px;
    font-weight: 600;
}

.highlight {
    background-color: #d5d5d5;
}

.widthTable p {
    margin-bottom: 0;
}