.header {
    background-color: #00b7ff;
    padding: 10px;
}

.login-page {
    background-image: url("../images/login_bg.jpg");

    background-color: #e2ecf2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 650px);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    background-color: white;
}

.custon-btn-header {
    color: white !important;
    font-weight: bolder;
}

.btn.show {
    border: none !important;
}

.custom-form {
    margin-bottom: 15px;
}

.custom-form .control-label {
    font-size: 14px;
    margin-bottom: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

thead {
    background: #f5f5f5;
}

.small-icon {
    width: 20px !important;
    height: 20px !important;
    margin: 8px auto !important;
}

.product-quantity {
    width: 60px !important;
}

.help-block {
    color: #ff0000 !important;
    font-size: 14px !important;
}

.table-container {
    width: 100%; /* The parent container width */
    overflow-x: auto; /* Enable horizontal scroll only when needed */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}

#product-table {
    min-width: 900px !important; /* Forces the table to be wide */
    width: 100%;
    margin-bottom: 0;
}
.header-text a {
    text-decoration: none !important;
    color: black;
}

.address-textarea {
    height: 100px;
}

/* .card-home{
    border: 1px solid gray;
    padding: 20px 0px;
    border-radius: 10px;
} */

/* card */
.card-home {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 10px;
    border: 1px solid #e9ecef;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;

    cursor: pointer;
}

/* hover effect */
.card-home:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    border-color: #d0d7de;
}

/* make whole card clickable properly */
.card-home a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* title */
.card-home p {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* number */
.card-home h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #212529;
}

.active > .page-link {
    background-color: #00b7ff !important;
    border-color: #00b7ff !important;
}

.product-id-select
    .select2-container--krajee-bs5
    .select2-selection--single
    .select2-selection__clear {
    margin-right: 10px !important;
}

/* mobile spacing */
@media (max-width: 576px) {
    .card-home {
        padding: 18px 6px;
    }
}

.card-home:nth-child(1) {
    border-left: 5px solid #0d6efd;
}
.card-home:nth-child(2) {
    border-left: 5px solid #198754;
}
.card-home:nth-child(3) {
    border-left: 5px solid #ffc107;
}
.card-home:nth-child(4) {
    border-left: 5px solid #dc3545;
}
.card-home:nth-child(5) {
    border-left: 5px solid #dc35ce;
}
