.boxed-btn {
    transition: background-color 0.3s linear;
}
.boxed-btn:hover {
    background-color: white;
    color: #2ac4b5 !important;
    border: 1px solid #2ac4b5;
    transition: background-color 0.3s linear;
}
.btn-search {
    background-color: #2ac4b5;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    border: none;
    transition: color 0.3s linear;
}
.btn-search:hover {
    background-color: white;
    color: black !important;
    transition: color 0.3s linear;
}

@media (max-width: 414px) {
    .logo {
        display: flex;
        justify-content: start;
        margin-bottom: 5%;
    }
}

.logout {
    display: none;
}

.mini_logo {
    display: none;
}

@media (max-width: 414px) {
    .logout {
        display: block;
    }
    .logo {
        display: none;
    }
    .logout_btn {
        display: none;
    }
    .mini_logo {
        display: block;
    }
}

.aa-SubmitButton {
    margin-top: 9% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aa-ItemContent {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

.aa-Panel {
    z-index: 1001 !important;
    position: fixed !important;
    top: 70px !important;
    padding-top: 15px !important;
}

@media (max-width: 991px) {
    .aa-Panel {
        top: 125px !important;
    }
}

.navbar-toggler {
    border-color: white !important;
    border-width: 1px !important;
    color: white !important;
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

.navbar {
    background-color: #6f52fb !important;
}

#autocomplete_navbar {
    width: 50% !important;
}

@media (max-width: 998px) {
    #autocomplete_navbar {
        width: 50% !important;
    }
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #fff;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#navbar_container {
    padding-left: 2%;
    padding-right: 2%;
}
.search {
    display: none;
    margin-bottom: 1%;
}
.contact-button {
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #6f52fb;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.contact-button:hover {
    background-color: #5b47bb;
    transition: background-color 0.2s linear;
}

@media (max-width: 768px) {
    #autocomplete_navbar {
        display: none;
    }
    .search {
        display: block;
    }
    #navbar_container {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.search-containerv2 {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
}

.search-iconv2 {
    margin-right: 6px;
    flex-shrink: 0;
}

.search-inputv2 {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    padding: 5px;
}

.search-inputv2::placeholder {
    color: #ccc;
}

.search-inputv2:focus {
    outline: none;
}

.search-containerv2:focus-within {
    border-color: #3e34d3;
}

.widthLogo {
    width: 200px !important;
    height: 33px !important;
}
