.sidebar{
    background-color: #343a40;
    min-height: 100vh;
}
.sidebar .nav-link {
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}
.page-header { background: linear-gradient(120deg, #087f8c, #0b4f6c); }
.table th { white-space: nowrap; }
#userInfoForm {
    background: #ffe8e8;
    padding-bottom: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
 body { font-family: Battambang, sans-serif; }
    .page-header { background: linear-gradient(120deg, #087f8c, #0b4f6c); }
    .table th { white-space: nowrap; }
.container-center{
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2f5ff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.container-center-header{
    width:90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ff0000;
}
.container-center-header img{
    width: 100px;
    height: auto;
    margin: 0.5rem;
}
@media (max-width: 768px) {
    .container-center {
        width: 100%;
        padding: 0 1rem;
    }
    .container-center-header {
        width: 100%;
    }
    .container-center-header img{
        width: 70px;
        height: auto;
        margin: 0.5rem;
    }
}
.custom-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
  }
  .text-red{
    color: red;
  }
  .close:hover{
    color: white;
    background-color: #ff0000;
  }
  .textinforoom {
        font-size: 1.2rem;
      }

      .mediabtn {
        flex-direction: column;
        align-items: center;
      }
      
    }
    .custom-room-card{
        width: 200px;
        height: auto;
      }
#assignModal {
    z-index: 1065 !important;
}

.total-paid-document {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    background: #fff;
    color: #111;
    font-family: Battambang, sans-serif;
    line-height: 1.9;
}
.total-paid-document h3,
.total-paid-document h4,
.total-paid-document h2 {
    font-family: Moul, Battambang, sans-serif;
    font-weight: 400;
}
.total-paid-document h3 { font-size: 1.45rem; }
.total-paid-document h4 { font-size: 1.25rem; }
.total-paid-document h2 { margin-top: 1.75rem; font-size: 1.35rem; }
.document-divider {
    margin: 1rem auto;
    color: #777;
    letter-spacing: 0.35rem;
}
.report-total-lines p {
    margin-bottom: 0.45rem;
}
.report-total-lines {
    margin-top: 3rem;
    font-size: 1.1rem;
}
.report-total-lines strong { font-weight: 700; }
.report-result { color: #d52222; }
.report-signature {
    margin-top: 4rem;
    font-size: 1rem;
}
@media (max-width: 576px) {
    .total-paid-document { padding: 1rem 0.25rem; }
    .total-paid-document h3 { font-size: 1.1rem; }
    .total-paid-document h4 { font-size: 1rem; }
    .total-paid-document h2 { font-size: 1.05rem; }
    .report-total-lines { font-size: 0.9rem; }
}
