/* OLD */
.main .main-sidebar
{
    height: fit-content;
    padding-bottom: 30px;
    border-radius: 5px;
}
.main {
    margin-top: 115px;
    background-color: white;
    padding-top: 10px;
}
/* NEW */
.dock-home {
    width: 100%;
    flex-wrap: wrap;
    margin-top: -18px;
}
.dock-home__container {
    width: 100%;
}
.dock-home__container--banner {
    width: 100%;
}
.dock-home__container--game {
    background: rgb(17,75,99);
    border-radius: 10px;
    padding: 10px;
}
.dock-home__container--game--min {
    min-height: 80vh;
}
.dock-home__step {
    margin: 0;
    margin-bottom: 10px;
}
.dock-home__step__item {
    padding: 0 5px;
    background: transparent;
    border: none;
}
.dock-home__step__item > img {
    width: 100%;
    height: 100%;
}
.dock-home__step__carousel {
    border-radius: 5px;
    overflow: hidden;
}
.dock-home__step__carousel img {
    width: 100%;
    height: 100%;
}
.dock-home__banner__carousel img {
    width: 100%;
    height: 100%;
}
.dock-home__banner__carousel .owl-controls.clickable{
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.dock-home__banner__carousel .owl-item {
    position: relative;
}
.dock-home__banner__carousel .owl-item .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgb(25,174,235);
	background: -moz-linear-gradient(top, rgba(25,174,235,1) 0%, rgba(15,101,136,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	background: linear-gradient(to bottom, rgba(25,174,235,1) 0%,rgba(15,101,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19aeeb', endColorstr='#0f6588',GradientType=0 );
    
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: bold;
    border: 0;
}
.dock-home__step__item:nth-child(1) {
    padding-left: 0;
}
.dock-home__step__item:nth-child(2) {
}
.dock-home__step__item:nth-child(3) {
    padding-right: 0;
}
/* Breadcrumb */
.breadcrumb--custom {
    padding: 0;
    margin: 0;
}
.breadcrumb--custom li {
    padding: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}
.breadcrumb--custom .breadcrumb-item a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumb--custom .active {
    color: rgb(17,75,99);
    font-weight: bold;
}
/* GAME */
.dock-game {
    margin-bottom: 10px;
}
.dock-game__header {
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
}
.dock-game__header p {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dock-game__header a {
    color: white;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;

    background: rgb(21, 116, 154);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px;
}
.dock-game__wrapper {
    margin: 0;
    margin-bottom: 10px;
}
.dock-game__item {
    padding: 0 5px;
    background: transparent;
    border: none;
    position: relative;
}
.dock-game__item a {
    position: relative;
}
.dock-game__item img {
    width: 100%;
    height: 100%;
}
.dock-game__ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dock-game__item:first-child {
    padding-left: 0;
}
.dock-game__item:last-child {
    padding-right: 0;
}
/* GAME MAIN */
.dock-game--main {
    margin-bottom: 10px;
}
.dock-game-banner
{
    width: 100%;
    height: 100%;
}
.dock-game--main__header {
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
}
.dock-game--main__header__title {
    color: white;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dock-game--main__header__desc {
    text-align: center;
    top: 0;
    transform: unset;
    color: white;
    font-size: 13px;
    margin: 0;
}
.dock-game--main__header a {
    color: white;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;

    background: rgb(21, 116, 154);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px;
}
.dock-game--main__wrapper {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.dock-game--main__play {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 300ms ease-out;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: red;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    opacity: 0;
}
.dock-game--main__play--mt {
    padding: 0;
    height: 100%;
    background: black !important;
    opacity: 0.8 !important;
}
.dock-game--main__play--mt__img {
    width: auto!important;
    height: auto!important;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.dock-game--main__badge {
    background: red;
    position: absolute;
    color: white !important;
    transform: rotate(45deg);
    padding-top: 50px;
    top: -25px;
    right: -70px;
    width: 150px;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    -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;
    text-align: center;
}
.dock-game--main__item {
    padding: 0 5px;
    background: transparent;
    border: none;
    width: 25%;
    margin-bottom: 10px;
}
.dock-game--main__item--row2 {
    width: 50%;
}
.dock-game--main__item--row6 {
    width: 16.66666666666667%;
}
.dock-game--main__item--row6 .dock-game--main__img
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.7);
}
.dock-game--main__item img {
    transition: all 300ms ease-out;
    width: 100%;
    height: 100%;
}
.dock-game--main__item--row6 img {
    width: auto;
    height: auto;
}
.dock-game--main__item a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.dock-game--main__item a:hover img {
    opacity: 0.5;
}
.dock-game--main__item a:hover .dock-game--main__play {
    opacity: 1;
}
.dock-game--main__ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
}
.dock-game--main__img {
    background: rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-height: 200px;
}
.dock-game--main__title {
    text-align: center;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.dock-game--footer {
    text-align: center;
}
.dock-game--footer__upper {
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.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;
    text-decoration: none;
    font-weight: bold;

    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.dock-game--footer__btn--capt {
    text-transform: uppercase;
}
.dock-game--footer__lower {
    color: white;
    margin: 0;
    font-size: 12px;
}
.dock-game--footer__lower a {
    color: rgb(20,153,192);
    margin: 0;
    text-decoration: none;
}
/* SIDEMENU */
.sidemenu-games__search {
    padding: 10px 15px;
}
.sidemenu-games__search input {
    font-size: 1rem!important;
    background-color: black!important;
    border: 0;
    color: #ececec;
    font-weight: bold;
}
.sidemenu-games__search input::placeholder {
    color: #ececec;
    font-weight: bold;
}
.sidemenu-games__search .form-control {
    height: auto;
}
.sidemenu-games__search .input-group-text {
    background-color: black!important;
    padding: 0;
    border: 0;
}
.sidemenu-games__search .input-group-text .btn {
    color: white;
}
.sidemenu-games__option {
    padding: 0 15px;
}
.sidemenu-games__option ul {}
.sidemenu-games__option ul li {
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 15px;
    padding-left: 50px;
    font-size: 15px;
    margin-bottom: 5px;
    background: linear-gradient(to right, #ececec, #ececec 50%,rgb(17,75,99) 50%);
    background-size: 200% 100%;
    background-position: 0 100%;
    transition: background-position 275ms ease;

    overflow: hidden;
}
.sidemenu-games__option__badge {
    background: red;
    position: absolute;
    color: white !important;
    transform: rotate(45deg);
    padding-top: 40px;
    top: -20px;
    right: -70px;
    width: 150px;
    z-index: 1;
    font-size: 9px;
    text-transform: uppercase;
    -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;
    text-align: center;
}

.sidemenu-games__option ul li:hover {
    background-position: 100%;
    font-weight: bold;
    color: white;
}
.sidemenu-games__option ul li.active {
    background-position: 100%;
    font-weight: bold;
}
.sidemenu-games__option ul li.active a {
    color: white;
}
.sidemenu-games__option ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
}
.sidemenu-games__option ul li a img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}