.menu-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.banner {
  width: 100%;
}

.banner > img {
  width: 100%;
  display: block;
}

.container {
  width: 90%;
  padding: 5rem 0;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  margin-bottom: 3rem;
}

.content {
  width: 100%;
}

.content-container > .content > .top-title {
  background-color: #17314c;
  border-right: 3px solid #dbaf66;
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 2rem;
}

.content-container > .content > .top-title > .icon img {
  width: 30px;
  display: block;
}

/* Search Box */
.content-container > .content > .top-title > .search-box-wrapper {
  display: flex;
}

.content-container > .content > .top-title #searchBoxInput {
  padding: 0.5rem;
  border-radius: 0 5rem 5rem 0;
  border: 0;
  background-color: #e6e6e6;
}

.content-container > .content > .top-title #searchBoxInput:focus {
  outline: 0;
}

.cancel-wrapper {
  background-color: #e6e6e6;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
}

.cancel-wrapper i {
  font-size: 1rem;
}

.content-container > .content > .top-title #searchBoxBTN {
  padding: 0.5rem 0.7rem;
  border-radius: 5rem 0 0 5rem;
  border: 0;
  background-color: #dbaf66;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-container > .content > .table {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

#notFoundWrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

#notFoundWrapper i {
  color: #dbaf66;
  font-size: 2rem;
}

#notFoundWrapper span {
  color: #dbaf66;
  font-size: 2rem;
}

.table .topper {
  width: 100%;
}

.table .tr {
  width: 100%;
}

.tr-topper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1%;
  font-size: 1rem;
  padding: 1rem 0;
}

.tr-divider-wrapper {
  width: 100%;
  height: 1px;
  padding-bottom: 0.5rem;
}

.tr-divider-wrapper div {
  background-color: #bdbdbd;
  width: 97%;
  margin: 0 auto;
  height: 1px;
}

.table .tr > div {
  text-align: center;
}

.table .tr:nth-child(even) {
  background-color: #d0d6db;
}

.table .tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table .tr:last-child {
  border-bottom: 2px solid var(--black);
}

.table .tr-head {
  width: 100%;
  background-color: #eff2f5;
  font-weight: 800;
  border-bottom: 2px solid var(--black);
  display: flex;
  align-items: center;
  gap: 1%;
  font-size: 1rem;
  padding: 1rem 0;
}

.item-size-percent:nth-child(1) {
  width: 2%;
}

.item-size-percent:nth-child(2) {
  width: 10%;
}

.item-size-percent:nth-child(3) {
  width: 6%;
}

.item-size-percent:nth-child(4) {
  width: 6%;
}

.item-size-percent:nth-child(5) {
  width: 8%;
}

.item-size-percent:nth-child(6) {
  width: 5%;
}

.item-size-percent:nth-child(7) {
  width: 23%;
}

.item-size-percent:nth-child(8) {
  width: 15%;
}

.item-size-percent:nth-child(9) {
  width: 9%;
}

.item-size-percent:nth-child(10) {
  width: 3%;
}

.item-size-percent:nth-child(11) {
  width: 4%;
}

.item-size-percent:nth-child(10) > i {
  font-size: 1.5rem;
}

.billboard-active {
  cursor: pointer;
}

.table div > a {
  color: var(--black);
  transition: all 0.5s ease;
}

.table div > a:hover {
  color: var(--gold);
}

.item-size-percent:nth-child(1) {
  width: 2%;
}

.item-size-percent:nth-child(2) {
  width: 10%;
}

.item-size-percent:nth-child(3) {
  width: 6%;
}

.item-size-percent:nth-child(4) {
  width: 6%;
}

.item-size-percent:nth-child(5) {
  width: 8%;
}

.item-size-percent:nth-child(6) {
  width: 5%;
}

.item-size-percent:nth-child(7) {
  width: 25%;
}

.item-size-percent:nth-child(8) {
  width: 15%;
}

.item-size-percent:nth-child(9) {
  width: 9%;
}

.item-size-percent:nth-child(10) {
  width: 5%;
}

.tr-bottom {
  width: calc(100% - 2rem);
  text-align: right !important;
  padding: 0 1rem;
  padding-bottom: 0.5rem;
}

.tr-bottom span {
  font-size: 0.8rem;
  color: #313131;
}

.tr-bottom span:nth-child(2) {
  font-weight: 800;
  color: #000;
}
/* --------------------------------------- */
/* Suspended */
.suspended-wrapper {
  width: 100%;
}

.suspended-top {
  background-color: #17314c;
  border-right: 3px solid #dbaf66;
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}

.suspended-top .icon {
  font-size: 2.5rem;
}

.suspended-top .icon i {
  display: block;
}

.suspended-table > div {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  gap: 1rem;
}

.suspended-table > .th {
  background-color: #eff2f5;
  font-weight: 800;
  border-bottom: 2px solid var(--black);
}

.suspended-table .tr {
  width: 100%;
}

.suspended-table .tr > div {
  width: calc(20% - 0.8rem);
  text-align: center;
}

.suspended-table .tr:nth-child(even) {
  background-color: #d0d6db;
}

.suspended-table .tr:nth-child(odd):not(:first-child) {
  background-color: #f5f5f5;
}

.suspended-table .tr:last-child {
  border-bottom: 2px solid var(--black);
}
/* --------------------------------------------------------- */

.billboard-image-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.billboard-image-wrapper i {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 2rem;
  color: rgb(255, 66, 45);
  cursor: pointer;
}

.billboard-image-wrapper .billboard-image {
  width: 50%;
  background-color: #fff;
}

.billboard-image-wrapper .billboard-image img {
  width: 100%;
}

@media screen and (min-width: 1800px) {
  .container {
    width: 1550px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .table .tr {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1050px) {
  .table .tr {
    font-size: 0.8rem;
  }

  .item-size-percent:nth-child(1) {
    width: 30px;
  }

  .item-size-percent:nth-child(2) {
    width: 100px;
  }

  .item-size-percent:nth-child(3) {
    width: 100px;
  }

  .item-size-percent:nth-child(4) {
    width: 50px;
  }

  .item-size-percent:nth-child(5) {
    width: 100px;
  }

  .item-size-percent:nth-child(6) {
    width: 80px;
  }

  .item-size-percent:nth-child(7) {
    width: 300px;
  }

  .item-size-percent:nth-child(8) {
    width: 200px;
  }

  .item-size-percent:nth-child(9) {
    width: 150px;
  }

  .item-size-percent:nth-child(10) {
    width: 50px;
  }

  .item-size-percent:nth-child(11) {
    width: 50px;
  }

  .content-container > .content > .table {
    overflow: auto;
  }

  .table .tr {
    width: fit-content;
  }
}

@media screen and (max-width: 650px) {
  .content-container > .content > .top-title #searchBoxInput {
    width: 40%;
  }

  .billboard-image-wrapper .billboard-image {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .suspended-table > div {
    gap: 1%;
  }

  .suspended-table .tr > div {
    width: 22.5%;
  }

  .suspended-table .tr > div:first-child {
    width: 6%;
  }

  .billboard-image-wrapper .billboard-image {
    width: 95%;
  }
}
