body {
    overflow-x: hidden;
}

.change-password-input {
    width: 150px;
}

.alert-msg-section {
    position: absolute;
    width: 100%;
    z-index: 11111;
    top: 95px;
}

.alert-area {
    display: flex;
    justify-content: center;
    transition: .5s;
}

.alert-msg {
    padding: 10px 30px;
    border-radius: 56px;
}


.card-professional {
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    padding: 2rem;
}

.status-badge.received {
    background-color: #28a745;
}

.status-badge.not-received {
    background-color: #dc3545;
}

.status-badge.pending {
    background-color: #6c757d;
}

.input-group .form-control {
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
}

.btn-check {
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
}

#resultSection h5 {
    font-size: 1.3rem;
}

#resultSection p {
    font-size: 1.1rem;
}


.card-modern {
    border-radius: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.card-modern .icon {
    font-size: 40px;
    opacity: 0.2;
    position: absolute;
    top: 15px;
    right: 20px;
}

.card-modern .value {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

.gradient-blue {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.gradient-red {
    background: linear-gradient(135deg, #f85032, #e73827);
}

.gradient-yellow {
    background: linear-gradient(135deg, #f6c667, #ffd200);
    color: #333;
}

.gradient-green {
    background: linear-gradient(135deg, #11998e, #38ef7d);
}

/* .table-modern {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    background-color: #fff;
  }

  .table-modern thead {
    background-color: #343a40;
    color: #fff;
  }

  .table-modern tbody tr:hover {
    background-color: #e9f4ff;
  }

  .badge-overdue {
    background-color: #e74c3c;
    color: #fff;
    font-weight: 500;
  }

  /* Inline filter fixes */
/* .filter-inline .form-control,
.filter-inline .btn {
    height: 45px;
} */
