:root {
  --orange-1: #ee7b11;
  --orange-2: #fffaf7;
  --green-1: #81bc23;
  --green-2: #84b818;
  --green-3: #ddfac2;
  --grey-1: #777777;
  --grey-2: #5c5c5c;
  --grey-3: #9e9e9e;
  --grey-4: #d5d8dc;
  --grey-5: #e8e8e8;
  --grey-6: #e9e9e9;
  --grey-7: #575757;
  --grey-8: #efefef;
  --grey-9: #f5f5f5;
  --grey-10: #d9d9d9;
  --grey-11: #c8c8c8;
  --grey-12: #fbfbfb;
  --pink-1: #fbefe7;
  --pink-2: #fff0df;
  --blue-1: #0077b5;
  --blue-2: #3498db;
  --black-1: #393e3e;
  --black-2: #1a1a1a;
}

.dataTables_empty {
  text-align: center !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_processing {
  position: absolute;
  top: 35%;
  left: 60%;
  text-align: center;
  padding: 2px;
}

.align-text-super {
  vertical-align: super !important;
}

.align-items-normal {
  align-items: normal !important;
}

.no-border {
  border: none !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.border-radius-bottom-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.border-radius-top-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.border-radius-bottom-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.border-grey-4 {
  border-color: var(--grey-4) !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-5 {
  border-width: 5px !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid var(--green-2);
  transition: color 0.2s ease;
}

.btn-dashboard-ig {
  border: 2px solid var(--grey-10) !important;
}

.font-size-10px {
  font-size: 10px !important;
}

.font-size-14px {
  font-size: 14px !important;
}

.font-size-15px {
  font-size: 15px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-20px {
  font-size: 20px !important;
}

.font-size-24px {
  font-size: 24px !important;
}

.font-size-80px {
  font-size: 80px !important;
}

.min-h-lg-565px {
  min-height: 565px !important;
}

.text-orange-1 {
  color: var(--orange-1) !important;
}

.text-green-1 {
  color: var(--green-1) !important;
}

.text-green-2 {
  color: var(--green-2) !important;
}

.text-grey-1 {
  color: var(--grey-1) !important;
}

.text-grey-2 {
  color: var(--grey-2) !important;
}

.text-grey-3 {
  color: var(--grey-3) !important;
}

.text-grey-4 {
  color: var(--grey-4) !important;
}

.text-grey-5 {
  color: var(--grey-5) !important;
}

.text-grey-6 {
  color: var(--grey-6) !important;
}

.text-grey-7 {
  color: var(--grey-7) !important;
}

.text-grey-8 {
  color: var(--grey-8) !important;
}

.text-black-1 {
  color: var(--black-1) !important;
}

.bg-homepage-gradient {
  background: rgb(255, 250, 247);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffaf7",endColorstr="#fff0df",GradientType=1);
}

.bg-gradient-green {
  background: rgb(234, 246, 216);
  background: -moz-linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf6d8",endColorstr="#ffffff",GradientType=1);
}

.bg-gradient-pink {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fff0df",GradientType=1);
}

.bg-gradient-orange-2-white {
  background: rgb(255, 250, 247);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffaf7",endColorstr="#ffffff",GradientType=1);
}

.bg-whatsapp-gradient {
  background: rgb(90, 244, 114);
  background: -moz-linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5af472",endColorstr="#31bf2f",GradientType=1);
}

.bg-orange-1 {
  background-color: var(--orange-1) !important;
}

.bg-orange-2 {
  background-color: var(--orange-2) !important;
}

.bg-green-1 {
  background-color: var(--green-1) !important;
}

.bg-green-2 {
  background-color: var(--green-2) !important;
}

.bg-green-3 {
  background-color: var(--green-3) !important;
}

.bg-grey-1 {
  background-color: var(--grey-1) !important;
}

.bg-grey-2 {
  background-color: var(--grey-2) !important;
}

.bg-grey-3 {
  background-color: var(--grey-3) !important;
}

.bg-grey-4 {
  background-color: var(--grey-4) !important;
}

.bg-grey-5 {
  background-color: var(--grey-5) !important;
}

.bg-grey-6 {
  background-color: var(--grey-6) !important;
}

.bg-grey-7 {
  background-color: var(--grey-7) !important;
}

.bg-grey-8 {
  background-color: var(--grey-8) !important;
}

.bg-grey-9 {
  background-color: var(--grey-9) !important;
}

.bg-grey-10 {
  background-color: var(--grey-10) !important;
}

.bg-grey-11 {
  background-color: var(--grey-11) !important;
}

.bg-grey-12 {
  background-color: var(--grey-12) !important;
}

.bg-pink-1 {
  background-color: var(--pink-1) !important;
}

.bg-pink-2 {
  background-color: var(--pink-2) !important;
}

.bg-blue-1 {
  background-color: var(--blue-1) !important;
}

.bg-blue-2 {
  background-color: var(--blue-2) !important;
}

.bg-black-1 {
  background-color: var(--black-1) !important;
}

.bg-black-2 {
  background-color: var(--black-2) !important;
}

.btn-outline-orange-1 {
  border-color: var(--text-orange-1) !important;
  background-color: transparent;
}

.btn-icon-small {
  height: calc(1em + 1rem + 2px) !important;
  width: calc(1em + 1rem + 2px) !important;
}

@media (max-width: 576px) {
  .carousel-item {
    height: 45vh !important;
  }
}

#banner .carousel-item {
  height: 95vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}
#banner .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
#banner .carousel-item .caption {
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}
#banner .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}
#banner .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#banner .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #fff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background: #40ba37;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1c8314;
  border-color: #40ba37;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active i,
.nav-pills .show > .nav-link {
  color: var(--green-2) !important;
  background-color: #fff !important;
  border-bottom: 2px solid #84b818 !important;
  border-radius: 0px !important;
}

.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  color: var(--green-2) !important;
  border-bottom: 2px solid #84b818 !important;
  border-radius: 0px !important;
}

.nav-link i {
  color: #333;
}

.nav-link:hover i {
  color: #fff !important;
}

.btn-share {
  position: relative;
  left: -20px;
  display: inline-block;
  padding: 12px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.text-hover-acer-green:hover {
  transition: color 0.2s ease;
  color: var(--green-2) !important;
}

.button-outer {
  text-align: center;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  border: 1px solid #84b818;
}

.btn-upload {
  color: #84b818;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 3;
  white-space: nowrap;
  padding: 0.775rem 1rem;
}

.btn-upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* FAQ */
.panel {
  opacity: 0.2;
  transform: scale(0.5);
}

.panel-body {
  padding: 15px 30px;
}

.accordion .collapsed,
.toggle .collapsed {
  display: none;
}

.panel-group {
  .panel {
    border: none;
  }

  .panel + .panel {
    margin-top: 10px;
  }

  .panel-heading {
    position: relative;
    padding: 0;
    border-radius: 0;
    display: block;

    > a {
      background: #d9d9d9;
      display: block;
      padding: 18px 30px;
    }
  }

  a[aria-expanded="true"] {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

    .panel-title {
      color: #fff;
    }
  }

  .accordion-toggle-icon {
    position: absolute;
    top: 0;
    right: 0px;
    transition: transform 0.4s ease-out;
  }

  [aria-expanded="true"] .accordion-toggle-icon {
    color: #fff;
    transform: rotate(180deg) translateZ(0);
  }

  .accordion-icon {
    background: #ffffffd9;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 60px;
  }
}

/* Custom Menu */
#sidebar {
  min-width: 230px;
  max-width: 230px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#sidebar .h6 {
  color: #000;
}

#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700;
}

#sidebar h1 .logo {
  color: #000;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li > ul {
  margin-left: 10px;
}

#sidebar ul li > ul li {
  font-size: 14px;
}

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a:hover {
  color: #000;
}

#sidebar ul li.active > a {
  background: transparent;
  color: #000;
}

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -270px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebar .custom-menu {
    margin-right: -60px !important;
    top: 10px !important;
  }
}

#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#sidebar .custom-menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#sidebar .custom-menu .btn.btn-primary {
  background: #393c7f;
  border-color: #393c7f;
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
  background: #393c7f !important;
  border-color: #393c7f !important;
}

.acerhub-for-section {
  position: relative;
  z-index: 9;
  margin-top: -20px;
  background: white;
}

.border-underline-text {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #84b818;
}

.bottom-border-only {
  border: none;
  border-bottom: 1px solid var(--bs-gray-700);
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}

.bottom-border-only:focus {
  box-shadow: none;
}

.top-55px{
  top: 55px !important
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: var(--green-2);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mh-120 {
  max-height: 120px !important;
}

.mh-150{
  max-height: 150px !important;
}