#header-row {
    min-height: auto;
    background: #0F5291;
    justify-content: space-between;
}

#datebook-list-messages {
    overflow: auto !important;
}

#datebook-chat-footer {
    padding-bottom: 12px;
    border-bottom: 30px solid #cee7ff;
}

.text-white {
    color: #fff !important;
}

.home_page_miniorange {
    width: 100% !important;
}

.home_page_miniorange p {
    display:none !important;
}

.accordion-button:after {
    background-image: var(--mdb-accordion-btn-icon-white) !important;
}

.avatar-toggle img {
    object-fit: cover;
}

.offline {
    display: none !important;
}

#datebook-chat-header .rounded {
    border-radius: 50% !important;
}

#findamate-profiles-grid span.letter {
    padding: 0 !important;
    margin: 0 !important;
}

#findamate-profiles-grid span.badge-text {
    display: flex !important;
    height: 100% !important;
}

.select2 .selection, .select2-search {
    width: 100%;
    height: 100%;
}