.no-underline {
      text-decoration: none;
}

.admin-menu {
      color: #955200 !important;
}

.select2-container {
    width: 100% !important;
}
.table-striped {
    --bs-table-striped-bg: #F0F8FF;
/*  --bs-table-striped-text: #000; */
}

.table-hover {
  --bs-table-hover-bg: #D3D3D3;
  /* --bs-table-hover-text: #000; */
}

.template-thingy-color {
    color: #016b9d !important;
}

/* remove the small arrow from the dropdown bootstrap element */
.no-caret.dropdown-toggle::after {
    display: none !important;
}

/* Mobile-specific improvements */
@media (max-width: 767px) {
    /* Increase base font size for better readability */
    body {
        font-size: 16px;
    }

    /* Larger touch targets for all interactive elements */
    .btn {
        min-height: 44px;
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    /* Larger form controls */
    .form-control, .form-select {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 0.75rem 1rem;
    }

    /* Better spacing for cards */
    .card {
        margin-bottom: 1.5rem;
    }

    .card-body {
        padding: 1.25rem;
    }

    /* Navbar improvements */
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    .navbar-toggler {
        min-height: 44px;
        min-width: 44px;
        padding: 0.5rem;
    }

    /* Better spacing for dropdown items */
    .dropdown-item {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    /* Improve table readability */
    .table {
        font-size: 0.875rem;
    }

    .table td, .table th {
        padding: 0.75rem;
    }

    /* Alert improvements */
    .alert {
        padding: 1rem;
        font-size: 0.95rem;
    }

    /* Page headers */
    h1, .h1 {
        font-size: 1.75rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3 {
        font-size: 1.25rem;
    }

    /* Better spacing for list groups */
    .list-group-item {
        padding: 1rem;
    }

    /* Footer adjustments */
    footer {
        font-size: 0.875rem;
        padding-top: 2rem !important;
        margin-top: 2rem !important;
    }
}

/* Ensure proper spacing on all screen sizes */
.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Improve button group spacing on mobile */
@media (max-width: 575px) {
    .d-flex.flex-column.flex-sm-row.gap-2 .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .d-flex.flex-column.flex-sm-row.gap-2 .btn:last-child {
        margin-bottom: 0;
    }
}

/* Ensure icons have proper spacing */
.bi {
    margin-right: 0.25rem;
}

/* Improve badge visibility on mobile */
@media (max-width: 767px) {
    .badge {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
    }
}
