
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Funnel+Display:wght@300..800&display=swap');

body {
  font-family: 'Chakra Petch', 'Noto Sans HK', sans-serif;
  font-weight: 900; /* Use appropriate weight for Chakra Petch if needed */
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover; /* Changed to 'cover' for better responsiveness */
  background-repeat: no-repeat; /* Prevents background image repetition */
}
* {
  font-family: 'Noto Sans HK', sans-serif;
}

header {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  position: fixed;
width: calc( 100% - 40px );
  top: 0;
  z-index: 1000;
}
.Container.Announcements{
  margin-bottom: 20px;
  margin-top: 100px;
  text-align: center;
  max-width: 1188px;
}
.content{
  background-color: #fafafa;
  padding:20px;
  border-radius:10px;
  
}
.acmtcontent{
   background-color: #fafafa;
  padding:20px;
  border-radius:10px;   
  font-size: 22px;
text-align: left !important;
}
.an-list{
  padding:20px 0px;
}
.an-list *{
  color:#fff;

}
.schooldetails{
        flex:90%;
    text-align: left;
}
.nextstep{
    flex: 10%;
    background: orange;
    vertical-align: middle;
    padding: 33px 10px;
    color: #fff;
    border-radius: 20px;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 40px;
}

.nav-menu {
  display: flex;
  gap: 20px;
}

.nav-menu a {
padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #EF8200;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  background: #fff;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  transition: all 0.3s;
}

#menu-toggle {
  display: none;
}
  .breadcrumb {
            display: flex;
            list-style: none;
            padding: 10px 20px;
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .breadcrumb li {
            margin-right: 10px;
            font-size: 16px;
            color: #333;
        }
        .breadcrumb li:not(:last-child)::after {
            content: ">";
            margin-left: 10px;
            color: #666;
        }
        .breadcrumb li.active {
            font-weight: bold;
            color: #007bff;
        }
        .breadcrumb li a {
            text-decoration: none;
            color: #666;
        }
        .breadcrumb li a:hover {
            text-decoration: underline;
        }
        

.SignatureBanner {
  width: 100%;
  height: 800px;
  margin: auto;
  border-radius: 0px;
  background-color: #EF8200;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Homebanner {
  width: 98%;
  min-height: 500px;
  margin: 20px auto;
  border-radius: 20px;
  background-color: #EF8200;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

input[value="EDIT"] {
  background-color: green;
  color: #fff;
  border: 0;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

input[value="CANCEL"] {
  background-color: red;
  color: #fff;
  border: 0;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

input[value="UNDO"] {
  background-color: lightblue;
  color: #fff;
  border: 0;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.group-1 {
  background-color: yellow;
}

.group-2 {
  background-color: gold;
}

.group-3 {
  background-color: orange;
}

.LogoHeaderArea, .Container {
  margin: auto;
  display: block;
}

.Container {
  text-align: center;
  padding: 0 0px;
    margin-top:60px;
}

.Container.Content{
    margin: 100px auto 100px;
        text-align: center;
        max-width: 1188px;
        padding: 20px 20px 20px 20px;
}

.GlobalContainer {
  max-width: 1188px;
  margin: auto;
}

.MenuContain {
  width: 100%;
  height: 36px;
  background-color: #eee;
  border-bottom: 5px solid #EF8200;
  padding: 10px 0;
}

.TopMenuBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1188px;
  position: relative;
}

.MenuWrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.MenuButton {
  display: none;
  margin-right: 10px;
  cursor: pointer;
  width: 80px;
  font-size: 18px;
  padding: 16px;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  color: inherit;
}

.MenuList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  box-shadow: none;
}

.MenuList li {
  list-style: none;
  margin: 0 5px;
}

.MenuList li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}

.LogoHeaderArea img {
  max-height: 100px;
}

tr:hover {
  border: solid 2px #EF8200;
}

h1 {
  color: #EF8200;
}

.confirmtablelist {
  border-collapse: collapse;
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.confirmtablelist th {
  background-color: #EF8200;
  color: #fff;
  padding: 5px;
}

.confirmtablelist td {
  text-align: center;
  color: #595757;
  padding: 5px;
  border: 1px solid #EF8200;
}

.specialcode {
  font-size: 25px;
  line-height: 25px;
  color: #EF8200;
}

.AttendeeList {
  width: 97%;
}

.AttendeeList td {
  text-align: center;
}

.AttendeeList input, .AttendeeList select {
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #aaa;
  margin: 5px;
}

.submitbutton {
  display: inline-block;
  height: 40px;
  border: 0;
  background-color: #8fc31f;
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 15px;
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
  margin-top: 10px;
}

.submitbutton:hover {
  background-color: green;
}

.remover {
  font-size: 11px;
  display: block;
  width: 35px;
  background: red;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.remover:hover {
  background: darkred;
}

.addbutton {
  width: 80px;
  height: 80px;
  border: 0;
  background-color: transparent;
  background-image: url('addbutton.png');
  background-size: contain;
  display: flex;
  align-items: end;
  color: #EF8200;
  font-weight: bolder;
}

.informationTable {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.informationTable td {
  text-align: center;
  color: #EF8200;
  padding: 10px;
  border: 1px solid #EF8200;
}

.informationTable th {
  background-color: #EF8200;
  color: #fff;
  padding: 10px;
}

.hightlightcontent {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  text-align: left;
  background-color: #eee;
}

.footer {
  padding-top: 30px;
  background-color: #eee;
}

.ContentDescription {
  background-color: #444;
  color: #fff;
  padding-top: 20px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-input {
  border: 1px solid #aaa !important;
  padding: 5px !important;
  font-size: 15px !important;
  display: inline-block !important;
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
  border-radius: 3px !important;
}

.dataTable {
  border-collapse: collapse;
  background-color: #eee;
  width: 80%;
  margin: auto;
}

.dataTable th {
  background-color: #EF8200;
  color: #fff;
  padding: 5px;
}

.dataTable td {
  background-color: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.Statusbar {
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 13px;
}

.Cancelled {
  background-color: #888;
  color: #fff;
}

.NonPaid {
  background-color: red;
  color: #fff;
}

.Paid {
  background-color: green;
  color: #fff;
}

.Waiting {
  background-color: gold;
  color: #000;
}

.InformationFlexList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.InfoContent {
  flex: 260px;
  margin: 10px;
  font-size: 18px;
  font-weight: lighter;
}

.InfoContent h2 {
  border-bottom: 4px solid #EF8200;
}
.regbutton{
    display:block;
    margin:20px auto;
    padding:20px;
    font-size:20px;
    text-align: center;
    background-color:#EF8200;
    max-width:500px;
    border-radius:20px;
    color:#fff;
    text-decoration: none;
}
.results{

    max-width: 600px;
    margin: auto;
}
.result-item{
              display: flex;  
}
@media only screen and (max-width: 767px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000;
    flex-direction: column;
    padding: 0px;
  }
    .nav-menu a{
        padding:10px;
    }

  .nav-menu.active {
    display: flex;
  }
    
    #menu-toggle{
        width:40px;
    }

  .hamburger {
    display: flex;
  }

  #menu-toggle:checked ~ .nav-menu {
    display: flex;
  }

  #menu-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: translate(-12px, 10px) rotate(45deg) ;
  }

  #menu-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -5px);
  }

  .breadcrumb {
    margin-top: 80px;
    font-size: 12px;
    padding: 10px;
  }

  .SignatureBanner {
    width: 100%;
    height: 500px;
    margin: auto;
    background-color: #EF8200;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .LogoHeaderArea {
    text-align: center;
  }

  .Homebanner {
    height: 300px;
  }

  .MenuButton {
    display: block;
    padding: 9px;
    font-size: 30px;
  }

  .MenuList {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .MenuList {
    display: flex;
    background-color: transparent;
    box-shadow: none;
    position: static;
  }

  .MenuWrapper {
    position: relative;
  }

  .MenuButton {
    display: none;
  }
}