
header {
    /* background-color: #d5f8f8; */
    color: #fff;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}

.container {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /*Căn giữa theo chiều dọc */
    /* height: 200px;  */
    /* border: 1px solid black; */
    /* background-color: lightblue; */
  }

.centered-div {
    padding: 8px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* width: 100px;
    height: 100px; */
    /* background-color: lightblue; */
    /* height: 100vh; */
}

.right-div {
    justify-content: center;
    float: right;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    background-color: #808080;
}

tbody {
    background-color: #FFFFFF;
}

th, td {
    border: 1px solid #C0C0C0;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #CCFF99;
    background-color: inherit;
}

.tieude div{
    text-align: center;
    width: 100%;
}

.text-red {
    color: red !important; 
  }

.bg-yellow {
    background-color: yellow !important;
}

.bg-orange {
    background-color: orange !important;
}

.bg-light-green {
    background-color: lightgreen !important;
  }

body.parallax {
    background-image: url("/public/images/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

.parallax {
    /* Tạo hiệu ứng parallax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.table-bordered td, .table-bordered th {
    border: 1px solid black; /* Tạo viền đen cho bảng */
}

/* div{ padding: 20px; } */

#header, #footer{ background-color: yellow; }


.login-container {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.android-box {
    background-color: #47ff41;; /* Màu xanh lá cây */
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.text-input {
    width: 300px;
  }

  .policy-container {
    display: flex; /* kích hoạt Flexbox */
    flex-wrap: wrap; /* cho phép các phần tử xuống dòng khi cần */
    justify-content: space-between; /* phân bổ đều khoảng trắng giữa các phần tử */
}

/* .policy-section {
    width: calc(33.33% - 20px); /* mỗi phần tử chiếm khoảng 33% chiều rộng, trừ đi khoảng trắng */
    /* margin-bottom: 20px; khoảng cách giữa các phần tử theo chiều dọc */
/* } */ 

/* Responsive adjustments */
@media (max-width: 768px) {
    .policy-section {
        width: calc(50% - 20px); /* 2 phần tử trên một hàng trên màn hình nhỏ */
    }
}

@media (max-width: 576px) {
    .policy-section {
        width: 100%; /* mỗi phần tử chiếm toàn bộ chiều rộng trên màn hình rất nhỏ */
    }
}


.row-color-1 {
    background-color: #f2f2f2; /* Màu xám nhạt */
}

.row-color-2 {
    background-color: #e6f7ff; /* Màu xanh nhạt */
}

.row-color-3 {
    background-color: #fff9e6; /* Màu vàng nhạt */
}

.row-color-4 {
    background-color: #f0e6ff; /* Màu tím nhạt */
}

/* Thêm nhiều màu hơn nếu bạn muốn chu kỳ luân phiên dài hơn */