.breadcrumb {
    background-color: transparent !important;
    padding: 10px 0 !important;
    margin-bottom: 1.5rem;
    list-style: none;
    border: none;
    font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #cbd5e0;
}

.breadcrumb a {
    color: #4a4a4a;;
    font-weight: 400;
}

.card {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.card-header {
    background-color: transparent !important;
    border-bottom: 1px solid #edf2f7 !important;
    padding: 1.25rem !important;
}

.card .card-header .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
}

.table thead tr {
    background-color: #f8fafc !important;
    color: #64748b !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.table td {
    vertical-align: middle !important;
    color: #475569;
}

.password-progress {
    margin-top: 10px;
    margin-bottom: 0;
}

.dataTables_scroll {
    overflow: auto;
}

.form-control-checkbox {
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.cursor-pointer {
    cursor: pointer;
}

a.card-icon p.desc {
    text-align: center;
    font-size: 12px !important;
}

a.card-icon {
    text-decoration: none !important;
    color: #1a202c !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a.card-icon:hover {
    background-color: #f8fafc;
    border-color: #3182ce !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.1);
}

.info-box {
    border-radius: 12px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    border: none !important;
}

.info-box .info-box-icon {
    border-radius: 10px !important;
    margin: 10px;
    height: 50px;
    width: 50px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.low-stock {
    background-color: red;
    color: white !important;
}

.img-small {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media (max-width: 767px) {
    .input-group.bootstrap-touchspin.bootstrap-touchspin-injected {
        width: 200px !important;
    }
}