.breadcrumb {
    background-color: white !important;
    padding: 5px 20px !important;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid #e9ecef;
}

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

.card .card-header .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
}

.table thead tr {
    background-color: #ececec !important;
    color: #000000 !important;
}

.table thead th {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.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: black !important;
    border: 1px solid #dee2e6 !important;
}

.card-icon-selected {
    background-color: #fdedbc;
}

a.card-icon:hover {
    background-color: #fdedbc;
    animation: shakeY;
    animation-duration: 2s;
}

.card-icon i {
    color: #1e8bff;
}

.nav-tabs .nav-link i {
    color: #1e8bff;
}

.field-compact .form-control,
.field-compact .select2-selection {
    max-width: 200px;
    width: 100%;
    font-size: 0.95rem;
}

.field-compact .bootstrap-touchspin,
.field-compact .bootstrap-touchspin .form-control {
    width: 180px !important;
}

.compact-label {
    font-size: 0.95rem;
}

.field-compact .bootstrap-touchspin.input-group {
    flex-wrap: nowrap;
    max-width: 180px;
}

.field-compact .bootstrap-touchspin .input-group-btn-vertical {
    position: static;
    display: flex;
    flex-direction: row;
}

.field-compact .bootstrap-touchspin .input-group-btn-vertical .btn {
    width: 50%;
    height: auto;
    border-radius: 0;
}

.field-compact .bootstrap-touchspin .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px;
}

.field-compact .bootstrap-touchspin .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0;
}

.field-compact select.form-control {
    padding-right: 1.75rem;
    background-position: right 10px center;
}

.main-sidebar {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.main-sidebar .brand-link {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
}

.main-sidebar .brand-link .brand-text,
.main-sidebar .brand-link .brand-image {
    color: #ffffff;
}

.main-sidebar .nav-sidebar > .nav-item > .nav-link {
    color: #ffffff;
}

.main-sidebar .nav-sidebar > .nav-item > .nav-link.active,
.main-sidebar .nav-sidebar > .nav-item > .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.main-header.navbar {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
}

.main-header .navbar-nav .nav-link,
.navbar-brand,
.navbar-brand .brand-text {
    color: #ffffff !important;
}

.env-pill {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 8px;
}

.card .card-header {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    border-bottom: none;
}

.card .card-header .card-title,
.card .card-header .card-title i {
    color: #ffffff;
}

.highlight-card {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(31, 83, 128, 0.18);
    min-height: 110px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card .info-box-icon {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 36px;
    border-radius: 14px;
    align-self: center;
}

.highlight-card .info-box-content {
    padding: 12px 14px;
    font-size: 1rem;
}

.highlight-card .info-box-text {
    font-weight: 600;
    color: #0f172a;
}

.highlight-card .info-box-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
}

.highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}
@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;
    }
}
