#topheader{
    background-color : #2a8fbd;
    border-bottom: 1px solid #2a8fbd;
    padding: 10px;
}

.brand{
padding:10px;
float:none;
text-align: center;

}

.text-listgame{
    color:#2cbdff;
}

.bg-dark-w88{
    background-color: #1f1f1f;
}

.bg-redme{
    background-color: #2a8fbd;
}

.bg-pola{
    background-color: #2a8fbd;
}

.color-white {
    color:white;
}

.color-second{
    color:white;
}


a {
    color: #2a8fbd;
    text-decoration: underline;
}
a:hover {
    color: #1c6080;
}

#ct7{
    background-color: #363636;
    color:white;
    font-size: 0.9rem;
    height: 1.75rem;
    padding-top: 0.2rem;
}
.nav-tabs {
    background-color: #2a8fbd;
}

.nav-tabs a:hover{
    background-color : #1c6080;
}

#search{
    width: 170px;
}


input[type=text], input[type=password] {
    width: 10REM;
    background-color: #adb5bd;
    border: 1px solid #b8c5c9;

}

.showmore{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p{
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    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;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.good{
    background-color: #ffc107;
}

.great{
    background-color: #28a745;
}

.bad{
    background-color: #dc3545;
}

.blink{
    text-decoration: none;
    color : #2a8fbd;
}

.blink:hover{
    color: #2a8fbd;
}

.footer{
    background-color: black;
}

#footer1{
}

#copyright{
    background-color: #2a8fbd;
    color: white;
}

#navver{
    width: 17REM;
}

#cardfooter{
    background: rgba(255, 170, 0, .2)

}

@media only screen and (max-width: 1000px) {
    .wrap-body {
        width: 100%;
    }
}

.wrap-body {
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

input[type=text]{
    width: 10REM;
    background-color: #adb5bd;
    border: 1px solid #b8c5c9;

}

input[type=text]:focus{
    width: 10REM;
    background-color: #adb5bd;
    border: #fff;

}
/*.providermenu{*/
/*    text-align: center;*/
/*    background-color: #0d6efd ;*/
/*    list-style: none;*/
/*    padding: 15px;*/
/*    width: 200px;*/
/*}*/

/*.providermenu a{*/
/*    color:white;*/
/*}*/

/*.providermenu a:hover {*/
/*    background-color: #084298;*/
/*}*/
/*.provider:active{*/
/*    background-color: #084298;*/
/*    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
/*transform: translateY(3px);*/
/*}*/