@media (max-width: 766px) {

  .newuser-container-top-name{
    color: #31090C;
    text-decoration: none;
    font-family: 'Helvetica Neue',Arial;
    font-size: 15.0pt;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    text-align: center;


    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}



@media (max-width: 766px) {

  .code8-modal-v2 {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #f8f8f8;
    border-top-left-radius: 10.5px;
    border-top-right-radius: 10.5px;
    transition: all 0.5s ease;
    position: absolute;
    font: 13px/100px sans-serif;
    color: #000;
    text-align: center;
    z-index: -9999;
  }
  
  
  
  .code8-modal-v2.bottom {
    z-index: 1024;
    position: fixed;
     bottom: -100%; 
    }
  .code8-modal-v2.bottom.move {
    bottom: 0; 
  }

}


@media (max-width: 766px) {
  .am-bg-shadow{
    background-color: #0000007f;
    z-index: 2032;
    width: 100%;
    height: 1000%;
   display: none;
   position: fixed;
  }
  .am-bg-shadow.show{
   display: block;
  }
}





@media (max-width: 766px) {
  .am-manual-container{
    width: 100%;
    position: fixed;
    color: #000;
    transition: all 0.5s ease;
    height: 100%;
    background-color: #fff;

    border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  }

  .am-page-1{
    position: fixed;
     left: -100%; 
  }
  .am-page-1.sliding.move {
    left: 0; 
  }
  .am-page-2{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .am-page-2.sliding.move {
    right: 0; 
  }
  
  .am-page-2.pushleft{
    position: fixed;
     margin-right: 100% !important; 
  }
  
  .am-page-3{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .am-page-3.sliding.move {
    right: 0; 
  }





  .modal-page-1{
    position: fixed;
     left: -100%; 
  }
  .modal-page-1.sliding.move {
    left: 0; 
  }
  .modal-page-2{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .modal-page-2.sliding.move {
    right: 0; 
  }
  
  .modal-page-2.pushleft{
    position: fixed;
     margin-right: 100% !important; 
  }
  
  .modal-page-3{
    position: fixed;
     right: -100%; 
  }
  .modal-page-3.sliding.move {
    right: 0; 
  }








  
  .am-relative{
    position: relative !important;
  }
}




@media (max-width: 766px) {

.home-manual-container{
  width: 100%;
  position: fixed;
  transition: all 0.5s ease;
}
.home-page-1{
  position: fixed;
   left: -100%; 
}
.home-page-1.sliding.move {
  left: 0; 
}
.home-page-2{
  background-color: red;
  position: fixed;
   right: -100%; 
}
.home-page-2.sliding.move {
  right: 0; 
}

.home-page-2.pushleft{
  position: fixed;
   margin-right: 100% !important; 
}

.home-page-3{
  position: fixed;
   right: -100%; 
}
.home-page-3.sliding.move {
  right: 0; 
}
}


@media (max-width: 766px) {
  .am-add-customer-img-1-flex{
    min-width: 50px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 766px) {

  .am-add-customer-dna-1-flex{
    display: block;
    padding-left: 15px;
    width: 75%;
  }
}


@media (max-width: 766px) {
.am-add-customer-flex-80{
  width: 60%;
  display: flex;
  align-items: center;
}

  .am-add-customer-order-1-flex{
    margin-left: auto;
    display: flex;
    padding-right: 15px;
    align-items: center;

  }
  .delivery-order-btn{
    width: 100%;
    background-color: #f8f6ed;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }
  .delivery-order-btn-iops{
    width: 100%;
    background-color: #f8ba00;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }


  .delivery-order-now{
    color: #713D03;
    text-decoration: none;
    font-family: 'SF Pro Display',Arial;
    font-size: 11.0pt;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.9px;
    padding: 10px 10px;
    cursor: pointer;
  }
    .delivery-order-now-iops{
    color: #fff;
    text-decoration: none;
    font-family: 'SF Pro Display',Arial;
    font-size: 11.0pt;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.9px;
    padding: 10px 10px;
    cursor: pointer;
  }
  
.arrow-container{
  margin-left: auto;
  /*! padding-right: 15px; */
  display: flex;
  cursor: pointer;
  right: 18px;
  width: 32px;
  height: 35px;
  align-items: center;
}
}
