 /*Modal Game Open
 ========================================*/
 #game-open {
    overflow: hidden;
}

#game-open .modal-content {
    background: transparent;
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#game-open .modal-lg {
    max-width: 100%;
    margin: 0;
}

#game-open .modal-header {
    padding: 0 !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 0;
    margin: auto !important;
    height: auto !important;
}

#game-open .modal-header button {
    padding: 0 20px 10px;
}

#game-open .modal-header button img {
    width: 25px;
}

#game-open .modal-body {
    padding: 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#game-open .modal-body img {
    width: 100%;
}

#game-open .error-container {
    background: #121212;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
}

#game-open .box-error {
    margin: auto;
    padding: 20px;
}

#game-open .box-error img {
    max-width: 190px;
}

#game-open iframe#iframe-games {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    overflow: hidden;
}

/* @media screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
   #game-open iframe#iframe-games {
       height: calc(100vh - 100px);
   }
} */

#game-open .loading-page {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #121212;
    position: absolute;
    top: 0;
    width: 100%;
}
.iframe-container {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
body.modal-open{
    overflow: hidden !important;
}

.iframe-fullscreen-simulado {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9999;
  background: #000;
}

body.no-scroll {
  overflow: hidden;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    /* background: linear-gradient(90deg, #1152a5, #092a57); */
    color: #fff;
    /* padding-top: 50px; */
    z-index: 1000;
    font-weight: 300;
    background: linear-gradient(to right, rgb(0 0 0 / 80%) 70%, rgba(0, 0, 0, 0));
    padding: 1rem 1rem 1rem 0;
}

.sidebar li.nav-item {
    height: 3rem;
    display: flex;
    align-items: center;

}

.sidebar li.nav-item a{
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    height: 100%;
}

.sidebar li.nav-item a:hover{
      background: rgba(255, 255, 255, 0.2); /* fondo claro */
  color: #5C7EE0; /* texto dorado */
}

main.main-home{
    /* margin-left: 200px !important; */
}

.page-footer{
    /* margin-left: 200px; */
}

#main{
    /* margin-left: 200px !important; */
}

.css-xcltmo {
    display: flex;
    flex-direction: column;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 6px;
    background-color: rgb(21, 24, 29);
    user-select: none;
    cursor: pointer;
}

.css-1sascxp {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(21, 24, 29) rgba(21, 24, 29, 0.376);
    user-select: none;
    justify-content: space-between;
}

.css-y42316 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
} 
.jarallax{
    min-height: 300px;
}

.header-mobile__burger {
display: none;
}

@media (max-width: 991px) {
    .sidebar{
        display: none;
    }
    .page-footer{
    margin-left: auto;
    }
    #main{
        margin-left: auto !important;
    }
    main.main-home{
        margin-left: auto !important;
    }
    #header-lobby{
        margin-top: 0 !important;
    }
    .css-y42316{
        margin-top: 0;
    }

    .css-y42316{
        padding: 0;
    }
    .css-1sascxp{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .jarallax{
    min-height: 200px;
}

.header-mobile__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: .5rem;
}
.header-mobile__burger-svg {
    width: 1.875rem;
    height: 1.875rem;
}
}
.css-l89v86 {
    position: fixed;
    min-height: 66px;
    display: none;
    background: linear-gradient(rgba(255, 255, 255, 0.1) -18.939%, rgba(255, 255, 255, 0) 50%), radial-gradient(57% 53% at 50% 114%, rgba(243, 214, 129, 0.3), rgba(0, 0, 0, 0) 100%), rgb(16, 19, 23);
    bottom: 0;
    width: 100%;
    z-index: 9999;
    /* background: linear-gradient( rgba(9, 42, 87, 0.1) -18.939%, rgba(9, 42, 87, 0) 50% ), radial-gradient( 57% 53% at 50% 114%, rgba(9, 42, 87, 0.3), rgba(0, 0, 0, 0) 100% ), #071f3c; */
    background: linear-gradient(135deg, #4765bd 0%, #6787e3 100%)
;
}

.css-q1gsb3 {
    height: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    pointer-events: none;
    background-image: linear-gradient(to top, rgb(0 7 54 / 68%), rgba(0, 0, 0, 0));
    transform: translateY(-100%);
}

.css-q1gsb3::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: linear-gradient(to right, rgb(182, 134, 74) 0%, rgb(222, 179, 102) 8%, rgb(244, 212, 126) 20%, rgb(255, 239, 214) 47%, rgb(243, 214, 129) 53%, rgb(247, 207, 120) 60%, rgb(182, 134, 74) 90%);
    z-index: 1500;
    background: linear-gradient( to right, rgb(9, 42, 87) 0%, rgb(25, 78, 138) 8%, rgb(42, 110, 177) 20%, rgb(135, 181, 228) 47%, rgb(99, 153, 208) 53%, rgb(60, 120, 187) 60%, rgb(9, 42, 87) 90% );
}
.css-q1gsb3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    aspect-ratio: 1 / 1.17;
    width: 66px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    /* background-image: url("https://oropuro.vip/static/media/grandpa_diamond_shape.c45cb141b2219d8011e0.webp"); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1500;
}
.css-dlcg0u {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    /* height: 100%; */
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    /* color: rgba(228, 220, 213, 0.6) !important; */
    color: #ffffff !important;
}
.css-wppabi {
    height: 24px;
    aspect-ratio: 1 / 1;
    margin-bottom: 5px;
}
.css-u81msc {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-kcuwcg {
    margin: 0px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.6875rem;
}
@media (max-width: 991px){
    .css-l89v86 {
    display: flex;
}
}

.fixed-sn .double-nav, .fixed-sn main, .fixed-sn footer{
    padding-left: 0 !important;
}

a.collapsible-header.waves-effect.side-menu-nav-link{
    display: flex;
    align-items: center;
}

@media (max-width: 991px){
    .sliders {
    object-fit: cover;
}
}

a.main-mobile-menu__ganamos-dog {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    width: 5rem;
    height: 5rem;
    translate: calc(-50% - .3125rem);
    z-index: 99999;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.2)); */
}
a.main-mobile-menu__ganamos-dog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* background: radial-gradient(circle, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%); */
    z-index: 0;
}
img.main-mobile-menu__ganamos-dog-img {
    width: 5rem;
    /* height: 8rem; */
    position: relative;
    left: 18%;
}
