.flowing-message {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}
.ads-image {
    max-height: 80px!important;
    max-width: 80px!important;
}
.text-logo-purple {
    -bs-text-opacity: 1;
    color: #E040FB!important;
}

.text-logo-red {
    -bs-text-opacity: 1;
    color: #FF1744!important;
}
.text-logo-blue {
    -bs-text-opacity: 1;
    color: #2962FF!important;
}

.text-logo-yellow {
    -bs-text-opacity: 1;
    color: #FDD835!important;
}

.text-logo-green {
    -bs-text-opacity: 1;
    color: #00C853!important;
}

.text-logo-orange {
    -bs-text-opacity: 1;
    color: #FF6D00!important;
}

.text-logo-dark-blue {
    -bs-text-opacity: 1;
    color: #00008B!important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: #FF6D00 !important;
}

.btn-outline-orange {
    --bs-btn-color: #FF6D00;
    --bs-btn-border-color: #FF6D00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF6D00;
    --bs-btn-hover-border-color: #FF6D00;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF6D00;
    --bs-btn-active-border-color: #FF6D00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FF6D00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF6D00;
    --bs-gradient: none;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF6D00;
    --bs-btn-border-color: #FF6D00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF6D00;
    --bs-btn-hover-border-color: #FF6D00;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF6D00;
    --bs-btn-active-border-color: #FF6D00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF6D00;
    --bs-btn-disabled-border-color: #FF6D00;
}

.btn-check:active+.btn-language, .btn-check:checked+.btn-language, .btn-language.active, .btn-language.dropdown-toggle.show, .btn-language:active {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(var(--bs-secondary-rgb), 0) !important;
}
.text-wrapper {
    bottom: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
}

.text-wrapper em {
    display: none;
}

.text-wrapper-icon {
    width: 40px;
    height: 40px;
    background: #FF1744;
    color: #ececec;
    border-radius: 50px;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
