body{
  background-color: #000;
}
.body_1{
  background-color: #000!important;
}
header{
    position: fixed;
    width: 100%;
    z-index: 777;
    background-color: rgb(255, 162, 0);
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    /* background-color: #ffce4f70 */
}
.menu_bx_cntr{
  width: 75%;
  margin: auto;
  height: 30px;
  top: 8px;
  position: absolute;
  left: 0;right: 0;
}
.menu_bx_cntr ul{
  margin: 0;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-family: 'Work Sans', sans-serif;
}
.menu_bx_cntr ul li{
  font-family: 'Raleway', sans-serif;
    font-family: 'Work Sans', sans-serif;
  display: inline-block;
  margin-left: 44px;
  font-size: 16px;
  text-transform: uppercase;
  color: #4a4a4a;
  cursor: pointer;
}
.NBFNTS{
    font-family: 'Raleway', sans-serif;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    margin: 6px;
    position: relative;
    color: #000000!important;
}
#logoweb{
  background-color: transparent;
  display: inline-block;
  height: 35px;
  width: 37px;
  background-image: url('nabweblogoWH.png');
  background-size: cover;
  position: relative;
  top: -4px;
}
#rdd{
  color: #d70e1c;
}
#a_tesla{
    display: inline-block;
    width: 27px;
    position: absolute;
    left: 16px;
}
#a_tesla_2{
    display: inline-block;
    width: 27px;
    position: absolute;
    left: 110px;
}


.wrapper{
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    background: #000;
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
   /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.6s ease-in-out;
  }
  #active:checked ~ .wrapper{
    /*left: 0;*/
    right:0;
  }
  .menu-btn{
    display: none;
    position: absolute;
    z-index: 2;
    right: 20px;
    /*left: 20px; */
    top: -5px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    /*color: #fff;*/
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
   /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
  }
  .menu-btn span,
  .menu-btn:before,
  .menu-btn:after{
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 30%;
      width: 40%;
      border-bottom: 2px solid #4e4e4e;
      transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-btn:before{
    transform: translateY(-8px);
  }
  .menu-btn:after{
    transform: translateY(8px);
  }
  
  
  .close {
      z-index: 1;
      width: 100%;
      height: 100%;
      pointer-events: none;
      transition: background .6s;
  }
  
  /* closing animation */
  #active:checked + .menu-btn span {
      transform: scaleX(0);
  }
  #active:checked + .menu-btn:before {
      transform: rotate(45deg);
    border-color: #fff;
  }
  #active:checked + .menu-btn:after {
      transform: rotate(-45deg);
    border-color: #fff;
  }
  .wrapper ul{
    position: absolute;
    top: 54%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 80%;
  }
  .wrapper ul li{
    height: 10%;
    margin: 15px 0;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .wrapper ul li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 15px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    line-height: 26px;
    /* margin: 5px 30px; */
    opacity: 0;
  }
  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: #fff;
     /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
    /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }
  .wrapper ul li a:hover{
    color: #1a73e8;
  }
  input[type="checkbox"]{
    display: none;
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }
  
  #active:checked ~ .wrapper ul li a{
    opacity: 1;
  }
  .wrapper ul li a{
    /* transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px); */
  }
  #active:checked ~ .wrapper ul li a{
    display: block;
      /* transform: none;
      transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
     /* transition-delay: .6s; */
    /* transform: translateX(-100px); */ 
  }
  .contact_bx_menu{
    position: absolute;
    right: 34px;
    /* border: 1px solid red; */
    height: 22px;
    width: 30%;
    top: 9px;
  }

  @media screen and (max-width: 800px) 
  and (min-width: 0px){
    .menu_bx_cntr{
      display: none;
    }
    .menu-btn{
      display: block;
    }
  }



  /* BODY 1 */
  .body_1{
    position: fixed;
    background-color: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url('wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
  } 
  .login{
    position: absolute;
    bottom: 0;
    padding: 8px;
    width: 100%;
    text-align: center;
  }
  .login .btn{
    width: 95%;
    height: 40px;
    margin: auto;
    margin-bottom: 28px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    /* font-weight: bolder; */
  }
  .login .btn:hover{
    background-color: rgb(52, 52, 52);
  }
  .inventory_btn{
    /* background-color: #fff; */
    background-color: #d70e1c;
    color: #343434;
    color: white;
  }
  .login_btn{
    background-color: rgb(52, 52, 52);
    position: relative;
  }
  .login .btn:focus {     
      background-color:#fcaa54;    
  } 


@media screen and (min-width: 677px) 
  and (max-width: 9999999px){
    .login .btn{
      width: 45%;
      max-width: 332px;
      height: 40px;
      margin-bottom: 28px;
      margin-left: 11px;
    }
}

.login_panel{
    background: rgba(255, 255, 255, 0.85);
    width: 95%;
    max-width: 366px;
    padding: 24px;
    position: relative;
    top: 11%;
    margin: auto;
    border-radius: 6px;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    z-index: 888;
    max-height: 500px;
    overflow: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.login_panel .errorBX span{
  font-size: 10px;
  text-transform: capitalize;
}

.login_director{
  color: #cfcfcf;
  font-size: 8px;
  display: block;
  text-align: right;
}
.panel_title{
  display: block;
  text-align: center;
  margin: 6px;
  font-size: 23px;
}

#login_email_input, #login_password_input{
  background-color: #fff;
  display: block;
  margin-top: 6px;
  padding: 8px;
  width: 100%;
  border-radius: 15px;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#login_password_input{
  padding-left: 8px;
  height: 10px;
}
#login_email_input:focus { 
  outline: none !important;
}

.btnCIC{
  display: block;
  margin-top: 15px;
  height: 30px!important;
  line-height: 31px!important;
  font-size: 12px;
  border-radius: 21px;
}
.allLoginBtns{
  display: block;
  margin-top: 15px;
  height: 30px!important;
  line-height: 31px!important;
  font-size: 12px;
  border-radius: 21px;
  margin-bottom: 33px;
}
.submitEmailBtn{
  display: block;
  margin-top: 15px;
  background-color: #343434a3!important;
  height: 30px!important;
  line-height: 31px!important;
  font-size: 12px;
  border-radius: 21px;
  margin-bottom: 33px;
}

.createAccountBtn{
  background-color: #e2e2e2!important;
  color: #000;

}
.nbx1{
  margin: auto;
  padding: 6px;
  margin-top: 6px;
  position: relative;
  max-width: 254px;
}
.nbx{
  margin: auto;
  padding: 6px;
  margin-top: 6px;
  position: relative;
}
.nbx1 .lns{
  display: block;
  width: 30%;
  border:0.7px solid grey;
  position: absolute;
  background-color: grey;
}
.right_lns{
  right: 0;
  top: 50%;
}
.left_lns{
  left: 0;
  top: 50%;
}
.nbx1_cmts{
  width: 100px;
  margin: auto;
  display: block;
  text-align: center;
}

.nbx2{
}
.submitPasswordBtn{
  background-color: #3434345e!important;
  color: #000;
}
.copyright{
  font-family: sans-serif;
  text-align: center;
  color: rgb(37 37 37 / 50%);
  text-transform: capitalize;
  font-weight: 100;
}
.panelFooter{
  text-align: center;
}
.panelFooter a{
  color: rgb(37 37 37 / 50%);
}

.login_panel {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.login_panel::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


/* CREATE ACCOUNT PAGE */
.createAccountPage{
  background-color: white;   
   font-family: 'Raleway', sans-serif;
   font-weight: bolder;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 888;
  text-align: center;
  overflow: auto;
}
.createAccountPage .btn:hover{
  background-color: #000;
}
.stp2{
   font-size: 25px;
}
.steps{
  /* border: 1px solid grey; */
  width: 95%;
  max-width: 397px;
  margin: auto;
  margin-top: 70px;
  text-align: left;
}
.stp3_btn{
  margin-top: 10px;
}
.stp3_btn a{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #202020;
  display: block;
  margin: auto;
}
.stp3FormGrp input{
  background-color: #f4f4f4;
  display: block;
  margin-top: 6px;
  padding: 8px;
  width: 100%;
  border-radius: 3px;
  border-color: transparent;
}
#email_inp,#password_inp,#confirm_password_inp{
  background-color: #f4f4f4;
  display: block;
  margin-top: 6px;
  padding: 8px;
  width: 94%;
  border-radius: 3px;
  border-color: transparent;
}