@font-face {
    font-family: Sen;
    src: url(../fonts/Sen-Bold.ttf);
    src: url(../fonts/Sen-ExtraBold.ttf);
    src: url(../fonts/Sen-Regular.ttf);
	/* font-display: swap; */
}

@font-face {
    font-family: HeartFont;
    src: url(../fonts/fontawesomeopti.ttf);
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled) {
    cursor: pointer;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5, h5 {
    font-size: 1.25rem;
}

ul {
    list-style: none;
    padding: 0;
    list-style-type: none;
}

button {
    border:none;
}

button:focus,textarea:focus,input:focus,select:focus {
    outline: none!important;
}

img {
    vertical-align: middle;
    border-style: none;
}

.hide {
    display: none!important;
}

.invisible {
    visibility: hidden;
}

#add-button-desktop, #login-user-avatar-desktop {
    display: none;
}

/* Font configuration*/

main {
    font-family : Sen;
    font-style: normal;
}

p,h4,.play-now-button,.like-button,
.login-button,.comment-section-name,.comment-section-more,
.footer-list li,.add-game-button, .interaction-buttons button {
    font-weight: bold;
    font-family: Sen;
}

/* Mobile */

/* Display Flex & Behavior*/
.main-content,.nav-bar,.game-buttons,
.game-title,.bottom-section,.banner-games-text,
.interaction-buttons,.comment-section, .banner-games,
.comment-section-input,.comment-section ul li,.comment-section-comments ul li,
.footer-bar,.login-button,.game-section,.add-game-button,
.interaction-buttons ul, .interaction-buttons li, .banner-games,
.banner-games ul,.report-section,.game-return-button,
.bottom-section-button.closed,.bottom-section-button.opened,.game-frame,
.footer-section,.bottom-section-button,.nav-bar-container,
.game-anim-space,.add-game-modal-content-AI,.report-content-input,
.report-section-inputs,.version-section {
    display: flex;
}

.main-content,.nav-bar,.banner-games,
.comment-section-input,.comment-section ul li,.comment-section-comments ul li,
.footer-bar,.interaction-buttons ul,.interaction-buttons,
.banner-games ul,.game-return-button,.nav-bar-container,
.add-game-modal-content-AI {
    flex-direction: row;
}

.game-buttons,.game-title,.bottom-section,
.banner-games-text,.comment-section,.game-section,
.add-game-button,.interaction-buttons li, .banner-games,
.report-section,.bottom-section-button.closed,.bottom-section-button.opened,
.bottom-section-button,.footer-section,.login-dropdown-content,
.report-content-input,.report-section-inputs,.version-section {
    flex-direction: column;
}

.nav-bar,.game-buttons,.game-title,
.bottom-section,.banner-games-text,.interaction-buttons,
.comment-section-input,.comment-section ul li,.footer-bar,
.login-button,.add-game-button,.interaction-buttons li,
.banner-games,.bottom-section-button  {
    align-items: center;
}

.comment-section-comments ul li,.add-game-button {
    align-items: baseline;
}


/* Nav Bar */

.nav-bar {
    position: absolute;
    width: 100%;
    top: 10px;
    transition: top 0.3s;
    z-index: 2;
}

.nav-bar-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

#nano_logo_small {
    height: 24px;
}

#login-user-avatar-mobile {
    margin: 0 15px 0px -15px;
    max-height: 35px;
}

.menu_dropdown_button {
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
}

.facebook_button {
    background: url(../images/facebook_icon.png);
}

.language_button {
    background: url(../images/en_lang.png);
}

.facebook_button, .language_button { 
    width: 32px;
    height: 32px;   
    background-size: cover;
}

.login-menu {
    margin-left: auto;
}

.login-button {
    padding: 3px 20px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: Transparent;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}

.login-button.logged {
    width: 85%;
}

.login-button img {
    border-radius: 15px;
    z-index: -1;
}

.login-button.logged #login-content {
    display: none;
}

.login-button #login-arrow {
    display: none;
}

.login-button.logged #login-arrow {
    display: block;
    height: 8px;
    margin-left: -10px;
}

.login-dropdown-container {
    display: none;
    height: 100%;
}

.login-dropdown-content{
    min-width: 13%;
    position: absolute;
    align-items: flex-end;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    right: 3.5%;
    top: 100%;
  }  

  .login-dropdown {
    margin-bottom: 15px;
}

.login-dropdown-content * {
    padding: 10px;
    width: 100%;
    border-top: 1px solid #D7D7D7;
    text-align: right;
}

.login-dropdown-content button {
    color:#00A7DC;
    background-color: #ffffff;
}

.login-menu.clicked .login-button{
    background-color: #00000030;
    background: multiply;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.login-menu.clicked .login-dropdown-container.logged {
    display: flex;
}
.login-menu.clicked .login-dropdown-content {
    display: flex;
    margin-top: 12px;
}
.login-menu.clicked #login-arrow {    
    transform: rotateX(180deg);
}

#login-user-name {
    background-color: #E2F8FF;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
}

#login-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 394px;
    width: 476px;
    max-width: 82%;
    border-radius: 3%;
    background-color: #ffffff;
    background-image: url(../images/color_band_HORI.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

#login-modal-inner {
    position: relative;
    bottom: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    width: 75%;;
}

#login-modal-description {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
}

.login-modal-button {
    height: 30%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
}

.login-modal-button img {
    height: 44px!important;
    width: 44px;
    margin: 0 15px 0 10px;
}

/* #fb-button {
    background: #4267B2;
    border: 2px solid #184C7B;
    border-radius: 8px;
} */

#uplay-button, #fb-button{
    background: #0085FF;
    border: 2px solid #184C7B;
    border-radius: 8px;
}

#login-modal {
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#login-modal-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 42px;
    font-weight: 600;
    background-image: url(../images/shape_notch.png);
    background-size: contain;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    height: 79px;
    width: 299px;
    max-width: 233px;
    font-size: 27px;
}

#login-modal-close {
    position: relative;
    height: 60px;
    width: 60px;
    bottom: 27%;
    left: 50%;
    border: 4px solid #0085FF;
    border-radius: 50%;
    background-color: #BCEBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
}

/* Game Section*/

#game-preload-mobile {
    display: block;
    position: absolute;
    /* background-image: url(../images/RWR/Loading_Screen_full_color.png); */
    width: 100%;
    height: 100%;
    z-index: 3;
}

.game-section {
    padding: 90px 0;
    /* background-image: url(../images/RWR/rabbids_bg_mobile.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#game-preload-logo {
    display: none;
}

.game-section.live {
    padding: 0;
}

.add-game-button, #reflet_1, #reflet_2 {
    position: absolute;
}

.add-game-button {
    padding: 15px 30px;
    width: 82px;
    height: 89px;
    background: linear-gradient(132.46deg, #72DD1E 44.23%, #00C667 98.47%);
    box-shadow: 0px 4px 0px #008B45, 0px 0px 10px rgba(255, 255, 255, 0.25), inset 0px 4px 0px #98F44F;
    border-radius: 45px 0px 0px 45px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #FFFFFF;
    text-shadow: 0px 2px 0px #009129;
    font-size: 18px;
    z-index: 1;
}

/* A2HS Modal Box*/
.add-game-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.add-game-modal-AI {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 2; /* Sit on top */
    min-width: 665px;
    top: 10px;
    left: 10px;

}
.add-game-modal-content-AI {
    background-color: #FFFFFF;
    border-radius: 4px;
    align-items: center;
}

.add-game-modal-button-AI {
    color: #00607E;
    font-size: 50px;
    font-weight: bold;
}

.add-game-modal-button-AI:hover,
.add-game-modal-button-AI:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

  /* Modal Content/Box */
.add-game-modal-content {
    background: #DDEFDD;
    box-shadow: 0px 4px 0px #A8A8A8, 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 16px 16px 16px 16px;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    max-width: 280px;
    width: 75%; /* Could be more or less, depending on screen size */
    text-align: center;
}
  
/* The Ok Button */
.add-game-modal-button {
    margin: 15px 0px;
    height: 50px;
    width: 80%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(165.87deg, #72DD1E 44.23%, #00C667 98.47%);
    box-shadow: 0px 4px 0px #008B45, 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 45px;
}

#add-game-modal-img {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.flipped-asset {
    transform:rotateY(180deg);
}

.flipped-asset:before{
    content:"Get";
}

.game-title {
    /* height: 321px;
    width: 55%; */
    margin-left: auto;
    margin-right: auto;
}

.game-title img {
    /* height: auto;
    width: 100%; */
}

.game-buttons {
    height: auto;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.play-now-button {
    z-index: 1;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #FF6464 0%, #FF3D00 100%);
    box-shadow: 0px 6px 0px #880000;
    border-radius: 45px;
    font-size: 32px;
    color: #FFFFFF;
}

.game-anim-space {
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
}

#game-anim-video,#game-anim-gif {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 260px;
}

#game-anim-video.hide,#game-anim-gif.hide {
    display: none;
}

/* Game Frame*/
.game-return-button { 
    justify-content: space-evenly;
    align-items: center;
    height: 35px;
    width: 60px;
    top: 70px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px #BBDEEA, 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 0px 30px 30px 0px;
    z-index: -9999;
}

.game-frame {
    height: 100vh;
}

.game-iframe{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.game-section.mobile-view {
    padding: 0;
}

.game-iframe.mobile-view {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 3;
    top: 0;
}

.game-iframe.iframe-hide {
    z-index: -1;
}

/* Bottom Section */
.bottom-section {
    margin-top: -110px;
    padding-top: 60px;
    background: linear-gradient(180deg, #BBF7FF 0%, #BCF7FF 27.27%);
    border-radius: 20px 20px 0px 0px;
}

.bottom-interaction-placeholder {
    color: #00607E;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 10px;
    margin: 10px;
    width: 95%;
}

/* Interaction Section*/
.bs-interact {
    margin-right: 16px;
}
.bs-normal {
    margin: -40px 0 0 0;
}
.unlike, .liked {
    margin: -50px 0 5px 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 HeartFont;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: HeartFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-heart:before {
    content: "\f004";
    font-family: HeartFont;
}
.interaction-buttons ul li .selected
{
    background: #FFEF9A;
}

.interaction-buttons {
    overflow-x: scroll;
    margin-top: -70px;
    height: 160px;
}

#img-share {
    margin-top: -56px;
}

.bottom-section-button
{
    color:#00607E;
    margin-top: -20px;
    line-height: 17px;
    height: 74px;
    width: 96px;
    background: linear-gradient(180deg, #FFFFFF 66.19%, #E0FEFC 100%);
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    justify-content: center;
}

.interaction-buttons img {
    z-index: 1;
}

.interaction-buttons ul {
    padding: 0 6px;
}

.interaction-buttons li {
    justify-content: flex-end;
    margin: 0 3px;
}

.bottom-section-button:disabled {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
}


.bottom-section-button.closed, .bottom-section-button.opened {
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 17px;
}

#tri {
    margin-bottom: 6px;
}


/* Comment Section*/ 
.bottom-section-title {
    font-size: 15px;
}

#marged-element  {
    margin: 5px 20px;
}

.comment-section-input {
    justify-content: space-around;
    padding: 20px;
    height: 50px;
    background: #E6F9FF;
    border: 1px solid #00A7DC;
    box-sizing: border-box;
    border-radius: 42px;
}

.comment-section-input input {
    width: 100%;
    border: none; 
    background: transparent
}

.comment-section-input-arrow {
    background: transparent;   
    padding-bottom: 5px;
}

.comment-section-avatar {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #94AF95;
    border-radius: 50%;
    background-color: #9BD09D;
}

.comment-section-avatar img {
    height: 38px;
    border-radius: 20px;
}

.comment-section-area {
    background: #E5F9FF;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.comment-section-name {
    color: #00A7DC;
    margin-bottom: -5px;
}

.comment-section-more {
    font-size: 20px;
    padding-bottom: 20px;
    color: #008FDF;
    background: transparent;
}

#bs-comment span{
    margin-bottom: 15px;
}

#comment-input.required::placeholder{
    color: red;
}

/* Bug Section */
.report-section label{
    margin: 0!important;
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

#bugs-input{
    border-radius: 11px;
    min-height: 45px;
    border: 1px solid #606060;
    padding: 10px;
}

.report-section {
    padding: 10px;
}

.report-section img {
    margin-right: 10px;
}

.report-section-inputs {
    margin-top: 10px;
}

.report-section-inputs select {
    margin-top: 5px;
}

.report-bug-area {
    background: rgb(230, 249, 255);
    border: 1px solid rgb(0, 167, 220);
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px;
}

.report-content-input {
    margin-bottom: 10px;
}

.report-content-input.invisible {
    height: 0;
}

.report-required{
    color: #FF3838;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.bs-button-submit {
    background: #00C2FF;
    border-radius: 25px;
    height: 42px;
    color: #FFFFFF;
    margin-top: 20px;
    max-width: 40%;
    margin-left: 60%;
}

.bs-button-submit .spinner, .bs-button-submit:disabled span{
    display: none;
}

.bs-button-submit:disabled .spinner{
    display: block;
}

.bs-button-submit:disabled, .bs-button-submit:disabled:hover {
    background-color: grey;
}

/* Loading Submit Animation*/
.spinner {
    width: 100%;
  }
  
  .spinner > div {
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

/* About Section*/
#bs-about span {
    margin-right: 13px;
    margin-bottom: 15px;
}
.about-section{
padding-top: 10px;
}
.about-section p{
    font-weight: normal;
    margin-top: 0;
}
.about-section-page{
    padding-top: 60px;
    background: linear-gradient(180deg, #BBF7FF 0%, #BCF7FF 27.27%);
    border-radius: 20px 20px 0px 0px;
}
.about-title {
    color: #00607E;
    font-weight: bold!important;
    font-size: 24px;
}
.about {
background: linear-gradient(180deg, #BBF7FF 0%, #BCF7FF 27.27%);   
}
.about-content {
background: #fffFFF;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
margin: 30px;
margin-bottom: 0px;
}
/* Version Log Section */
.version-section {
    padding: 10px;
}
.version-accordion {
    text-align: left;
    margin: 5px 0px;
    background-color: #ADE7FA;
    border-radius: 20px;
    color: #000000;
    font-weight: bold;
    padding:10px 20px;
}

.version-accordion:hover {
    background-color:rgb(153, 208, 226);
}

.version-accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: transparent;  
    text-shadow: 0 0 0 #ffffff;
    float: right;
}
  
.version-accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.version-point {
    list-style: initial;
}

.version-log {
    padding: 10px;
}

.version-log ul {
    margin-left: 20px;
}

#cache-alert {
    margin-bottom: 5px;
    font-style: italic;
    font-weight: bold;
}

/* Share modal*/
svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
  
.share-modal button, .share-modal .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 20px;
    font-weight: bold;
    height: 40px;
}
  
.share-modal button:hover, .share-modal .button:hover {
    border-color: #cdd;
    background-color: rgb(222, 228, 230);
}
  
.share-modal .share-button, .share-modal .copy-link {
    padding-left: 30px;
    padding-right: 30px;
}
  
.share-modal .share-button, .share-modal .share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.share-modal .copy-link {
    border: none;
    background-color: #2BCCFF;
    color: #ffff;
}

.share-modal .copy-link:hover {
    background-color:  rgb(38, 185, 230);;
}

.share-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.share-modal-content {
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}
  
.share-modal.is-open {
    display: block;
    z-index: 3;
}
  
.share-modal header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
  
.share-modal .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
  
.share-modal .close-button {
    background-color: transparent;
    border: none;
    font-size: 40px;
}

.share-modal .close-button:hover {
      color: #000000;
      background: transparent;
}

  
.share-modal .close-button svg {
    margin-right: 0;
}
  
.share-modal .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}
  
.share-modal .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#share-modal-pen-url {    
  position:absolute;
  left:-9999px
}

.alert-copy {
    position: absolute;
    background: #000;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 10px;
    z-index: 1000000;
    display: inline;
    opacity: 0;
    transition: 750ms all;
    left: 56%;
}

.alert-copy.visible {
    outline: none;
    text-decoration: none;
    opacity: 1;
    transition: 750ms all;
}

/* Banner Games*/
.banner-games {
    background: #BBF7FF;
    padding-top: 10px;
    text-align: center;
}

.banner-games img {
    width: 79.5%;
}
.banner-games-button {
    width: 15px;
    height: 15px;
    border: 1px solid #00A7DC;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 3px;
}

.banner-games-button.selected {
    background-color: #00A7DC;
}

.banner-games .coming-soon {
    height: 28px;
    background: linear-gradient(95.81deg, #FFB545 24.31%, #FF4545 99.27%);
    border-radius: 0px 0px 14px 14px;
}

.banner-games img{
    cursor: pointer;
}

.banner-slides.unclickable{
    cursor: initial;
}

.banner-slides {
    border-radius: 15px;
}

/* Footer */
footer {
    background: linear-gradient(180deg, #BBF7FF, 15%, #FFFFFF 25%);
    margin-top: -1px;
}

.footer-section {
    padding-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    align-items: center;
    height: 135px;
}

.footer-list { 
    color: #008FDF;
    font-size: 20px;
    flex: 1 0 50%;
    max-height: 62%;;
}
.footer-list-containers {
    max-height: 40%;
}
.footer-list li, .footer-section img {
    margin-bottom: 10px;
    position: relative;
}
.footer-list li {
    padding-left: 15px;
}

.footer-section img {
    flex: 1 0 50%;
    max-height: 33%;
    margin-left: 0px;
}
.footer-bar {
    margin-top: -8px;
}

.footer-buttons button {
    height: 44px;
    width: 44px;
    margin: 0px 3px;
}

#privacy-center {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;  
}

#privacy-center:hover {
    color: #0056b3;
    text-decoration: none!important;
    cursor: pointer;
}

/* Tablet*/
@media screen and (min-width: 730px) {
    .interaction-buttons{
        justify-content: center;
    }
    .about-section{
        padding: 10px;
    }
    .about-section-page{
        background: #FFFFFF;
        padding: 20px;
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 30px;
    }   
    .bottom-interaction-placeholder,.footer-section {
        max-width: 704px;
    }
    .game-section{
        /* background-image: url(../images/RWR/rabbids_bg_desktop.png); */
    } 
    .game-title {
        width: 37%;
    }
    .game-buttons {
        width: 40%;
    }
    .game-anim-space {
        /* width: 33%; */
    }
}

/* Navigation Arrows */	
.arrow-left {	
    position: absolute;	
    float: left;	
    top: 15px;	
    left: 10px;	
    margin: 300px 0px 0px 0px;	
}	
.arrow-right {	
    position: absolute;	
    float: left;	
    top: 15px;	
    right: 10px;	
    margin: 300px 0px 0px 0px;	
}	
#navigation-right{	
    background: none;	
}	
#navigation-left{	
    background: none;	
}	
.arrows-navigation {	
background: #BBF7FF;	
}

/* Navigation Arrows Top */	
.arrow-left-copy {	
    position: absolute;	
    float: left;	
    top: 15px;	
    left: 10px;	
    margin: 300px 0px 0px 0px;	
}	
.arrow-right-copy {	
    position: absolute;	
    float: left;	
    top: 15px;	
    right: 10px;	
    margin: 300px 0px 0px 0px;	
}	
#navigation-right-copy{	
    background: none;	
}	
#navigation-left-copy{	
    background: none;	
}	
.arrows-navigation-copy {	
background: #BBF7FF;	
}


/* Desktop */
@media screen and (min-width: 1180px) {
    ul {
        margin-top: 16px!important;
    }
    #add-button-mobile, #login-user-avatar-mobile, #tri,
    .banner-games-buttons {
        display: none!important;
    }
    #login-user-avatar-desktop,#add-button-desktop,
    .bottom-interaction-placeholder{
        display: block;
    }
    .comment-section {
        display: flex;
    }
    main {
        background: url('../images/nano_tile_pattern.png');
    }
    .content-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; 
        /* height: 100vh; */
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 80px;
    }
    .img-responsive {
        width: 45%;
        height: auto;
    }
    .img-playnow{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
    }

    .nav-bar-container img {
        height: 30px;
    }

    .nav-bar {
        position: static;
        height: 70px;
        background-color: #FFFFFF;
        box-shadow: 0px 20px 100px #EED3FF, 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px -10px 0px #E4F1F7;
    }

    .nav-bar-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu_dropdown_button {  
        position: fixed;
        height: 80px;
        width: auto;
        margin-top: -22px;
        background: #FFFFFF;
        border: 7px solid #E2F0F5;
        box-sizing: border-box;
        box-shadow: 0px 4px 0px #CED2EE;
        border-radius: 0px 0px 15px 15px;
        z-index: 3;
    }
    #nano_logo_small {
        height: 50px;
    }
    .login-button {
        background: #2BCCFF;
        box-shadow: inset 0px -4px 0px #14BAEE;
        border-radius: 25px;
        margin-top: -10px;
    }
    .login-button.disabled {
        background: darkgray;
        box-shadow: inset 0px -4px 0px grey;
        border-radius: 25px;
        margin-top: -10px;
    }
    .login-button img {
        z-index: 1;
    }
    .login-dropdown-content {  
        right: 10.7%;
        top: 48px;
    }
    #login-user-avatar-desktop {
        margin: 0 15px 0 -15px;
    }
    .login-menu:hover .login-button {
        background: #00AFE7;
        box-shadow: inset 0px -4px 0px #14BAEE;
    }
    .login-menu:hover .login-dropdown-container.logged {
        display: flex;
    }
    .login-menu:hover .login-dropdown-content {
        display: flex;
        margin-top: 12px;
    }
    .login-menu:hover #login-arrow {    
        transform: rotateX(180deg);
    }
    .login-menu:hover .login-button {
        background: #00AFE7;
        box-shadow: inset 0px -4px 0px #14BAEE;
    }
    .login-menu:hover .login-button.disabled {
        background: darkgray;
        box-shadow: inset 0px -4px 0px grey;
    }
    .add-game-button{      
        align-items: center;
        height: 100px;
        margin-left: -100px;
        width: 100px;
        transform: matrix(1, 0, 0, 1, 0, 0);
        border-radius: 35px 0 0 35px;
    }
    .flipped-asset{
        transform: translateX(0px);
    } 
    .flipped-asset:before{
        content:"Install";
    }
    .game-section{
        padding: 0;
        /* background-image: url(../images/RWR/Loading_Screen_full_color.png); */
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;     
        width: 65%;
        height: 35%;
        padding-bottom: 36.6%; 
        height: 0;
        position: relative;
    }
    .game-return-button { 
        display: none;
    }
    .game-iframe.iframe-hide {
        z-index: 3;
    }
    #game-preload-mobile {
        display: none;
    }
    #game-preload-logo {
        display: block;
        max-width: 50%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5%;
    }
    .game-title {
        display: none;
        padding-top: 25px;
        width: 30%;
    }
    .game-buttons {
        display: none;
        width: 30%;
    }
    .game-anim-space {
        display: none;
        width: 26%;
        margin-top: 0;
    }
    .interaction-buttons{
        max-width: 65%;
        height: 100px;
        /* padding-right: 30px; */
        background: #FFFFFF;
        margin-top: 15px;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        overflow: auto;
    }
    .interaction-buttons li {
        width: 125px;
    }
    .interaction-buttons li a {
        width: 100%;
    }
    .interaction-buttons ul {    
        width: 100%;
        justify-content: space-around;
    }
    .bottom-section{
        max-width: 65%;
        background: transparent;
        margin: 0;
        padding: 0;
    }
    .bottom-interaction-placeholder {     
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        margin: 15px 0;
        min-width: 100%;
    }
    .bottom-section-button img{
        height: 2.25vw;
        width: 2.25vw;
    }
    .bottom-section-button,.bottom-section-button.closed,.bottom-section-button.opened {
        flex-direction: row;
        align-items: center;
        justify-content: normal;
        width: 100%;
        /* min-width: 100px; */
        height: 2.5vw;
        border: 2px solid #839CAA;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 40px;
        padding-top: 0;
        margin: 0;
        font-size: 0.65vw;
        line-height: 15px;
    }
    .report-section {
        padding: 20px;
    }
    .report-section textarea {
        resize:none;
    }
    .report-section-inputs {
        margin-top: 25px;
        flex-wrap: wrap;
        align-items: flex-end;
        flex-direction: row;
    }
    .report-content-input {
        margin-bottom: 0;
        padding: 10px;
        flex-basis: 50%;
    }
    .bs-button-submit{
        max-width: 20%;
        margin-left: 79%;
    }
    .bs-button-submit:hover {
        background: #00AFE7;
    }
    .bs-normal, .bs-interact {
        margin: 0;
    }
    #bs-like {
        border: none;
        background: none;
        flex-direction: column;
        font-size: 20px;
    }
    #bs-like img {
        width: 2.25vw;
        height: 2.25vw;
    }
    #like-number{
        font-size: 1vw;
    }
    #heart-button {
        max-width: 50px;
    }
    #bs-about span {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    #bs-comment span {
        margin-bottom: 0px;
    }
    #img-share {
        margin-top: 0;
    }
    
    .game-fs {
        position: absolute;
        right: 10px;
        bottom: 8px;
        z-index: 3;
    }
    .game-fs button {
        background: transparent;
    }
    #anim-player-container {
        width: 100%!important;
        height: 400%!important;
        margin-top: -28%!important;
    }
    .banner-games {
        padding: 0;
        /* text-align: left; */
        max-width: 32.25%;
        min-width: 33%;
        background: transparent;
    }

    @media screen and (min-width: 1577px) {
        .banner-games {
            min-width: 33%;
        }
    }

    .banner-games ul {
        margin: 0!important;
        flex-direction: column;
        min-height: 100%;
        min-width: 90%;
    }
    .banner-slides {
        margin-bottom: 5px;
    }
    footer {
        background: #FFFFFF;
    }
    .footer-list li {
        padding-left: 50px;
    }    
    .footer-list ul {
        flex-direction: row;
    }
    .footer-section{
        flex-direction: row;    
        justify-content: space-between;
        width: 80%;
        height: 12%;
        margin-right: auto;
        margin-left: auto;
        max-width: none;
    }
    .footer-section img{
        flex: none;
        margin: -5px;
    }
    .footer-bar {
        margin: 0;
    }
    .footer-list{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .arrows-navigation
    {
        display: none;
    }
}

/* Iphone */
@supports (-webkit-touch-callout: none) {
    .bs-interact {
        margin: 0;
    }
    #bs-about span {
        margin-right: 0;
    }
    #like-number {
        margin-bottom: -10px;
    }
    #login-modal-close{
        padding: 0;
    }
    .bottom-section-button.closed,
    .bottom-section-button.opened {
        align-items: center;
    }
    #tri{
        margin-right: -60px;
    }
    .banner-games-button {
        padding: 0px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1180px) {
    .img-responsive {
        width: 100%;
        height: auto;
    }
    .img-playnow{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
@media screen and (max-width: 1180px) {
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-image: url("../images/pattern.png");
    background-color: #6fb1ff;
}
.lds-roller {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-top: 255px;
    text-align: center;
}
   
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
.logoloader{
margin-top: 10px;
margin-left: 10px;}


@media screen and (min-width: 1180px) {
    .desktoploader{
    display:none}
}