.header {
  margin: 0;
  padding: 0;
  background-color: #909bc2;
}

a {
  text-decoration: none !important;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-links li {
  list-style: none;
}

/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  color: #000;
  max-width: 1200px;
  margin: auto;
  z-index: 10000;
}

.nav-links a {
  color: #000;

}

.nav-links {
  margin-top: 20px;
}

/* LOGO */
.logo {
  font-size: 32px;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 16px;
  font-weight: bold;
}

.menu li:hover {
  transition: 0.3s ease;
}

.menu li:hover a {
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
}

.menu li .active {
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
}

.menu li a {
  padding: 5px 14px;
  border: 1px solid #ffffff00;
  text-decoration: none !important;
}

/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown {
  background-color: #909bc2;
  padding: 1em 0;
  position: absolute;
  /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li+li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: #4c9e9e;
}

.services:hover .dropdown {
  display: block;
}

#checkbox_toggle {
  display: none;
}

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  #content #delivery_order #delivery_order_detail .title {
    font-size: 0.7em !important;
    font-weight: bold;
  }

  #content #delivery_order #delivery_order_detail .total {
    font-size: 0.7em !important;
    font-weight: bold;
  }

  #content #delivery_order #delivery_order_detail .subtitle {
    font-size: 0.4em !important;
  }

  #content #delivery_order #delivery_order_detail .value {
    font-size: 0.6em !important;
    font-weight: bold;
  }

  .menu {
    display: none;
    position: absolute;
    background-color: #909bc2;
    right: 0;
    left: 0;
    margin-top: 20px;
    text-align: center;
    padding: 16px 0;
    z-index: 10000;
  }

  .menu li:hover {
    display: inline-block;
    transition: 0.3s ease;
  }

  .menu li+li {
    margin-top: 20px;
  }

  input[type=checkbox]:checked~.menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
    background-color: #4c9e9e;
  }



}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.mySlides {
  /* display:none; */
  z-index: -10;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
}

.mySlides.active {
  opacity: 1;
  position: relative;
  transform: translateX(0);
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0
}

.slide-nav-left {
  font-size: 50px;
  position: absolute;
  left: 40px;
  color: white;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-nav-right {
  font-size: 50px;
  position: absolute;
  right: 20px;
  color: white;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-highlight {
  background-color: #007aff !important;
}

.slide-hover:hover {
  background-color: #007aff !important;
}

.accent-color-theme {
  background-color: #bad300 !important;
}

.login_register_box {
  background-color: #909bc2 !important;
  max-width: 1200px;
  border-radius: 10px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;

}

.login_register_box .title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.app_menu {
  max-width: 1200px;
  border-radius: 10px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.app_menu a {

  text-decoration: none;

}

.app_menu .app {
  text-align: center;
  padding: 10px;
  border: 1px rgba(255, 255, 255, 0) solid;
  transition: 0.3s;
}

.app_menu .app:hover {
  border-radius: 10px;
  border: 1px rgb(0, 0, 0) solid;
}

.app_menu .app .icon {
  background-color: #bad300 !important;
  padding: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.app_menu .app .title {
  font-size: 1.1em;
  font-weight: bold;
}

.product_list {}



.product_list .product {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 200px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.product_list .product:hover {
  background-color: #909bc2 !important;
}



.product_list .product .icon {}

.product_list .product .icon img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.product_list .product .title {
  bottom: 10px;
}

.help_list {}

.help_list .help_question {
  border: 1px #000000 solid;
  border-radius: 10px;
  transition: 0.3s;
  padding: 10px;
  margin: 10px;
}

.help_list .help_question:hover {
  background-color: #909bc2 !important;
}

.article_list {}

.article_list .article {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 270px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.article_list .article:hover {
  background-color: #909bc2 !important;
}

.article_list .article .icon {}

.article_list .article .icon img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.article_list .article .title {
  bottom: 10px;
}

.winner_list {}

.winner_list .winner {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 300px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.winner_list .winner .icon {}

.winner_list .winner .icon img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.winner_list .winner .title {
  bottom: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
}

.winner_list .winner .address {
  font-size: 0.7em;
  text-align: left;
  font-style: italic;
}

.winner_list .winner .prize_name {
  top: 20px;
  bottom: 10px;
  font-size: 0.8em;
  text-align: left;

}

.prize_list {}

.prize_list .prize {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 230px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.prize_list .prize:hover {
  background-color: #909bc2 !important;
}

.prize_list .prize .icon img {
  height: 100px;
  margin-top: 30px;
  text-align: center;

}

.prize_list .prize .title {
  bottom: 10px;
}

.prize_list .prize .point {
  bottom: 10px;
}

.mega_sale_list {}

.mega_sale_list .mega_sale {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 230px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.mega_sale_list .mega_sale:hover {
  background-color: #909bc2 !important;
}

.mega_sale_list .mega_sale .icon img {
  height: 100px;
  margin-top: 30px;
  text-align: center;

}

.mega_sale_list .mega_sale .title {
  bottom: 10px;
}

.mega_sale_list .mega_sale .point {
  bottom: 10px;
}

.auction_list {}

.auction_list .auction {
  border: 1px #000 solid;
  border-radius: 10px;
  height: 230px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.auction_list .auction:hover {
  background-color: #909bc2 !important;
}

.auction_list .auction .icon img {
  height: 100px;
  margin-top: 30px;
  text-align: center;

}

.auction_list .auction .title {
  bottom: 10px;
}

.auction_list .auction .point {
  bottom: 10px;
}

.login {
  text-align: center;
  border-radius: 10px;
  text-align: center;
  border: 1px #a7a7a7 solid;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 40px 30px 40px 30px;
}

.login input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px #868686 solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login input[type="button"] {
  border: 0px;
}

.register {
  text-align: center;
}

.register .panel {
  text-align: left;
  padding: 10px;
}

.register input[type="file"] {
  border: none;
  outline: none;
  padding: 6px;
}

.register input[type="file"]::file-selector-button {
  background-color: #bad300 !important;
  border-radius: 5px;
  border: 1px #000 solid;
}

.edit_profile {
  text-align: center;
}

.edit_profile .panel {
  text-align: left;
  padding: 10px;
}

.edit_profile input[type="file"] {
  border: none;
  outline: none;
  padding: 6px;
}

.edit_profile input[type="file"]::file-selector-button {
  background-color: #bad300 !important;
  border-radius: 5px;
  border: 1px #000 solid;
}

.profile {
  text-align: center;
}

.profile .panel {
  text-align: left;
  padding: 10px;
}

.profile input[type="file"] {
  border: none;
  outline: none;
  padding: 6px;
}

.profile input[type="file"]::file-selector-button {
  background-color: #bad300 !important;
  border-radius: 5px;
  border: 1px #000 solid;
}

.nrgi_point {
  background-color: #909bc2 !important;
  max-width: 1200px;
  border-radius: 10px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.nrgi_point .title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.nrgi_point .point {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

.cp {
  max-width: 500px;
  margin: auto;
}

/* HTML: <div class="loader"></div> */
.loader {
  margin: auto;
  width: 30px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #909bc2;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}