.custom-logo {
    display: flex;
    align-items: center;
    height: 72px;
    line-height: 0;
}

.custom-logo img {
    height: 68px;
    width: auto;
    max-width: min(320px, 42vw);
    object-fit: contain;
    object-position: center;
}

#kashef-pie-chart {
    max-height: 320px;
}

#chat-widget {
    display: none;
    flex-direction: column;
}

#chat-widget.active {
    display: flex;
}

#chat-button {
    display: flex;
}

#chat-button.hidden {
    display: none;
}

#contact-success.hidden {
    display: none !important;
}

.prose h1, .prose h2, .prose h3 {
    color: #581c87;
}

@media (max-width: 768px) {
    #portal-modal.active {
        flex-direction: column;
    }

    .custom-logo {
        height: 58px;
    }

    .custom-logo img {
        height: 54px;
        max-width: min(240px, 58vw);
    }
}
