.services-filters .tabs-filter {
    margin-left: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vs__dropdown-toggle {
    margin-top: -9px;
}

.vs__selected {
    margin: 3px 2px 0;
}

[v-cloak] {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.date-picker-input input {
    padding: 0.375rem 1.75rem;
}

.hero-section {
    background-attachment: unset;
    background-size: cover;
    background-position: center;
}

.dp__input {
    background-color: var(--tt-gray-30);
    height: 55px;
    border: none;
    border-radius: 2rem;
    color: black;
    line-height: 1.25;
}

.avatar-wrapper {
    display: block;
    width: 8rem;
    margin: auto;
    position: relative;
}

.avatar-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;  /* defining the aspect ratio of the image */
    object-fit: cover;    /* making sure the image isn't distorted */
}

.avatar-wrapper .dropdown .btn {
    position: absolute;
    bottom: 4px;
    left: 4px;
    border: 4px solid white;
    box-sizing: content-box;
}

.avatar-wrapper .dropdown .btn::before {
    margin-top: 25%;
}