.wrap-mobile-logo{
    display: none;
}




.wrap-all-scs-parent{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .odd-wrapper{
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
  }

  .odd{
    width: 200px;
 
}

.useful-icon{
    display: block;
  }

  .reg-child:first-child{
    display: none;
  }
  

  #register-content{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);

}


#wrap-acc-his-fr-lg{
  display: none;
}


#dash-layout-parent .dash-layout:first-child{
  display: none;
}

.m-menu{
  
  display: block;
  
 
}


.space-up-md{
  margin-top: 20px;
}

 
#headerSection{
  width: 100%;
  height: 70px;
  background-color: var(--primary1-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.mobile-aside {
  width: 70%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 30px 0;
  box-shadow: -1px 6px 26px -6px rgba(0, 0, 0, 0.75);
  overflow-y: auto; /* Changed overflow to overflow-y */
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 70px;
  left: -100%;;
  z-index: 99;
  display: none;
  animation: showMenu 600ms ease forwards;
 
}


@keyframes showMenu {
  to{
      left: 0;
  }
}


.container-fluid .admin-layout:first-child{
  display: none;
}

.container.admin-form{
  background-color: #fff;
  height: 300px;
  width: 90%;
  border-radius: 10px;
}

#TicketUploaded{
  margin-top: 40px;
}

.ticket-container{
  width: 65%;
  background-color: rgb(219 60 4);
}

.testi-box {
  width: 50%;
  height: 150px;

}

.testi-box h2{
  font-size: 13px;
}

.wrap-test1{
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  overflow: hidden;

}

.wrap-test1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}