@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-btn {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow-x: hidden;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
min-height: 100vh;}

#sidebar.inactive {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li span {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
    cursor: pointer;
}
#sidebar ul li span:hover {
    color: #7386D5;
    background: #fff;
    cursor: pointer;
}

#sidebar ul li.inactive>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li span.category
{
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"),#7385d4;
  background-repeat: no-repeat, repeat;
  background-position: 90% center,center center;
  -moz-background-size: 20px 20px, auto;
       background-size: 20px 20px, auto;
}
#sidebar ul li span.category:hover
{
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"),#6d7fcc;
  background-repeat: no-repeat, repeat;
  background-position: 90% center,center center;
  -moz-background-size: 20px 20px, auto;
       background-size: 20px 20px, auto;
       color: #fff;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
    background: #4e5a8f;
    text-align: center;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 5px;
}

a.logout {
    background: #fff;
    color: #7386D5;
margin-top: 10px;}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.more_
{
  text-align: right;
}
.search_form
{
  right: 0;
  position: absolute;
  bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.search_button
{
  background-color: #000;
  background: :#000;
  border:none;
  color: #fff;
}
.relative
{
  position: relative;
}
.toggelbuttonbar
{
  position: absolute;
  right: 0.5rem;
  top:0;
  z-index:99999;
  padding-left: 0.5rem;
  width: auto;
}
.toggelbuttonbar.opened
{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header_image
{
  width: 100%;
}
.icon
{
  width: 2rem;
  fill: #fff;
}
.navButton
{
  border:none;
  background: #4e5a8f;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
a.back_arrow{
  display: block;
}
a.back_arrow > i > svg{
  width: 40px;
}
#content {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.name_content
{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding: 0.5em 0;
  min-height: 75px;
}
a.confirm, .re_text_message a>button,.re_text_message a>button:hover
{
  background: #000;
  color: #7386D5;
  padding: 0.5em 0;
  font-size: 1.1em;
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
 .re_text_message a>button, .re_text_message a>button:hover
 {
   padding: 0.5em
 }
.title, .re_text_message h1
{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}
 .re_text_message h4
 {
  font-size: 15px;
  font-weight: 500;
 }
.basic_text, .re_text_message p
{
  font-size: 12px;
  line-height: 1.2;
  text-align: justify;
  color: #000;
}
.re_text_message p a
{
  color: #4e5a8f;
  text-decoration: underline;
}
.in_game_image
{
  max-height: 360px;
  max-width: 240px;
  width: 100%;
  display: block;
  margin: auto;
}
.in_game_credits
{
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 0;
  background: #4e5a8f;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.footer
{
  line-height: 1;
  text-align: justify;
  font-size: 12px;
}




/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */

.login_title
{
  padding: 18px 0;
  background: #4e5a8f;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
/* STRUCTURE */

.inputbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
       border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
       box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: #fff;
  padding: 15px 0;text-align: center;
  text-decoration: none;
  width: 85%;margin: 10px auto;display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -moz-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
       box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
       border-radius: 5px 5px 5px 5px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=msisdn],input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
       border-radius: 5px 5px 5px 5px;
}

input[type=msisdn]:focus ,input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=msisdn]:placeholder, input[type=password]:placeholder {
  color: #cccccc;
}
#inputMsisdn
{
  width: 65%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
#msisdn_lead
{
  width: 20%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
       animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
       animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

#contact p
{
  color:#bfdbdb;
}
#info-adress-show h3
{
  font-size: 20px;
  color:#bfdbdb;
  display: block;
}
#info-adress-show p>span
{
  font-weight: bold;
}

#info-adress-show .main_game_description
{
  -moz-text-align-last: left;
       text-align-last: left;
       text-align: left;
       margin: inherit;

}
#info-adress-show
{
    background: #001c2f;
}
/* OTHERS */

*:focus {
    outline: none;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.inactive {
        margin-left: 0;
        position: absolute;
        z-index: 1;

    }
    .inactive_content
    {
      position: fixed;
      z-index: 0;
    }
    .sidebarCollapse span {
        display: none;
    }
    .toggelbuttonbar.opened
    {
    }
}
