@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&display=swap');
/* CSS Document */


.body {
   background-repeat: no-repeat;
   background-size : contain;
}


#main-logo-top {
    padding-top: 1px;
    max-height: 45px;
}
.card {
    border-radius: 20px;
}
.double-lobby  .view {
    position: relative;
    overflow: hidden;
    cursor: default;
    border-radius: 0px;
    border: solid 1px #fff;
}
.double-lobby .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
#header-lobby .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
}

.about-page .top-nav-collapse {
	background: #4765bd;
}
.double-nav a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.double-nav a:hover {
    color: #5C7EE0;
}

.double-nav a.active {
    color: #5C7EE0;
}
.games-categories-link, .category-title {
    color: #fff;
}
.poker-lobby, .casino-lobby, .livecasino-lobby, .sports-lobby, .double-lobby {
    margin-top: 0;
}
.about-page .navbar:not(.top-nav-collapse) {
    background: linear-gradient(135deg, #4765bd 0%, #6787e3 100%)

	/* background-color: #4765bd; */
	/* opacity: .8;  */

}
.games-categories-link, .category-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.page-footer h6 img {
    height: 74px;
}


/* agregados home*/
.navbar.scrolling-navbar {
    border-bottom: 1px solid #fff;
}



#social_links {
    background-color: #5C7EE0;
}

.deep-purple.accent-2 {
    background-color: #5C7EE0 !important;
}

.unique-color-dark {
    /* background-color: #092A57 !important; */
    background: linear-gradient(135deg, #4765bd 0%, #6787e3 100%)
;
}

/* agregados menu luego de login*/
.white-skin .navbar .navbar-nav .nav-item a.nav-link.active, .white-skin .navbar.double-nav a.nav-link.active {
    color: #1c0635!important;
    font-family: 'metropolisextra_light' !important;
}

#main-logo-top {
    padding-top: 1px;
    max-height: 45px;
}

.white-skin .navbar {
	background-color: #000;
    border-bottom: 1px solid #ff9d00 ;
    color: #fff;
    font-weight: 400;
}


.white-skin .navbar .navbar-nav .nav-item a.nav-link.active, .white-skin .navbar.double-nav a.nav-link.active {
    color: #ff9d00!important;
}



/*lila = #7c4dff*/
