@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&display=swap');
/* CSS Document */

#background-attachment: fixed;

#main-logo-top {
    padding-top: 1px;
    max-height: 40px;
}
.card {
    border-radius: 20px;
}
.double-lobby  .view {
    position: relative;
    overflow: hidden;
    cursor: default;
    border-radius: 20px;
}
.double-lobby .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-radius: 20px;
}
#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: #2e2e2e;
	opacity: .4; 
}
.double-nav a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.double-nav a:hover {
    color: #BD3939;
}

.double-nav a.active {
    color: #BD3939;
}
.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-color: #000;
	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;
}

.double-nav a.active {
    color:#BD3939;
}

#social_links {
    background-color: #BD3939;
}

.deep-purple.accent-2 {
    background-color: #BD3939 !important;
}

.unique-color-dark {
    background-color: black !important;
}

/* 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: 40px;
}

.white-skin .navbar {
	background-color: #2e2e2e;
    border-bottom: 1px solid #70e3ec;
    color: #fff;
    font-weight: 400;
}






/*lila = #7c4dff*/