.maingrid_testing {
  grid-area: content_ejen2u;
}

.headerbar_testing {
  grid-area: header_ejen2u;
}

.sidebar_testing {
  grid-area: sidenav_ejen2u;
}

.gaptepi {
  width: 2%;
}

.gaptengah {
  width: 96%;
}

.widepagegapside {
  width: 2%;
}

.widepagegapmid {
  width: 96%;
}

/*---------Forget/Reset Password--------*/
.Passwordgaptepi {
  width: 2%;
}

.Passwordgaptengah {
  width: 96%;
}

.boxPassword {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-left: 0%;
}

/*------------------HOF-----------------*/
.titleBoxStyle {
  height: 40px;
  display: block;
  float: left;
  width: 100%;
}

.monthBoxStyle {
  height: 40px;
  display: block;
  float: right;
  width: 100%;
  padding-top: 3px;
  text-align: right;
  padding-right: 10px;
}

.carousel-caption {
  bottom: -20px;
  margin-left: -15%;
  width: 100%;
  height: 100px;
}

.carousel-item {
  text-align: center;
  height: 350px;
}

.carousel-item img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 350px;
}

/*---------------Footer-----------------*/
.footergapheaderlogo {
  width: 17%;
}

.footergapheadertitle {
  width: 36%;
}

.footergapheaderakaun {
  width: 22%;
}

.footergapheaderbar {
  width: 2%;
}

.footergapheadermasa {
  width: 20%;
}

.footergapgamabarheaderkiri {
  width: 5%;
}

.footergapheaderkiri {
  width: 2%;
}

.workspace {
  width: 100%;
}

.cardHolder {
  margin: 0 auto;
  width: 390px;
  padding: 10px 30px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
}

.rankFilter {
  width: 100%;
}

.feedbackpopupButton {
  width: 150px;
}

/* ---------------- Message Bird ---------------- */
.buttonMessageBird {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  outline: none;
  box-sizing: border-box;
  padding-top: 2px;
  opacity: 1;
  transition: opacity .1s ease .6s;
}

/* ------Login Page -------- */
.input-group {
  width: 98%;
}

.input-group .viewPassIcon{
  position:absolute;
  bottom:20px;
  right:35px;
  cursor:pointer;
}

.input-group .hidePassIcon{
  position:absolute;
  bottom:20px;
  right:35px;
  cursor:pointer;
}

#box4mobile {
  opacity: 0.85;
  position: relative;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  height: 50px;
  padding-left: 25px;
}

#box5mobile {
  opacity: 0.85;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  height: 50px;
  padding-left: 25px;
}

.popup-posting-ninjavan {
	position: absolute;
	top: 50vh;
	left: 60%;
	margin-top: -50px;
	margin-left: -150px;
	width: 300px;
	height: 300px;
}

@media screen and (min-width: 320px) {
  /*------------------HOF-----------------*/
  .titleBoxStyle {
    width: 100%;
  }

  .monthBoxStyle {
    width: 100%;
  }

  .carousel-item {
    height: 250px;
  }

  .carousel-item img {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }
}

@media screen and (min-width: 340px) {
  /*------------------HOF-----------------*/
  .titleBoxStyle {
    width: 100%;
  }

  .monthBoxStyle {
    width: 100%;
  }

  .carousel-item img {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .popupcontent {
    width: 80%;
    margin: auto;
    top: 5%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }
}

@media screen and (min-width: 390px) {
  /*------------------HOF-----------------*/
  .carousel-item {
    height: 290px;
  }
  .carousel-item img {
    top: 40%;
    height: 248px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  /*-------Login Page------- */
  .input-group .viewPassIcon{
    right:67px;
  }

  .input-group .hidePassIcon{
    right:67px;
  } 
}
@media screen and (min-width: 420px) {
  /*------------------HOF-----------------*/
  .carousel-item {
    height: 320px;
  }

  .carousel-item img {
    top: 40%;
    height: 267px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:77px;
  }

  .input-group .hidePassIcon{
    right:77px;
  }
}
@media screen and (min-width: 425px) {
  /*------------------HOF-----------------*/
  .titleBoxStyle {
    width: 100%;
  }

  .monthBoxStyle {
    width: 100%;
  }

  .carousel-item img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }
}

@media screen and (min-width: 427px) {
  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:77px;
  }

  .input-group .hidePassIcon{
    right:77px;
  }
}

@media screen and (min-width: 524px) {
  /*------------------HOF-----------------*/
  .titleBoxStyle {
    width: 100%;
  }

  .monthBoxStyle {
    width: 100%;
  }

  .carousel-item {
    height: 390px;
  }

  .carousel-item img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }
}

@media screen and (min-width: 550px) {
  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:67px;
  }

  .input-group .hidePassIcon{
    right:67px;
  }
}

@media screen and (min-width: 760px) {
  .gaptepi {
    width: auto;
  }

  .gaptengah {
    width: 450px;
  }

  .widepagegapside {
    width: auto;
  }
  
  .widepagegapmid {
    width: 600px;
  }
  /*---------Forget/Reset Password--------*/
  .Passwordgaptepi {
    width: auto;
  }

  .Passwordgaptengah {
    width: 350px;
  }

  .boxPassword {
    width: inherit;
    left: 50%;
    margin-left: -175px;
  }

  /*------------------HOF-----------------*/
  .carousel-item {
    height: 350px;
  }

  .carousel-item img {
    height: 484px;
    width: 100%;
  }

  /*---------------Footer-----------------*/
  .footergapheaderlogo {
    width: 100px;
  }

  .logoheaderBox {
    margin-left: 10px !important;
  }

  .footergapheadertitle {
    width: auto;
  }

  .footergapheaderakaun {
    width: 80px;
  }

  .footergapheaderbar {
    width: 10px;
  }

  .footergapheadermasa {
    width: 50px;
  }

  .footergapgamabarheaderkiri {
    width: 50px;
  }

  .footergapheaderkiri {
    width: 50px;
  }

  .feedbackpopupButton {
    width: 120px;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:67px;
  }

  .input-group .hidePassIcon{
    right:67px;
  }
}

@media screen and (max-width: 758px) {
  .cardHolder {
    width: 96%;
    padding: 15px 0;
  }

  .rankFilter {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .carousel-item img {
    height: 482px;
    width: 100%;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:85px;
  }

  .input-group .hidePassIcon{
    right:85px;
  }
}

/* ------- Login Page ---------- */
#content-desktop {
  display: block;
}
#content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #content-desktop {
    display: none;
  }
  #content-mobile {
    display: block;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:67px;
  }
  
  .input-group .hidePassIcon{
    right:67px;
  }

  .popup-posting-ninjavan {
    left: 50%;
  }
}

@media screen and (min-width: 320px) {
  .boxInfomobile {
    width: 100%;
    height: 320px;
    position: relative;
    float: left;
  }
  .carousel-item img {
    height: 204px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  .input-group .viewPassIcon{ 
    right:60px;
  }

  .input-group .hidePassIcon{
    right:60px;
  }
}

@media screen and (min-width: 360px) {
  .boxInfomobile {
    width: 100%;
    height: 360px;
    position: relative;
    float: left;
  }

  .carousel-item img {
    height: 229px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:67px;
  }
  
  .input-group .hidePassIcon{
    right:67px;
  }
}

@media screen and (min-width: 375px) {
  .boxInfomobile {
    width: 100%;
    height: 375px;
    position: relative;
    float: left;
  }
  .carousel-item img {
    height: 239px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:69px;
  }

  .input-group .hidePassIcon{
    right:69px;
  }
}

@media screen and (min-width: 411px) {
  .boxInfomobile {
    width: 100%;
    height: 414px;
    position: relative;
    float: left;
  }
  .carousel-item img {
    height: 262px;
    width: 100%;
  }
  .buttonMessageBird {
    bottom: 90px;
  }

  /* ----Login Page------ */
 .input-group .viewPassIcon { 
    right:75px;
  }

  .input-group .hidePassIcon {
    right:75px;
  }
}

@media screen and (min-width: 414px) {
  .boxInfomobile {
    width: 100%;
    height: 414px;
    position: relative;
    float: left;
  }

  .carousel-item img {
    height: 262px;
    width: 100%;
  }
}

@media screen and (min-width: 475px) {
  .carousel-item img {
    height: 302px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 90px;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:105px;
  }

  .input-group .hidePassIcon{
    right:105px;
  }

  #box4mobile {
    padding-left: 45px;
  }

  #box5mobile {
    padding-left: 45px;
  }
}

@media screen and (max-width: 600px) {
  .buttonMessageBird {
    bottom: 90px;
  }
}

@media screen and (min-width: 601px) {
  .boxInfomobile {
    width: 100%;
    height: 600px;
    position: relative;
    float: left;
  }
  
  .carousel-item img {
    height: 382px;
    width: 100%;
  }

  .buttonMessageBird {
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .boxInfomobile {
    width: 100%;
    height: 768px;
    position: relative;
    float: left;
  }
  .carousel-item img {
    height: 488px;
    width: 100%;
  }
}

/* --------------Order Address------------------- */
@media all and (min-width: 550px) {
  .mobile-br {
    display: none;
  }
  .carousel-item img {
    height: 350px;
    width: 100%;
  }
}
@media all and (max-width: 551px) {
  .mobile-br {
    display: inline;
  }
}
/* --------------Hide mobile view------------------- */
.najaa_testing {
  display: grid;
  grid-template-rows: 100px auto;
  gap: 0px 0px;
  grid-template-areas:
    "header_ejen2u header_ejen2u"
    "sidenav_ejen2u content_ejen2u";
}

.logoSidenav {
  display: none;
}

@media only screen and (min-width: 1280px) {
  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:35px;
  }

  .input-group .hidePassIcon{
    right:35px;
  }
}

@media only screen and (min-width: 950px) {
  /*-------Login Page------- */
  .input-group .viewPassIcon{
    right:37px;
  }

  .input-group .hidePassIcon{
    right:37px;
  }
}

@media only screen and (min-width: 1089px) {
  #smallScreen {
    display: none;
  }

  #largeScreen {
    display: block;
  }

  .logo_company {
    text-align: left;
    padding-left: 0px;
  }

  .najaa_testing {
    grid-template-columns: 300px auto;
  }

  .cardMargin {
    margin-left: auto;
  }

  /* ----Login Page------ */
  .input-group .viewPassIcon{ 
    right:50px;
  }

  .input-group .hidePassIcon{
    right:50px;
  }
}

@media only screen and (max-width: 1088px) {
  #smallScreen {
    display: block;
  }

  #largeScreen {
    display: none;
  }

  .logo_company {
    text-align: center;
    padding-left: 80px;
  }

  .najaa_testing {
    grid-template-columns: 70px auto;
  }
}

@media only screen and (max-width: 450px) {
  .logoHeader {
    display: none;
  }

  .logoSidenav {
    display: block;
    height: 40px;
    width: auto;
    margin: 6px 25px 2px 25px;
  }

  .buttonMessageBird {
    bottom: 90px;
  }
}

@media only screen and (max-width: 671px) {
  .najaa_testing {
    grid-template-columns: 0 auto;
  }
}
