.breadcrumbs-top a {
    width: auto;
}
.flatpickr-time {
    height: auto !important;
}
select[readonly] {
    pointer-events: none;
}

.main-menu .navbar-header .navbar-brand {
    display: inline-block;
    align-items: center;
    margin-top: 0;
    font-size: inherit;
}
label.form-label{
    font-weight: bold;
}

/* Medical Claim Verification Buttons */
.btn-save-claim {
    background-color: #0f766e;
    color: white;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}

.btn-save-claim:hover {
    background-color: #0d5d56;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-google-search {
    background-color: #4285F4;
    color: white;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.btn-google-search:hover {
    background-color: #3367D6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

.btn-perplexity-search {
    background-color: #21808D;
    color: white;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.btn-perplexity-search:hover {
    background-color: #1a6470;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

.btn-add-claims {
    background-color: #334155;
    color: white;
    border-radius: 8px;
    border: none;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-add-claims:hover {
    background-color: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Info Icon Tooltip Style */
.info-icon-tooltip {
    color: #6366F1;
    font-size: 10px !important;
    margin-left: 5px;
    line-height: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
}
