.fullwidth-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.support-button {
    display: flex;
    align-items: center;
    font-family: var(--ifm-font-family-base);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 22px;
    border-radius: 200px;
    color: white;
    background-color: #00385c;
    border: 0px;
}

#toast-container {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
}

#toaster {
    position: relative;
}
