﻿/*Tiêu đề hiển thị */
.center1 {
    color: chocolate;
    padding-bottom:10px;
    font-size:25px;
}
hr{
    width:70%;
    margin-right:15%;
    margin-left:15%;
}
/*Thẻ nhập*/
.text_input {
    width: 20%;
    border: 1px solid #ccc;
    padding: 8px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .text_input:focus {
        border-color: dodgerblue;
        box-shadow: 0 0 5px dodgerblue;
    }

.text_input1 {
    width: 22%;
    border: 1px solid #ccc;
    padding: 8px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .text_input1:focus {
        border-color: dodgerblue;
        box-shadow: 0 0 5px dodgerblue;
    }
/*button*/
.btn {
    border: none;
    border-radius: 5px; /* Góc bo tròn */
    padding: 10px 20px; /* Kích thước nút */
    margin: 5px; /* Khoảng cách giữa các nút */
    background-color: dodgerblue; /* Màu nền */
    color: white; /* Màu chữ */
    cursor: pointer; /* Con trỏ chuột */
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Hiệu ứng chuyển đổi */
}

    .btn:hover {
        background-color: royalblue; /* Màu nền khi hover */
        color: white; /* Màu chữ khi hover */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Hiệu ứng bóng khi hover */
    }
/*Thẻ nhập đánh giá*/
.text_input2 {
    width: 70%;
    border: 1px solid #ccc;
    padding: 8px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .text_input2:focus {
        border-color: dodgerblue;
        box-shadow: 0 0 5px dodgerblue;
    }
/*Tiêu đề thẻ dánh giá*/
.diplayed2 {
    display: inline-block;
    color: crimson;
    font-size: 20px;
}
/*backgroud thẻ*/
.wrapDanhGia {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: auto;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 9px red;
    border-radius: 10px 10px 10px 10px;
}

.wrapTieuDeDanhGia {
    background: #99FFFF;
    margin-bottom: 10px;
}

.day-header {
    font-weight: bold; 
    color: blue; 
}

.day-style {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px; 
}
.img1 {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.teptin {
    width:90%;
    height:auto;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px; 
    margin-left: 10px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

    .teptin:hover {
        background-color: #f0f0f0;
    }
.TaiXuong{
    margin-top:30px;
    width:10%;
    height:auto;
}
.btnLenh {
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
}

    .btnLenh:hover {
        background-color: #45a049; 
        color: white;
    }
.textboxSua {
    width: 70%;
    padding: 10px; 
    font-size: 16px;
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-bottom: 10px;
}
    .textboxSua:focus {
        border-color: #4CAF50; 
        outline: none; 
    }
.btn-container {
    text-align: right;
}
