/* Circle Menu */
        .c-circle-menu {
            position: fixed;
            bottom: 100px;
            left: 12px;
            z-index: 1000;
            width: 100px;
            height: 99px;
            border-radius: 24px
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu {
                width: 96px;
                height: 96px;
                border-radius: 48px
            }
        }

        .c-circle-menu__items {
            display: block;
            list-style: none;
            position: absolute;
            z-index: 2;
            margin: 0;
            padding: 0
        }

        .c-circle-menu__item {
            
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            border-radius: 0;
            opacity: 0;
            -webkit-transition: opacity, -webkit-transform;
            transition: opacity, -webkit-transform;
            transition: transform, opacity;
            transition: transform, opacity, -webkit-transform;
            -webkit-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
            -webkit-transition-timing-function: cubic-bezier(.35, -.59, .47, .97);
            transition-timing-function: cubic-bezier(.35, -.59, .47, .97)
        }

        .c-circle-menu__item:nth-child(1) {
            -webkit-transition-delay: .4s;
            transition-delay: .4s
        }

        .c-circle-menu__item:nth-child(2) {
            -webkit-transition-delay: .3s;
            transition-delay: .3s
        }

        .c-circle-menu__item:nth-child(3) {
            -webkit-transition-delay: .2s;
            transition-delay: .2s
        }

        .c-circle-menu__item:nth-child(4) {
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        .c-circle-menu__item:nth-child(5) {
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

        .c-circle-menu.is-active .c-circle-menu__item {
            -webkit-transition-timing-function: cubic-bezier(.35, .03, .47, 1.59);
            transition-timing-function: cubic-bezier(.35, .03, .47, 1.59);
            opacity: 1
        }

        .c-circle-menu.is-active .c-circle-menu__item:nth-child(1) {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: translate(+344px, -0);
            transform: translate(+160px, -0)
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu__item {
                width: 60px;
                height: 60px;
                border-radius: 10px
            }

            .c-circle-menu.is-active .c-circle-menu__item:nth-child(1) {
                -webkit-transform: translate(+290px, 0);
                transform: translate(+290px, 0)
            }
        }

        .c-circle-menu.is-active .c-circle-menu__item:nth-child(2) {
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transform: translate(+130px, -59px);
            transform: translate(+150px, -70px)
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu.is-active .c-circle-menu__item:nth-child(2) {
                -webkit-transform: translate(+254px, -99px);
                transform: translate(+254px, -99px)
            }
        }

        .c-circle-menu.is-active .c-circle-menu__item:nth-child(3) {
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
            -webkit-transform: translate(+100px, -145px);
            transform: translate(+120px, -135px)
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu.is-active .c-circle-menu__item:nth-child(3) {
                -webkit-transform: translate(+204px, -204px);
                transform: translate(+204px, -204px)
            }
        }

        .c-circle-menu.is-active .c-circle-menu__item:nth-child(4) {
            -webkit-transition-delay: .3s;
            transition-delay: .3s;
            -webkit-transform: translate(+50px, -163px);
            transform: translate(+60px, -180px)
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu.is-active .c-circle-menu__item:nth-child(4) {
                -webkit-transform: translate(+111px, -267px);
                transform: translate(+111px, -267px)
            }
        }

        .c-circle-menu.is-active .c-circle-menu__item:nth-child(5) {
            -webkit-transition-delay: .4s;
            transition-delay: .4s;
            -webkit-transform: translate(-0, -210px);
            transform: translate(-0, -210px)
        }

        .c-circle-menu__link {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            box-shadow: inset 0 0 0 2px #ffb300
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu.is-active .c-circle-menu__item:nth-child(5) {
                -webkit-transform: translate(0, -298px);
                transform: translate(0, -298px)
            }

            .c-circle-menu__link {
                border-radius: 10px
            }
        }

        .c-circle-menu__link img {
            display: block;
            max-width: 100%;
            height: auto
        }

        .c-circle-menu__link:hover {
            box-shadow: inset 0 0 0 2px #0019fd
        }

        .c-circle-menu__toggle {
            
            background-position: center; 
            background-size: cover;
            display: block;
            position: absolute;
            z-index: 100;
            margin: 0;
            padding: 0;
            width: 48px;
            height: 48px;
            border-radius: 20% 20% 20% 20%;
            background-image: linear-gradient(to right, #871737 0%, #1f4181 49%, #871737 100%);
            font: inherit;
            font-size: 0;
            text-indent: -9999px;
            border-radius: 10px;
            -webkit-transition: background .3s;
            transition: background .3s;
            cursor: pointer;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-shadow: 0 0 8px 2px #ff0000;
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu__toggle {
                width: 60px;
                height: 60px;
                border-radius: 10px
            }
        }

        .c-circle-menu__toggle.is-active,
        .c-circle-menu__toggle:focus,
        .c-circle-menu__toggle:hover {
            outline: 0;
            background-image: linear-gradient(to right, #871737 0%, #1f4181 49%, #871737 100%);
        }

        .c-circle-menu__toggle span,
        .c-circle-menu__toggle span::after,
        .c-circle-menu__toggle span::before {
            display: block;
            position: absolute;
            height: 4px;
            background: #fff;
            border-radius: 0
        }

        .c-circle-menu__toggle span {
            top: 22px;
            left: 10px;
            right: 10px;
            -webkit-transition: background .3s;
            transition: background .3s
        }

        @media(min-width:480px) and (min-height:480px) {

            .c-circle-menu__toggle span,
            .c-circle-menu__toggle span::after,
            .c-circle-menu__toggle span::before {
                height: 8px;
                border-radius: 0
            }

            .c-circle-menu__toggle span {
                top: 25px;
                left: 10px;
                right: 10px
            }
        }

        .c-circle-menu__toggle span::after,
        .c-circle-menu__toggle span::before {
            left: 0;
            width: 100%;
            content: "";
            -webkit-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
            -webkit-transition-delay: .3s, 0s;
            transition-delay: .3s, 0s
        }

        .c-circle-menu__toggle span::before {
            top: -8px;
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, -webkit-transform;
            transition-property: top, transform;
            transition-property: top, transform, -webkit-transform
        }

        .c-circle-menu__toggle span::after {
            bottom: -8px;
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
            transition-property: bottom, transform, -webkit-transform
        }

        @media(min-width:480px) and (min-height:480px) {
            .c-circle-menu__toggle span::before {
                top: -16px
            }

            .c-circle-menu__toggle span::after {
                bottom: -16px
            }
        }

        .c-circle-menu__toggle.is-active span {
            background: 0 0
        }

        .c-circle-menu__toggle.is-active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition-delay: 0s, .3s;
            transition-delay: 0s, .3s
        }

        .c-circle-menu__toggle.is-active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition-delay: 0s, .3s;
            transition-delay: 0s, .3s
        }

        .c-circle-menu__mask {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1;
            visibility: hidden;
            opacity: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .8);
            -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s
        }

        .c-circle-menu__mask.is-active {
            opacity: 1;
            visibility: visible
        }


/* end circle menu */

a {
    color: #fff;
    text-decoration: none;
}
.pola {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
a:hover {color: #ab954c}

.color-1{
    background-image: linear-gradient(to right, #471525, #13162f);
    background-color: #471525;
}
.color-2{background-image: linear-gradient(to right, #871737 0%, #1f4181 49%, #871737 100%);}
.color-3{background-image: linear-gradient(to right, #871737 0%, #1f4181 49%, #871737 100%);}
.color-4{background-image: linear-gradient(to right, #871737 0%, #1f4181 49%, #871737 100%);}
.color-5{background-color: #c5315f}
.color-6{background-color: #01caf8}
.text-justify {
    text-align: justify;
}
.web-logo {
    width: 100%;
    max-width: 150px;
}
.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
i.icon {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.bi-person-plus-fill {
    margin-right: 0.5rem;
}
.btn-regis {
    font-size: .875rem;
    font-weight: 700;
    background: linear-gradient(135deg,#ab954c,#db1717 70%);
    color: #fff;
}
.btn-regis:hover {
    background: #c5a701;
}
.mr-n1{margin-right: -1rem;}
.btn-slide {background: #26282b;}
.list-group-item .provider-thumbnail {
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
}
.list-group-item span {
    margin-left: .5rem;
    font-weight: 700;
}
.list-group-item {border-bottom: 1px solid #26282b;}
.list-group-item-action:focus, .list-group-item-action:hover {background-color: #26282b;}
.list-group-item.active a {
    background-color: #26282b;
    border: none;
    color: #fff;
}
.card.card-game {
    background: none;
    display: block;
    position: relative;
    min-height: 100px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 33px;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.56);
}
.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card-game span {
    color: #ffffff;
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    text-align: center;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-game {
    padding: 3px 8px;
    color: #000;
    background: #ab954c;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
}
.btn-game:hover {
    background-color: #db1717;
    color: #fff;
}
.btn-login {
    border-radius: 0;
    line-height: 1.2;
}
.btn-login small, .btn-login span{
    animation: blinking 1s step-start infinite;
}
.btn-group span {
    font-weight: 700;
}
input#search {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #26282b;
    color: #fff;
    font-size: .875rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .2s ease,border-color .2s ease;
}
.card-provider{
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #26282b;
    border-radius: 50%;
    flex: 1 1 auto;
    margin: 0 auto;
}
.card-provider img{
    width: 100%;
}
.card-title {
    text-align: center;
}
.card-deck {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.game-item {
    height: 0;
    position: relative;
    padding-bottom: 67.44186%;
}
.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
}
.owl-item {
    text-align: center;
}
.owl-item .active span {
    color: #000;
}
.owl-item span {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: .625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.carousel-game {
    background: #ab954c;
    border-radius: 3px;
}
.carousel-game .col {
    flex: 0 0 0%;
    height: auto;
}
#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}
.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}
.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.percent {
    height: 25px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #ab954c;
    border-radius: 0 0 4px 4px;
    padding: 4px 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 5px #ab954c inset, 0 1px 0px #9339fd;
    box-shadow: 0 -3px 5px #ab954c inset, 0 1px 0px #9339fd;
}
.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    transform: translateY(9px);
    color: white;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.percent-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}
.yellow {
    background-color: #fff600;
}
.green {
    background-color: #0eb700;
}
.red {
    background-color: #b12c55;
}
.shine {
    position: relative;;
}
.shine:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-close {
    font-size: 23px;
    cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body p.text-list {
    display: block;
    position: relative;
    width: 30px;
    color: #455a99;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.modal .modal-dialog .modal-content .modal-body h5, .modal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
}
.footer-text {
    background: #26282b;
    border-top: 1px solid #293353;
}
@keyframes blinking {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes animate-shine { 
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}
@-moz-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}
@media (min-width: 576px){
    .text-xs-left {
        text-align: left;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 400px;
        margin: 0 auto;
    }
}