html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f8f9fa;
}

/* Custom styles for Pharmacy Search */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }

.pharmacy-card {
    height: 100%;
}

.search-container {
    background-color: #f1f8fe;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.search-title {
    color: #0d6efd;
    font-weight: 600;
}

.distance-badge {
    background-color: #0d6efd;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.hours-badge {
    background-color: #198754;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pharmacy-address {
    color: #6c757d;
    font-size: 0.9rem;
}

.pharmacy-phone {
    color: #0d6efd;
    font-weight: 600;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.modalDiv {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

@page {
    @bottom-right {
        content: counter(page) " of " counter(pages);
    }
}

#content {
    display: table;
    page-break-after: left;
}

#pageFooter {
    display: table-footer-group;
}

.modal .close {
    border: none;
    outline: none;
}

#detailsModal .modal-body {
    padding: 0px 0px 20px 0px !important;
    outline: none;
}

.form-group #SearchName {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.btn-success, .bg-success, .btn-primary, .btn-outline-primary:hover {
    background-color: #74BD43 !important;
}

.btn-success, .btn-primary, .btn-outline-primary:hover, .btn-outline-primary {
    border-color: #74BD43 !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 45px;
    width: 230px;
    margin-right: 10px; 
}

