body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

header {
    padding-top: 6rem;
    padding-bottom: 3rem;
    height: 30rem;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container[role="main"] {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -7rem;
    
}

.search-container {
    max-width: 600px;
    margin: 0 auto;
}

#search {
    //border: 1px solid #28a745;
}

.shortcut-category {
    margin-bottom: 1.5rem;
}

.shortcut-category h3 {
    color: #28a745;
    margin-bottom: 0.5rem;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
    .table-responsive table {
        font-size: 0.875rem;
    }

    .table-responsive th,
    .table-responsive td {
        white-space: nowrap;
    }
}

.table {
    border: solid #dee2e6;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

footer {
    margin-top: 9rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hidden {
    display: none;
}

/* Additional styles for better spacing and appearance */
.section {
    margin-bottom: 2rem;
}

.section h2 {
    margin-bottom: 1rem;
}

#categorySelect {
    margin-bottom: 1rem;
}

/* Style for the lead text in the header */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: left;
}

.form-control-lg {
    min-height: calc(1.5em + 1.625rem);
    padding: .75rem 1rem;
    font-size: 1.125rem;
    border-radius: .3125rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .6125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #51596c;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid rgba(0, 34, 28, .1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white-70 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .7) !important;
}




.input-card {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: .75rem .75rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
    border-radius: 8px;
}
.input-card .input-card-form:not(:last-child) {
    padding-right: 1rem;
}

.input-card .input-card-form {
    position: relative;
}
.input-card .input-card-form {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.input-card .form-control {
    border-width: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .6125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #51596c;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid rgba(0, 34, 28, .1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-card .btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
}






.go-to {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    width: 2.875rem;
    height: 2.875rem;
    background-color: green;
    color: white;
    font-size: 1rem;
    //opacity: .5;
    border-radius: .3125rem;
    transition: .3s ease-out;

    right: 2rem;
    bottom: 2rem;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.position-fixed {
    position: fixed !important;
}

.bi-table {
    height: calc(1rem + 1.8vw);
    width: calc(1rem + 1.8vw);
}

.display-4 {
    display: flex;
    align-items: center;
    text-align: left;
    align-items: ;
    gap: 0.7rem;
}


@media (max-width: 767.98px) {
    .container[role="main"] {
        padding: 1.5rem;
        margin-top: -5rem;
    }

    .input-card {
        flex-direction: column;
    }

    .input-card .input-card-form:not(:last-child) {
        padding-right: 0;
        margin-bottom: 0.75rem;
    }

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

    .shortcut-category h3 {
        font-size: 1.25rem;
    }
}

#search {
    width: 100%;
    max-width: 100%;
}