﻿.btn-custom {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0; /* No rounded corners */
    color: black;
    padding-right: 3em;
    padding-left: 3em;
}

.underline::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: black;
    margin: 41px auto 10px auto;
}

.highlight-background {
    background-color: var(--lightGreen);
}

.my-autocomplete-input {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    padding: .2rem .3rem .2rem .75rem;
    font-size: unset !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.my-autocomplete-input::before,
.my-autocomplete-input::after {
    display: none !important;
}

.my-autocomplete-input::placeholder {
    color: #797979 !important; /* Or your desired color */
    opacity: 1 !important; /* Make sure it's fully visible */
}
