.fixed_button {
    display: grid !important;
    gap: 0.5rem !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #E12248;
    color: white;
    cursor: pointer;
    min-height: 3.5rem;
    max-width: 100vw;
    text-align: center;
}

a:hover.fixed_button {
    color: white !important;
}

.fixed_button__content {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.fixed_button__text {
    font-size: 110%;
    margin-top: 3px;
}

.fixed_button__text img {
    margin-right: .5rem;
    max-width: 8%;
    max-height: 8%;
}

.fixed_button__text_first_string {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 50px;
}

.fixed_button__sponsor {
    font-size: 140%;
    font-weight: bolder;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.nowrap .col-sm-1 {
    padding: 0 !important;
}