.styled-link a {
    text-decoration: none;
    border-bottom: .125em solid var(--color-primary);
    box-shadow: inset 0 0 0 var(--color-primary);
    transition: box-shadow 270ms cubic-bezier(0.77, 0, 0.175, 1), color 270ms cubic-bezier(0.77, 0, 0.175, 1);
}

.styled-link a:hover {
    box-shadow: inset 0 -1.15em 0 var(--color-primary);
    color: #FFF;

}

.styled-link a:focus {
    background: #fff;
    outline: none;
    background: var(--color-primary);
    color: #fff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.2);
}

.text-white-must a {
    color: #FFFFFF !important;
}

button.rbt-btn-link,
button.transparent-button {
    border: none !important;
    background: unset !important;
}

.card {
    padding: 1.2rem;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 20px 20px 30px rgba(0, 0, 0, .05); */
    border: none;
    background-color: rgb(243, 243, 247);
}

.gm-ui-hover-effect {

    margin-top: 4px !important;
    width: 15px !important;
    height: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.gm-ui-hover-effect>span {
    width: 10px !important;
    height: 10px !important;
    margin: 0px !important;
}

.flexdatalist-results li {
    border-bottom: none !important
}

.flexdatalist-results li span.highlight {

    background: var(--bs-focus-ring-color);
}

.offcanvas.bottomsheet {
    max-width: 100rem;
    margin: auto;
    border-radius: 10px 10px 0 0;
    --bs-offcanvas-height: 65vh;

}


.offcanvas.bottomsheet.offcanvas-header {
    position: relative;
    padding: 1rem;
}

.offcanvas.bottomsheet .notch {
    cursor: move;
}


.notch {
    width: 60px;
    height: 5px;
    background-color: #ddd;
    /* Adjust color as needed */
    border-radius: 2.5px;
    position: absolute;
    top: 10px;
    /* Adjust positioning as needed */
    left: 50%;
    transform: translateX(-50%);
}
