﻿#search-modal .modal-dialog {
    /* margin-top: 7.5%; */
}

#search-modal .modal-header {
    padding: .5rem 1rem;
}

#search-modal .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
}

#search-modal-form {
    margin-bottom: 0;
}

    #search-modal-form .form-floating label {
        font-size: 1rem;
        font-weight: 500;
        color: #495057;
    }

    #search-modal-form .form-control {
        border-radius: 0.5rem;
        border: 1px solid #ced4da;
    }

        #search-modal-form .form-control:focus {
            border-color: var(--tir-dark-blue);
            box-shadow: 0 0 0 1.5px var(--tir-dark-blue);
        }

#search-modal-submit-button {
    height: 100%;
    background-color: #0056b3;
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    text-align: center;
    border: none;
}

    #search-modal-submit-button:hover {
        background-color: var(--tir-dark-blue);
        color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

#search-results {
    text-align: center;
}

.card-search-result .card-header {
    background-color: var(--tir-dark-blue);
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
}

.card-search-result .card-body {
    padding: .75rem;
    font-size: 1rem;
}
