#barslider{
    background:rgb(0, 183, 255);
}
#progressBarslider{
    background: #7e7d7d;
}
body
{
    background: white;
}
/* Menu Live */
.wrapper__menu-live {}
.wrapper__menu-live ul {
    background: transparent;
}
.wrapper__menu-live ul li a {
    color: white;
}
.wrapper__menu-live--color {
    background:rgb(17,118,159); /* Old browsers */
}
/* Dock Game */
.dock-game__header {
    background:rgb(29,29,27);
}
.dock-game__header--desc__title {
    color:rgb(0, 0, 0);
}
.dock-game__header--desc__content {
    color:rgb(0, 0, 0);
}
.dock-game__header__title {
    color:white;
}
.dock-game__header__view--btn {
    color: white;
}
.dock-game__header__view--btn--l {
    background: rgb(142,142,142);
}
.dock-game__header__view--btn--l:focus {
    color: white;
}
.dock-game__header__view--btn--r {
    background: rgb(17,118,159);
    color:white;
}
.dock-game__header__view--btn:last-child {
    margin-right: 0;
}
.dock-game__header__view__dropdown a {
    border-bottom: 1px solid black;
    background:rgb(20, 22, 22);
    color:white;
}
.dock-game__header__view__dropdown a.active {
    background: rgb(17,118,159);
    color:rgb(255, 255, 255);
    font-weight: bold;
}
.dock-game__item__img {
    border: 1px solid rgb(17,118,159);
}
.dock-game__item__badge--promo {
    background: red;
    color: white !important;
    -webkit-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
}
.dock-game__item__badge--new {
    border-top: 15px solid rgb(252,212,1);
    border-bottom: 15px solid rgb(252,212,1);
    border-right: 15px solid transparent;
    color:black;

}
.dock-game__item__play {
    background: rgba(0,0,0, 0.7);
}
.dock-game__item__play p {
    color: white;
}
.dock-game__item__play a {
    color: white;
}
.dock-game__item__play-button ul {
    background: white;
}
.dock-game__item__play-button ul li a {
    color: white;
}
.dock-game__item__play--blue {
    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
}
.dock-game__item__play--green {
    background: -webkit-linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
}
.dock-game__item__title {
    color:rgb(17,118,159);
}
.dock-game--footer__upper {
    color: black;
}
.dock-game--footer__btn {
    background-color: rgba(148, 212, 2, 1);
    background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);

    color: white;
}
.dock-game--footer__lower {
    color: black;
}
.dock-game--footer__lower a {
    color: rgb(17,118,159);
    font-weight: bold;
}
/* Modal */
.modal-search__header {
    background: rgb(31,31,31);
    color: white;
}
.modal-search__header .close {
    color: white;
}
.modal-search__form {}
.modal-search__form i {
    color: #a6a6a6;
}
.modal-search__form__input {
    background: #d7d7d7;
    color: #495057;
}
/* Breadcrumb */
.breadcrumb--custom {
    background: transparent;
}
.breadcrumb--custom li {
    padding: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color:rgb(0,57,94);
}
.breadcrumb--custom .breadcrumb-item a {
    color:rgb(0,57,94);
}
.breadcrumb--custom .active {
    color: rgb(17,118,159);
}