.hidden{
    display: none !important;
}
body {
    background: #1c1c1c;
}

.navbar.main {
    background: #1c1c1c !important;
    padding: 0px 10px;
    height: 50px;
    transition: all .3s ease;
}

.navbar.main .container-fluid {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    color: #f13a24 !important;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
}

.navbar.main .navbar-brand .img {
    max-width: 140px;
    max-height: 45px;
    width: 100%;
}

.left-item {
    display: flex;
    align-items: center;
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    font-size: .75em;
    padding: 12px 40px;
    transition: all .3s;
    width: 100%;
}

.support-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #f13a24;
    color: #020f1d;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}

.btn-primary {
    background-color: #f13a24;
    color: #020f1d;
    border-color: #f13a24;
    transition: all .3s ease;
}
.btn-primary:hover {
    background-color: #101010 !important;
    color: #fff !important;
    border-color: #792439 !important;
}

.form-control {
    background-color: #020f1d;
    border: none;
    color: #fff;
    font-size: .65em;
    border-radius: 6px;
    padding: 10px 20px;
    line-height: .75em;
}

.bars-btn {
    color: #f13a24!important;
    outline: 0!important;
    box-shadow: none!important;
}

.games-container-filter{
    background: #1c1c1c;
}

.games-container-filter .games-container {
    background: #000305;
    padding: 5px 10px;
}

.games-container-filter .games-container .games {
    display: flex;
    height: 65px;
    white-space: nowrap;
}

.games-container-filter .games-container .games .game-filter {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    height: 100%;
    border-radius: 10px;
    padding: 7px 0;
    min-width: 75px;
    flex: 1 1 14.2857142857%;
    flex: 1;
}

.games-container-filter .games-container .games .game-filter.active {
    background: rgba(255,255,255,.12);
}

.games-container-filter .games-container .games .game-filter:hover:not(.active) {
    opacity: .6;
}

.games-container-filter .games-container .games .game-filter:not(:last-child) {
    margin-right: 5px;
}

.games-container-filter .games-container .games .game-filter .image {
    display: flex;
    width: 25px;
    min-height: 25px;
    max-height: 25px;
}

.games-container-filter .games-container .games .game-filter .game-name {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.games-container-filter .providers-container {
    background: rgba(255,255,255,.15);
}

.games-container-filter .providers-container .providers {
    flex: 1 1 auto;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 8px 10px;
}

.ver-todos {
    background: #000;
    color: #fff;
    padding: 10px 18px;
    font-size: 8px;
    border-radius: 8px;
    text-align: center;
    transition: .25s all ease;
    max-width: 10%;
    cursor: pointer;
}

.ver-todos:hover {
    color: #f13a24;
}

.games-container-filter .providers-container .providers .provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    min-width: 70px;
    flex: 1 1 10%;
    flex: 1;
    gap: 5px;
}

.games-container-filter .providers-container .providers .provider .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0);
    transition: .4s all ease;
}

.games-container-filter .providers-container .providers .provider:hover .image,
.games-container-filter .providers-container .providers .provider.active .image {
    border: 1px solid #f13a24;
}

.games-container-filter .providers-container .providers .provider .image img {
    max-width: 24px;
    max-height: 24px;
}

.games-container-filter .providers-container .providers .provider .provider-name {
    color: #fff;
    font-size: 10px;
    text-align: center;
    transition: .3s all ease;
}

.games-container-filter .providers-container .providers .provider:hover .provider-name,
.games-container-filter .providers-container .providers .provider.active .provider-name {
    color: #f13a24;
}

.smain {
    padding: 5px;
}

.home-section-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 0;
}

.home-section-container .home-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-section-container .home-section .home-title {
    display: flex;
    justify-content: center;
    z-index: 20;
    padding: 15px 0;
}

.home-section-container .home-section .home-title h3 {
    color: #e2e2e2;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.home-section-container .home-section .home-title h3::after,
.home-section-container .home-section .home-title h3::before {
    content: "";
    position: relative;
    width: 100%;
    height: 3px;
    flex: 1;
    background: #e2e2e2;
}

.home-section-container .home-section .home-title h3::before {
    background: linear-gradient(to right, transparent, #e2e2e2);
}

.home-section-container .home-section .home-title h3::after {
    background: linear-gradient(to right, #e2e2e2, transparent);
}

.home-section-container .home-section .home-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.swiper {
    height: auto;
    width: 100%;
    z-index: 1;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    z-index: 1;
}

.swiper-slide {
    width: auto;
    max-width: 180px;
    margin-right: 10px;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.txclr {
    color: #e2e2e2;
    font-size: 13px;
    font-weight: 500;
}

.partidos li .nav-link {
    display: flex;
    align-items: center;
    color: #e2e2e2;
}

.partidos li .nav-link i {
    margin-right: .75rem;
}

.partidos li .nav-link:not(.active) i {
    margin-top: 3px;
}

.partidos li .nav-link span {
    display: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.partidos li .nav-link.active {
    background-color: #f13a24;
    color: #020f1d;
    border-color: #f13a24;
}

.partidos li .nav-link.active span {
    display: flex;
} 

.tab-content.juegos {
    background: #101010;
    padding: 8px;
    border-radius: 8px;
}

.tab-content.juegos .card {
    background: #101010;
    border-radius: 8px;
    border: 0;
}

.tab-content.juegos .card .card-header,
.tab-content.juegos .card .card-body,
.tab-content.juegos .card .card-footer {
    border: 0;
    color: #e2e2e2;
}

.tab-content.juegos .card .card-header,
.tab-content.juegos .card .card-body {
    background: #101010;
}

.tab-content.juegos .card .card-footer {
    background: #343434;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.jyamd {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}

.jbsony {
    width: 98px;
    flex-direction: column;
}

.paesb span {
    width: 128px;
    text-align: center;
    flex-shrink: 0;
    font-size: 14px;
    margin: 0px 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pscnes {
    flex: 1 1 0%;
    height: 44px;
    cursor: pointer;
    padding: 0 4px;
}

.pscnes:not(:last-child) {
    margin-right: 1px;
}

.pscnes:not(:first-child) {
    position: relative;
}

.pscnes-2 {
    max-width: 50%;
}

.pscnes-3 {
    max-width: calc(33.3333%);
}

.pscnes span {
    padding: 0 4px;
}

.pscnes span:first-child {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pscnes span:last-child {
    transition: all 0.25s ease-in-out 0s;
    font-size: 15px;
    font-weight: 500;
    color: var(--oddAccent,var(--accentBg));
}

.home-section-container .other-container .other img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}

.home-section-container .other-container .other .button-item {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.bg-dark1 {
    background: #1c1c1c!important;
}

.bg-dark2 {
    background: #000305!important;
}

.bg-dark3 {
    background: #101010!important;
}

.bg-dark4 {
    background: #191919!important;
}

.bg-dark5 {
    background: #424242!important;
}

.bg-dark6 {
    background: #262626!important;
}

.bg-dark7 {
    background: #333333!important;
}

.bg-dark8 {
    background: #3f3f3f!important;
}

.bs-qsr {
    box-shadow: 0 2px 4px 0 #0000004d;
}

.input-bg-dark5 {
    background: #424242;
    color: #b3b3b3
}

.input-bg-dark5:focus {
    background: #424242;
    box-shadow: none;
}

.input-bg-dark5::placeholder {
    color: #b3b3b3;
}

.br-0 {
    border-radius: 0!important;
}

.h40 {
    height: 40px;
}

.games-search {
    background: rgba(255,255,255,.2);
    position: relative;
    width: 300px;
    border-radius: 6px;
    color: #fff;
    max-width: calc(100% - 15px);
    z-index: 1;
}

.games-search input {
    background: transparent;
    padding: 6px 20px;
    font-size: 14px;
    padding-left: 0px;
    outline: 0 !important;
    border: 0;
}

.games-search input:focus {
    background: transparent;
    color: #fff;
    outline: 0 !important;
}

.games-search span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding-right: 5px;
    border: 0;
}

.games-search span i {
    opacity: .3;
}

.games-category {
    display: flex;
    z-index: 20;
    padding: 5px 0;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.games-category h3 {
    color: #e2e2e2;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 0;
    display: flex;
    align-items: center;
}

.games-category .showall {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.games-category .showall span {
    margin-left: 4px;
    color: #f13a24;
}

.games-grid {
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
    padding: 10px 0;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    max-width: 100%;
}

.games-container .games-grid {
    grid-auto-rows: auto;
}

.games-container .grid-game {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.games-container .grid-game .picture {
    text-align: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
}

.games-container .grid-game .picture img {
    min-height: inherit;
    height: 100%;
    object-fit: inherit;
    object-position: inherit;
    width: 100%;
}

.games-grid .grid-game .container-info-fav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(0,0,0,0);
    padding: 6px 10px;
    border-radius: 0 0 6px 6px;
    background: #101010;
}

.games-grid .grid-game .container-info-fav .info {
    width: 85%;
}

.game .container-info-fav .info {
    width: 85%;
}

.games-grid .grid-game .container-info-fav .info .data {
    font-size: .65em;
    color: #e2e2e2;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.games-grid .grid-game .container-info-fav .info .title {
    color: #e2e2e2;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bb-0 {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.align-items-flex-start {
    align-items: flex-start;
}

.w-20 {
    width: 20%!important;
}

.w-80 {
    width: 80%!important;
}

.mw-200 {
    width: 200px;
    max-width: 200px!important;
}

.d-bcrumb .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|");
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
}

.d-bcrumb .breadcrumb-item:first-child::before {
    display: none;
}

.d-bcrumb .breadcrumb-item a {
    font-size: 13px;
    text-decoration: none;
    color: #999999!important;
}

.d-bcrumb .breadcrumb-item a:hover,
.d-bcrumb .breadcrumb-item.active a {
    color: #ffffff!important;
}

.hBtn {
    background: #333333;
    padding: 0.5rem;
    border-radius: 0;
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    justify-content: center;
}

.hBtn::after {
    display: none;
}

.hBtn i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 23px;
    text-transform: none;
    font-size: 25px;
    color: #cccccc;    
}

.hBtn:focus {
    box-shadow: none;
}

.sideBartabPane .nav-item {
    width: 50%;
    font-size: 10px;
}

.sideBartabPane .nav-item .nav-link {
    width: 100%;
    padding: 0;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    background: #4B4B4B;
    color: #999999;  
}

.sideBartabPane .nav-item .nav-link.active {
    background: #666666;
    color: #ffffff;
}

.sideBarsports {
    background-color: #333333;
    color: #ccc;
}

.heading {
    background-color: #3D3D3D;
    color: #e6e6e6;
    height: 35px;
    width: 100%;
    padding: 2px 8px 0 8px;
    border-bottom: 1px solid;
}

.radiobtn {
    width: 42px;
    height: 32px;
}

.radiobtn label {
    cursor: pointer;

}

.radiobtn span {
    font-size: 9px;
}

.radiobtn input:checked + label + span {
    color: #73C500;
}

.sullk {
    background: #363636;
    border-bottom: 1px solid #191919;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 9px;
    height: 36px;
}

.lilicon {
    width: 24px!important;
    height: 24px!important;
    margin-right: 5px;
}

.lilicon::before {
    font-size: 24px;
}

.yell {
    color: #FFB700;
}

.top-league {
    width: 704px;
    margin-bottom: 10px;
}

.t-lHeader {
    background-color: #4B4B4B;
    color: #fff;
    height: 40px;
}

.t-lHeader .title {
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    flex-grow: 1;
    flex-shrink: 0;
}

.t-lHeader .nav-link {
    background: transparent;
    border: none;
    padding: 0;
}

.t-lHeader-icon {
    background-color: #4B4B4B;
    color: #999999;
    width: 50px;
    height: 40px;
    font-size: 22px;
}

.t-lHeader .nav-link.active .t-lHeader-icon {
    background: #666666;
    color: #ffffff;
}

.t-lBody {
    background-color: #333333;
    color: #ccc;
    padding: 0 7px;
}

.t-lBody .col {
    padding: 0;
}

.t-lBody .col.active {
 background: #FFB700;
}

.chmp {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding: 0 16px;
    background-color: #4B4B4B;
    color: #FFFFFF;
}

.t-lBody .col.active .chmp {
    background-color: #73C500;
    color: #1A1A1A;
}

.wds {
    width: 226px;
    margin-left: 14px;
}

.nei {
    width: 464px;
}

.event {
    background: #404040;
    display: flex;
    font-size: 9px;
    margin-left: -7px;
    margin-right: -7px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}

.event .qi {
    width: 216px;
    text-align: center;
    margin-left: auto;
}

.sius {
    background: #3d3d3d;
    margin-left: -7px;
    margin-right: -7px;
    font-size: 9px;
    height: 24px;
    line-height: 24px;
}

.siux {
    width: 56px;
}

.fs8 {
    font-size: 8px;
}

.fs9 {
    font-size: 9px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.ccc {
    color: #cccccc;
}

.btn-wg {
    display: block;
    text-decoration: none;
    width: 56px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #000;
}

.plus {
    display: block;
    text-decoration: none;
    width: 56px;
    height: 30px;
    line-height: 30px;
    margin-right: -14px;
}

.plus:hover {
    color: #FFB700;
}

.btn-wg:hover  {
    background: #73C500;
}

.m-m {
    margin-left: -7px;
    margin-right: -7px;
}

.loged-user-nav {
    display: flex;
    align-items: center;
}

.credits {
    font-size: 0.7rem;
    position: relative;
}

.credits span {
    font-weight: 900;
    margin-left: .5rem;
}

.credits::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: -2.5px;
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

.user-info {
    position: relative;
    flex-wrap: wrap;
}

.user-info .avatar {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    padding-top: 5px;
    border-radius: 6px;
}

.user-info .avatar i {
    font-size: 2.2rem;
    vertical-align: middle;
}

.user-info .dropdown .btn {
    padding: 0.375rem 1.332rem;
}

.left-auto {
    left: auto!important;
}

.right-auto {
    right: auto!important;
}

.userinfo {
    flex-direction: column;
    flex: 1;
    width: max-content;
    line-height: 17px;
    font-size: .7rem;
    font-weight: 900;
}

.btnsuser {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
}

.f-wrap {
    flex-wrap: wrap;
}

.btn-User {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
    background-color: #1c1c1c;
    text-align: left;
    padding: 0;
}

.esport-layout {
    font-family: Roboto,sans-serif;
    min-height: 900px;
}

.esport-layout .Left {
    background-color: #0000;
    flex-shrink: 0;
    width: 240px;
}

.showhide-button label {
    cursor: pointer;
    background: #333333;
    color: #cccccc;
    height: 40px;
    line-height: 40px;
    width: 54px;
    margin-right: 2px;
    font-size: 13px;
    text-align: center;
}

.showhide-button label:hover {
    color: #ffffff;
}

.Left .input-group span,
.Left .input-group input {
    background: #333333;
    color: #cccccc;
    border: none;
} 

.Left .input-group input {
    font-size: 14px;
}

.Left .input-group input::placeholder {
    color: #cccccc;
}

.ESport-tabs .nav-link {
    width: 78.67px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
}

.ESport-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #262626;
    transition: 2s;
}

.ESport-tabs .nav-link:hover::after,
.ESport-tabs .nav-link.active::after {
    background: #73c500;
}

.ESport-tabs .nav-link .count {
    background-color: #191919;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    height: 17px;
    line-height: 17px;
    margin: 0 2px;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle;
}

.ESport-tab-content {
    margin-top: 2px;
}

.ESport-tabs .nav-link.active .count,
.ESport-tabs .nav-link:hover .count {
    background-color: #d40000;
}

input:focus,
select:focus {
    box-shadow: none!important;
}

#sh-ESportSidebar[type="checkbox"]:checked + .Left .showhide-button label i {
    transform: rotate(180deg);
}

#sh-ESportSidebar[type="checkbox"]:checked + .Left {
    width: 54px;
}

#sh-ESportSidebar[type="checkbox"]:checked + .Left .ESport-tabs {
    display: none;
}

#sh-ESportSidebar[type="checkbox"]:checked + .Middle {
    width: calc(100% - 360px)!important;
}

.pb2 {
    padding-bottom: 2px;
}

.cdef {
    background-color: #0000;
    cursor: pointer;
    transition: background-color .2s,color .2s;
}

.cdef:hover,
.cdef.active {
    background-color: #333333;
}

.list-nav {
    grid-column-gap: 8px;
    display: grid;
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
    grid-template-columns: 24px auto 24px 24px;
    height: 40px;
    line-height: 40px;
}

.list-nav:hover {
    color: #cccccc;
}

.elipsis-span {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.separator {
    background: #3f3f3f;
    height: 1px;
}

.dggame::before {
    background-color: inherit;
    background-image: url(../img/gamesimgs.png);
    background-position: 0 -960px;
    background-size: 24px;
    content: "";
    display: block;
    filter: drop-shadow(0 0 1px #000);
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.gamedd {
    transform: unset!important;
    background: #3f3f3f !important;
    color: #cccccc!important;
}

.gamedd a {
    color: #cccccc;
    text-decoration: none;
}

.quant {
    font-size: 14px;
}

.esport-layout .Middle {
    width: calc(100% - 600px);
    transition: width 2s;
}

.mh {
    margin-bottom: 2px;
    height: 40px;
}

.nav-link.nl {
    color: #cccccc;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 12px!important;
    text-decoration: none;
}

.nav-link.nl.active,
.nav-link.nl:hover {
    color: #73c500;
}

.video-container {
    margin-right: 2px;
    position: relative;
    width: calc(100% - 300px);
}

.video-stakes {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.video-stakes .vs {
    border-bottom: 4px solid #191919;
    cursor: pointer;
    flex-direction: column;
}

.video-stakes .vs .vs-header {
    box-shadow: 0 2px 4px 0 #0000004d;
    border-bottom: 2px solid #191919;
    height: 36px;
}

.video-stakes .vs-body {
    box-shadow: 0 2px 4px 0 #0000004d;
    background: #333333;
    border-bottom: 1px solid #191919;
    height: 40px;
    transition: background-color .2s;
}

.video-stakes .vs-body.active {
    background: #3f3f3f;
}

.team-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 1px black);
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.video-stakes .vs-body .score {
    color: #73c500;
    flex-shrink: 0;
    font-size: 14px;
    text-align: center;
    width: 24px;
}

.video-stakes .vs-body .team-name {
    color: #cccccc;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1,5;
    min-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-uin {
    background: #191919;
    border-radius: 2px;
    color: #73c500;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    transition: background-color .2s,color .2s;
    width: 70px;
}

.team-uin:hover {
    background: #73c500;
    color: #ffffff;
}

.t-gameFilter {
    color: #ccc;
    font-weight: 500;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% - 52px);
}

.t-gameFilter-icons a {
    color: #ccc;
    transition: color .2s;
}

.t-gameFilter-icons a:hover,
.t-gameFilter-icons a.active {
    color: #73c500;
}

.gamerow {
    background: #333;
    border-radius: 2px;
    cursor: pointer;
    height: 40px;
    transition: background-color ,2s, color .2s;
    box-shadow: 0 2px 4px 0 #0000004d;

}

.gamerow:hover {
    background: #3f3f3f
}

.gamerc-container .gamerow .fa-fw,
.gamerc-container .gamecomp .fa-fw {
    width: 24px!important;
    height: 24px!important;
    line-height: 23px!important;
    text-align: center!important;
    vertical-align: middle!important;
    
}

.red-live {
    background-color: #d40000;
    border-radius: 2px;
    line-height: 20px;
    width: 40px;
}

.gametime {
    color: #999;
    font-size: 10px;
    padding: 0 2px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.mew {
    width: 97px;
}

.game-controls {
    flex-shrink: 0;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
}

.playbtn {
    background: #d40000;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50%;
    height: 18px;
    transition: background-color .2s,color .2s;
}

.playbtn:hover {
    background: #73c500;
}

.esport-layout .Right {
    width: 360px;
}

.component-filter-container {
    display: flex;
    height: 40x;
    margin-bottom: 4px;
    margin-left: -2px;
    margin-right: -2px;
    position: relative;
    z-index: 20;
}

.imtator {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 #0000004d;
    max-height: 144px;
    overflow-y: auto;
}

.datselect {
    height: 40px;
}

.datselect option {
    background: #262626;
    padding: 8px 0;
    text-transform: capitalize;
}

.betslip {
    background-attachment: fixed;
    position: relative;
    transition: transform .2s;
    width: 100%;
    will-change: transform;
    z-index: 10;
}

.betslip-header-start {
    align-items: center;
    display: flex;
    width: calc(100% - 24px);
}

.gridtypediv {
    display: grid;
    grid-column-gap: 8px;
    border-radius: 4px;
    grid-template-columns: 24px auto;
}

.w33_33333px-8px {
    width: calc(33.33333% - 8px);
}

.div-betbtn {
    line-height: 44px;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    outline: 0;
    text-overflow: ellipsis;
    transition: background-color .2s,color .2s;
}

.is-disabled {
    opacity: .6;
    pointer-events: none;
}

.tons {
    background: #73c500;
    color: #ffffff;
}

.brdr-0 {
    border: 0!important;
}

.fdivc {
    height: 1000px;
    width:303px;
    background: #272e3d;
}

.lh1 {
    line-height: 1;
}

.btnfdivc {
    border-radius: 2px;
    width: auto;
    padding: 6px 10px;
    background-color: linear-gradient(to bottom);
}

.form-large-2 {
    margin-top: 35px;
    padding: 30px;
    border-radius: 20px;
}

.form-large-2 h1 {
    color: #f13a24;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.form-large-2 label {
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

.form-large-2 input, .form-large-2 textarea {
    background-color: #020f1d;
    font-size: 1rem;
    color: #fff;
}

.form-large-2 select {
    font-size: 1rem;
    background-color: #020f1d;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    line-height: .75em;
    width: 100%;
    border: 1px solid rgba(16,16,16,.082);
}

.form-large-2 .form-control {
    border: 1px solid rgba(177,177,255,.0823529412);
}

.form-large {
    margin-top: 35px;
    padding: 30px;
    border-radius: 20px;
    max-width: 600px;
}

.form-large h1 {
    color: #f13a24;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.form-large label {
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

.form-large input, .form-large textarea {
    background-color: #020f1d;
    font-size: 1rem;
    color: #fff;
}

.form-large select {
    font-size: 1rem;
    background-color: #020f1d;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    line-height: .75em;
    width: 100%;
    border: 1px solid rgba(16,16,16,.082);
}

.form-large .form-control {
    border: 1px solid rgba(177,177,255,.0823529412);
}

.modal-content {
    border-radius: 25px;
}

#IniciarSesion .modal-content {
    max-width: 520px;
    margin: auto;
}

#IniciarSesion .modal-header {
    flex-direction: column;
    padding: 15px 15px 0;
    text-align: center;
}

#IniciarSesion .modal-header .modal-title {
    color: #e2e2e2;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    max-width: 280px;
    margin: 1rem auto;
}

#IniciarSesion .modal-body .form .form-control {
    margin-bottom: 20px !important;
    font-size: 1em;
}

.historial h3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.historial .form-inline {
    margin: 30px 0 !important;
    gap: 10px;
}

.historial .datepicker {
    height: 100%;
    padding: 2em;
    position: relative;
    min-width: 13em;
    line-height: normal;
    display: inline-block;
}

.inDatepicker {
    width: 100%;
    font: inherit;
    margin: 0;
    border: 1px solid #D5D5D5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    height: inherit;
    padding: 0.2em 0.7em;
    border-radius: 3px 0 0 3px;
    background-color: #101010;
    font-size: 1rem;
    color: #fff;
    border-color: #383c61;
}

.dp-btn {
    height: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #f13a24!important;
    border-color: #383c61!important;
}

.csb::-webkit-scrollbar {
    -webkit-appearance: none;
}

.csb::-webkit-scrollbar:vertical {
    width: 5px;
}

.csb::-webkit-scrollbar-button:increment,.csb::-webkit-scrollbar-button {
    display: none;
} 

.csb::-webkit-scrollbar:horizontal {
    height: 5px;
}

.csb::-webkit-scrollbar-thumb {
    background-color: #3f3f3f;
    border-radius: 20px;
}

.csb::-webkit-scrollbar-track {
    border-radius: 10px;  
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 6px;
    background: #020f1d;
}

body::-webkit-scrollbar-button:increment,body::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 6px;
    background: #020f1d;
}

body::-webkit-scrollbar-thumb {
    background-color: #f13a24;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;  
}

footer {
    background: #101010;
    color: #fff;
    padding: 80px 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,.75);
}

footer .legal {
    font-weight: bold;
    font-size: 1.25em;
}

footer .legal img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 25px;
}

footer .legal .copyright {
    font-size: .75rem;
    margin-bottom: 2rem;
    font-weight: normal;
}

footer .footer-links {
    padding: 0;
}

footer .footer-links h4 {
    font-size: .85rem;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-links ul li {
    margin-bottom: 25px;
}

footer .footer-links ul li a {
    font-size: .75rem;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1600px) {
    .game-controls {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .navbar.main {
        background: #1c1c1c;
        padding: 0 10px;
        height: 50px;
    }
    .navbar.main .container-fluid {
        height: 100%;
    }
    .navbar-brand img {
        max-width: 170px;
        max-height: 45px;
    }
    .user-nav .btn {
        padding: 5.5px 20px;
        font-size: .75rem;
        border-radius: 6px;
    }
    .smain {
        padding: 0px 10px 0 10px;
        padding-top: 0;
    }
    .home-section-container .other-container .other .button-item .btn {
        width: auto;
    }
    footer .legal img {
        max-width: 400px;
        max-height: fit-content;
        margin-bottom: 55px;
    }
    footer .legal .copyright {
        font-size: .85rem;
        margin: 2rem 0;
        max-width: 36%;
    }
    footer .footer-links {
        padding: 0 15px;
    }
    footer .footer-links h4 {
        font-size: 1.15rem;
        font-weight: 900;
        margin-bottom: 35px;
        text-align: left;
    }
    footer .footer-links ul {
        display: block;
    }
    footer .footer-links ul li {
        margin-bottom: 20px;
    }
    .games-category h3 {
        font-size: 1.25rem;
        margin: 0;
    }
    .games-category .showall {
        font-size: 1.5rem;
    }
    .games-grid {
        padding: 0;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    .games-container .grid-game {
        display: inline-block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: all .3s ease;
        float: left;
        max-width: unset;
        flex-basis: 180px;
        margin: 0 5px 10px 5px;
        z-index: 20;
    }
    .games-container .games-grid .grid-game:hover {
        transform: scale(1.04);
    }
    .games-container .games-grid .grid-game .picture img {
        max-height: fit-content;
    }
    .juego-semanal .titulo {
        padding: 6px 18px;
        border-radius: 6px 6px 0 0;
        color: #e2e2e2;
        font-size: 1.25rem;
        font-weight: 700;
    }
    .juego-semanal .game {
        float: inherit;
        width: 100%;
        height: calc(100% - 42px);
        margin: 0;
    }
    .juego-semanal .game .picture {
        border-radius: 0 0 6px 6px;
        height: 100%;
    }
    .games-grid .grid-game .container-info-fav {
        padding: 14px 12px 16px;
    }
    .user-info .avatar {
        height: 32px;
        width: 32px;
    }
    .user-info .avatar i {
        font-size: 1.8rem;
    }
    .btn-User {
        color: #fff;
        background-color: #1c1c1c;
        padding: 6px 20px;
        font-size: .75rem;
        border-radius: 7px;
        border: 1px solid #fff;
        flex-direction: inherit;
        align-items: center;
    }
    .historial h3 {
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    footer {
    background: #020f1d;
    color: #fff;
    padding: 40px 0;
    }
    footer .legal img {
        max-width: 80%;
        max-height: fit-content;
    }
}

@media (min-width: 992px) {
    .links-lg .nav-link {
        position: relative;
        font-size: .75rem;
        font-weight: bold;
        padding: 16px 10px;
        text-transform: uppercase;
        color: #fff !important;
    }
    .links-lg .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: #f13a24;
        opacity: 0;
        transition: all .3s;
    }
    .links-lg .nav-link.active,
    .links-lg .nav-link:hover {
        color: #f13a24!important;
        background: rgba(255,255,255,.08);
    }
    .links-lg .nav-link.active::after,
    .links-lg .nav-link:hover::after {
        opacity: 1;
    }
    .navbar.main {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .login-button {
        max-width: 130px!important;
        font-size: .7rem!important;
        padding: 5px 5px!important;
        margin-right: 15px!important;
        background-color: rgba(0,0,0,0)!important;
        border: 2px solid #fff!important;
        color: #fff !important;
    }
    .center-item .navbar-collapse.show {
        position: absolute;
        top: 50px;
        right: 0;
        display: flex;
        flex-direction: column;
        width: 300px;
        height: calc(100vh - 50px);
        z-index: 1002;
        background: #1c1c1c;
        animation: .3s rightToLeft ease;
    }
    .links-lg {
        width: 100%;
    }
    .links-lg .nav-link {
        color: #fff!important;
        font-size: 1em;
        font-weight: 500;
        padding: 13px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .links-lg .nav-link:nth-child(odd) {
        background: #020f1d;
    }
    .links-lg .nav-link img {
        max-height: 22px;
        margin-right: 10px;
    }
    .navbar.main .navbar-brand .img {
        max-width: 120px;
        max-height: 40px;
        width: 100%;
    }
    .games-container-filter .games-container .games {
        display: block!important;
        height: 60px;
        overflow: hidden;
    }
    .swiper-slide {
        max-width: 115px;
        margin-right: 5px;
    }
    footer .footer-links h4 {
        margin-bottom: 8px;
        font-size: 1rem;
        color: #f13a24;
    }
    footer .footer-links ul li {
        margin-bottom: 4px;
        display: flex;
        justify-content: center;
    }
    footer .footer-links ul li a {
        font-size: .85rem;
    }
    .support-btn {
        margin-right: 7px;
    }
    .bars-btn {
        padding: 0;
        margin-left: 15px;
    }
}
@media (max-width: 768px){
    .p-sm-2-2{
        padding: 0.5rem!important;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #020f1d !important;
    background-color: #f13a24 !important;
    border-radius: 6px !important;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    background-color: #101010 !important;
    color: #fff !important;
    border-color: #792439 !important;
}