:focus {
    outline: 0
}

.modal {
    overflow: auto !important
}

.modal-dialog {
    margin-top: 20px !important
}

.headerMenuNormal4 {
    border-bottom: 1px solid #1c3868
}

.headerMenuNormal4,
.headerMenuSelecionado4 {
    height: 80px;
    border-radius: 0;
    width: 110px;
    background-color: #fff;
    border-top: 1px solid #1c3868;
    border-left: 0;
    border-right: 0
}

.headerMenuSelecionado4 {
    border-bottom: 0 solid #1c3868
}

.headerNMenuNormal4 {
    border-bottom: 1px solid #1c3868
}

.headerNMenuNormal4,
.headerNMenuSelecionado4 {
    border-top: 1px solid #1c3868;
    border-left: 1px solid #1c3868;
    border-right: 0
}

.headerNMenuSelecionado4 {
    border-bottom: 0 solid #1c3868
}

.site7live {
    font-family: Oswald, sans-serif !important
}

.appHeader {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px;
    margin-bottom: 20px
}

.noMarginTop {
    margin-top: 0 !important
}

.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.siteStream1x2 {
    background-color: #f5f5f5
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cursor-pointer {
    cursor: pointer
}

.body-dark,
.body-dark .modal-content {
    color-scheme: dark !important
}

.body-dark,
.body-dark .list-group-item,
.body-dark .modal-content {
    background-color: #181a1b !important;
    border-color: #736b5e !important;
    color: #e8e6e3 !important
}

.body-dark .tituloJogos {
    color: #e8e6e3 !important
}

.favorito {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.favorito i {
    font-size: 18px;
    color: #ccc
}

.favorito.ativo i,
.favorito:hover i {
    color: #ffc107
}

.notification-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    z-index: 9999
}

.notification {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border-radius: 12px;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s ease;
    text-align: center;
    padding: 25px
}

.notification.show {
    opacity: 1;
    transform: scale(1)
}

.notification.success {
    border-left: 5px solid #28a745
}

.notification .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: hsla(0, 0%, 100%, .7);
    width: 100%;
    transition: width linear
}

.notification-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    display: block
}

.banner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.botoesTopo {
    margin-top: 60px;
    justify-content: flex-end !important
}

@media (max-width:767.98px) {
    .botoesTopo {
        margin-top: 0;
        justify-content: center !important
    }
}

.rowLista {
    margin-bottom: 0 !important
}

.tituloJogos {
    margin-top: 15px
}

#iframeSofaScore[data-v-36f74a57] {
    width: 100%;
    border: none;
    position: relative;
    top: -44px;
    height: 335px
}

#isfScore[data-v-35b89778] {
    width: 100%;
    border: none;
    position: relative;
    top: 0;
    height: 300px
}

.loginLogoStream1x2 {
    margin-top: 30px
}

.inputPesquisa {
    max-width: 50%
}

.inputPesquisaDupla {
    width: 97%;
    margin-left: 3%
}

.botaoNovo {
    margin-top: 6px
}

.settings-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    outline: none
}

.settings-btn i {
    font-size: 30px;
    color: grey
}

.settings-btn svg {
    width: 20px;
    height: 20px;
    fill: grey
}

.settings-menu {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px
}

.footer-wrapper {
    position: fixed;
    top: 0;
    width: 97%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.footer-button {
    opacity: 0;
    transition: opacity .3s ease;
    margin-top: 10px;
    pointer-events: none
}

.footer-wrapper:hover .footer-button {
    opacity: 1;
    pointer-events: auto
}

.floating-iframe-container {
    position: fixed;
    background: transparent;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    transition: opacity .2s ease
}

.show-controls-btn-footer {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
    transition: all .2s ease
}

.show-controls-btn-footer:hover {
    border-color: #fff;
    background: hsla(0, 0%, 100%, .15);
    transform: translateX(-50%) scale(1.05)
}

.show-controls-btn-footer:active {
    transform: translateX(-50%) scale(.95)
}

.iframe-header {
    background: rgba(0, 0, 0, .9);
    padding: 8px;
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    transition: all .3s ease
}

.iframe-header.header-hidden {
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden
}

.iframe-content-wrapper {
    overflow: hidden;
    position: relative;
    transition: height .3s ease;
    cursor: pointer
}

.iframe-scroll-container {
    transition: margin-top .2s ease
}

.iframe-controls {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    justify-content: center
}

.iframe-controls button {
    background: hsla(0, 0%, 100%, .2);
    border: none;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: background .2s
}

.iframe-controls button:hover {
    background: hsla(0, 0%, 100%, .3)
}

.iframe-controls button:active {
    background: hsla(0, 0%, 100%, .4)
}

.iframe-controls button.btn-toggle {
    background: rgba(255, 193, 7, .3)
}

.iframe-controls button.btn-toggle:hover {
    background: rgba(255, 193, 7, .5)
}

.iframe-controls button.btn-hide {
    background: rgba(100, 149, 237, .3)
}

.iframe-controls button.btn-hide:hover {
    background: rgba(100, 149, 237, .5)
}

.iframe-controls span {
    color: #fff;
    font-size: 12px;
    min-width: 40px;
    text-align: center
}

.iframe-controls .separator {
    color: hsla(0, 0%, 100%, .3);
    font-size: 16px;
    margin: 0 5px;
    min-width: auto
}

.resize-handle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: nwse-resize;
    background: linear-gradient(135deg, transparent 50%, hsla(0, 0%, 100%, .3) 0);
    z-index: 11
}

.resize-handle:hover {
    background: linear-gradient(135deg, transparent 50%, hsla(0, 0%, 100%, .5) 0)
}

.floating-iframe-container iframe {
    display: block;
    pointer-events: auto
}

video {
    width: 100%;
    height: auto
}

.d234fdsa1 {
    position: relative;
    left: 3%;
    top: 3%;
    color: #fff;
    -webkit-animation: d9df922f0d1 30s infinite;
    animation: d9df922f0d1 30s infinite
}

.d234fdsa2 {
    position: absolute;
    color: #fff;
    -webkit-animation: d9df922f0d1 60s infinite;
    animation: d9df922f0d1 60s infinite;
    opacity: .5
}

.d234fdsa3 {
    position: fixed;
    top: 5%;
    left: 50%;
    color: #fff;
    -webkit-animation: d9df922f0d12 60s infinite;
    animation: d9df922f0d12 60s infinite;
    opacity: .6;
    transform: translate(-50%, -50%)
}

@-webkit-keyframes d9df922f0d1 {
    0% {
        left: 3px;
        opacity: .5
    }
    25% {
        opacity: 0
    }
    50% {
        right: 3px;
        opacity: .5
    }
    75% {
        opacity: 0
    }
}

@keyframes d9df922f0d1 {
    0% {
        left: 3px;
        opacity: .5
    }
    25% {
        opacity: 0
    }
    50% {
        right: 3px;
        opacity: .5
    }
    75% {
        opacity: 0
    }
}

@-webkit-keyframes d9df922f0d {
    0% {
        left: 3%;
        top: 3%
    }
    25% {
        left: 87%;
        top: 3%
    }
    50% {
        left: 87%;
        top: 87%
    }
    75% {
        left: 3%;
        top: 87%
    }
    to {
        left: 3%;
        top: 3%
    }
}

@keyframes d9df922f0d {
    0% {
        left: 3%;
        top: 3%
    }
    25% {
        left: 87%;
        top: 3%
    }
    50% {
        left: 87%;
        top: 87%
    }
    75% {
        left: 3%;
        top: 87%
    }
    to {
        left: 3%;
        top: 3%
    }
}

#app {
    margin-top: 10px
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    border-radius: 8px;
    margin-top: 8px
}

.dropdown-content div {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 4px
}

.dropdown-content div:hover {
    background-color: #f1f1f1
}

.dropdown-button span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.textoResumo {
    margin-bottom: 0
}

.rowDivisor,
.rowLista {
    margin-bottom: 15px
}

.rowDivisor {
    margin-top: 0;
    margin-top: 15px
}