:root {
  --white: #fff;
  --main: #27ae60;
  --blue: #2d9cdb;
  --redlow: #eb5757;
  --maingradient: linear-gradient(270deg, #27ae60 31.15%, #a1cb47 117.6%);
  --black1: #4f4f4f;
  --gray: #f2f2f2;
  --gray2: #f6f6f6;
  --gray3: #bdbdbd;
  --orange: #fde3cb;
  --yellow: #f2c94c;
  --orange2: #cb7324;
  --greenlight: #aeecc8;
  --white-2: #FAFAFA;
}

.ml-0 {
  margin-left: 0px !important;
}

.lay-content {
  margin-top: -13em;
}

.lay-content-1 {
  margin-top: -10em;
}

.div-title-page {
  position: absolute;
  top: 0;
  margin-top: 15em;
  padding: 4px 45px;
  background: #00000073;
  width: 100%;
}


.ml-maxright {
  /* margin-left: 56%; */
  float: right;
  margin-top: 10px;
}

.ml-auto {
  margin-left: auto;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mt-0 {
  margin: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-pr2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-4 {
  padding: 4px !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.pl-pr-7 {
  padding: 0px 7px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn-xlarge {
  width: 8em;
  height: 4.6em;
  max-width: 100%;
  font-size: 26px;
  max-height: 100%;
  border-radius: 15px;
}

.btn-circle-danger {
  color: #fff;
  border-radius: 15px;
  background-color: #eb5757;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-danger.focus,
.btn-circle-danger:focus {
  color: #fff;
  border-radius: 15px;
  background-color: #eb5757;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-danger:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #dc3939;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-danger.active,
.btn-circle-danger:active,
.open>.dropdown-toggle.btn-circle-danger {
  color: #fff;
  border-radius: 15px;
  background-color: #eb5757;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-danger.active.focus,
.btn-circle-danger.active:focus,
.btn-circle-danger.active:hover,
.btn-circle-danger:active.focus,
.btn-circle-danger:active:focus,
.btn-circle-danger:active:hover,
.open>.dropdown-toggle.btn-circle-danger.focus,
.open>.dropdown-toggle.btn-circle-danger:focus,
.open>.dropdown-toggle.btn-circle-danger:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #dc3939;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-grey {
  color: #fff;
  border-radius: 15px;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-grey.focus,
.btn-circle-grey:focus {
  color: #fff;
  border-radius: 15px;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-grey:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #bcbcbc;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-grey.active,
.btn-circle-grey:active,
.open>.dropdown-toggle.btn-circle-grey {
  color: #fff;
  border-radius: 15px;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-grey.active.focus,
.btn-circle-grey.active:focus,
.btn-circle-grey.active:hover,
.btn-circle-grey:active.focus,
.btn-circle-grey:active:focus,
.btn-circle-grey:active:hover,
.open>.dropdown-toggle.btn-circle-grey.focus,
.open>.dropdown-toggle.btn-circle-grey:focus,
.open>.dropdown-toggle.btn-circle-grey:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #bcbcbc;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-green {
  color: #fff;
  border-radius: 15px;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-green.focus,
.btn-circle-green:focus {
  color: #fff;
  border-radius: 15px;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-green:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #123f12;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-green.active,
.btn-circle-green:active,
.open>.dropdown-toggle.btn-circle-green {
  color: #fff;
  border-radius: 15px;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-green.active.focus,
.btn-circle-green.active:focus,
.btn-circle-green.active:hover,
.btn-circle-green:active.focus,
.btn-circle-green:active:focus,
.btn-circle-green:active:hover,
.open>.dropdown-toggle.btn-circle-green.focus,
.open>.dropdown-toggle.btn-circle-green:focus,
.open>.dropdown-toggle.btn-circle-green:hover {
  color: #fff;
  border-radius: 15px;
  background-color: #123f12;
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-outline-green {
  color: #219653;
  border-radius: 15px;
  background-color: #fff;
  border-color: #219653;
}

.btn-circle-outline-green.focus,
.btn-circle-outline-green:focus {
  color: #219653;
  border-radius: 15px;
  background-color: #fff;
  border-color: #219653;
}

.btn-circle-outline-green:hover {
  color: #219653;
  border-radius: 15px;
  background-color: rgb(216, 213, 213);
  border-color: #219653;
}

.btn-circle-outline-green.active,
.btn-circle-outline-green:active,
.open>.dropdown-toggle.btn-circle-outline-green {
  color: #219653;
  border-radius: 15px;
  background-color: rgb(216, 213, 213);
  border-color: #219653;
}

.btn-circle-outline-green.active.focus,
.btn-circle-outline-green.active:focus,
.btn-circle-outline-green.active:hover,
.btn-circle-outline-green:active.focus,
.btn-circle-outline-green:active:focus,
.btn-circle-outline-green:active:hover,
.open>.dropdown-toggle.btn-circle-outline-green.focus,
.open>.dropdown-toggle.btn-circle-outline-green:focus,
.open>.dropdown-toggle.btn-circle-outline-green:hover {
  color: #219653;
  border-radius: 15px;
  background-color: rgb(216, 213, 213);
  border-color: #219653;
}

.btn-circle-yellow {
  color: #fff;
  border-radius: 15px;
  background-color: var(--yellow);
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-yellow.focus,
.btn-circle-yellow:focus {
  color: #fff;
  border-radius: 15px;
  background-color: var(--yellow);
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-yellow:hover {
  color: #fff;
  border-radius: 15px;
  background-color: var(--orange);
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-yellow.active,
.btn-circle-yellow:active,
.open>.dropdown-toggle.btn-circle-yellow {
  color: #fff;
  border-radius: 15px;
  background-color: var(--yellow);
  border-color: rgba(255, 255, 255, 0);
}

.btn-circle-yellow.active.focus,
.btn-circle-yellow.active:focus,
.btn-circle-yellow.active:hover,
.btn-circle-yellow:active.focus,
.btn-circle-yellow:active:focus,
.btn-circle-yellow:active:hover,
.open>.dropdown-toggle.btn-circle-yellow.focus,
.open>.dropdown-toggle.btn-circle-yellow:focus,
.open>.dropdown-toggle.btn-circle-yellow:hover {
  color: #fff;
  border-radius: 15px;
  background-color: var(--orange);
  border-color: rgba(255, 255, 255, 0);
}

.btn-green {
  color: #fff;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-green.focus,
.btn-green:focus {
  color: #fff;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-green:hover {
  color: #fff;
  background-color: #123f12;
  border-color: rgba(255, 255, 255, 0);
}

.btn-green.active,
.btn-green:active,
.open>.dropdown-toggle.btn-green {
  color: #fff;
  background-color: #219653;
  border-color: rgba(255, 255, 255, 0);
}

.btn-green.active.focus,
.btn-green.active:focus,
.btn-green.active:hover,
.btn-green:active.focus,
.btn-green:active:focus,
.btn-green:active:hover,
.open>.dropdown-toggle.btn-green.focus,
.open>.dropdown-toggle.btn-green:focus,
.open>.dropdown-toggle.btn-green:hover {
  color: #fff;
  background-color: #123f12;
  border-color: rgba(255, 255, 255, 0);
}

.btn-orange {
  color: #FFF;
  background-color: #F2994A;
  ;
  border-color: #F2994A;
  border-radius: 8px;
}

.btn-orange.focus,
.btn-orange:focus {
  color: #FFF;
  background-color: #F2994A;
  ;
  border-color: #F2994A;
}

.btn-orange:hover {
  color: #FFF;
  background-color: #F2994A;
  ;
  border-color: #F2994A;
}

.btn-orange.active,
.btn-orange:active,
.open>.dropdown-toggle.btn-orange {
  color: #FFF;
  background-color: #F2994A;
  ;
  border-color: #F2994A;
}

.btn-orange.active.focus,
.btn-orange.active:focus,
.btn-orange.active:hover,
.btn-orange:active.focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.open>.dropdown-toggle.btn-orange.focus,
.open>.dropdown-toggle.btn-orange:focus,
.open>.dropdown-toggle.btn-orange:hover {
  color: #F2994A;
  background-color: rgb(234, 234, 234);
  border-color: #F2994A;
}

.btn-gray {
  color: #fff;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-gray.focus,
.btn-gray:focus {
  color: #fff;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-gray:hover {
  color: #fff;
  background-color: #a7a7a7;
  border-color: rgba(255, 255, 255, 0);
}

.btn-gray.active,
.btn-gray:active,
.open>.dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #bdbdbd;
  border-color: rgba(255, 255, 255, 0);
}

.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open>.dropdown-toggle.btn-gray.focus,
.open>.dropdown-toggle.btn-gray:focus,
.open>.dropdown-toggle.btn-gray:hover {
  color: #fff;
  background-color: #a7a7a7;
  border-color: rgba(255, 255, 255, 0);
}

.btn-outline-green {
  color: #219653;
  background-color: #fff;
  border-color: #219653;
}

.btn-outline-green.focus,
.btn-outline-green:focus {
  color: #219653;
  background-color: rgb(237, 237, 237);
  border-color: #219653;
}

.btn-outline-green:hover {
  color: #219653;
  background-color: rgb(237, 237, 237);
  border-color: rgba(255, 255, 255, 0);
}

.btn-outline-green.active,
.btn-outline-green:active,
.open>.dropdown-toggle.btn-outline-green {
  color: #219653;
  background-color: rgb(237, 237, 237);
  border-color: #219653;
}

.btn-outline-green.active.focus,
.btn-outline-green.active:focus,
.btn-outline-green.active:hover,
.btn-outline-green:active.focus,
.btn-outline-green:active:focus,
.btn-outline-green:active:hover,
.open>.dropdown-toggle.btn-outline-green.focus,
.open>.dropdown-toggle.btn-outline-green:focus,
.open>.dropdown-toggle.btn-outline-green:hover {
  color: #219653;
  background-color: rgb(237, 237, 237);
  border-color: #219653;
}

.btn-light-red {
  color: #eb5757;
  background-color: #fbe8e8;
  border: 1px solid #eb5757;
}

.btn-light-red.focus,
.btn-light-red:focus {
  color: #eb5757;
  background-color: #fbe8e8;
  border: 1px solid #eb5757;
}

.btn-light-red:hover {
  color: #eb5757;
  background-color: #fbb7b7;
  border: 1px solid #eb5757;
}

.btn-light-red.active,
.btn-light-red:active,
.open>.dropdown-toggle.btn-light-red {
  color: #eb5757;
  background-color: #fbe8e8;
  border: 1px solid #eb5757;
}

.btn-light-red.active.focus,
.btn-light-red.active:focus,
.btn-light-red.active:hover,
.btn-light-red:active.focus,
.btn-light-red:active:focus,
.btn-light-red:active:hover,
.open>.dropdown-toggle.btn-light-red.focus,
.open>.dropdown-toggle.btn-light-red:focus,
.open>.dropdown-toggle.btn-light-red:hover {
  color: #eb5757;
  background-color: #fbb7b7;
  border: 1px solid #eb5757;
}

.btn-white2 {
  background-color: #d4dada54;
  color: #ea8127;
  border: 0px;
}

.btn-white2.focus,
.btn-white2:focus {
  color: #ea8127;
  background-color: #c1c3c354;
  border-color: #ea8127;
}

.btn-white2:hover {
  color: #ea8127;
  background-color: #c1c3c354;
  border-color: #ea8127;
}

.btn-white2.active,
.btn-white2:active,
.open>.dropdown-toggle.btn-white2 {
  color: #ea8127;
  background-color: #c1c3c354;
  border-color: #ea8127;
}

.btn-white2.active.focus,
.btn-white2.active:focus,
.btn-white2.active:hover,
.btn-white2:active.focus,
.btn-white2:active:focus,
.btn-white2:active:hover,
.open>.dropdown-toggle.btn-white2.focus,
.open>.dropdown-toggle.btn-white2:focus,
.open>.dropdown-toggle.btn-white2:hover {
  color: #ea8127;
  background-color: #c1c3c354;
  border-color: #ea8127;
}

.btn-white3 {
  background: #fff;
  border: 1.5px solid #ea8127;
  color: #3c1a0b;
  font-weight: 600;
}

.btn-white3.focus,
.btn-white3:focus {
  background: rgb(224, 223, 223);
  border: 1.5px solid #ea8127;
  color: #3c1a0b;
  font-weight: 600;
}

.btn-white3:hover {
  background: rgb(224, 223, 223);
  border: 1.5px solid #ea8127;
  color: #3c1a0b;
}

.btn-white3.active,
.btn-white3:active,
.open>.dropdown-toggle.btn-white3 {
  background: rgb(224, 223, 223);
  border: 1.5px solid #ea8127;
  color: #3c1a0b;
}

.btn-white3.active.focus,
.btn-white3.active:focus,
.btn-white3.active:hover,
.btn-white3:active.focus,
.btn-white3:active:focus,
.btn-white3:active:hover,
.open>.dropdown-toggle.btn-white3.focus,
.open>.dropdown-toggle.btn-white3:focus,
.open>.dropdown-toggle.btn-white3:hover {
  background: rgb(224, 223, 223);
  border: 1.5px solid #ea8127;
  color: #3c1a0b;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #4d5155;
  border-color: #343a40;
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-grey {
  color: #fff;
  background-color: #a9aaac;
  border-color: rgba(255, 255, 255, 0);
}

.btn-grey.focus,
.btn-grey:focus {
  color: #fff;
  background-color: #717274;
  border-color: rgba(255, 255, 255, 0);
}

.btn-grey:hover {
  color: #fff;
  background-color: #717274;
  border-color: rgba(255, 255, 255, 0);
}

.btn-grey.active,
.btn-grey:active,
.open>.dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #717274;
  border-color: rgba(255, 255, 255, 0);
}

.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open>.dropdown-toggle.btn-grey.focus,
.open>.dropdown-toggle.btn-grey:focus,
.open>.dropdown-toggle.btn-grey:hover {
  color: #fff;
  background-color: #717274;
  border-color: rgba(255, 255, 255, 0);
}

.btn-main {
  color: #fff;
  background-color: #ea8127;
  border-color: #ea8127;
}

.btn-main.focus,
.btn-main:focus {
  color: #fff;
  background-color: #ea8127;
  border-color: #ea8127;
}

.btn-main:hover {
  color: #fff;
  background-color: rgb(197, 112, 38);
  /* border-color: rgb(197, 112, 38); */
}

.btn-main.active,
.btn-main:active,
.open>.dropdown-toggle.btn-main {
  color: #fff;
  background-color: #ea8127;
  border-color: #ea8127;
}

.btn-main.active.focus,
.btn-main.active:focus,
.btn-main.active:hover,
.btn-main:active.focus,
.btn-main:active:focus,
.btn-main:active:hover,
.open>.dropdown-toggle.btn-main.focus,
.open>.dropdown-toggle.btn-main:focus,
.open>.dropdown-toggle.btn-main:hover {
  color: #fff;
  background-color: #ea8127;
  border-color: #ea8127;
}

.btn-gradient-main {
  color: #fff;
  border-color: 0px;
  background: #f46b45;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eea849, #f46b45);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eea849, #f46b45);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-gradient-main.focus,
.btn-gradient-main:focus {
  color: #fff;
  background-color: #ea8127;
  border: 0px;
}

.btn-gradient-main:hover {
  color: #fff;
  background-color: rgb(197, 112, 38);
  /* border-color: rgb(197, 112, 38); */
}

.btn-gradient-main.active,
.btn-gradient-main:active,
.open>.dropdown-toggle.btn-gradient-main {
  color: #fff;
  background-color: #ea8127;
  /* border-color: #EA8127; */
}

.btn-gradient-main.active.focus,
.btn-gradient-main.active:focus,
.btn-gradient-main.active:hover,
.btn-gradient-main:active.focus,
.btn-gradient-main:active:focus,
.btn-gradient-main:active:hover,
.open>.dropdown-toggle.btn-gradient-main.focus,
.open>.dropdown-toggle.btn-gradient-main:focus,
.open>.dropdown-toggle.btn-gradient-main:hover {
  color: #fff;
  background-color: #ea8127;
  /* border-color: #EA8127; */
}

.btn-outline-main {
  color: #ea8127;
  background-color: #fff;
  border-color: #ea8127;
  border-radius: 50px;
}

.btn-outline-main.focus,
.btn-outline-main:focus {
  color: #ea8127;
  background-color: #e4dddd30;
  border-color: #ea8127;
}

.btn-outline-main:hover {
  color: #ea8127;
  background-color: #e4dddd30;
  border-color: #ea8127;
}

.btn-outline-main.active,
.btn-outline-main:active,
.open>.dropdown-toggle.btn-outline-main {
  color: #ea8127;
  background-color: #e4dddd30;
  border-color: #ea8127;
}

.btn-outline-main.active.focus,
.btn-outline-main.active:focus,
.btn-outline-main.active:hover,
.btn-outline-main:active.focus,
.btn-outline-main:active:focus,
.btn-outline-main:active:hover,
.open>.dropdown-toggle.btn-outline-main.focus,
.open>.dropdown-toggle.btn-outline-main:focus,
.open>.dropdown-toggle.btn-outline-main:hover {
  color: #ea8127;
  background-color: #e4dddd30;
  border-color: #ea8127;
}

/* CUSTOMIZE BACKGROUND */
.bg-white {
  background: var(--white) !important;
}

.bg-dark {
  background: #343a40;
  color: #fff;
}

.bg-main {
  background: #ea8127;
  color: #fff !important;
}

.bg-footer {
  background: #3c1a0b;
  color: #fff;
}

.nav-bg-menu {
  background: #fff;
  box-shadow: 1px 4px 10px -1px rgb(224 224 224 / 80%);
  /* color: #fff; */
}

.text-muted {
  color: #828282;
}

.text-muted1 {
  color: #bdbdbd;
  font-weight: 400;
}

.text-orange {
  color: #f2994a;
}

.text-main {
  color: #219653;
  font-weight: 500;
}

.text-main-footer {
  color: #219653;
  font-weight: 600;
  font-size: 16px;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-dark-grey {
  color: #8e949a !important;
}

.text-grey {
  color: #bdbdbd;
}

.text-cl-ig {
  color: #c14cb1;
}

.text-cl-tw {
  color: #29aae2;
}

.text-cl-fb {
  color: #3b5a99;
}

.text-cl-yt {
  color: #e42526;
}

.font-weight-thick {
  font-weight: 400;
}

.font-weight-normal {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 600;
}

.font-italic {
  font-style: italic;
}

.font-8 {
  font-size: 8px !important;
  font-weight: 500;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-32 {
  font-size: 32px !important;
}

.br-btm {
  border-bottom: 1px solid #e0e0e0;
}

.border-right-grey {
  border-right: 2px solid #e0e0e0;
}

.border-right {
  border: 0px;
  border-right: 1px solid #000;
}

.border-right-radius {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.border-left-radius {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.no-border-input {
  border: 0px !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-radius: 0px;
  -webkit-box-shadow: none;
}

.no-border-page {
  border: 0px !important;
  color: #343a40 !important;
  background: #f2f2f2 !important;
}

.border-top-footer {
  border-top: 1px solid #f1f1f1;
}

.border-frame {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.bt-grey {
  border-bottom: 1px solid #eee;
}

.border-main {
  border-color: #ea8127;
}

.border-circle {
  border-radius: 50%;
}

.border-text {
  border: 1px solid #000;
  line-height: 25px;
  padding: 22px;
  border-top: 0px !important;
}

.border-icon {
  border: 1px solid #ea8127;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 17px 19px;
}

.add-border {
  border: 1px solid #e6dfdf;
  border-radius: 5px;
}

/* add icon eye password */
.field-icon {
  float: right;
  margin-left: -27px;
  margin-right: 10px;
  margin-top: 11px;
  position: relative;
  z-index: 99;
}

/* .container {
    padding-top: 50px;
    margin: auto;
} */

.resp-column {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: repeat(2, 100px);
}

@media (max-width: 640px) {
  .text-center-mobile {
    text-align: center !important;
  }

  .btn-xlarge {
    margin: 0px !important;
    width: 8em;
    font-size: 10px;
    height: 4.2em;
    max-width: 100%;
    max-height: 100%;
  }

  .card-login {
    width: 54%;
    left: 25%;
    border: 0px;
    border-radius: 17px;
  }
}

@media (max-width: 768px) {
  .btn-xlarge {
    margin: 0px !important;
    width: 8em;
    font-size: 13px;
    height: 4.2em;
    max-width: 100%;
    max-height: 100%;
  }

  .ml-maxright {
    /* margin-left: 56%; */
    float: right;
    margin-top: 4%;
  }
}

.card-login {
  width: 54%;
  left: 25%;
  border: 0px;
  border-radius: 17px;
}

.card-input {
  width: 400px;
  max-width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 1px 4px 10px -1px rgba(113, 126, 195, 0.8);
  margin: 1em 34em;
}

.card-layout {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  transform: translate(5%, -17%);
}

.card-layout2 {
  position: absolute;
  left: 5%;
  top: 20%;
}

.card-header-input {
  padding: 5px 0px;
  border-bottom: 1px solid #ada5a5;
  width: 66px;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 800;
}

.card-tab {
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 7px;
  margin: 20px 0px;
}

.card-tab-retail {
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 7px;
  margin: 10px 0px;
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);
}


/* Edit 21-07-2021 */
.card-content {
  /* width: 100%;
    height: 100%; */
  /* margin: -50px 0px 0px -50px; */
  /* display: block; */
  z-index: 99;
  /* margin-top: 100px; */
  position: relative;
  max-height: 100%;
  min-width: 100%;
  /* padding: 20px 35px; */
  border-radius: 7px;
  border: 0.8px solid #bdbdbd;
  background: #fff;
  margin: -65px 0px 0px 0px;
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);
}

.card-content-no-bg {
  width: 100%;
  height: 100%;
  padding: 35px;
  border-radius: 7px;
  /* background: #fff; */
  margin: 20px 0px;
  /* box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8); */
}

.card-retail {
  background: #d4dada54;
  max-width: 100%;
  min-height: 100%;
  border-radius: 10px;
  max-height: 100%;
  padding: 10px 20px;
  line-height: 20px;
}

.card-rekap {
  width: 100%;
  background: #fff;
  height: 100%;
  padding: 19px 33px;
  border-radius: 4px;
  text-align: left;
  box-shadow: 1px 4px 10px -1px rgba(212, 205, 205, 0.8);
}

.content-1k {
  height: 1050px;
  max-height: 100%;
}

.content-w100 {
  width: 100%;
  height: 100%;
  background: #fff;
}

.img-page1 {
  width: 100%;
  height: 232px;
  background-size: cover;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-70 {
  width: 70%;
}

w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.pagination-custom {
  border-radius: 8px;
  margin: 0px;
  background: #f2f2f2;
  padding: 5px 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #219653 !important;
  border-radius: 50px !important;
  border-color: #219653 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #219653 !important;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.div-img {
  width: 100%;
  height: 300px;
  background-image: url(../images/pepohonan.jpg);
  background-size: cover;
}

.scrollbar {
  /* background-color: #f5f5f5; */
  float: left;
  height: 100%;
  /* margin-bottom: 5px;
    margin-left: 32px;
    margin-top: 20px; */
  width: 100%;
  overflow-y: scroll;
}

.force-overflow {
  height: 350px;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* .hide {
    display: none;
} */

/* select{
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 99%;
    background-size: 10px;
} */

label.wrap {
  width: 100%;
  overflow: hidden;
  /* height: 50px;     */
  position: relative;
  display: block;
  border: 2px solid blue;
  font-weight: normal;
}

select.dropdown {
  /* height: 50px; */
  padding: 7px 10px;
  border: 0;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* padding:0px !important; */
}

label.wrap:after {
  content: "\f078 ";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 12px;
  z-index: 1;
  width: 2%;
  height: 100%;
  pointer-events: none;
}

label.wrap-retail_1 {
  width: 100%;
  overflow: hidden;
  /* height: 50px;     */
  position: relative;
  display: block;
  border: 0px;
  margin: 0px;
  font-weight: 500;
}

label.wrap-retail_1:after {
  content: "\f078 ";
  font-family: FontAwesome;
  color: #a5a0a0;
  position: absolute;
  right: 26%;
  top: 4%;
  font-size: 12px;
  z-index: 1;
  width: 2%;
  height: 100%;
  pointer-events: none;
}

label.wrap-retail {
  width: 100%;
  overflow: hidden;
  /* height: 50px;     */
  position: relative;
  display: block;
  border: 0px;
  margin: 0px;
  font-weight: normal;
}

select.dropdown-retail1 {
  background: none;
  color: #ea8127;
  font-size: 15px;
  font-weight: 600;
  padding: 0px !important;
  /* height: 50px;  */
  /* padding: 7px 10px; */
  border: 0px !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap-retail:after {
  content: "\f078 ";
  font-family: FontAwesome;
  color: #a5a0a0;
  position: absolute;
  right: 6%;
  top: 4%;
  font-size: 12px;
  z-index: 1;
  width: 2%;
  height: 100%;
  pointer-events: none;
}

select.dropdown-retail2 {
  background: none;
  color: #219653;
  font-size: 15px;
  font-weight: 500;
  padding: 0px !important;
  /* height: 50px;  */
  /* padding: 7px 10px; */
  border: 0px !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.card-retail-custom {
  background: #F2F2F2;
  max-width: 100%;
  min-height: 100%;
  border-radius: 10px;
  max-height: 100%;
  padding: 13px 20px;
  line-height: 20px;
  margin-bottom: 6px;
  display: flex;
}

.card-retail-custom-2 {
  background: #F2F2F2;
  max-width: 100%;
  min-height: 100%;
  border-radius: 10px;
  max-height: 100%;
  padding: 4px 10px;
  line-height: 20px;
  /* margin-bottom: 6px; */
  /* display: flex; */
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);
}

.card-retail-custom {
  width: 100%;
  height: 45px;
  /* background: #fff; */
  border-radius: 7px;
  margin: 10px 0px;
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);
}

select.dropdown-menu2 {
  background: none;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
  padding: 0px !important;
  /* height: 50px;  */
  /* padding: 7px 10px; */
  border: 0px !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.dropdown-disabled {
  background: none;
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 500;
  padding: 0px !important;
  /* height: 50px;  */
  /* padding: 7px 10px; */
  border: 0px !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap-small-retail {
  width: 100%;
  overflow: hidden;
  /* height: 50px;     */
  position: relative;
  display: block;
  border: 0px;
  margin: 0px;
  font-weight: normal;
}

label.wrap-small-retail:after {
  content: "\f078 ";
  font-family: FontAwesome;
  color: #a5a0a0;
  position: absolute;
  right: 10%;
  top: 26%;
  font-size: 12px;
  z-index: 1;
  width: 2%;
  height: 100%;
  pointer-events: none;
}

select.dropdown-small-retail {
  color: #a7a0a0;
  padding: 10px 20px;
  border: 0px;
  font-weight: normal;
  border-radius: 10px;
  background: #f1f3f3;
  font-size: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header-dropdown {
  padding: 9px 21px 0px 21px;
  font-size: 15px;
  color: #ea8127;
  font-weight: 600;
}

.divider-dropdown {
  margin: 9px 21px !important;
}


.content-dropdown {
  min-width: 480px;
  margin: 10px -317px;
  border-radius: 10px;
}

.content-dropdown.notifikasi {
  min-width: 345px;
  margin: 10px -550px;
  border-radius: 10px;
}

.items-dropdown {
  margin: 9px 21px !important;
}

.content2-dropdown {
  width: 280px;
  max-width: 100%;
  padding: 5px 0;
  margin: 10px -317px;
  border-radius: 6px;
}

.content-button-drop {
  width: 100%;
  background: #eee;
  font-size: 15px;
}

.icon-dropdown {
  font-size: 15px;
  padding: 4px;
  float: right;
  color: #8e949a !important;
}

.icon-menu {
  /* background: rgba(255, 255, 255, 0); */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 12px;
}

.icon-menu:hover {
  outline: none;
  text-decoration: none;
  /* background: #eee; */
}

.icon-menu:focus {
  outline: none;
  text-decoration: none;
  /* background: #eee; */
}

#divCardEmpty {
  display: block;
}

#divCardEmpty .hide {
  display: none;
}

#divTable {
  display: none;
}

#divTable .show {
  display: block;
}

.box-clock {
  background: #F2994A;
  border-radius: 8px 0px 0px 0px;
  padding: 11px;
}

.box-notif-2 {
  background: #FDE3CB;
  border-radius: 0px 8px 0px 0px;
  padding: 8px;
}

.text-orange-2 {
  color: #CB7324
}

.card-notif-sm {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.card-notif-sm-2 {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 3px 6px;
  margin-bottom: 5px;
}

.badges {
  width: 9px;
  max-width: 100%;
  height: 9px;
  max-height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #eb5757;
  top: 3px;
  left: 24.5px;
  padding: 0px 6px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}

.layout-text-cart {
  margin-top: 90px;
  padding-right: 280px;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
}

.card-image {
  /* padding: 10px; */
  margin: 10px 25px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  width: 150px;
  height: 115px;
}

.bg-red {
  background-color: #d41515;
}

.container-image {
  position: relative;
  /* width: 50%; */
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ea8227af;
}

.container-image:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-caption {
  position: absolute;
  bottom: 14px;
  background: #06060685;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

/* Style the tab */
.tabHorizontal {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tabHorizontal button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tabHorizontal button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabHorizontal button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 24px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the tab */
.tabVertical {
  float: left;
  border: 1px solid #bdbdbd;
  width: 100%;
  min-height: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 0px 0px 8px 0px;
}

/* Style the buttons inside the tab */
.tabVertical button {
  display: block;
  background-color: inherit;
  /* color: black; */
  color: #828282;
  font-weight: 400;
  padding: 17px 40px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tabVertical button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabVertical button.active {
  background: linear-gradient(90deg,
      #d2e1d4 0%,
      rgba(255, 255, 255, 0) 101.86%);
  border-left: 4px solid #219653;
  color: #219653;
  font-weight: 600;
  width: 90%;
}

/* Style the tab content */
.tabcontentVertical {
  float: left;
  /* padding: 15px 25px; */
  width: 100%;
  /* border-left: none; */
  height: 100%;
  margin-bottom: 20px;
  /* background: #eee; */
}

.detail-caption {
  width: 100%;
  /* background: #fff; */
  height: 100%;
  padding: 10px 8px;
  border-radius: 10px;
  /* margin-top: 44px; */
}

.title-caption {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}

.desc-caption {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
}

.icon-store {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-store2.png);
  background-size: cover;
  margin: 19px;
}

.icon-retail {
  width: 35px;
  height: 34px;
  background-image: url(../images/icon/icon-basket.png);
  background-size: cover;
  display: inline-block;
  /* margin: 19px; */
}

/* .div-title-page {
  position: absolute;
  top: 260px;
  padding: 4px 45px;
  background: #00000073;
  width: 100%;
} */

/* .wrapper {
    width: 70%;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  /* essential for enabling glyphicon */
  content: "\f078";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f077";
  /* adjust as needed, taken from bootstrap.css */
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/*  */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 62%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #1b1a1a;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0%;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/*  */
.prev1 {
  left: 36%;
}

.next1 {
  right: 36%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*  */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* .tp-bullets.simplebullets.preview1.hidebullets { */
/* bottom: 6em !important; */
/* bottom: 0em !important; */
/* } */

.box-footer {
  height: 160px;
  background: linear-gradient(270deg, #27ae60 31.15%, #a1cb47 117.6%);
  width: 100%;
  margin-top: -10em;
}

.bg-footer {
  background: linear-gradient(270deg, #219653 0%, #40815c 100%);
  width: 100%;
  height: 230px;
  bottom: 0%;
  z-index: 1;
}

.fb-button {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23219653'/%3E%3Cpath d='M33.2031 12.9531H13.7969C13.3302 12.9531 12.9531 13.3302 12.9531 13.7969V33.2031C12.9531 33.6698 13.3302 34.0469 13.7969 34.0469H33.2031C33.6698 34.0469 34.0469 33.6698 34.0469 33.2031V13.7969C34.0469 13.3302 33.6698 12.9531 33.2031 12.9531ZM30.7668 19.1099H29.0819C27.7609 19.1099 27.5052 19.7374 27.5052 20.6603V22.6932H30.6587L30.2474 25.8757H27.5052V34.0469H24.2172V25.8783H21.4671V22.6932H24.2172V20.3465C24.2172 17.6228 25.881 16.1383 28.312 16.1383C29.4774 16.1383 30.4768 16.2253 30.7694 16.2648V19.1099H30.7668Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.ig-button {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23219653'/%3E%3Cpath d='M35.1836 19.3812C35.171 18.4345 34.9938 17.4972 34.6598 16.6112C34.3703 15.8639 33.928 15.1852 33.3613 14.6185C32.7946 14.0518 32.1159 13.6095 31.3686 13.32C30.494 12.9917 29.5701 12.8142 28.6361 12.795C27.4336 12.7412 27.0523 12.7262 23.9998 12.7262C20.9473 12.7262 20.5561 12.7262 19.3623 12.795C18.4288 12.8143 17.5053 12.9918 16.6311 13.32C15.8837 13.6093 15.2049 14.0515 14.6381 14.6183C14.0714 15.185 13.6292 15.8638 13.3398 16.6112C13.0109 17.4851 12.8337 18.4089 12.8161 19.3425C12.7623 20.5462 12.7461 20.9275 12.7461 23.98C12.7461 27.0325 12.7461 27.4225 12.8161 28.6175C12.8348 29.5525 13.0111 30.475 13.3398 31.3512C13.6297 32.0984 14.0722 32.777 14.6391 33.3434C15.2061 33.9099 15.8849 34.352 16.6323 34.6412C17.5041 34.9827 18.4278 35.173 19.3636 35.2037C20.5673 35.2575 20.9486 35.2737 24.0011 35.2737C27.0536 35.2737 27.4448 35.2737 28.6386 35.2037C29.5725 35.1853 30.4965 35.0082 31.3711 34.68C32.1182 34.3901 32.7967 33.9477 33.3634 33.381C33.9301 32.8144 34.3724 32.1358 34.6623 31.3887C34.9911 30.5137 35.1673 29.5912 35.1861 28.655C35.2398 27.4525 35.2561 27.0712 35.2561 24.0175C35.2536 20.965 35.2536 20.5775 35.1836 19.3812ZM23.9923 29.7525C20.7998 29.7525 18.2136 27.1662 18.2136 23.9737C18.2136 20.7812 20.7998 18.195 23.9923 18.195C25.525 18.195 26.9948 18.8038 28.0785 19.8875C29.1623 20.9713 29.7711 22.4411 29.7711 23.9737C29.7711 25.5063 29.1623 26.9762 28.0785 28.0599C26.9948 29.1436 25.525 29.7525 23.9923 29.7525ZM30.0011 19.3287C29.2548 19.3287 28.6536 18.7262 28.6536 17.9812C28.6536 17.8044 28.6884 17.6292 28.7561 17.4658C28.8238 17.3024 28.923 17.1539 29.0481 17.0288C29.1732 16.9038 29.3216 16.8046 29.485 16.7369C29.6485 16.6692 29.8236 16.6344 30.0005 16.6344C30.1773 16.6344 30.3525 16.6692 30.5159 16.7369C30.6793 16.8046 30.8278 16.9038 30.9529 17.0288C31.0779 17.1539 31.1771 17.3024 31.2448 17.4658C31.3125 17.6292 31.3473 17.8044 31.3473 17.9812C31.3473 18.7262 30.7448 19.3287 30.0011 19.3287Z' fill='white'/%3E%3Cpath d='M23.992 27.7275C26.0652 27.7275 27.7458 26.0469 27.7458 23.9738C27.7458 21.9006 26.0652 20.22 23.992 20.22C21.9189 20.22 20.2383 21.9006 20.2383 23.9738C20.2383 26.0469 21.9189 27.7275 23.992 27.7275Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.yt-button {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23219653'/%3E%3Cpath d='M24 14.76C12.2064 14.76 12 15.8088 12 24C12 32.1912 12.2064 33.24 24 33.24C35.7936 33.24 36 32.1912 36 24C36 15.8088 35.7936 14.76 24 14.76ZM27.846 24.4008L22.458 26.916C21.9864 27.1344 21.6 26.8896 21.6 26.3688V21.6312C21.6 21.1116 21.9864 20.8656 22.458 21.084L27.846 23.5992C28.3176 23.82 28.3176 24.18 27.846 24.4008Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.tw-button {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23219653'/%3E%3Cpath d='M36.6128 16.3484C35.7082 16.7493 34.7365 17.0201 33.7149 17.1425C34.769 16.5118 35.5576 15.5191 35.9336 14.3497C34.9432 14.9379 33.8594 15.352 32.7291 15.5738C31.969 14.7623 30.9622 14.2244 29.8651 14.0436C28.768 13.8628 27.6418 14.0494 26.6616 14.5742C25.6813 15.099 24.9017 15.9328 24.4439 16.9461C23.9861 17.9594 23.8756 19.0955 24.1296 20.178C22.1229 20.0772 20.1598 19.5557 18.3678 18.6471C16.5757 17.7386 14.9947 16.4634 13.7274 14.9043C13.2941 15.6518 13.0449 16.5185 13.0449 17.4415C13.0444 18.2724 13.249 19.0906 13.6406 19.8235C14.0322 20.5563 14.5986 21.1812 15.2896 21.6427C14.4882 21.6172 13.7045 21.4006 13.0037 21.0111V21.0761C13.0037 22.2415 13.4068 23.371 14.1447 24.273C14.8826 25.175 15.9099 25.7939 17.0521 26.0248C16.3087 26.2259 15.5293 26.2556 14.7728 26.1114C15.0951 27.1142 15.7229 27.991 16.5683 28.6193C17.4137 29.2475 18.4344 29.5956 19.4875 29.6149C17.6998 31.0183 15.492 31.7795 13.2193 31.7762C12.8167 31.7763 12.4145 31.7528 12.0146 31.7058C14.3216 33.189 17.007 33.9762 19.7496 33.9732C29.0338 33.9732 34.1092 26.2837 34.1092 19.6147C34.1092 19.398 34.1038 19.1792 34.0941 18.9625C35.0813 18.2486 35.9335 17.3645 36.6106 16.3517L36.6128 16.3484Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.ina-flag {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23C8414B;' d='M473.655,88.276H38.345C17.167,88.276,0,105.443,0,126.621V256h512V126.621C512,105.443,494.833,88.276,473.655,88.276z'/%3E%3Cpath style='fill:%23F5F5F5;' d='M0,385.379c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V256H0V385.379z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.uk-flag {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%2341479B;' d='M473.655,88.276H38.345C17.167,88.276,0,105.443,0,126.621V385.38c0,21.177,17.167,38.345,38.345,38.345h435.31c21.177,0,38.345-17.167,38.345-38.345V126.621C512,105.443,494.833,88.276,473.655,88.276z'/%3E%3Cpath style='fill:%23F5F5F5;' d='M511.469,120.282c-3.022-18.159-18.797-32.007-37.814-32.007h-9.977l-163.54,107.147V88.276h-88.276v107.147L48.322,88.276h-9.977c-19.017,0-34.792,13.847-37.814,32.007l139.778,91.58H0v88.276h140.309L0.531,391.717c3.022,18.159,18.797,32.007,37.814,32.007h9.977l163.54-107.147v107.147h88.276V316.577l163.54,107.147h9.977c19.017,0,34.792-13.847,37.814-32.007l-139.778-91.58H512v-88.276H371.691L511.469,120.282z'/%3E%3Cg%3E%3Cpolygon style='fill:%23FF4B55;' points='282.483,88.276 229.517,88.276 229.517,229.517 0,229.517 0,282.483 229.517,282.483 229.517,423.724 282.483,423.724 282.483,282.483 512,282.483 512,229.517 282.483,229.517'/%3E%3Cpath style='fill:%23FF4B55;' d='M24.793,421.252l186.583-121.114h-32.428L9.224,410.31C13.377,415.157,18.714,418.955,24.793,421.252z'/%3E%3Cpath style='fill:%23FF4B55;' d='M346.388,300.138H313.96l180.716,117.305c5.057-3.321,9.277-7.807,12.287-13.075L346.388,300.138z'/%3E%3Cpath style='fill:%23FF4B55;' d='M4.049,109.475l157.73,102.387h32.428L15.475,95.842C10.676,99.414,6.749,104.084,4.049,109.475z'/%3E%3Cpath style='fill:%23FF4B55;' d='M332.566,211.862l170.035-110.375c-4.199-4.831-9.578-8.607-15.699-10.86L300.138,211.862H332.566z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.chev-right {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.chev-right-green {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='%23219653' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.chev-right-gray {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='%23BDBDBD' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.chev-right-white {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-warehouse-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.75 10.3127H4.2625C4.125 10.3127 4.0125 10.4182 4.0125 10.5471L4.00938 11.9534C4.00938 12.0823 4.12188 12.1877 4.25938 12.1877H15.75C15.8875 12.1877 16 12.0823 16 11.9534V10.5471C16 10.4182 15.8875 10.3127 15.75 10.3127ZM15.75 13.1252H4.25313C4.11563 13.1252 4.00313 13.2307 4.00313 13.3596L4 14.7659C4 14.8948 4.1125 15.0002 4.25 15.0002H15.75C15.8875 15.0002 16 14.8948 16 14.7659V13.3596C16 13.2307 15.8875 13.1252 15.75 13.1252ZM15.75 7.50024H4.26875C4.13125 7.50024 4.01875 7.60571 4.01875 7.73462L4.01562 9.14086C4.01562 9.26977 4.12813 9.37524 4.26562 9.37524H15.75C15.8875 9.37524 16 9.26977 16 9.14086V7.73462C16 7.60571 15.8875 7.50024 15.75 7.50024ZM19.0781 3.42798L10.575 0.108644C10.3922 0.037564 10.1963 0.000976563 9.99844 0.000976562C9.80057 0.000976563 9.60464 0.037564 9.42188 0.108644L0.921875 3.42798C0.365625 3.6477 0 4.15747 0 4.72583V14.7659C0 14.8948 0.1125 15.0002 0.25 15.0002H2.75C2.8875 15.0002 3 14.8948 3 14.7659V7.50024C3 6.98462 3.45625 6.56274 4.01875 6.56274H15.9812C16.5438 6.56274 17 6.98462 17 7.50024V14.7659C17 14.8948 17.1125 15.0002 17.25 15.0002H19.75C19.8875 15.0002 20 14.8948 20 14.7659V4.72583C20 4.15747 19.6344 3.6477 19.0781 3.42798Z' fill='%23BDBDBD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px !important;
}

.icon-stock-gray-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6262 16.6266C20.8869 16.6266 20.1912 16.2399 19.815 15.6211L17.0019 11.0407L14.1931 15.6211C13.8125 16.2442 13.1169 16.6309 12.3775 16.6309C12.1806 16.6309 11.9837 16.6051 11.7956 16.5492L5.80185 14.8649V22.5133C5.80185 23.1449 6.23935 23.6949 6.8606 23.8453L16.3194 26.1699C16.7656 26.2774 17.2337 26.2774 17.6756 26.1699L27.1431 23.8453C27.7644 23.6907 28.2019 23.1407 28.2019 22.5133V14.8649L22.2081 16.5449C22.02 16.6008 21.8231 16.6266 21.6262 16.6266ZM30.9275 11.8055L28.6744 7.38831C28.5387 7.1219 28.2456 6.96721 27.9437 7.00589L17.0019 8.37659L21.0137 14.9121C21.18 15.1828 21.5125 15.3117 21.8231 15.2258L30.4812 12.7981C30.9144 12.6735 31.1244 12.2008 30.9275 11.8055ZM5.32935 7.38831L3.07623 11.8055C2.87498 12.2008 3.08935 12.6735 3.5181 12.7938L12.1762 15.2215C12.4869 15.3074 12.8194 15.1785 12.9856 14.9078L17.0019 8.37659L6.0556 7.00589C5.75373 6.97151 5.46498 7.1219 5.32935 7.38831Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.user_icon {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F2F2F2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 19C20.7956 19 21.5587 18.6839 22.1213 18.1213C22.6839 17.5587 23 16.7956 23 16C23 15.2044 22.6839 14.4413 22.1213 13.8787C21.5587 13.3161 20.7956 13 20 13C19.2044 13 18.4413 13.3161 17.8787 13.8787C17.3161 14.4413 17 15.2044 17 16C17 16.7956 17.3161 17.5587 17.8787 18.1213C18.4413 18.6839 19.2044 19 20 19ZM13 28C13 27.0807 13.1811 26.1705 13.5328 25.3212C13.8846 24.4719 14.4002 23.7003 15.0503 23.0503C15.7003 22.4002 16.4719 21.8846 17.3212 21.5328C18.1705 21.1811 19.0807 21 20 21C20.9193 21 21.8295 21.1811 22.6788 21.5328C23.5281 21.8846 24.2997 22.4002 24.9497 23.0503C25.5998 23.7003 26.1154 24.4719 26.4672 25.3212C26.8189 26.1705 27 27.0807 27 28H13Z' fill='%23D0D0D0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px !important;
}

.notif_icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4999 26.583C15.8291 26.583 16.9166 25.4955 16.9166 24.1663H12.0833C12.0833 24.8073 12.3379 25.422 12.7911 25.8752C13.2443 26.3284 13.859 26.583 14.4999 26.583ZM21.7499 19.333V13.2913C21.7499 9.58176 19.7683 6.47634 16.3124 5.65467V4.83301C16.3124 3.83009 15.5028 3.02051 14.4999 3.02051C13.497 3.02051 12.6874 3.83009 12.6874 4.83301V5.65467C9.2195 6.47634 7.24992 9.56967 7.24992 13.2913V19.333L4.83325 21.7497V22.958H24.1666V21.7497L21.7499 19.333Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.cart_icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4717 8.45807C25.263 8.09631 24.964 7.79485 24.604 7.58308C24.244 7.37131 23.8352 7.25646 23.4176 7.24973H7.95091L7.25008 4.5189C7.17927 4.25529 7.0213 4.02341 6.80188 3.86105C6.58247 3.69868 6.31454 3.61539 6.04175 3.62473H3.62508C3.30461 3.62473 2.99727 3.75204 2.77066 3.97864C2.54405 4.20525 2.41675 4.5126 2.41675 4.83307C2.41675 5.15354 2.54405 5.46088 2.77066 5.68749C2.99727 5.91409 3.30461 6.0414 3.62508 6.0414H5.12341L8.45841 18.4389C8.52922 18.7025 8.6872 18.9344 8.90661 19.0968C9.12603 19.2591 9.39395 19.3424 9.66675 19.3331H20.5417C20.7649 19.3324 20.9835 19.2699 21.1733 19.1526C21.3631 19.0353 21.5168 18.8678 21.6172 18.6685L25.5805 10.7418C25.7523 10.3818 25.8323 9.98476 25.8133 9.58627C25.7943 9.18778 25.677 8.80018 25.4717 8.45807Z' fill='white'/%3E%3Cpath d='M9.0625 25.375C10.0635 25.375 10.875 24.5635 10.875 23.5625C10.875 22.5615 10.0635 21.75 9.0625 21.75C8.06148 21.75 7.25 22.5615 7.25 23.5625C7.25 24.5635 8.06148 25.375 9.0625 25.375Z' fill='white'/%3E%3Cpath d='M21.1458 25.375C22.1468 25.375 22.9583 24.5635 22.9583 23.5625C22.9583 22.5615 22.1468 21.75 21.1458 21.75C20.1447 21.75 19.3333 22.5615 19.3333 23.5625C19.3333 24.5635 20.1447 25.375 21.1458 25.375Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.email_icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.1667 4.83301H4.83341C3.50425 4.83301 2.42883 5.92051 2.42883 7.24967L2.41675 21.7497C2.41675 23.0788 3.50425 24.1663 4.83341 24.1663H24.1667C25.4959 24.1663 26.5834 23.0788 26.5834 21.7497V7.24967C26.5834 5.92051 25.4959 4.83301 24.1667 4.83301ZM23.6834 9.96842L15.1405 15.3093C14.7538 15.5509 14.2463 15.5509 13.8597 15.3093L5.31675 9.96842C5.19559 9.90041 5.08948 9.80852 5.00486 9.69831C4.92024 9.5881 4.85887 9.46186 4.82444 9.32725C4.79002 9.19263 4.78327 9.05243 4.8046 8.91513C4.82594 8.77783 4.8749 8.64628 4.94855 8.52845C5.02219 8.41063 5.11897 8.30897 5.23304 8.22963C5.34711 8.15029 5.47609 8.09492 5.61218 8.06687C5.74827 8.03882 5.88863 8.03868 6.02478 8.06644C6.16092 8.09421 6.29002 8.14932 6.40425 8.22842L14.5001 13.2913L22.5959 8.22842C22.7101 8.14932 22.8392 8.09421 22.9754 8.06644C23.1115 8.03868 23.2519 8.03882 23.388 8.06687C23.5241 8.09492 23.6531 8.15029 23.7671 8.22963C23.8812 8.30897 23.978 8.41063 24.0516 8.52845C24.1253 8.64628 24.1742 8.77783 24.1956 8.91513C24.2169 9.05243 24.2101 9.19263 24.1757 9.32725C24.1413 9.46186 24.0799 9.5881 23.9953 9.69831C23.9107 9.80852 23.8046 9.90041 23.6834 9.96842Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.cart2_icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.875 1.00008C12.6468 1.03283 12.437 1.1434 12.281 1.31308L5.687 8.00008H1C0.4 8.00008 0 8.40008 0 9.00008V11.0001C0 11.6001 0.4 12.0001 1 12.0001H1.094L3.812 21.3131C3.912 21.7131 4.312 22.0001 4.812 22.0001H21.312C21.712 22.0001 22.112 21.7121 22.312 21.3121L25 12.0001C25.6 12.0001 26 11.6001 26 11.0001V9.00008C26 8.40008 25.6 8.00008 25 8.00008H20.406L13.72 1.28108C13.6104 1.17214 13.4771 1.09008 13.3305 1.04133C13.1839 0.992573 13.028 0.978453 12.875 1.00008ZM13 3.43808L17.594 8.00008H8.5L13 3.43708V3.43808ZM17.563 10.7811C17.763 10.7811 17.943 10.8501 18.093 11.0001L18.813 11.6881C19.113 11.9881 19.113 12.5121 18.813 12.8121L12.813 18.8121C12.513 19.1121 11.988 19.1121 11.687 18.8121L8.313 15.4061C8.013 15.1061 8.013 14.6131 8.313 14.3131L9 13.5931C9.3 13.2931 9.794 13.2931 10.094 13.5931L12.313 15.8131L17 11.0001C17.1517 10.8561 17.3539 10.7775 17.563 10.7811Z' fill='%23219653'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 30px !important;
}

.doc_icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 30 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4 0H27C27.6365 0 28.247 0.252856 28.6971 0.702944C29.1471 1.15303 29.4 1.76348 29.4 2.4V29.1378C29.3999 29.2987 29.3675 29.458 29.3046 29.6061C29.2417 29.7542 29.1497 29.8882 29.034 30L23.172 35.6622C22.9484 35.8783 22.6496 35.9992 22.3386 35.9994H2.4C1.76348 35.9994 1.15303 35.7465 0.702944 35.2965C0.252857 34.8464 0 34.2359 0 33.5994V2.4C0 1.76348 0.252857 1.15303 0.702944 0.702944C1.15303 0.252856 1.76348 0 2.4 0Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 27px !important;
}

.fileup-icon {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.15363 1.91009L22.0394 5.36282C22.3728 5.45216 22.6571 5.67028 22.8296 5.96922C23.0022 6.26815 23.049 6.6234 22.9597 6.95681L18.5806 23.2997C18.4913 23.6331 18.2731 23.9174 17.9742 24.09C17.6753 24.2626 17.32 24.3093 16.9866 24.22L4.10086 20.7673C3.76745 20.6779 3.48318 20.4598 3.31059 20.1609C3.138 19.8619 3.09123 19.5067 3.18057 19.1733L7.55963 2.83039C7.64897 2.49697 7.8671 2.2127 8.16603 2.04011C8.46496 1.86752 8.82021 1.82075 9.15363 1.91009Z' fill='%23DADADA'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='5' y='3' width='17' height='20'%3E%3Cpath d='M6.4011 3.30371H19.7414C20.0866 3.30371 20.4176 3.44083 20.6617 3.68491C20.9058 3.92899 21.0429 4.26003 21.0429 4.6052V19.1048C21.0429 19.1921 21.0253 19.2784 20.9912 19.3588C20.9571 19.4391 20.9072 19.5117 20.8444 19.5724L17.6655 22.6429C17.5443 22.7601 17.3822 22.8257 17.2136 22.8258H6.4011C6.05592 22.8258 5.72489 22.6887 5.48081 22.4446C5.23673 22.2005 5.09961 21.8695 5.09961 21.5243V4.6052C5.09961 4.26003 5.23673 3.92899 5.48081 3.68491C5.72489 3.44083 6.05592 3.30371 6.4011 3.30371Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M6.4011 3.30371H19.7414C20.0866 3.30371 20.4176 3.44083 20.6617 3.68491C20.9058 3.92899 21.0429 4.26003 21.0429 4.6052V19.1048C21.0429 19.1921 21.0253 19.2784 20.9912 19.3588C20.9571 19.4391 20.9072 19.5117 20.8444 19.5724L17.6655 22.6429C17.5443 22.7601 17.3822 22.8257 17.2136 22.8258H6.4011C6.05592 22.8258 5.72489 22.6887 5.48081 22.4446C5.23673 22.2005 5.09961 21.8695 5.09961 21.5243V4.6052C5.09961 4.26003 5.23673 3.92899 5.48081 3.68491C5.72489 3.44083 6.05592 3.30371 6.4011 3.30371Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4629 19.2471H21.042V22.8262H17.4629V19.2471Z' fill='%23E0E0E0'/%3E%3Cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M17.4639 19.2471V22.8262H13.8848L17.4639 19.2471Z' fill='%23828282'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 27px !important;
}

.icon-kayu-log {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Ccircle cx='30.5' cy='30.5' r='30.5' fill='%232D9CDB'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4561 19.3073C23.8475 18.4704 25.6499 18 27.6059 18C29.5618 18 31.3643 18.4704 32.7557 19.3073C34.1471 20.1441 35.2118 21.4514 35.2118 23.0706V29.4088C36.8359 28.2303 38.3413 27.6262 38.3413 27.6262L39.6882 31.1915C39.6882 31.1915 38.4205 31.6668 37.1529 32.6572C36.3606 33.2761 35.6376 33.9991 35.2118 34.8756V39.55C35.2118 41.704 31.7901 43.353 27.6059 43.353C27.5636 43.353 27.5214 43.353 27.4791 43.353C26.8876 43.3537 26.296 43.3543 25.7044 43.2341C25.7044 43.2341 22.5353 39.1687 22.5353 34.4794V42.323C21.0151 41.6892 20 40.6889 20 39.55V23.0706C20 21.4514 21.0646 20.1441 22.4561 19.3073ZM31.4478 21.4854C30.5466 20.9457 29.1502 20.5347 27.6053 20.5347C26.0603 20.5347 24.6639 20.9457 23.7627 21.4854C22.8615 22.0252 22.5347 22.5897 22.5347 23.07C22.5347 23.3968 22.7129 23.7682 23.0893 24.1395C23.8469 22.763 25.3027 21.8023 26.9714 21.8023H28.8729V24.3376H26.9714C26.2138 24.3376 25.6196 24.704 25.3077 25.2884C25.9959 25.4765 26.7833 25.6053 27.6053 25.6053C29.1502 25.6053 30.5466 25.1943 31.4478 24.6545C32.349 24.1148 32.6759 23.5503 32.6759 23.07C32.6759 22.5897 32.349 22.0252 31.4478 21.4854Z' fill='%232D9CDB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 50px !important;
}

.icon-industri-kayu {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='30.5' cy='30.5' r='30.5' fill='%23EB5757'/%3E%3Cpath d='M27.5168 35.0043L26.8574 34.6878V33.3371L35.4289 29.2852L44.0003 33.3371V34.6878L43.3409 35.0043V40.6391C43.3409 40.9064 43.2499 41.1069 43.0679 41.2405C42.8859 41.3742 42.6473 41.441 42.3519 41.441C42.0566 41.441 41.8179 41.3742 41.6359 41.2405C41.4539 41.1069 41.3629 40.9064 41.3629 40.6391V35.9329L36.4179 38.2754V43.3404C36.4179 43.6077 36.3269 43.8082 36.1449 43.9418C35.9628 44.0755 35.7242 44.1423 35.4289 44.1423C35.1335 44.1423 34.8949 44.0755 34.7128 43.9418C34.5308 43.8082 34.4398 43.6077 34.4398 43.3404V38.2754L29.4948 35.9329V40.6391C29.4948 40.9064 29.4038 41.1069 29.2218 41.2405C29.0398 41.3742 28.8011 41.441 28.5058 41.441C28.2104 41.441 27.9718 41.3742 27.7898 41.2405C27.6078 41.1069 27.5168 40.9064 27.5168 40.6391V35.0043Z' fill='%23EB5757'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4294 21.1107C24.5794 21.6071 24.0009 22.5179 24.0009 23.5714V28.1429H22.2866V23.5714C22.2866 21.0464 24.333 19 26.858 19H29.1437C31.6687 19 33.7151 21.0464 33.7151 23.5714V28.1429H32.0009V23.5714C32.0009 22.5179 31.4223 21.6071 30.5723 21.1107V28.1429H28.858V20.7143H27.1437V28.1429H25.4294V21.1107ZM26.2858 32.7143L33.5715 29.2857H21.5259C21.033 29.2857 20.5973 29.6 20.4401 30.0679L20.058 31.2107C19.8151 31.95 20.3651 32.7143 21.1437 32.7143V36.7143C21.1437 37.0286 21.4009 37.2857 21.7151 37.2857H22.858C23.1723 37.2857 23.4294 37.0286 23.4294 36.7143V32.7143H26.2858Z' fill='%23EB5757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 50px !important;
}

.icon-non-kayu {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Ccircle cx='30.5' cy='30.5' r='30.5' fill='%2327AE60'/%3E%3C/g%3E%3Cpath d='M35 27.125L39.9174 29.0926C40.1261 29.176 40.3051 29.3201 40.4312 29.5061C40.5574 29.6922 40.6249 29.9118 40.625 30.1366V40.625C40.625 40.9234 40.5065 41.2095 40.2955 41.4205C40.0845 41.6315 39.7984 41.75 39.5 41.75H21.5C21.2016 41.75 20.9155 41.6315 20.7045 41.4205C20.4935 41.2095 20.375 40.9234 20.375 40.625V30.1366C20.375 29.6765 20.6551 29.2625 21.0826 29.0926L26 27.125H35ZM39.5 32.75H26V38.375H39.5V32.75ZM35 20.375C35.2984 20.375 35.5845 20.4935 35.7955 20.7045C36.0065 20.9155 36.125 21.2016 36.125 21.5V26H24.875V21.5C24.875 21.2016 24.9935 20.9155 25.2045 20.7045C25.4155 20.4935 25.7016 20.375 26 20.375H35Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 50px !important;
}

.icon-wisata {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='30.5' cy='30.5' r='30.5' fill='%23F2C94C'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.655 41.1226V38.9256C40.562 38.5076 42 36.6906 42 34.5156C42 33.1346 41.708 32.8536 38.464 24.4746C38.452 24.4746 38.304 24.0156 37.818 24.0156C37.33 24.0156 37.185 24.4766 37.175 24.4766C36.564 26.0566 36.065 27.3396 35.647 28.4136C36.377 30.2266 36.5 30.8276 36.5 31.8486C36.5 33.8176 35.616 35.5856 34.211 36.7836C34.801 37.8686 35.801 38.6666 36.982 38.9256V40.6696C35.444 40.3306 33.452 40.0836 30.917 40.0326V37.2716C33.516 36.8356 35.5 34.5716 35.5 31.8486C35.5 30.1616 35.116 29.8176 30.847 19.5776C30.833 19.5776 30.638 19.0156 30 19.0156C29.357 19.0156 29.167 19.5796 29.153 19.5796C24.52 30.7246 24.5 30.4166 24.5 31.8486C24.5 34.5716 26.484 36.8356 29.083 37.2716V40.0326C26.521 40.0836 24.512 40.3356 22.967 40.6806V38.9256C24.153 38.6626 25.154 37.8486 25.736 36.7396C24.361 35.5416 23.5 33.7936 23.5 31.8486C23.5 30.9146 23.524 30.5716 24.344 28.5246C23.92 27.4366 23.406 26.1146 22.777 24.4746C22.766 24.4746 22.62 24.0156 22.139 24.0156C21.655 24.0156 21.512 24.4766 21.502 24.4766C18.015 33.5956 18 33.3436 18 34.5156C18 36.6906 19.423 38.5076 21.311 38.9256V41.1336C18.724 41.9856 18 43.0156 18 43.0156H42C42 43.0156 41.268 41.9776 38.655 41.1226Z' fill='%23F2C94C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white' transform='translate(18 19)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 50px !important;
}

.icon-pdam {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3831 5.14748C12.3435 5.10123 12.2944 5.0641 12.2391 5.03864C12.1837 5.01318 12.1236 5 12.0627 5C12.0018 5 11.9416 5.01318 11.8863 5.03864C11.831 5.0641 11.7818 5.10123 11.7422 5.14748C10.6292 6.44932 7 10.95 7 14.2839C7 17.3906 8.95609 19.3464 12.0625 19.3464C15.1689 19.3464 17.125 17.3906 17.125 14.2839C17.125 10.95 13.4958 6.44932 12.3831 5.14748ZM12.625 17.5183C12.5574 17.5184 12.4908 17.5023 12.4308 17.4714C12.3707 17.4404 12.319 17.3955 12.2799 17.3403C12.2408 17.2852 12.2156 17.2215 12.2062 17.1546C12.1969 17.0877 12.2038 17.0195 12.2263 16.9558C12.2551 16.8726 12.3094 16.8007 12.3814 16.7502C12.4534 16.6997 12.5395 16.6732 12.6275 16.6745C13.1859 16.6733 13.7211 16.4509 14.1159 16.0561C14.5108 15.6612 14.7332 15.126 14.7344 14.5676C14.7331 14.4796 14.7596 14.3935 14.8101 14.3215C14.8606 14.2495 14.9325 14.1952 15.0156 14.1665C15.0793 14.1439 15.1475 14.1371 15.2144 14.1464C15.2814 14.1557 15.3451 14.1809 15.4002 14.22C15.4553 14.2591 15.5003 14.3108 15.5312 14.3709C15.5622 14.431 15.5783 14.4976 15.5781 14.5651C15.5773 15.3481 15.26 17.206 13.408 17.5174 12.625 17.5183Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-listrik {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14634 4C8.69604 4 8.30084 4.2983 8.17639 4.7315L6.03889 12.2118C5.99592 12.362 5.98844 12.5202 6.01703 12.6738C6.04562 12.8274 6.1095 12.9723 6.20364 13.097C6.29777 13.2217 6.41959 13.3229 6.55949 13.3925C6.69938 13.4621 6.85353 13.4982 7.00979 13.4981H8.21344L7.10194 17.9441C6.85114 18.9464 8.09089 19.6323 8.80814 18.8894L17.0503 10.4742L17.0541 10.4705C17.6621 9.8368 17.2251 8.75 16.3255 8.75H13.8897L15.0886 5.3357L15.0905 5.3281C15.1411 5.17639 15.1549 5.01483 15.1308 4.85674C15.1067 4.69865 15.0453 4.54856 14.9518 4.41884C14.8582 4.28912 14.7352 4.1835 14.5928 4.11067C14.4505 4.03785 14.2928 3.99992 14.1329 4H9.14634Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-pulsa {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3396 4.07096C12.916 3.91638 13.5301 3.99705 14.0469 4.29523C14.5638 4.59341 14.941 5.08467 15.0956 5.66096L17.8536 15.951C17.9302 16.2365 17.9497 16.5342 17.911 16.8273C17.8724 17.1203 17.7765 17.4029 17.6286 17.6588C17.4808 17.9147 17.284 18.139 17.0494 18.3189C16.8149 18.4987 16.5472 18.6306 16.2616 18.707L11.6666 19.937C11.3812 20.0135 11.0834 20.033 10.7903 19.9944C10.4973 19.9558 10.2148 19.8598 9.95882 19.7119C9.70288 19.5641 9.47858 19.3673 9.29873 19.1327C9.11889 18.8982 8.98701 18.6305 8.91065 18.345L6.15665 8.05896C6.00237 7.48278 6.08319 6.86893 6.38134 6.35232C6.67949 5.83571 7.17058 5.45863 7.74665 5.30396L12.3396 4.07096ZM14.6896 15.281C14.6642 15.1857 14.6203 15.0964 14.5603 15.0182C14.5004 14.9399 14.4256 14.8743 14.3402 14.8249C14.2549 14.7756 14.1606 14.7436 14.0629 14.7308C13.9652 14.7179 13.8659 14.7244 13.7706 14.75L11.8386 15.268L11.7426 15.301C11.5692 15.3757 11.4304 15.5132 11.3539 15.6859C11.2774 15.8585 11.2689 16.0537 11.33 16.2324C11.3911 16.4111 11.5174 16.5601 11.6836 16.6498C11.8498 16.7394 12.0438 16.763 12.2266 16.716L14.1586 16.199L14.2556 16.166C14.4229 16.0957 14.559 15.9673 14.6388 15.8044C14.7186 15.6415 14.7367 15.4552 14.6896 15.28V15.281Z' fill='%23BDBDBD'/%3E%3Cpath d='M18.6776 2.39355C18.7247 2.30697 18.7884 2.23052 18.8651 2.16857C18.9417 2.10663 19.0298 2.0604 19.1244 2.03254C19.2189 2.00468 19.318 1.99573 19.4161 2.0062C19.5141 2.01666 19.609 2.04635 19.6956 2.09355C20.0146 2.26855 20.4496 2.60355 20.8786 3.12455C21.3106 3.64955 21.6436 4.26855 21.8346 4.98455C22.0948 5.94551 22.0546 6.96307 21.7196 7.90055C21.6401 8.13686 21.5373 8.36465 21.4126 8.58055C21.3137 8.74294 21.1568 8.86171 20.9737 8.91285C20.7906 8.96399 20.5949 8.94367 20.4262 8.85602C20.2575 8.76836 20.1284 8.6199 20.0649 8.44067C20.0015 8.26144 20.0085 8.06481 20.0846 7.89055L20.1316 7.80055C20.5147 7.05047 20.6055 6.18484 20.3866 5.37155C20.2605 4.89722 20.0333 4.45578 19.7206 4.07755C19.4266 3.72055 19.1396 3.49855 18.9756 3.40955C18.8013 3.31408 18.6721 3.15337 18.6162 2.9627C18.5603 2.77202 18.5824 2.56697 18.6776 2.39255V2.39355Z' fill='%23BDBDBD'/%3E%3Cpath d='M17.5001 4.44383C17.6206 4.28565 17.7991 4.18182 17.9962 4.15519C18.1933 4.12856 18.3929 4.18131 18.5511 4.30183C18.6851 4.40283 18.8571 4.56683 19.0291 4.79283C19.2171 5.04183 19.3631 5.31783 19.4451 5.62383C19.5621 6.06083 19.5381 6.49583 19.4321 6.90783L19.3801 7.08483C19.3658 7.1291 19.3498 7.1728 19.3321 7.21583C19.2593 7.3922 19.1221 7.53422 18.9483 7.61299C18.7746 7.69175 18.5773 7.70132 18.3967 7.63977C18.2162 7.57822 18.0658 7.45016 17.9763 7.28167C17.8869 7.11317 17.8649 6.91691 17.9151 6.73283L17.9651 6.58483C18.0273 6.40017 18.0377 6.20198 17.9951 6.01183C17.9614 5.89815 17.9065 5.79192 17.8331 5.69883C17.7856 5.63571 17.7327 5.57682 17.6751 5.52283L17.6421 5.49483C17.4839 5.37428 17.3801 5.19583 17.3534 4.99874C17.3268 4.80164 17.3796 4.60204 17.5001 4.44383Z' fill='%23BDBDBD'/%3E%3Cpath d='M2.53865 15.4122C2.6334 15.2469 2.78751 15.1238 2.96969 15.068C3.15186 15.0122 3.34844 15.0279 3.51951 15.1118C3.69058 15.1956 3.82332 15.3415 3.89076 15.5197C3.95821 15.6979 3.95531 15.895 3.88265 16.0712L3.78765 16.2642C3.46815 17.0009 3.4089 17.8243 3.61965 18.5992C3.75365 19.0992 3.98265 19.5342 4.28065 19.9082C4.53865 20.2302 4.79065 20.4472 4.96065 20.5602L5.02765 20.6022C5.11363 20.6511 5.1891 20.7165 5.2497 20.7946C5.3103 20.8728 5.35484 20.9622 5.38076 21.0577C5.40667 21.1531 5.41345 21.2527 5.4007 21.3508C5.38795 21.4489 5.35593 21.5435 5.30647 21.6292C5.25701 21.7148 5.1911 21.7899 5.11253 21.8499C5.03396 21.91 4.94428 21.954 4.84866 21.9792C4.75303 22.0045 4.65335 22.0106 4.55535 21.9972C4.45736 21.9838 4.36298 21.9512 4.27765 21.9012C3.96265 21.7192 3.53265 21.3742 3.10965 20.8442C2.67062 20.2973 2.35047 19.6648 2.16965 18.9872C1.90925 18.0287 1.93918 17.0146 2.25565 16.0732C2.35565 15.7732 2.45965 15.5492 2.53865 15.4132V15.4122Z' fill='%23BDBDBD'/%3E%3Cpath d='M4.67346 16.757C4.74672 16.5822 4.88343 16.4416 5.05612 16.3635C5.22881 16.2854 5.42467 16.2756 5.60431 16.336C5.78395 16.3964 5.93405 16.5226 6.02443 16.6892C6.1148 16.8558 6.13876 17.0505 6.09146 17.234L6.04247 17.382C5.9805 17.5671 5.97013 17.7655 6.01246 17.956C6.04146 18.059 6.09746 18.166 6.17646 18.272C6.23646 18.351 6.29446 18.412 6.33446 18.45L6.36746 18.478C6.5194 18.6013 6.61716 18.779 6.6399 18.9733C6.66263 19.1676 6.60855 19.3631 6.48917 19.5181C6.36979 19.6731 6.19458 19.7753 6.0009 19.803C5.80723 19.8306 5.61042 19.7814 5.45246 19.666C5.27314 19.5233 5.11343 19.3575 4.97747 19.173C4.78782 18.9261 4.64759 18.645 4.56446 18.345C4.457 17.924 4.46044 17.4823 4.57446 17.063L4.62646 16.887C4.64048 16.8431 4.65616 16.7997 4.67346 16.757Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-search {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3337 23.9993C15.7003 23.9989 17.9987 23.2066 19.863 21.7487L24.7817 26.6673C25.3023 27.188 26.1464 27.188 26.667 26.6674C27.1876 26.1467 27.1876 25.3026 26.667 24.782L21.7483 19.8633C23.207 17.9989 23.9998 15.6999 24.0003 13.3327C24.0003 7.45135 19.215 2.66602 13.3337 2.66602C7.45233 2.66602 2.66699 7.45135 2.66699 13.3327C2.66699 19.214 7.45233 23.9993 13.3337 23.9993ZM13.3337 5.33268C17.7457 5.33268 21.3337 8.92068 21.3337 13.3327C21.3337 17.7447 17.7457 21.3327 13.3337 21.3327C8.92166 21.3327 5.33366 17.7447 5.33366 13.3327C5.33366 8.92068 8.92166 5.33268 13.3337 5.33268Z' fill='%23FFFFFF'/%3E%3Cpath d='M15.2161 11.4481C15.3985 11.631 15.5513 11.835 15.6722 12.0545C16.0278 12.7 16.5976 13.3334 17.3346 13.3334C18.0707 13.3334 18.6843 12.7282 18.5025 12.0149C18.4398 11.7688 18.3593 11.527 18.2615 11.2914C17.9929 10.6442 17.5986 10.0567 17.1014 9.56278C15.402 7.86563 12.6528 7.59721 10.6222 8.75751C9.98307 9.12268 9.98647 9.98501 10.5062 10.5062C11.0264 11.0279 11.8815 10.9886 12.5918 10.7932C13.499 10.5435 14.5291 10.7629 15.2161 11.4481Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon-retail-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 11C19.276 11 19.5117 11.0977 19.707 11.293C19.9023 11.4883 20 11.724 20 12C20 12.276 19.9023 12.5117 19.707 12.707C19.5117 12.9023 19.276 13 19 13H18.8828L17.9844 18.1719C17.9427 18.4115 17.8281 18.6094 17.6406 18.7656C17.4531 18.9219 17.2396 19 17 19H7C6.76042 19 6.54688 18.9219 6.35938 18.7656C6.17188 18.6094 6.05729 18.4115 6.01562 18.1719L5.11719 13H5C4.72396 13 4.48828 12.9023 4.29297 12.707C4.09766 12.5117 4 12.276 4 12C4 11.724 4.09766 11.4883 4.29297 11.293C4.48828 11.0977 4.72396 11 5 11H19ZM7.78906 17.25C7.92448 17.2396 8.03776 17.181 8.12891 17.0742C8.22005 16.9674 8.26042 16.8464 8.25 16.7109L8 13.4609C7.98958 13.3255 7.93099 13.2122 7.82422 13.1211C7.71745 13.0299 7.59635 12.9896 7.46094 13C7.32552 13.0104 7.21224 13.069 7.12109 13.1758C7.02995 13.2826 6.98958 13.4036 7 13.5391L7.25 16.7891C7.26042 16.9193 7.3138 17.0286 7.41016 17.1172C7.50651 17.2057 7.61979 17.25 7.75 17.25H7.78906ZM11 16.75V13.5C11 13.3646 10.9505 13.2474 10.8516 13.1484C10.7526 13.0495 10.6354 13 10.5 13C10.3646 13 10.2474 13.0495 10.1484 13.1484C10.0495 13.2474 10 13.3646 10 13.5V16.75C10 16.8854 10.0495 17.0026 10.1484 17.1016C10.2474 17.2005 10.3646 17.25 10.5 17.25C10.6354 17.25 10.7526 17.2005 10.8516 17.1016C10.9505 17.0026 11 16.8854 11 16.75ZM14 16.75V13.5C14 13.3646 13.9505 13.2474 13.8516 13.1484C13.7526 13.0495 13.6354 13 13.5 13C13.3646 13 13.2474 13.0495 13.1484 13.1484C13.0495 13.2474 13 13.3646 13 13.5V16.75C13 16.8854 13.0495 17.0026 13.1484 17.1016C13.2474 17.2005 13.3646 17.25 13.5 17.25C13.6354 17.25 13.7526 17.2005 13.8516 17.1016C13.9505 17.0026 14 16.8854 14 16.75ZM16.75 16.7891L17 13.5391C17.0104 13.4036 16.9701 13.2826 16.8789 13.1758C16.7878 13.069 16.6745 13.0104 16.5391 13C16.4036 12.9896 16.2826 13.0299 16.1758 13.1211C16.069 13.2122 16.0104 13.3255 16 13.4609L15.75 16.7109C15.7396 16.8464 15.7799 16.9674 15.8711 17.0742C15.9622 17.181 16.0755 17.2396 16.2109 17.25H16.25C16.3802 17.25 16.4935 17.2057 16.5898 17.1172C16.6862 17.0286 16.7396 16.9193 16.75 16.7891ZM7.71875 7.28125L6.99219 10.5H5.96094L6.75 7.05469C6.84896 6.59635 7.08073 6.22266 7.44531 5.93359C7.8099 5.64453 8.22656 5.5 8.69531 5.5H10C10 5.36458 10.0495 5.2474 10.1484 5.14844C10.2474 5.04948 10.3646 5 10.5 5H13.5C13.6354 5 13.7526 5.04948 13.8516 5.14844C13.9505 5.2474 14 5.36458 14 5.5H15.3047C15.7734 5.5 16.1901 5.64453 16.5547 5.93359C16.9193 6.22266 17.151 6.59635 17.25 7.05469L18.0391 10.5H17.0078L16.2812 7.28125C16.224 7.05208 16.1055 6.86458 15.9258 6.71875C15.7461 6.57292 15.5391 6.5 15.3047 6.5H14C14 6.63542 13.9505 6.7526 13.8516 6.85156C13.7526 6.95052 13.6354 7 13.5 7H10.5C10.3646 7 10.2474 6.95052 10.1484 6.85156C10.0495 6.7526 10 6.63542 10 6.5H8.69531C8.46094 6.5 8.25391 6.57292 8.07422 6.71875C7.89453 6.86458 7.77604 7.05208 7.71875 7.28125Z' fill='%23F2994A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px !important;
}

.icon-retail-3 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 11C19.276 11 19.5117 11.0977 19.707 11.293C19.9023 11.4883 20 11.724 20 12C20 12.276 19.9023 12.5117 19.707 12.707C19.5117 12.9023 19.276 13 19 13H18.8828L17.9844 18.1719C17.9427 18.4115 17.8281 18.6094 17.6406 18.7656C17.4531 18.9219 17.2396 19 17 19H7C6.76042 19 6.54688 18.9219 6.35938 18.7656C6.17188 18.6094 6.05729 18.4115 6.01562 18.1719L5.11719 13H5C4.72396 13 4.48828 12.9023 4.29297 12.707C4.09766 12.5117 4 12.276 4 12C4 11.724 4.09766 11.4883 4.29297 11.293C4.48828 11.0977 4.72396 11 5 11H19ZM7.78906 17.25C7.92448 17.2396 8.03776 17.181 8.12891 17.0742C8.22005 16.9674 8.26042 16.8464 8.25 16.7109L8 13.4609C7.98958 13.3255 7.93099 13.2122 7.82422 13.1211C7.71745 13.0299 7.59635 12.9896 7.46094 13C7.32552 13.0104 7.21224 13.069 7.12109 13.1758C7.02995 13.2826 6.98958 13.4036 7 13.5391L7.25 16.7891C7.26042 16.9193 7.3138 17.0286 7.41016 17.1172C7.50651 17.2057 7.61979 17.25 7.75 17.25H7.78906ZM11 16.75V13.5C11 13.3646 10.9505 13.2474 10.8516 13.1484C10.7526 13.0495 10.6354 13 10.5 13C10.3646 13 10.2474 13.0495 10.1484 13.1484C10.0495 13.2474 10 13.3646 10 13.5V16.75C10 16.8854 10.0495 17.0026 10.1484 17.1016C10.2474 17.2005 10.3646 17.25 10.5 17.25C10.6354 17.25 10.7526 17.2005 10.8516 17.1016C10.9505 17.0026 11 16.8854 11 16.75ZM14 16.75V13.5C14 13.3646 13.9505 13.2474 13.8516 13.1484C13.7526 13.0495 13.6354 13 13.5 13C13.3646 13 13.2474 13.0495 13.1484 13.1484C13.0495 13.2474 13 13.3646 13 13.5V16.75C13 16.8854 13.0495 17.0026 13.1484 17.1016C13.2474 17.2005 13.3646 17.25 13.5 17.25C13.6354 17.25 13.7526 17.2005 13.8516 17.1016C13.9505 17.0026 14 16.8854 14 16.75ZM16.75 16.7891L17 13.5391C17.0104 13.4036 16.9701 13.2826 16.8789 13.1758C16.7878 13.069 16.6745 13.0104 16.5391 13C16.4036 12.9896 16.2826 13.0299 16.1758 13.1211C16.069 13.2122 16.0104 13.3255 16 13.4609L15.75 16.7109C15.7396 16.8464 15.7799 16.9674 15.8711 17.0742C15.9622 17.181 16.0755 17.2396 16.2109 17.25H16.25C16.3802 17.25 16.4935 17.2057 16.5898 17.1172C16.6862 17.0286 16.7396 16.9193 16.75 16.7891ZM7.71875 7.28125L6.99219 10.5H5.96094L6.75 7.05469C6.84896 6.59635 7.08073 6.22266 7.44531 5.93359C7.8099 5.64453 8.22656 5.5 8.69531 5.5H10C10 5.36458 10.0495 5.2474 10.1484 5.14844C10.2474 5.04948 10.3646 5 10.5 5H13.5C13.6354 5 13.7526 5.04948 13.8516 5.14844C13.9505 5.2474 14 5.36458 14 5.5H15.3047C15.7734 5.5 16.1901 5.64453 16.5547 5.93359C16.9193 6.22266 17.151 6.59635 17.25 7.05469L18.0391 10.5H17.0078L16.2812 7.28125C16.224 7.05208 16.1055 6.86458 15.9258 6.71875C15.7461 6.57292 15.5391 6.5 15.3047 6.5H14C14 6.63542 13.9505 6.7526 13.8516 6.85156C13.7526 6.95052 13.6354 7 13.5 7H10.5C10.3646 7 10.2474 6.95052 10.1484 6.85156C10.0495 6.7526 10 6.63542 10 6.5H8.69531C8.46094 6.5 8.25391 6.57292 8.07422 6.71875C7.89453 6.86458 7.77604 7.05208 7.71875 7.28125Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.icon-kontrak-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.293 4H8C7.46957 4 6.96086 4.21071 6.58579 4.58579C6.21071 4.96086 6 5.46957 6 6V18C6 18.5304 6.21071 19.0391 6.58579 19.4142C6.96086 19.7893 7.46957 20 8 20H16C16.5304 20 17.0391 19.7893 17.4142 19.4142C17.7893 19.0391 18 18.5304 18 18V8.707C17.9999 8.4418 17.8945 8.18749 17.707 8L14 4.293C13.8125 4.10545 13.5582 4.00006 13.293 4V4ZM13.5 7.5V5.5L16.5 8.5H14.5C14.2348 8.5 13.9804 8.39464 13.7929 8.20711C13.6054 8.01957 13.5 7.76522 13.5 7.5ZM8.5 13C8.36739 13 8.24021 12.9473 8.14645 12.8536C8.05268 12.7598 8 12.6326 8 12.5C8 12.3674 8.05268 12.2402 8.14645 12.1464C8.24021 12.0527 8.36739 12 8.5 12H15.5C15.6326 12 15.7598 12.0527 15.8536 12.1464C15.9473 12.2402 16 12.3674 16 12.5C16 12.6326 15.9473 12.7598 15.8536 12.8536C15.7598 12.9473 15.6326 13 15.5 13H8.5ZM8 14.5C8 14.3674 8.05268 14.2402 8.14645 14.1464C8.24021 14.0527 8.36739 14 8.5 14H15.5C15.6326 14 15.7598 14.0527 15.8536 14.1464C15.9473 14.2402 16 14.3674 16 14.5C16 14.6326 15.9473 14.7598 15.8536 14.8536C15.7598 14.9473 15.6326 15 15.5 15H8.5C8.36739 15 8.24021 14.9473 8.14645 14.8536C8.05268 14.7598 8 14.6326 8 14.5ZM8.5 17C8.36739 17 8.24021 16.9473 8.14645 16.8536C8.05268 16.7598 8 16.6326 8 16.5C8 16.3674 8.05268 16.2402 8.14645 16.1464C8.24021 16.0527 8.36739 16 8.5 16H12.5C12.6326 16 12.7598 16.0527 12.8536 16.1464C12.9473 16.2402 13 16.3674 13 16.5C13 16.6326 12.9473 16.7598 12.8536 16.8536C12.7598 16.9473 12.6326 17 12.5 17H8.5Z' fill='%23F2994A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px !important;
}

.icon-grid {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.375 16H14.625C14.9897 16 15.3394 15.8551 15.5973 15.5973C15.8551 15.3394 16 14.9897 16 14.625V6.375C16 6.01033 15.8551 5.66059 15.5973 5.40273C15.3394 5.14487 14.9897 5 14.625 5H6.375C6.01033 5 5.66059 5.14487 5.40273 5.40273C5.14487 5.66059 5 6.01033 5 6.375V14.625C5 14.9897 5.14487 15.3394 5.40273 15.5973C5.66059 15.8551 6.01033 16 6.375 16ZM20.125 16H28.375C28.7397 16 29.0894 15.8551 29.3473 15.5973C29.6051 15.3394 29.75 14.9897 29.75 14.625V6.375C29.75 6.01033 29.6051 5.66059 29.3473 5.40273C29.0894 5.14487 28.7397 5 28.375 5H20.125C19.7603 5 19.4106 5.14487 19.1527 5.40273C18.8949 5.66059 18.75 6.01033 18.75 6.375V14.625C18.75 14.9897 18.8949 15.3394 19.1527 15.5973C19.4106 15.8551 19.7603 16 20.125 16ZM6.375 29.75H14.625C14.9897 29.75 15.3394 29.6051 15.5973 29.3473C15.8551 29.0894 16 28.7397 16 28.375V20.125C16 19.7603 15.8551 19.4106 15.5973 19.1527C15.3394 18.8949 14.9897 18.75 14.625 18.75H6.375C6.01033 18.75 5.66059 18.8949 5.40273 19.1527C5.14487 19.4106 5 19.7603 5 20.125V28.375C5 28.7397 5.14487 29.0894 5.40273 29.3473C5.66059 29.6051 6.01033 29.75 6.375 29.75ZM24.25 29.75C27.2833 29.75 29.75 27.2833 29.75 24.25C29.75 21.2167 27.2833 18.75 24.25 18.75C21.2167 18.75 18.75 21.2167 18.75 24.25C18.75 27.2833 21.2167 29.75 24.25 29.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-filter {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9287 28.6426C11.9287 29.2476 12.414 29.7363 13.0156 29.7363H21.9843C22.5859 29.7363 23.0712 29.2476 23.0712 28.6426V21.9434H11.9287V28.6426ZM30.0815 5.26367H4.91841C4.08101 5.26367 3.55806 6.17627 3.97847 6.9043L11.5424 19.7559H23.4643L31.0283 6.9043C31.4418 6.17627 30.9189 5.26367 30.0815 5.26367Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-filter-3 {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2327AE60' d='M3,17V19H9V17H3M3,5V7H13V5H3M13,21V19H21V17H13V15H11V21H13M7,9V11H3V13H7V15H9V9H7M21,13V11H11V13H21M15,9H17V7H21V5H17V3H15V9Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-sort {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2327AE60' d='M3,13H15V11H3M3,6V8H21V6M3,18H9V16H3V18Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-sort-wh {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M3,13H15V11H3M3,6V8H21V6M3,18H9V16H3V18Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico-industri-kayu {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5168 19.0043L9.85742 18.6878V17.3371L18.4289 13.2852L27.0003 17.3371V18.6878L26.3409 19.0043V24.6391C26.3409 24.9064 26.2499 25.1069 26.0679 25.2405C25.8859 25.3742 25.6473 25.441 25.3519 25.441C25.0566 25.441 24.8179 25.3742 24.6359 25.2405C24.4539 25.1069 24.3629 24.9064 24.3629 24.6391V19.9329L19.4179 22.2754V27.3404C19.4179 27.6077 19.3269 27.8082 19.1449 27.9418C18.9628 28.0755 18.7242 28.1423 18.4289 28.1423C18.1335 28.1423 17.8949 28.0755 17.7128 27.9418C17.5308 27.8082 17.4398 27.6077 17.4398 27.3404V22.2754L12.4948 19.9329V24.6391C12.4948 24.9064 12.4038 25.1069 12.2218 25.2405C12.0398 25.3742 11.8011 25.441 11.5058 25.441C11.2104 25.441 10.9718 25.3742 10.7898 25.2405C10.6078 25.1069 10.5168 24.9064 10.5168 24.6391V19.0043Z' fill='%23EB5757'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.42943 5.11071C7.57943 5.60714 7.00086 6.51786 7.00086 7.57143V12.1429H5.28658V7.57143C5.28658 5.04643 7.33301 3 9.85801 3H12.1437C14.6687 3 16.7151 5.04643 16.7151 7.57143V12.1429H15.0009V7.57143C15.0009 6.51786 14.4223 5.60714 13.5723 5.11071V12.1429H11.858V4.71429H10.1437V12.1429H8.42943V5.11071ZM9.28576 16.7143L16.5715 13.2857H4.52586C4.03301 13.2857 3.59729 13.6 3.44015 14.0679L3.05801 15.2107C2.81515 15.95 3.36515 16.7143 4.14372 16.7143V20.7143C4.14372 21.0286 4.40086 21.2857 4.71515 21.2857H5.85801C6.17229 21.2857 6.42943 21.0286 6.42943 20.7143V16.7143H9.28576Z' fill='%23EB5757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.ico-log-kayu {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12072 6.13437C10.3222 5.4082 11.8785 5 13.5674 5C15.2563 5 16.8126 5.4082 18.0141 6.13437C19.2155 6.86054 20.1348 7.9949 20.1348 9.39997V14.8999C21.5372 13.8773 22.837 13.3531 22.837 13.3531L24 16.4468C24 16.4468 22.9054 16.8593 21.8109 17.7187C21.1268 18.2558 20.5025 18.8831 20.1348 19.6437V23.6999C20.1348 25.569 17.1803 26.9998 13.5674 26.9998C13.5309 26.9998 13.4944 26.9999 13.4579 26.9999C12.9471 27.0005 12.4363 27.001 11.9256 26.8967C11.9256 26.8967 9.18913 23.369 9.18913 19.2999V26.1061C7.87651 25.5561 7 24.6881 7 23.6999V9.39997C7 7.9949 7.91927 6.86053 9.12072 6.13437ZM16.8847 8.02438C16.1065 7.55602 14.9008 7.19938 13.5668 7.19938C12.2328 7.19938 11.0271 7.55602 10.2489 8.02438C9.47073 8.49273 9.18853 8.98258 9.18853 9.39937C9.18853 9.68296 9.34246 10.0052 9.66741 10.3275C10.3216 9.13296 11.5786 8.29938 13.0195 8.29938H14.6614V10.4994H13.0195C12.3653 10.4994 11.8523 10.8173 11.5829 11.3244C12.1772 11.4876 12.857 11.5994 13.5668 11.5994C14.9008 11.5994 16.1065 11.2427 16.8847 10.7744C17.6629 10.306 17.9451 9.81616 17.9451 9.39937C17.9451 8.98258 17.6629 8.49273 16.8847 8.02438Z' fill='%232D9CDB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.ico-non-kayu {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12.125L24.9174 14.0926C25.1261 14.176 25.3051 14.3201 25.4312 14.5061C25.5574 14.6922 25.6249 14.9118 25.625 15.1366V25.625C25.625 25.9234 25.5065 26.2095 25.2955 26.4205C25.0845 26.6315 24.7984 26.75 24.5 26.75H6.5C6.20163 26.75 5.91548 26.6315 5.7045 26.4205C5.49353 26.2095 5.375 25.9234 5.375 25.625V15.1366C5.375 14.6765 5.65512 14.2625 6.08262 14.0926L11 12.125H20ZM24.5 17.75H11V23.375H24.5V17.75ZM20 5.375C20.2984 5.375 20.5845 5.49353 20.7955 5.7045C21.0065 5.91548 21.125 6.20163 21.125 6.5V11H9.875V6.5C9.875 6.20163 9.99353 5.91548 10.2045 5.7045C10.4155 5.49353 10.7016 5.375 11 5.375H20Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon-pdf {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EB5757' d='M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19M10.59,10.08C10.57,10.13 10.3,11.84 8.5,14.77C8.5,14.77 5,16.58 5.83,17.94C6.5,19 8.15,17.9 9.56,15.27C9.56,15.27 11.38,14.63 13.79,14.45C13.79,14.45 17.65,16.19 18.17,14.34C18.69,12.5 15.12,12.9 14.5,13.09C14.5,13.09 12.46,11.75 12,9.89C12,9.89 13.13,5.95 11.38,6C9.63,6.05 10.29,9.12 10.59,10.08M11.4,11.13C11.43,11.13 11.87,12.33 13.29,13.58C13.29,13.58 10.96,14.04 9.9,14.5C9.9,14.5 10.9,12.75 11.4,11.13M15.32,13.84C15.9,13.69 17.64,14 17.58,14.32C17.5,14.65 15.32,13.84 15.32,13.84M8.26,15.7C7.73,16.91 6.83,17.68 6.6,17.67C6.37,17.66 7.3,16.07 8.26,15.7M11.4,8.76C11.39,8.71 11.03,6.57 11.4,6.61C11.94,6.67 11.4,8.71 11.4,8.76Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-select {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4851 15.997C12.1686 15.9975 11.8618 15.893 11.618 15.7014L3.48941 9.27615C3.21275 9.05803 3.03876 8.74459 3.00573 8.40479C2.9727 8.06498 3.08334 7.72666 3.31329 7.46423C3.54325 7.2018 3.8737 7.03677 4.23193 7.00544C4.59017 6.97411 4.94685 7.07905 5.22352 7.29717L12.4851 13.0542L19.7467 7.50278C19.8853 7.39604 20.0447 7.31632 20.2159 7.26822C20.387 7.22012 20.5665 7.20458 20.744 7.22249C20.9215 7.2404 21.0936 7.29141 21.2502 7.3726C21.4069 7.45378 21.5451 7.56353 21.6569 7.69554C21.781 7.82767 21.8749 7.98268 21.9329 8.15086C21.9909 8.31904 22.0116 8.49676 21.9938 8.67289C21.976 8.84903 21.92 9.01977 21.8294 9.17444C21.7388 9.3291 21.6155 9.46435 21.4672 9.57171L13.3386 15.7785C13.0879 15.9398 12.7873 16.0167 12.4851 15.997Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon-notif-pending {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9Z' fill='%23EB5757'/%3E%3Cpath d='M13 6C13 5.288 13.153 4.613 13.422 4H6C4.897 4 4 4.897 4 6V18C4 19.103 4.897 20 6 20H18C19.103 20 20 19.103 20 18V10.578C19.3698 10.8559 18.6887 10.9997 18 11C16.6739 11 15.4021 10.4732 14.4645 9.53553C13.5268 8.59785 13 7.32608 13 6Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-finished-20 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%2327AE60'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-wait-confirm {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3335 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.icon-shipping {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.275 20.8125H30.55V15.9564C30.55 15.3859 30.3189 14.8379 29.9111 14.4336L25.3844 9.9459C24.9766 9.5416 24.4237 9.3125 23.8483 9.3125H21.85V7.15625C21.85 5.96582 20.8758 5 19.675 5H8.075C6.87422 5 5.9 5.96582 5.9 7.15625V9.3125H3.3625C3.16313 9.3125 3 9.47422 3 9.67188V10.3906C3 10.5883 3.16313 10.75 3.3625 10.75H15.6875C15.8869 10.75 16.05 10.9117 16.05 11.1094V11.8281C16.05 12.0258 15.8869 12.1875 15.6875 12.1875H4.8125C4.61312 12.1875 4.45 12.3492 4.45 12.5469V13.2656C4.45 13.4633 4.61312 13.625 4.8125 13.625H14.2375C14.4369 13.625 14.6 13.7867 14.6 13.9844V14.7031C14.6 14.9008 14.4369 15.0625 14.2375 15.0625H3.3625C3.16313 15.0625 3 15.2242 3 15.4219V16.1406C3 16.3383 3.16313 16.5 3.3625 16.5H12.7875C12.9869 16.5 13.15 16.6617 13.15 16.8594V17.5781C13.15 17.7758 12.9869 17.9375 12.7875 17.9375H5.9V23.6875C5.9 26.0684 7.84844 28 10.25 28C12.6516 28 14.6 26.0684 14.6 23.6875H20.4C20.4 26.0684 22.3484 28 24.75 28C27.1516 28 29.1 26.0684 29.1 23.6875H31.275C31.6738 23.6875 32 23.3641 32 22.9688V21.5312C32 21.1359 31.6738 20.8125 31.275 20.8125ZM10.25 25.8438C9.04922 25.8438 8.075 24.8779 8.075 23.6875C8.075 22.4971 9.04922 21.5312 10.25 21.5312C11.4508 21.5312 12.425 22.4971 12.425 23.6875C12.425 24.8779 11.4508 25.8438 10.25 25.8438ZM24.75 25.8438C23.5492 25.8438 22.575 24.8779 22.575 23.6875C22.575 22.4971 23.5492 21.5312 24.75 21.5312C25.9508 21.5312 26.925 22.4971 26.925 23.6875C26.925 24.8779 25.9508 25.8438 24.75 25.8438ZM28.375 16.5H21.85V11.4688H23.8483L28.375 15.9564V16.5Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.icon-order-process {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.375C9.93586 3.375 3.375 9.93586 3.375 18C3.375 26.0641 9.93586 32.625 18 32.625C26.0641 32.625 32.625 26.0641 32.625 18C32.625 9.93586 26.0641 3.375 18 3.375ZM26.4375 16.7885H20.1797L22.7728 14.1954L22.3791 13.7377C21.6748 13.0065 20.8002 12.4612 19.8337 12.1507C18.8672 11.8401 17.8387 11.7739 16.8403 11.9579C15.8419 12.1419 14.9047 12.5705 14.1124 13.2053C13.3202 13.8401 12.6976 14.6613 12.3003 15.5956C11.903 16.5298 11.7433 17.5479 11.8357 18.559C11.9281 19.57 12.2695 20.5423 12.8295 21.3891C13.3895 22.2359 14.1507 22.9307 15.0448 23.4114C15.939 23.8922 16.9384 24.1438 17.9536 24.1439C19.2241 24.1427 20.4632 23.7484 21.5007 23.0151C22.5383 22.2818 23.3235 21.2455 23.7488 20.0482L24.1263 18.9844L26.2477 19.7346L25.875 20.7984C25.3622 22.2496 24.4604 23.5318 23.2681 24.5051C22.0759 25.4783 20.639 26.1051 19.1146 26.3169C17.5901 26.5286 16.0368 26.3173 14.6244 25.7059C13.212 25.0945 11.9948 24.1067 11.1059 22.8502C10.2169 21.5938 9.69051 20.1172 9.5841 18.5819C9.47769 17.0465 9.7954 15.5114 10.5025 14.1444C11.2096 12.7773 12.2789 11.631 13.5934 10.8306C14.908 10.0302 16.4173 9.60663 17.9564 9.60609C19.0923 9.60175 20.217 9.83002 21.2613 10.2768C22.3056 10.7237 23.2474 11.3796 24.0286 12.2041L24.068 12.2477L24.371 12.5993L26.4375 10.5335V16.7885Z' fill='#27AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.icon-finished {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%2327AE60'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.icon-calendar {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3333 7.41667H24.125V6.20833C24.125 5.54375 23.5813 5 22.9167 5C22.2521 5 21.7083 5.54375 21.7083 6.20833V7.41667H12.0417V6.20833C12.0417 5.54375 11.4979 5 10.8333 5C10.1688 5 9.625 5.54375 9.625 6.20833V7.41667H8.41667C7.07542 7.41667 6.01208 8.50417 6.01208 9.83333L6 26.75C6 27.3909 6.25461 28.0056 6.70783 28.4588C7.16104 28.9121 7.77573 29.1667 8.41667 29.1667H25.3333C26.6625 29.1667 27.75 28.0792 27.75 26.75V9.83333C27.75 8.50417 26.6625 7.41667 25.3333 7.41667ZM25.3333 14.6667V26.75H8.41667V14.6667H25.3333ZM12.0417 17.0833C12.7063 17.0833 13.25 17.6271 13.25 18.2917C13.25 18.9563 12.7063 19.5 12.0417 19.5C11.3771 19.5 10.8333 18.9563 10.8333 18.2917C10.8333 17.6271 11.3771 17.0833 12.0417 17.0833ZM16.875 17.0833C17.5396 17.0833 18.0833 17.6271 18.0833 18.2917C18.0833 18.9563 17.5396 19.5 16.875 19.5C16.2104 19.5 15.6667 18.9563 15.6667 18.2917C15.6667 17.6271 16.2104 17.0833 16.875 17.0833ZM21.7083 17.0833C22.3729 17.0833 22.9167 17.6271 22.9167 18.2917C22.9167 18.9563 22.3729 19.5 21.7083 19.5C21.0438 19.5 20.5 18.9563 20.5 18.2917C20.5 17.6271 21.0438 17.0833 21.7083 17.0833Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-check {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

.icon-check-small {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23219653'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-overdue {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9 16.4715V12.7734H8V22.4859C8 23.391 8.35953 24.259 8.9995 24.8989C9.63947 25.5389 10.5074 25.8984 11.4125 25.8984H17.4731C16.635 24.588 16.2697 23.0306 16.4377 21.4842C16.6056 19.9377 17.2968 18.4951 18.3967 17.3952C19.4967 16.2953 20.9393 15.6041 22.4857 15.4361C24.0322 15.2681 25.5896 15.6334 26.9 16.4715V16.4715Z' fill='%23F2994A'/%3E%3Cpath d='M26.9 10.4125C26.9 9.50745 26.5405 8.63947 25.9005 7.9995C25.2605 7.35953 24.3926 7 23.4875 7H11.4125C10.5074 7 9.63947 7.35953 8.9995 7.9995C8.35953 8.63947 8 9.50745 8 10.4125V11.2H26.9V10.4125Z' fill='%23F2994A'/%3E%3Cpath d='M28.9992 22.2242C28.9992 20.6926 28.3908 19.2237 27.3078 18.1407C26.2247 17.0577 24.7558 16.4492 23.2242 16.4492C21.6926 16.4492 20.2237 17.0577 19.1407 18.1407C18.0577 19.2237 17.4492 20.6926 17.4492 22.2242C17.4492 23.7558 18.0577 25.2247 19.1407 26.3078C20.2237 27.3908 21.6926 27.9992 23.2242 27.9992C24.7558 27.9992 26.2247 27.3908 27.3078 26.3078C28.3908 25.2247 28.9992 23.7558 28.9992 22.2242ZM22.6992 19.0742C22.6992 18.935 22.7545 18.8014 22.853 18.703C22.9514 18.6045 23.085 18.5492 23.2242 18.5492C23.3635 18.5492 23.497 18.6045 23.5954 18.703C23.6939 18.8014 23.7492 18.935 23.7492 19.0742V23.2742C23.7492 23.4135 23.6939 23.547 23.5954 23.6454C23.497 23.7439 23.3635 23.7992 23.2242 23.7992C23.085 23.7992 22.9514 23.7439 22.853 23.6454C22.7545 23.547 22.6992 23.4135 22.6992 23.2742V19.0742ZM23.8805 25.3742C23.8805 25.5483 23.8113 25.7152 23.6883 25.8383C23.5652 25.9613 23.3983 26.0305 23.2242 26.0305C23.0502 26.0305 22.8832 25.9613 22.7602 25.8383C22.6371 25.7152 22.568 25.5483 22.568 25.3742C22.568 25.2002 22.6371 25.0332 22.7602 24.9102C22.8832 24.7871 23.0502 24.718 23.2242 24.718C23.3983 24.718 23.5652 24.7871 23.6883 24.9102C23.8113 25.0332 23.8805 25.2002 23.8805 25.3742Z' fill='%23F2994A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 32px !important;
}

.icon-overdue-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9 16.4715V12.7734H8V22.4859C8 23.391 8.35953 24.259 8.9995 24.8989C9.63947 25.5389 10.5074 25.8984 11.4125 25.8984H17.4731C16.635 24.588 16.2697 23.0306 16.4377 21.4842C16.6056 19.9377 17.2968 18.4951 18.3967 17.3952C19.4967 16.2953 20.9393 15.6041 22.4857 15.4361C24.0322 15.2681 25.5896 15.6334 26.9 16.4715V16.4715Z' fill='%23BDBDBD'/%3E%3Cpath d='M26.9 10.4125C26.9 9.50745 26.5405 8.63947 25.9005 7.9995C25.2605 7.35953 24.3926 7 23.4875 7H11.4125C10.5074 7 9.63947 7.35953 8.9995 7.9995C8.35953 8.63947 8 9.50745 8 10.4125V11.2H26.9V10.4125Z' fill='%23BDBDBD'/%3E%3Cpath d='M28.9992 22.2242C28.9992 20.6926 28.3908 19.2237 27.3078 18.1407C26.2247 17.0577 24.7558 16.4492 23.2242 16.4492C21.6926 16.4492 20.2237 17.0577 19.1407 18.1407C18.0577 19.2237 17.4492 20.6926 17.4492 22.2242C17.4492 23.7558 18.0577 25.2247 19.1407 26.3078C20.2237 27.3908 21.6926 27.9992 23.2242 27.9992C24.7558 27.9992 26.2247 27.3908 27.3078 26.3078C28.3908 25.2247 28.9992 23.7558 28.9992 22.2242ZM22.6992 19.0742C22.6992 18.935 22.7545 18.8014 22.853 18.703C22.9514 18.6045 23.085 18.5492 23.2242 18.5492C23.3635 18.5492 23.497 18.6045 23.5954 18.703C23.6939 18.8014 23.7492 18.935 23.7492 19.0742V23.2742C23.7492 23.4135 23.6939 23.547 23.5954 23.6454C23.497 23.7439 23.3635 23.7992 23.2242 23.7992C23.085 23.7992 22.9514 23.7439 22.853 23.6454C22.7545 23.547 22.6992 23.4135 22.6992 23.2742V19.0742ZM23.8805 25.3742C23.8805 25.5483 23.8113 25.7152 23.6883 25.8383C23.5652 25.9613 23.3983 26.0305 23.2242 26.0305C23.0502 26.0305 22.8832 25.9613 22.7602 25.8383C22.6371 25.7152 22.568 25.5483 22.568 25.3742C22.568 25.2002 22.6371 25.0332 22.7602 24.9102C22.8832 24.7871 23.0502 24.718 23.2242 24.718C23.3983 24.718 23.5652 24.7871 23.6883 24.9102C23.8113 25.0332 23.8805 25.2002 23.8805 25.3742Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 32px !important;
}

.icon-close-2 {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cellipse style='fill:%23E04F5F;' cx='256' cy='256' rx='256' ry='255.832'/%3E%3Cg transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 77.26 32)'%3E%3Crect x='3.98' y='-427.615' style='fill:%23FFFFFF;' width='55.992' height='285.672'/%3E%3Crect x='-110.828' y='-312.815' style='fill:%23FFFFFF;' width='285.672' height='55.992'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 32px !important;
}

.icon-note-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6667 7.33333H20.79C20.3 5.98 19.0167 5 17.5 5C15.9833 5 14.7 5.98 14.21 7.33333H9.33333C8.05 7.33333 7 8.38333 7 9.66667V26C7 27.2833 8.05 28.3333 9.33333 28.3333H25.6667C26.95 28.3333 28 27.2833 28 26V9.66667C28 8.38333 26.95 7.33333 25.6667 7.33333ZM17.5 7.04167C17.9783 7.04167 18.375 7.43833 18.375 7.91667C18.375 8.395 17.9783 8.79167 17.5 8.79167C17.0217 8.79167 16.625 8.395 16.625 7.91667C16.625 7.43833 17.0217 7.04167 17.5 7.04167ZM14.1167 23.6667H11.6667V21.17L18.62 14.2167L21.0933 16.69L14.1167 23.6667ZM23.1583 14.6483L21.9217 15.885L19.4483 13.4117L20.685 12.175C20.9183 11.9417 21.28 11.9417 21.5133 12.175L23.1583 13.82C23.3917 14.0533 23.3917 14.415 23.1583 14.6483Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon--close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon--close-gr {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2327AE60' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon-stock-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6262 16.6266C20.8869 16.6266 20.1912 16.2399 19.815 15.6211L17.0019 11.0407L14.1931 15.6211C13.8125 16.2442 13.1169 16.6309 12.3775 16.6309C12.1806 16.6309 11.9837 16.6051 11.7956 16.5492L5.80185 14.8649V22.5133C5.80185 23.1449 6.23935 23.6949 6.8606 23.8453L16.3194 26.1699C16.7656 26.2774 17.2337 26.2774 17.6756 26.1699L27.1431 23.8453C27.7644 23.6907 28.2019 23.1407 28.2019 22.5133V14.8649L22.2081 16.5449C22.02 16.6008 21.8231 16.6266 21.6262 16.6266ZM30.9275 11.8055L28.6744 7.38831C28.5387 7.1219 28.2456 6.96721 27.9437 7.00589L17.0019 8.37659L21.0137 14.9121C21.18 15.1828 21.5125 15.3117 21.8231 15.2258L30.4812 12.7981C30.9144 12.6735 31.1244 12.2008 30.9275 11.8055ZM5.32935 7.38831L3.07623 11.8055C2.87498 12.2008 3.08935 12.6735 3.5181 12.7938L12.1762 15.2215C12.4869 15.3074 12.8194 15.1785 12.9856 14.9078L17.0019 8.37659L6.0556 7.00589C5.75373 6.97151 5.46498 7.1219 5.32935 7.38831Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.icon-wisata-2.active {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.655 22.1226V19.9256C22.562 19.5076 24 17.6906 24 15.5156C24 14.1346 23.708 13.8536 20.464 5.47463C20.452 5.47463 20.304 5.01562 19.818 5.01562C19.33 5.01562 19.185 5.47662 19.175 5.47662C18.564 7.05662 18.065 8.33962 17.647 9.41362C18.377 11.2266 18.5 11.8276 18.5 12.8486C18.5 14.8176 17.616 16.5856 16.211 17.7836C16.801 18.8686 17.801 19.6666 18.982 19.9256V21.6696C17.444 21.3306 15.452 21.0836 12.917 21.0326V18.2716C15.516 17.8356 17.5 15.5716 17.5 12.8486C17.5 11.1616 17.116 10.8176 12.847 0.577625C12.833 0.577625 12.638 0.015625 12 0.015625C11.357 0.015625 11.167 0.579625 11.153 0.579625C6.52 11.7246 6.5 11.4166 6.5 12.8486C6.5 15.5716 8.484 17.8356 11.083 18.2716V21.0326C8.521 21.0836 6.512 21.3356 4.967 21.6806V19.9256C6.153 19.6626 7.154 18.8486 7.736 17.7396C6.361 16.5416 5.5 14.7936 5.5 12.8486C5.5 11.9146 5.524 11.5716 6.344 9.52462C5.92 8.43662 5.406 7.11462 4.777 5.47463C4.766 5.47463 4.62 5.01562 4.139 5.01562C3.655 5.01562 3.512 5.47662 3.502 5.47662C0.0150001 14.5956 0 14.3436 0 15.5156C0 17.6906 1.423 19.5076 3.311 19.9256V22.1336C0.724 22.9856 0 24.0156 0 24.0156H24C24 24.0156 23.268 22.9776 20.655 22.1226Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 21px !important;
}

.icon-wisata-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.655 22.1226V19.9256C22.562 19.5076 24 17.6906 24 15.5156C24 14.1346 23.708 13.8536 20.464 5.47463C20.452 5.47463 20.304 5.01562 19.818 5.01562C19.33 5.01562 19.185 5.47662 19.175 5.47662C18.564 7.05662 18.065 8.33962 17.647 9.41362C18.377 11.2266 18.5 11.8276 18.5 12.8486C18.5 14.8176 17.616 16.5856 16.211 17.7836C16.801 18.8686 17.801 19.6666 18.982 19.9256V21.6696C17.444 21.3306 15.452 21.0836 12.917 21.0326V18.2716C15.516 17.8356 17.5 15.5716 17.5 12.8486C17.5 11.1616 17.116 10.8176 12.847 0.577625C12.833 0.577625 12.638 0.015625 12 0.015625C11.357 0.015625 11.167 0.579625 11.153 0.579625C6.52 11.7246 6.5 11.4166 6.5 12.8486C6.5 15.5716 8.484 17.8356 11.083 18.2716V21.0326C8.521 21.0836 6.512 21.3356 4.967 21.6806V19.9256C6.153 19.6626 7.154 18.8486 7.736 17.7396C6.361 16.5416 5.5 14.7936 5.5 12.8486C5.5 11.9146 5.524 11.5716 6.344 9.52462C5.92 8.43662 5.406 7.11462 4.777 5.47463C4.766 5.47463 4.62 5.01562 4.139 5.01562C3.655 5.01562 3.512 5.47662 3.502 5.47662C0.0150001 14.5956 0 14.3436 0 15.5156C0 17.6906 1.423 19.5076 3.311 19.9256V22.1336C0.724 22.9856 0 24.0156 0 24.0156H24C24 24.0156 23.268 22.9776 20.655 22.1226Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 21px !important;
}

.icon-wahana.active {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7465 2.99872L10.4755 3.48372C10.2985 3.84272 9.9325 3.99822 9.514 3.99822H8.877C9.2425 4.49822 9.8275 4.90772 10.5055 4.90772C11.6145 4.90772 12.5 4.06972 12.5 2.96372V2.99822H10.841C10.7995 2.99822 10.758 2.95722 10.7465 2.99872ZM9.514 3.49822C9.7325 3.49822 9.9265 3.42222 10.0155 3.23422L10.2805 2.76022C10.381 2.54272 10.5935 2.49822 10.841 2.49822H12.9175C12.646 1.49822 11.673 0.574219 10.522 0.574219C9.1595 0.574219 8.0565 1.58322 8.0565 2.94822C8.0565 3.16622 8.08 3.49822 8.139 3.49822H9.514ZM16.342 14.4982C18.1915 14.4982 23.0225 13.9317 24.3525 12.6602C23.754 10.8222 21.3945 10.6752 19.2295 11.6112C18.8575 11.7722 18.3625 11.8912 17.796 11.9972L17.3535 10.2842C17.5318 10.1931 17.68 10.0524 17.7803 9.87912C17.8807 9.70581 17.9288 9.50723 17.919 9.30722C17.914 9.17079 17.8821 9.03669 17.8252 8.9126C17.7682 8.78851 17.6874 8.67687 17.5873 8.58408C17.4871 8.49128 17.3697 8.41915 17.2416 8.37181C17.1136 8.32447 16.9774 8.30287 16.841 8.30822L16.516 7.05372C16.6774 6.93387 16.8005 6.76965 16.8702 6.58108C16.9398 6.39251 16.9532 6.18773 16.9085 5.99172C16.8468 5.72131 16.6806 5.4863 16.4462 5.338C16.2118 5.18971 15.9283 5.14017 15.6575 5.20022C15.6575 5.20022 11.077 5.24122 9.6405 5.62672C8.207 6.01222 7.7235 8.42122 7.7235 8.42122L6.464 12.4982H0.5V14.4982H16.342ZM12.2245 7.40022L15.7785 7.25372L16.0615 8.34222C15.1005 8.38922 13.3925 8.47772 11.8675 8.56272L12.2245 7.40022ZM11.2335 10.6482L16.5955 10.4072L17.041 12.1137C14.8525 12.4282 12.015 12.4732 10.673 12.4787L11.2335 10.6482ZM21.253 16.8027C21.253 16.8027 24.5 16.7617 24.5 13.5927C24.5 13.4657 24.4875 13.3702 24.4765 13.2527C22.45 14.7172 17.035 14.9982 16.3505 14.9982H0.5V17.4502C0.8835 17.4502 1.279 17.3612 1.6265 17.2092C2.20195 16.9438 2.82779 16.8053 3.4615 16.8032C4.0865 16.8032 4.718 16.9447 5.278 17.2037C5.6495 17.3687 6.033 17.4507 6.4225 17.4507C6.818 17.4507 7.201 17.3687 7.555 17.2097C8.13046 16.9448 8.75601 16.8064 9.3895 16.8037C10.0191 16.8031 10.6412 16.9398 11.2125 17.2042C11.572 17.3692 11.967 17.4512 12.357 17.4512C12.746 17.4512 13.1295 17.3692 13.489 17.2102C14.0626 16.9455 14.6863 16.807 15.318 16.8042C15.9545 16.8042 16.569 16.9397 17.1405 17.2047C17.5065 17.3697 17.901 17.4517 18.285 17.4517L18.4235 17.4457L18.896 19.2572C18.692 19.2922 18.489 19.3167 18.279 19.3167C17.7747 19.3172 17.2761 19.2106 16.816 19.0042C16.3451 18.7841 15.8318 18.6697 15.312 18.6692C14.776 18.6692 14.262 18.7922 13.808 19.0042C13.3488 19.2104 12.8511 19.317 12.3477 19.317C11.8444 19.317 11.3467 19.2104 10.8875 19.0042C10.4335 18.7922 9.9205 18.6692 9.3835 18.6692C8.8465 18.6692 8.3335 18.7922 7.8795 19.0042C7.4213 19.2099 6.92474 19.3162 6.4225 19.3162C5.92026 19.3162 5.4237 19.2099 4.9655 19.0042C4.49461 18.7842 3.98127 18.6698 3.4615 18.6692C2.94356 18.6704 2.43213 18.7847 1.963 19.0042C1.50252 19.2093 1.0041 19.3155 0.5 19.3157V21.4982C1.019 21.4982 1.515 21.3867 1.963 21.1867C2.43205 20.9669 2.94349 20.8522 3.4615 20.8507C3.998 20.8507 4.511 20.9747 4.9655 21.1867C5.408 21.3867 5.9095 21.4982 6.4225 21.4982C6.92478 21.499 7.42147 21.3929 7.8795 21.1867C8.3503 20.9663 8.86365 20.8516 9.3835 20.8507C9.921 20.8507 10.4335 20.9747 10.8875 21.1867C11.33 21.3867 11.8315 21.4982 12.3505 21.4982C12.8695 21.4982 13.3655 21.3867 13.808 21.1867C14.2788 20.9663 14.7922 20.8517 15.312 20.8507C15.849 20.8507 16.362 20.9747 16.816 21.1867C17.2585 21.3867 17.7605 21.4982 18.279 21.4982C18.7812 21.4985 19.2778 21.3923 19.736 21.1867C20.2072 20.9663 20.7208 20.8517 21.241 20.8507C21.777 20.8507 22.187 20.9747 22.641 21.1867C23.0835 21.3867 23.5 21.4982 24 21.4982V19.3157C23.5 19.3157 23.0835 19.2032 22.641 19.0032C22.187 18.7912 21.7255 18.6682 21.1895 18.6682C20.6778 18.6688 20.1726 18.7832 19.7105 19.0032L19.6165 19.0442L19.169 17.3032L19.414 17.2092C19.9909 16.9437 20.618 16.8051 21.253 16.8027Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-wahana {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7465 2.99872L10.4755 3.48372C10.2985 3.84272 9.9325 3.99822 9.514 3.99822H8.877C9.2425 4.49822 9.8275 4.90772 10.5055 4.90772C11.6145 4.90772 12.5 4.06972 12.5 2.96372V2.99822H10.841C10.7995 2.99822 10.758 2.95722 10.7465 2.99872ZM9.514 3.49822C9.7325 3.49822 9.9265 3.42222 10.0155 3.23422L10.2805 2.76022C10.381 2.54272 10.5935 2.49822 10.841 2.49822H12.9175C12.646 1.49822 11.673 0.574219 10.522 0.574219C9.1595 0.574219 8.0565 1.58322 8.0565 2.94822C8.0565 3.16622 8.08 3.49822 8.139 3.49822H9.514ZM16.342 14.4982C18.1915 14.4982 23.0225 13.9317 24.3525 12.6602C23.754 10.8222 21.3945 10.6752 19.2295 11.6112C18.8575 11.7722 18.3625 11.8912 17.796 11.9972L17.3535 10.2842C17.5318 10.1931 17.68 10.0524 17.7803 9.87912C17.8807 9.70581 17.9288 9.50723 17.919 9.30722C17.914 9.17079 17.8821 9.03669 17.8252 8.9126C17.7682 8.78851 17.6874 8.67687 17.5873 8.58408C17.4871 8.49128 17.3697 8.41915 17.2416 8.37181C17.1136 8.32447 16.9774 8.30287 16.841 8.30822L16.516 7.05372C16.6774 6.93387 16.8005 6.76965 16.8702 6.58108C16.9398 6.39251 16.9532 6.18773 16.9085 5.99172C16.8468 5.72131 16.6806 5.4863 16.4462 5.338C16.2118 5.18971 15.9283 5.14017 15.6575 5.20022C15.6575 5.20022 11.077 5.24122 9.6405 5.62672C8.207 6.01222 7.7235 8.42122 7.7235 8.42122L6.464 12.4982H0.5V14.4982H16.342ZM12.2245 7.40022L15.7785 7.25372L16.0615 8.34222C15.1005 8.38922 13.3925 8.47772 11.8675 8.56272L12.2245 7.40022ZM11.2335 10.6482L16.5955 10.4072L17.041 12.1137C14.8525 12.4282 12.015 12.4732 10.673 12.4787L11.2335 10.6482ZM21.253 16.8027C21.253 16.8027 24.5 16.7617 24.5 13.5927C24.5 13.4657 24.4875 13.3702 24.4765 13.2527C22.45 14.7172 17.035 14.9982 16.3505 14.9982H0.5V17.4502C0.8835 17.4502 1.279 17.3612 1.6265 17.2092C2.20195 16.9438 2.82779 16.8053 3.4615 16.8032C4.0865 16.8032 4.718 16.9447 5.278 17.2037C5.6495 17.3687 6.033 17.4507 6.4225 17.4507C6.818 17.4507 7.201 17.3687 7.555 17.2097C8.13046 16.9448 8.75601 16.8064 9.3895 16.8037C10.0191 16.8031 10.6412 16.9398 11.2125 17.2042C11.572 17.3692 11.967 17.4512 12.357 17.4512C12.746 17.4512 13.1295 17.3692 13.489 17.2102C14.0626 16.9455 14.6863 16.807 15.318 16.8042C15.9545 16.8042 16.569 16.9397 17.1405 17.2047C17.5065 17.3697 17.901 17.4517 18.285 17.4517L18.4235 17.4457L18.896 19.2572C18.692 19.2922 18.489 19.3167 18.279 19.3167C17.7747 19.3172 17.2761 19.2106 16.816 19.0042C16.3451 18.7841 15.8318 18.6697 15.312 18.6692C14.776 18.6692 14.262 18.7922 13.808 19.0042C13.3488 19.2104 12.8511 19.317 12.3477 19.317C11.8444 19.317 11.3467 19.2104 10.8875 19.0042C10.4335 18.7922 9.9205 18.6692 9.3835 18.6692C8.8465 18.6692 8.3335 18.7922 7.8795 19.0042C7.4213 19.2099 6.92474 19.3162 6.4225 19.3162C5.92026 19.3162 5.4237 19.2099 4.9655 19.0042C4.49461 18.7842 3.98127 18.6698 3.4615 18.6692C2.94356 18.6704 2.43213 18.7847 1.963 19.0042C1.50252 19.2093 1.0041 19.3155 0.5 19.3157V21.4982C1.019 21.4982 1.515 21.3867 1.963 21.1867C2.43205 20.9669 2.94349 20.8522 3.4615 20.8507C3.998 20.8507 4.511 20.9747 4.9655 21.1867C5.408 21.3867 5.9095 21.4982 6.4225 21.4982C6.92478 21.499 7.42147 21.3929 7.8795 21.1867C8.3503 20.9663 8.86365 20.8516 9.3835 20.8507C9.921 20.8507 10.4335 20.9747 10.8875 21.1867C11.33 21.3867 11.8315 21.4982 12.3505 21.4982C12.8695 21.4982 13.3655 21.3867 13.808 21.1867C14.2788 20.9663 14.7922 20.8517 15.312 20.8507C15.849 20.8507 16.362 20.9747 16.816 21.1867C17.2585 21.3867 17.7605 21.4982 18.279 21.4982C18.7812 21.4985 19.2778 21.3923 19.736 21.1867C20.2072 20.9663 20.7208 20.8517 21.241 20.8507C21.777 20.8507 22.187 20.9747 22.641 21.1867C23.0835 21.3867 23.5 21.4982 24 21.4982V19.3157C23.5 19.3157 23.0835 19.2032 22.641 19.0032C22.187 18.7912 21.7255 18.6682 21.1895 18.6682C20.6778 18.6688 20.1726 18.7832 19.7105 19.0032L19.6165 19.0442L19.169 17.3032L19.414 17.2092C19.9909 16.9437 20.618 16.8051 21.253 16.8027Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-wahana-old {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7465 2.99872L10.4755 3.48372C10.2985 3.84272 9.9325 3.99822 9.514 3.99822H8.877C9.2425 4.49822 9.8275 4.90772 10.5055 4.90772C11.6145 4.90772 12.5 4.06972 12.5 2.96372V2.99822H10.841C10.7995 2.99822 10.758 2.95722 10.7465 2.99872ZM9.514 3.49822C9.7325 3.49822 9.9265 3.42222 10.0155 3.23422L10.2805 2.76022C10.381 2.54272 10.5935 2.49822 10.841 2.49822H12.9175C12.646 1.49822 11.673 0.574219 10.522 0.574219C9.1595 0.574219 8.0565 1.58322 8.0565 2.94822C8.0565 3.16622 8.08 3.49822 8.139 3.49822H9.514ZM16.342 14.4982C18.1915 14.4982 23.0225 13.9317 24.3525 12.6602C23.754 10.8222 21.3945 10.6752 19.2295 11.6112C18.8575 11.7722 18.3625 11.8912 17.796 11.9972L17.3535 10.2842C17.5318 10.1931 17.68 10.0524 17.7803 9.87912C17.8807 9.70581 17.9288 9.50723 17.919 9.30722C17.914 9.17079 17.8821 9.03669 17.8252 8.9126C17.7682 8.78851 17.6874 8.67687 17.5873 8.58408C17.4871 8.49128 17.3697 8.41915 17.2416 8.37181C17.1136 8.32447 16.9774 8.30287 16.841 8.30822L16.516 7.05372C16.6774 6.93387 16.8005 6.76965 16.8702 6.58108C16.9398 6.39251 16.9532 6.18773 16.9085 5.99172C16.8468 5.72131 16.6806 5.4863 16.4462 5.338C16.2118 5.18971 15.9283 5.14017 15.6575 5.20022C15.6575 5.20022 11.077 5.24122 9.6405 5.62672C8.207 6.01222 7.7235 8.42122 7.7235 8.42122L6.464 12.4982H0.5V14.4982H16.342ZM12.2245 7.40022L15.7785 7.25372L16.0615 8.34222C15.1005 8.38922 13.3925 8.47772 11.8675 8.56272L12.2245 7.40022ZM11.2335 10.6482L16.5955 10.4072L17.041 12.1137C14.8525 12.4282 12.015 12.4732 10.673 12.4787L11.2335 10.6482ZM21.253 16.8027C21.253 16.8027 24.5 16.7617 24.5 13.5927C24.5 13.4657 24.4875 13.3702 24.4765 13.2527C22.45 14.7172 17.035 14.9982 16.3505 14.9982H0.5V17.4502C0.8835 17.4502 1.279 17.3612 1.6265 17.2092C2.20195 16.9438 2.82779 16.8053 3.4615 16.8032C4.0865 16.8032 4.718 16.9447 5.278 17.2037C5.6495 17.3687 6.033 17.4507 6.4225 17.4507C6.818 17.4507 7.201 17.3687 7.555 17.2097C8.13046 16.9448 8.75601 16.8064 9.3895 16.8037C10.0191 16.8031 10.6412 16.9398 11.2125 17.2042C11.572 17.3692 11.967 17.4512 12.357 17.4512C12.746 17.4512 13.1295 17.3692 13.489 17.2102C14.0626 16.9455 14.6863 16.807 15.318 16.8042C15.9545 16.8042 16.569 16.9397 17.1405 17.2047C17.5065 17.3697 17.901 17.4517 18.285 17.4517L18.4235 17.4457L18.896 19.2572C18.692 19.2922 18.489 19.3167 18.279 19.3167C17.7747 19.3172 17.2761 19.2106 16.816 19.0042C16.3451 18.7841 15.8318 18.6697 15.312 18.6692C14.776 18.6692 14.262 18.7922 13.808 19.0042C13.3488 19.2104 12.8511 19.317 12.3477 19.317C11.8444 19.317 11.3467 19.2104 10.8875 19.0042C10.4335 18.7922 9.9205 18.6692 9.3835 18.6692C8.8465 18.6692 8.3335 18.7922 7.8795 19.0042C7.4213 19.2099 6.92474 19.3162 6.4225 19.3162C5.92026 19.3162 5.4237 19.2099 4.9655 19.0042C4.49461 18.7842 3.98127 18.6698 3.4615 18.6692C2.94356 18.6704 2.43213 18.7847 1.963 19.0042C1.50252 19.2093 1.0041 19.3155 0.5 19.3157V21.4982C1.019 21.4982 1.515 21.3867 1.963 21.1867C2.43205 20.9669 2.94349 20.8522 3.4615 20.8507C3.998 20.8507 4.511 20.9747 4.9655 21.1867C5.408 21.3867 5.9095 21.4982 6.4225 21.4982C6.92478 21.499 7.42147 21.3929 7.8795 21.1867C8.3503 20.9663 8.86365 20.8516 9.3835 20.8507C9.921 20.8507 10.4335 20.9747 10.8875 21.1867C11.33 21.3867 11.8315 21.4982 12.3505 21.4982C12.8695 21.4982 13.3655 21.3867 13.808 21.1867C14.2788 20.9663 14.7922 20.8517 15.312 20.8507C15.849 20.8507 16.362 20.9747 16.816 21.1867C17.2585 21.3867 17.7605 21.4982 18.279 21.4982C18.7812 21.4985 19.2778 21.3923 19.736 21.1867C20.2072 20.9663 20.7208 20.8517 21.241 20.8507C21.777 20.8507 22.187 20.9747 22.641 21.1867C23.0835 21.3867 23.5 21.4982 24 21.4982V19.3157C23.5 19.3157 23.0835 19.2032 22.641 19.0032C22.187 18.7912 21.7255 18.6682 21.1895 18.6682C20.6778 18.6688 20.1726 18.7832 19.7105 19.0032L19.6165 19.0442L19.169 17.3032L19.414 17.2092C19.9909 16.9437 20.618 16.8051 21.253 16.8027Z' fill='%232D9CDB'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.ico--penginapan {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32203 9.73958C6.29237 9.73958 5.42479 9.38628 4.71928 8.67969C4.01377 7.97309 3.66102 7.11371 3.66102 6.10156C3.66102 5.08941 4.01377 4.22049 4.71928 3.49479C5.42479 2.7691 6.29237 2.40625 7.32203 2.40625C8.3517 2.40625 9.21928 2.7691 9.92479 3.49479C10.6303 4.22049 10.9831 5.08941 10.9831 6.10156C10.9831 7.11371 10.6303 7.97309 9.92479 8.67969C9.21928 9.38628 8.3517 9.73958 7.32203 9.73958ZM21.9661 2.40625C23.3008 2.40625 24.4449 2.88368 25.3983 3.83854C26.3517 4.7934 26.8284 5.95833 26.8284 7.33333V18.3333H24.4258V14.6667H2.45975V18.3333H0V0H2.45975V11H12.1843V2.40625H21.9661Z' fill='%23EB5757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 19px !important;
}

.icon-penginapan.active {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32203 9.73958C6.29237 9.73958 5.42479 9.38628 4.71928 8.67969C4.01377 7.97309 3.66102 7.11371 3.66102 6.10156C3.66102 5.08941 4.01377 4.22049 4.71928 3.49479C5.42479 2.7691 6.29237 2.40625 7.32203 2.40625C8.3517 2.40625 9.21928 2.7691 9.92479 3.49479C10.6303 4.22049 10.9831 5.08941 10.9831 6.10156C10.9831 7.11371 10.6303 7.97309 9.92479 8.67969C9.21928 9.38628 8.3517 9.73958 7.32203 9.73958ZM21.9661 2.40625C23.3008 2.40625 24.4449 2.88368 25.3983 3.83854C26.3517 4.7934 26.8284 5.95833 26.8284 7.33333V18.3333H24.4258V14.6667H2.45975V18.3333H0V0H2.45975V11H12.1843V2.40625H21.9661Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-penginapan {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32203 9.73958C6.29237 9.73958 5.42479 9.38628 4.71928 8.67969C4.01377 7.97309 3.66102 7.11371 3.66102 6.10156C3.66102 5.08941 4.01377 4.22049 4.71928 3.49479C5.42479 2.7691 6.29237 2.40625 7.32203 2.40625C8.3517 2.40625 9.21928 2.7691 9.92479 3.49479C10.6303 4.22049 10.9831 5.08941 10.9831 6.10156C10.9831 7.11371 10.6303 7.97309 9.92479 8.67969C9.21928 9.38628 8.3517 9.73958 7.32203 9.73958ZM21.9661 2.40625C23.3008 2.40625 24.4449 2.88368 25.3983 3.83854C26.3517 4.7934 26.8284 5.95833 26.8284 7.33333V18.3333H24.4258V14.6667H2.45975V18.3333H0V0H2.45975V11H12.1843V2.40625H21.9661Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-penginapan-old {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32203 9.73958C6.29237 9.73958 5.42479 9.38628 4.71928 8.67969C4.01377 7.97309 3.66102 7.11371 3.66102 6.10156C3.66102 5.08941 4.01377 4.22049 4.71928 3.49479C5.42479 2.7691 6.29237 2.40625 7.32203 2.40625C8.3517 2.40625 9.21928 2.7691 9.92479 3.49479C10.6303 4.22049 10.9831 5.08941 10.9831 6.10156C10.9831 7.11371 10.6303 7.97309 9.92479 8.67969C9.21928 9.38628 8.3517 9.73958 7.32203 9.73958ZM21.9661 2.40625C23.3008 2.40625 24.4449 2.88368 25.3983 3.83854C26.3517 4.7934 26.8284 5.95833 26.8284 7.33333V18.3333H24.4258V14.6667H2.45975V18.3333H0V0H2.45975V11H12.1843V2.40625H21.9661Z' fill='%23EB5757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-event.active {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 24H0V22H1V15C1 14.448 0.552 14 0 14V9H2V11H4V9H6V13H7V6H9V8H11V0L16 2L12 4V6H13V8H15V6H17V13H18V9H20V11H22V9H24V14H23.999C23.447 14 23 14.447 23 14.999V22H24V24ZM14 23V19C14 17.896 13.104 17 12 17C10.896 17 10 17.896 10 19V23H14ZM5 18V16C5 15.448 4.552 15 4 15C3.448 15 3 15.448 3 16V18H5ZM21 18V16C21 15.448 20.552 15 20 15C19.448 15 19 15.448 19 16V18H21ZM13 14V12C13 11.448 12.552 11 12 11C11.448 11 11 11.448 11 12V14H13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-event {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 24H0V22H1V15C1 14.448 0.552 14 0 14V9H2V11H4V9H6V13H7V6H9V8H11V0L16 2L12 4V6H13V8H15V6H17V13H18V9H20V11H22V9H24V14H23.999C23.447 14 23 14.447 23 14.999V22H24V24ZM14 23V19C14 17.896 13.104 17 12 17C10.896 17 10 17.896 10 19V23H14ZM5 18V16C5 15.448 4.552 15 4 15C3.448 15 3 15.448 3 16V18H5ZM21 18V16C21 15.448 20.552 15 20 15C19.448 15 19 15.448 19 16V18H21ZM13 14V12C13 11.448 12.552 11 12 11C11.448 11 11 11.448 11 12V14H13Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-event-old {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 24H0V22H1V15C1 14.448 0.552 14 0 14V9H2V11H4V9H6V13H7V6H9V8H11V0L16 2L12 4V6H13V8H15V6H17V13H18V9H20V11H22V9H24V14H23.999C23.447 14 23 14.447 23 14.999V22H24V24ZM14 23V19C14 17.896 13.104 17 12 17C10.896 17 10 17.896 10 19V23H14ZM5 18V16C5 15.448 4.552 15 4 15C3.448 15 3 15.448 3 16V18H5ZM21 18V16C21 15.448 20.552 15 20 15C19.448 15 19 15.448 19 16V18H21ZM13 14V12C13 11.448 12.552 11 12 11C11.448 11 11 11.448 11 12V14H13Z' fill='%23F2994A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.icon-guest-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.833 3.45263C15.833 2.53693 15.4692 1.65874 14.8217 1.01125C14.1742 0.363758 13.2961 0 12.3804 0C11.4647 0 10.5865 0.363758 9.93898 1.01125C9.29149 1.65874 8.92773 2.53693 8.92773 3.45263C8.92773 4.36832 9.29149 5.24651 9.93898 5.894C10.5865 6.54149 11.4647 6.90525 12.3804 6.90525C13.2961 6.90525 14.1742 6.54149 14.8217 5.894C15.4692 5.24651 15.833 4.36832 15.833 3.45263Z' fill='%23E0E0E0'/%3E%3Cpath d='M0.799414 13.9674H5.43236V9.33906L5.44476 9.06006C5.48506 8.59971 5.62766 8.16881 5.84776 7.78906H1.57441L1.39306 7.79991C1.01602 7.84433 0.668399 8.02558 0.416122 8.30929C0.163846 8.59299 0.0244641 8.95942 0.0244141 9.33906V13.1924C0.0244141 13.3979 0.106065 13.595 0.251406 13.7404C0.396747 13.8857 0.593871 13.9674 0.799414 13.9674Z' fill='%23BDBDBD'/%3E%3Cpath d='M24.7841 13.1924C24.7841 13.3979 24.7025 13.595 24.5572 13.7404C24.4118 13.8857 24.2147 13.9674 24.0091 13.9674H19.3343V9.33906L19.325 9.10811C19.2912 8.64337 19.1524 8.19236 18.9189 7.78906H23.2341C23.614 7.78916 23.9807 7.92876 24.2644 8.18135C24.5481 8.43394 24.7292 8.78194 24.7733 9.15926L24.7841 9.33906V13.1924Z' fill='%23BDBDBD'/%3E%3Cpath d='M17.7735 9.15926C17.7294 8.78168 17.5481 8.43346 17.264 8.18083C16.98 7.92821 16.613 7.78878 16.2328 7.78906H8.53242L8.35107 7.79991C7.97403 7.84433 7.62641 8.02558 7.37413 8.30929C7.12185 8.59299 6.98247 8.95942 6.98242 9.33906V13.9674H17.7828V9.33906L17.7735 9.15926Z' fill='%23BDBDBD'/%3E%3Cpath d='M20.1114 0.972656C20.898 0.972656 21.6524 1.28514 22.2087 1.84136C22.7649 2.39757 23.0774 3.15197 23.0774 3.93858C23.0774 4.72519 22.7649 5.47959 22.2087 6.03581C21.6524 6.59203 20.898 6.90451 20.1114 6.90451C19.3248 6.90451 18.5704 6.59203 18.0142 6.03581C17.458 5.47959 17.1455 4.72519 17.1455 3.93858C17.1455 3.15197 17.458 2.39757 18.0142 1.84136C18.5704 1.28514 19.3248 0.972656 20.1114 0.972656Z' fill='%23E0E0E0'/%3E%3Cpath d='M7.64083 3.93858C7.64083 3.15197 7.32835 2.39757 6.77214 1.84136C6.21592 1.28514 5.46152 0.972656 4.67491 0.972656C3.8883 0.972656 3.1339 1.28514 2.57768 1.84136C2.02147 2.39757 1.70898 3.15197 1.70898 3.93858C1.70898 4.72499 2.02138 5.47919 2.57746 6.03526C3.13353 6.59133 3.88773 6.90373 4.67413 6.90373C5.46054 6.90373 6.21474 6.59133 6.77081 6.03526C7.32689 5.47919 7.63929 4.72499 7.63929 3.93858H7.64083Z' fill='%23E0E0E0'/%3E%3Cpath d='M0.775 15.5156C0.569457 15.5156 0.372333 15.5973 0.226992 15.7426C0.0816517 15.888 0 16.0851 0 16.2906V17.8406C0 18.8683 0.408258 19.854 1.13496 20.5807C1.86166 21.3074 2.84729 21.7156 3.875 21.7156H20.925C21.9527 21.7156 22.9383 21.3074 23.665 20.5807C24.3917 19.854 24.8 18.8683 24.8 17.8406V16.2906C24.8 16.0851 24.7183 15.888 24.573 15.7426C24.4277 15.5973 24.2305 15.5156 24.025 15.5156H0.775Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-checkout-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7574 3.22275H26.9796C27.1679 3.2259 27.3537 3.26611 27.5265 3.34109C27.6993 3.41607 27.8556 3.52436 27.9865 3.65976C28.1174 3.79515 28.2203 3.95501 28.2895 4.13021C28.3586 4.3054 28.3925 4.4925 28.3893 4.6808V22.7091C28.3925 22.8974 28.3586 23.0845 28.2895 23.2597C28.2203 23.4349 28.1174 23.5948 27.9865 23.7302C27.8556 23.8656 27.6993 23.9739 27.5265 24.0488C27.3537 24.1238 27.1679 24.164 26.9796 24.1672H11.7842C11.925 23.6351 12 23.0763 12 22.5C12 18.9101 9.08985 16 5.5 16C4.46245 16 3.48168 16.2431 2.61153 16.6754V4.6808C2.60829 4.48912 2.64352 4.29872 2.71514 4.12089C2.78676 3.94305 2.89331 3.78138 3.0285 3.64544C3.16369 3.50951 3.32476 3.40206 3.5022 3.32945C3.67964 3.25685 3.86983 3.22057 4.06153 3.22275H7.28376V5.63942C7.28376 6.10944 7.47047 6.56021 7.80283 6.89257C8.13518 7.22492 8.58596 7.41164 9.05598 7.41164C9.526 7.41164 9.97677 7.22492 10.3091 6.89257C10.6415 6.56021 10.8282 6.10944 10.8282 5.63942V3.22275H20.2129V5.63942C20.2129 5.87215 20.2588 6.1026 20.3478 6.31762C20.4369 6.53263 20.5674 6.728 20.732 6.89257C20.8966 7.05713 21.0919 7.18767 21.3069 7.27673C21.522 7.3658 21.7524 7.41164 21.9851 7.41164C22.2179 7.41164 22.4483 7.3658 22.6633 7.27673C22.8784 7.18767 23.0737 7.05713 23.2383 6.89257C23.4029 6.728 23.5334 6.53263 23.6225 6.31762C23.7115 6.1026 23.7574 5.87215 23.7574 5.63942V3.22275ZM7.44487 15.3061H9.05598V13.695H7.44487V15.3061ZM7.44487 11.2783H9.05598V9.66719H7.44487V11.2783ZM12.2782 19.3339H13.8893V17.7227H12.2782V19.3339ZM12.2782 15.3061H13.8893V13.695H12.2782V15.3061ZM12.2782 11.2783H13.8893V9.66719H12.2782V11.2783ZM17.1115 19.3339H18.7226V17.7227H17.1115V19.3339ZM17.1115 15.3061H18.7226V13.695H17.1115V15.3061ZM17.1115 11.2783H18.7226V9.66719H17.1115V11.2783ZM21.9449 19.3339H23.556V17.7227H21.9449V19.3339ZM21.9449 15.3061H23.556V13.695H21.9449V15.3061ZM21.9449 11.2783H23.556V9.66719H21.9449V11.2783Z' fill='%23E0E0E0'/%3E%3Cpath d='M9.05556 6.44445C9.2692 6.44445 9.4741 6.35957 9.62517 6.2085C9.77624 6.05743 9.86111 5.85254 9.86111 5.63889V0.805556C9.86111 0.591909 9.77624 0.387013 9.62517 0.235942C9.4741 0.0848708 9.2692 0 9.05556 0C8.84191 0 8.63701 0.0848708 8.48594 0.235942C8.33487 0.387013 8.25 0.591909 8.25 0.805556V5.63889C8.25 5.85254 8.33487 6.05743 8.48594 6.2085C8.63701 6.35957 8.84191 6.44445 9.05556 6.44445Z' fill='%23E0E0E0'/%3E%3Cpath d='M21.9442 6.44445C22.1579 6.44445 22.3628 6.35957 22.5138 6.2085C22.6649 6.05743 22.7498 5.85254 22.7498 5.63889V0.805556C22.7498 0.591909 22.6649 0.387013 22.5138 0.235942C22.3628 0.0848708 22.1579 0 21.9442 0C21.7306 0 21.5257 0.0848708 21.3746 0.235942C21.2235 0.387013 21.1387 0.591909 21.1387 0.805556V5.63889C21.1387 5.85254 21.2235 6.05743 21.3746 6.2085C21.5257 6.35957 21.7306 6.44445 21.9442 6.44445Z' fill='%23E0E0E0'/%3E%3Cpath d='M5.5 17C4.04131 17 2.64236 17.5795 1.61091 18.6109C0.579462 19.6424 0 21.0413 0 22.5C0 23.9587 0.579462 25.3576 1.61091 26.3891C2.64236 27.4205 4.04131 28 5.5 28C6.95869 28 8.35764 27.4205 9.38909 26.3891C10.4205 25.3576 11 23.9587 11 22.5C11 21.0413 10.4205 19.6424 9.38909 18.6109C8.35764 17.5795 6.95869 17 5.5 17V17ZM7.90625 22.1562C7.99742 22.1562 8.08485 22.1925 8.14932 22.2569C8.21378 22.3214 8.25 22.4088 8.25 22.5C8.25 22.5912 8.21378 22.6786 8.14932 22.7431C8.08485 22.8075 7.99742 22.8438 7.90625 22.8438H3.92356L5.39962 24.3191C5.43159 24.3511 5.45694 24.389 5.47424 24.4308C5.49153 24.4725 5.50043 24.5173 5.50043 24.5625C5.50043 24.6077 5.49153 24.6525 5.47424 24.6942C5.45694 24.736 5.43159 24.7739 5.39962 24.8059C5.36766 24.8378 5.32972 24.8632 5.28796 24.8805C5.24621 24.8978 5.20145 24.9067 5.15625 24.9067C5.11105 24.9067 5.06629 24.8978 5.02454 24.8805C4.98278 24.8632 4.94484 24.8378 4.91288 24.8059L2.85038 22.7434C2.81836 22.7114 2.79296 22.6735 2.77564 22.6317C2.75831 22.59 2.74939 22.5452 2.74939 22.5C2.74939 22.4548 2.75831 22.41 2.77564 22.3683C2.79296 22.3265 2.81836 22.2886 2.85038 22.2566L4.91288 20.1941C4.94484 20.1622 4.98278 20.1368 5.02454 20.1195C5.06629 20.1022 5.11105 20.0933 5.15625 20.0933C5.20145 20.0933 5.24621 20.1022 5.28796 20.1195C5.32972 20.1368 5.36766 20.1622 5.39962 20.1941C5.43159 20.2261 5.45694 20.264 5.47424 20.3058C5.49153 20.3475 5.50043 20.3923 5.50043 20.4375C5.50043 20.4827 5.49153 20.5275 5.47424 20.5692C5.45694 20.611 5.43159 20.6489 5.39962 20.6809L3.92356 22.1562H7.90625Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-checkin-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7574 3.22275H26.9796C27.1679 3.2259 27.3537 3.26611 27.5265 3.34109C27.6993 3.41607 27.8556 3.52436 27.9865 3.65976C28.1174 3.79515 28.2203 3.95501 28.2895 4.13021C28.3586 4.3054 28.3925 4.4925 28.3893 4.6808V22.7091C28.3925 22.8974 28.3586 23.0845 28.2895 23.2597C28.2203 23.4349 28.1174 23.5948 27.9865 23.7302C27.8556 23.8656 27.6993 23.9739 27.5265 24.0488C27.3537 24.1238 27.1679 24.164 26.9796 24.1672H11.7842C11.925 23.6351 12 23.0763 12 22.5C12 18.9101 9.08985 16 5.5 16C4.46245 16 3.48168 16.2431 2.61153 16.6754V4.6808C2.60829 4.48912 2.64352 4.29872 2.71514 4.12089C2.78676 3.94305 2.89331 3.78138 3.0285 3.64544C3.16369 3.50951 3.32476 3.40206 3.5022 3.32945C3.67964 3.25685 3.86983 3.22057 4.06153 3.22275H7.28376V5.63942C7.28376 6.10944 7.47047 6.56021 7.80283 6.89257C8.13518 7.22492 8.58596 7.41164 9.05598 7.41164C9.526 7.41164 9.97677 7.22492 10.3091 6.89257C10.6415 6.56021 10.8282 6.10944 10.8282 5.63942V3.22275H20.2129V5.63942C20.2129 5.87215 20.2588 6.1026 20.3478 6.31762C20.4369 6.53263 20.5674 6.728 20.732 6.89257C20.8966 7.05713 21.0919 7.18767 21.3069 7.27673C21.522 7.3658 21.7524 7.41164 21.9851 7.41164C22.2179 7.41164 22.4483 7.3658 22.6633 7.27673C22.8784 7.18767 23.0737 7.05713 23.2383 6.89257C23.4029 6.728 23.5334 6.53263 23.6225 6.31762C23.7115 6.1026 23.7574 5.87215 23.7574 5.63942V3.22275ZM7.44487 15.3061H9.05598V13.695H7.44487V15.3061ZM7.44487 11.2783H9.05598V9.66719H7.44487V11.2783ZM12.2782 19.3339H13.8893V17.7227H12.2782V19.3339ZM12.2782 15.3061H13.8893V13.695H12.2782V15.3061ZM12.2782 11.2783H13.8893V9.66719H12.2782V11.2783ZM17.1115 19.3339H18.7226V17.7227H17.1115V19.3339ZM17.1115 15.3061H18.7226V13.695H17.1115V15.3061ZM17.1115 11.2783H18.7226V9.66719H17.1115V11.2783ZM21.9449 19.3339H23.556V17.7227H21.9449V19.3339ZM21.9449 15.3061H23.556V13.695H21.9449V15.3061ZM21.9449 11.2783H23.556V9.66719H21.9449V11.2783Z' fill='%23E0E0E0'/%3E%3Cpath d='M9.05556 6.44445C9.2692 6.44445 9.4741 6.35957 9.62517 6.2085C9.77624 6.05743 9.86111 5.85254 9.86111 5.63889V0.805556C9.86111 0.591909 9.77624 0.387013 9.62517 0.235942C9.4741 0.0848708 9.2692 0 9.05556 0C8.84191 0 8.63701 0.0848708 8.48594 0.235942C8.33487 0.387013 8.25 0.591909 8.25 0.805556V5.63889C8.25 5.85254 8.33487 6.05743 8.48594 6.2085C8.63701 6.35957 8.84191 6.44445 9.05556 6.44445Z' fill='%23E0E0E0'/%3E%3Cpath d='M21.9442 6.44445C22.1579 6.44445 22.3628 6.35957 22.5138 6.2085C22.6649 6.05743 22.7498 5.85254 22.7498 5.63889V0.805556C22.7498 0.591909 22.6649 0.387013 22.5138 0.235942C22.3628 0.0848708 22.1579 0 21.9442 0C21.7306 0 21.5257 0.0848708 21.3746 0.235942C21.2235 0.387013 21.1387 0.591909 21.1387 0.805556V5.63889C21.1387 5.85254 21.2235 6.05743 21.3746 6.2085C21.5257 6.35957 21.7306 6.44445 21.9442 6.44445Z' fill='%23E0E0E0'/%3E%3Cpath d='M5.5 17C6.95869 17 8.35764 17.5795 9.38909 18.6109C10.4205 19.6424 11 21.0413 11 22.5C11 23.9587 10.4205 25.3576 9.38909 26.3891C8.35764 27.4205 6.95869 28 5.5 28C4.04131 28 2.64236 27.4205 1.61091 26.3891C0.579463 25.3576 0 23.9587 0 22.5C0 21.0413 0.579463 19.6424 1.61091 18.6109C2.64236 17.5795 4.04131 17 5.5 17V17ZM3.09375 22.1562C3.00258 22.1562 2.91515 22.1925 2.85068 22.2569C2.78622 22.3214 2.75 22.4088 2.75 22.5C2.75 22.5912 2.78622 22.6786 2.85068 22.7431C2.91515 22.8075 3.00258 22.8438 3.09375 22.8438H7.07644L5.60038 24.3191C5.56841 24.3511 5.54306 24.389 5.52576 24.4308C5.50847 24.4725 5.49957 24.5173 5.49957 24.5625C5.49957 24.6077 5.50847 24.6525 5.52576 24.6942C5.54306 24.736 5.56841 24.7739 5.60038 24.8059C5.63234 24.8378 5.67028 24.8632 5.71204 24.8805C5.75379 24.8978 5.79855 24.9067 5.84375 24.9067C5.88895 24.9067 5.93371 24.8978 5.97546 24.8805C6.01722 24.8632 6.05516 24.8378 6.08712 24.8059L8.14962 22.7434C8.18164 22.7114 8.20704 22.6735 8.22436 22.6317C8.24169 22.59 8.25061 22.5452 8.25061 22.5C8.25061 22.4548 8.24169 22.41 8.22436 22.3683C8.20704 22.3265 8.18164 22.2886 8.14962 22.2566L6.08712 20.1941C6.05516 20.1622 6.01722 20.1368 5.97546 20.1195C5.93371 20.1022 5.88895 20.0933 5.84375 20.0933C5.79855 20.0933 5.75379 20.1022 5.71204 20.1195C5.67028 20.1368 5.63234 20.1622 5.60038 20.1941C5.56841 20.2261 5.54306 20.264 5.52576 20.3058C5.50847 20.3475 5.49957 20.3923 5.49957 20.4375C5.49957 20.4827 5.50847 20.5275 5.52576 20.5692C5.54306 20.611 5.56841 20.6489 5.60038 20.6809L7.07644 22.1562H3.09375Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-location-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0C7.66484 0 3 4.66484 3 10.5C3 12.518 3.60156 14.0766 4.64609 15.657L12.3953 27.4148C12.6305 27.7703 13.0352 28 13.5 28C13.9648 28 14.375 27.7648 14.6047 27.4148L22.3539 15.657C23.3984 14.0766 24 12.518 24 10.5C24 4.66484 19.3352 0 13.5 0ZM13.5 16.3297C10.2789 16.3297 7.66484 13.7156 7.66484 10.4891C7.66484 7.2625 10.2789 4.64844 13.5 4.64844C16.7211 4.64844 19.3352 7.2625 19.3352 10.4891C19.3352 13.7156 16.7211 16.3297 13.5 16.3297ZM13.5 7C11.5641 7 10 8.56406 10 10.5C10 12.4359 11.5641 14 13.5 14C15.4359 14 17 12.4359 17 10.5C17 8.56406 15.4359 7 13.5 7Z' fill='%23E0E0E0'/%3E%3Cpath d='M10 10.5C10 8.56406 11.5641 7 13.5 7C15.4359 7 17 8.56406 17 10.5C17 12.4359 15.4359 14 13.5 14C11.5641 14 10 12.4359 10 10.5Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

/* ------newest icon ------------*/
.ico-retail-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1875 10.7143C27.6878 10.7143 28.115 10.8887 28.469 11.2374C28.823 11.5862 29 12.0071 29 12.5C29 12.9929 28.823 13.4138 28.469 13.7626C28.115 14.1113 27.6878 14.2857 27.1875 14.2857H26.9751L25.3467 23.5212C25.2712 23.949 25.0635 24.3025 24.7236 24.5815C24.3838 24.8605 23.9967 25 23.5625 25H5.4375C5.00326 25 4.61621 24.8605 4.27637 24.5815C3.93652 24.3025 3.72884 23.949 3.65332 23.5212L2.0249 14.2857H1.8125C1.31217 14.2857 0.88501 14.1113 0.531006 13.7626C0.177002 13.4138 0 12.9929 0 12.5C0 12.0071 0.177002 11.5862 0.531006 11.2374C0.88501 10.8887 1.31217 10.7143 1.8125 10.7143H27.1875ZM6.86768 21.875C7.11312 21.8564 7.31844 21.7518 7.48364 21.5611C7.64884 21.3704 7.72201 21.1542 7.70312 20.9124L7.25 15.1088C7.23112 14.867 7.12492 14.6647 6.9314 14.502C6.73787 14.3392 6.51839 14.2671 6.27295 14.2857C6.02751 14.3043 5.82218 14.4089 5.65698 14.5996C5.49178 14.7903 5.41862 15.0065 5.4375 15.2483L5.89062 21.0519C5.90951 21.2844 6.00627 21.4797 6.18091 21.6378C6.35555 21.7959 6.56087 21.875 6.79688 21.875H6.86768ZM12.6875 20.9821V15.1786C12.6875 14.9368 12.5978 14.7275 12.4185 14.5508C12.2391 14.3741 12.0267 14.2857 11.7812 14.2857C11.5358 14.2857 11.3234 14.3741 11.144 14.5508C10.9647 14.7275 10.875 14.9368 10.875 15.1786V20.9821C10.875 21.224 10.9647 21.4332 11.144 21.6099C11.3234 21.7866 11.5358 21.875 11.7812 21.875C12.0267 21.875 12.2391 21.7866 12.4185 21.6099C12.5978 21.4332 12.6875 21.224 12.6875 20.9821ZM18.125 20.9821V15.1786C18.125 14.9368 18.0353 14.7275 17.856 14.5508C17.6766 14.3741 17.4642 14.2857 17.2188 14.2857C16.9733 14.2857 16.7609 14.3741 16.5815 14.5508C16.4022 14.7275 16.3125 14.9368 16.3125 15.1786V20.9821C16.3125 21.224 16.4022 21.4332 16.5815 21.6099C16.7609 21.7866 16.9733 21.875 17.2188 21.875C17.4642 21.875 17.6766 21.7866 17.856 21.6099C18.0353 21.4332 18.125 21.224 18.125 20.9821ZM23.1094 21.0519L23.5625 15.2483C23.5814 15.0065 23.5082 14.7903 23.343 14.5996C23.1778 14.4089 22.9725 14.3043 22.7271 14.2857C22.4816 14.2671 22.2621 14.3392 22.0686 14.502C21.8751 14.6647 21.7689 14.867 21.75 15.1088L21.2969 20.9124C21.278 21.1542 21.3512 21.3704 21.5164 21.5611C21.6816 21.7518 21.8869 21.8564 22.1323 21.875H22.2031C22.4391 21.875 22.6444 21.7959 22.8191 21.6378C22.9937 21.4797 23.0905 21.2844 23.1094 21.0519ZM6.74023 4.07366L5.42334 9.82143H3.5542L4.98438 3.66908C5.16374 2.85063 5.58382 2.18331 6.24463 1.66713C6.90544 1.15095 7.66064 0.892857 8.51025 0.892857H10.875C10.875 0.651042 10.9647 0.441778 11.144 0.265067C11.3234 0.0883557 11.5358 0 11.7812 0H17.2188C17.4642 0 17.6766 0.0883557 17.856 0.265067C18.0353 0.441778 18.125 0.651042 18.125 0.892857H20.4897C21.3394 0.892857 22.0946 1.15095 22.7554 1.66713C23.4162 2.18331 23.8363 2.85063 24.0156 3.66908L25.4458 9.82143H23.5767L22.2598 4.07366C22.1559 3.66443 21.9412 3.32961 21.6155 3.0692C21.2898 2.80878 20.9146 2.67857 20.4897 2.67857H18.125C18.125 2.92039 18.0353 3.12965 17.856 3.30636C17.6766 3.48307 17.4642 3.57143 17.2188 3.57143H11.7812C11.5358 3.57143 11.3234 3.48307 11.144 3.30636C10.9647 3.12965 10.875 2.92039 10.875 2.67857H8.51025C8.08545 2.67857 7.71021 2.80878 7.38452 3.0692C7.05884 3.32961 6.84408 3.66443 6.74023 4.07366Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.ico-notif {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z' stroke='%23CB7324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 15V11' stroke='%23CB7324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 7H11.01' stroke='%23CB7324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
  margin-right: 5px;
}

.ico-khusus-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7271 0.54541C5.02848 0.54541 5.31752 0.665134 5.53063 0.878243C5.74373 1.09135 5.86346 1.38039 5.86346 1.68177V2.81814H10.4089V1.68177C10.4089 1.38039 10.5286 1.09135 10.7417 0.878243C10.9549 0.665134 11.2439 0.54541 11.5453 0.54541C11.8467 0.54541 12.1357 0.665134 12.3488 0.878243C12.5619 1.09135 12.6816 1.38039 12.6816 1.68177V2.81814H17.2271V1.68177C17.2271 1.38039 17.3468 1.09135 17.5599 0.878243C17.773 0.665134 18.0621 0.54541 18.3635 0.54541C18.6648 0.54541 18.9539 0.665134 19.167 0.878243C19.3801 1.09135 19.4998 1.38039 19.4998 1.68177V2.81814C20.404 2.81814 21.2711 3.17731 21.9104 3.81664C22.5497 4.45597 22.9089 5.32308 22.9089 6.22723V21H14.9544C14.0502 21 13.1831 21.3591 12.5438 21.9985C11.9044 22.6378 11.5453 23.5049 11.5453 24.409V32.3636H3.59073C2.68658 32.3636 1.81947 32.0044 1.18014 31.3651C0.540812 30.7258 0.181641 29.8586 0.181641 28.9545V6.22723C0.181641 5.32308 0.540812 4.45597 1.18014 3.81664C1.81947 3.17731 2.68658 2.81814 3.59073 2.81814V1.68177C3.59073 1.38039 3.71046 1.09135 3.92356 0.878243C4.13667 0.665134 4.42571 0.54541 4.7271 0.54541ZM5.86346 10.7727C5.86346 11.0741 5.98318 11.3631 6.19629 11.5762C6.4094 11.7893 6.69844 11.909 6.99982 11.909H16.0907C16.3921 11.909 16.6812 11.7893 16.8943 11.5762C17.1074 11.3631 17.2271 11.0741 17.2271 10.7727C17.2271 10.4713 17.1074 10.1823 16.8943 9.96915C16.6812 9.75604 16.3921 9.63632 16.0907 9.63632H6.99982C6.69844 9.63632 6.4094 9.75604 6.19629 9.96915C5.98318 10.1823 5.86346 10.4713 5.86346 10.7727ZM5.86346 17.5909C5.86346 17.8922 5.98318 18.1813 6.19629 18.3944C6.4094 18.6075 6.69844 18.7272 6.99982 18.7272H16.0907C16.3921 18.7272 16.6812 18.6075 16.8943 18.3944C17.1074 18.1813 17.2271 17.8922 17.2271 17.5909C17.2271 17.2895 17.1074 17.0004 16.8943 16.7873C16.6812 16.5742 16.3921 16.4545 16.0907 16.4545H6.99982C6.69844 16.4545 6.4094 16.5742 6.19629 16.7873C5.98318 17.0004 5.86346 17.2895 5.86346 17.5909ZM5.86346 24.409C5.86346 24.7104 5.98318 24.9995 6.19629 25.2126C6.4094 25.4257 6.69844 25.5454 6.99982 25.5454H8.13619C8.43757 25.5454 8.72661 25.4257 8.93972 25.2126C9.15283 24.9995 9.27255 24.7104 9.27255 24.409C9.27255 24.1077 9.15283 23.8186 8.93972 23.6055C8.72661 23.3924 8.43757 23.2727 8.13619 23.2727H6.99982C6.69844 23.2727 6.4094 23.3924 6.19629 23.6055C5.98318 23.8186 5.86346 24.1077 5.86346 24.409ZM13.818 31.659C13.9339 31.5681 14.0453 31.4704 14.1498 31.3636L21.9112 23.6045C22.0157 23.5 22.1135 23.3886 22.2021 23.2727H14.9544C14.653 23.2727 14.3639 23.3924 14.1508 23.6055C13.9377 23.8186 13.818 24.1077 13.818 24.409V31.659Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 17px !important;
}

.doc_icon_green_2 {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50028 0.213867C6.62105 0.213867 6.73687 0.261842 6.82227 0.347238C6.90766 0.432634 6.95564 0.548456 6.95564 0.669224V1.42815H9.23242V0.669224C9.23242 0.548456 9.2804 0.432634 9.36579 0.347238C9.45119 0.261842 9.56701 0.213867 9.68778 0.213867C9.80855 0.213867 9.92437 0.261842 10.0098 0.347238C10.0952 0.432634 10.1431 0.548456 10.1431 0.669224V1.42815H10.5985C10.9608 1.42815 11.3083 1.57208 11.5645 1.82827C11.8206 2.08445 11.9646 2.43192 11.9646 2.79422V10.2293H9.07821C8.7159 10.2293 8.36844 10.3732 8.11225 10.6294C7.85606 10.8856 7.71214 11.2331 7.71214 11.5954V14.4817H2.09849C1.73619 14.4817 1.38872 14.3378 1.13254 14.0816C0.876347 13.8254 0.732422 13.478 0.732422 13.1157V2.79422C0.732422 2.43192 0.876347 2.08445 1.13254 1.82827C1.38872 1.57208 1.73619 1.42815 2.09849 1.42815H2.85742V0.669224C2.85742 0.548456 2.9054 0.432634 2.99079 0.347238C3.07619 0.261842 3.19201 0.213867 3.31278 0.213867C3.43355 0.213867 3.54937 0.261842 3.63476 0.347238C3.72016 0.432634 3.76814 0.548456 3.76814 0.669224V1.42815H6.04492V0.669224C6.04492 0.548456 6.0929 0.432634 6.17829 0.347238C6.26369 0.261842 6.37951 0.213867 6.50028 0.213867ZM2.85742 5.2228C2.85742 5.47415 3.06142 5.67815 3.31278 5.67815H9.38421C9.50498 5.67815 9.6208 5.63018 9.70619 5.54478C9.79159 5.45939 9.83957 5.34356 9.83957 5.2228C9.83957 5.10203 9.79159 4.98621 9.70619 4.90081C9.6208 4.81541 9.50498 4.76744 9.38421 4.76744H3.31278C3.19201 4.76744 3.07619 4.81541 2.99079 4.90081C2.9054 4.98621 2.85742 5.10203 2.85742 5.2228ZM2.85742 7.95494C2.85742 8.2063 3.06142 8.4103 3.31278 8.4103H9.38421C9.50498 8.4103 9.6208 8.36232 9.70619 8.27692C9.79159 8.19153 9.83957 8.07571 9.83957 7.95494C9.83957 7.83417 9.79159 7.71835 9.70619 7.63295C9.6208 7.54756 9.50498 7.49958 9.38421 7.49958H3.31278C3.19201 7.49958 3.07619 7.54756 2.99079 7.63295C2.9054 7.71835 2.85742 7.83417 2.85742 7.95494ZM2.85742 10.6871C2.85742 10.9384 3.06142 11.1424 3.31278 11.1424H6.04492C6.16569 11.1424 6.28151 11.0945 6.36691 11.0091C6.4523 10.9237 6.50028 10.8078 6.50028 10.6871C6.50028 10.5663 6.4523 10.4505 6.36691 10.3651C6.28151 10.2797 6.16569 10.2317 6.04492 10.2317H3.31278C3.19201 10.2317 3.07619 10.2797 2.99079 10.3651C2.9054 10.4505 2.85742 10.5663 2.85742 10.6871Z' fill='%2327AE60'/%3E%3Cpath d='M8.62305 14.2142L11.6982 11.1396H9.0784C8.95764 11.1396 8.84181 11.1876 8.75642 11.273C8.67102 11.3584 8.62305 11.4742 8.62305 11.595V14.2148V14.2142Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
  margin-right: 5px;
}

.doc_icon_red_2 {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50028 0.213867C6.62105 0.213867 6.73687 0.261842 6.82227 0.347238C6.90766 0.432634 6.95564 0.548456 6.95564 0.669224V1.42815H9.23242V0.669224C9.23242 0.548456 9.2804 0.432634 9.36579 0.347238C9.45119 0.261842 9.56701 0.213867 9.68778 0.213867C9.80855 0.213867 9.92437 0.261842 10.0098 0.347238C10.0952 0.432634 10.1431 0.548456 10.1431 0.669224V1.42815H10.5985C10.9608 1.42815 11.3083 1.57208 11.5645 1.82827C11.8206 2.08445 11.9646 2.43192 11.9646 2.79422V10.2293H9.07821C8.7159 10.2293 8.36844 10.3732 8.11225 10.6294C7.85606 10.8856 7.71214 11.2331 7.71214 11.5954V14.4817H2.09849C1.73619 14.4817 1.38872 14.3378 1.13254 14.0816C0.876347 13.8254 0.732422 13.478 0.732422 13.1157V2.79422C0.732422 2.43192 0.876347 2.08445 1.13254 1.82827C1.38872 1.57208 1.73619 1.42815 2.09849 1.42815H2.85742V0.669224C2.85742 0.548456 2.9054 0.432634 2.99079 0.347238C3.07619 0.261842 3.19201 0.213867 3.31278 0.213867C3.43355 0.213867 3.54937 0.261842 3.63476 0.347238C3.72016 0.432634 3.76814 0.548456 3.76814 0.669224V1.42815H6.04492V0.669224C6.04492 0.548456 6.0929 0.432634 6.17829 0.347238C6.26369 0.261842 6.37951 0.213867 6.50028 0.213867ZM2.85742 5.2228C2.85742 5.47415 3.06142 5.67815 3.31278 5.67815H9.38421C9.50498 5.67815 9.6208 5.63018 9.70619 5.54478C9.79159 5.45939 9.83957 5.34356 9.83957 5.2228C9.83957 5.10203 9.79159 4.98621 9.70619 4.90081C9.6208 4.81541 9.50498 4.76744 9.38421 4.76744H3.31278C3.19201 4.76744 3.07619 4.81541 2.99079 4.90081C2.9054 4.98621 2.85742 5.10203 2.85742 5.2228ZM2.85742 7.95494C2.85742 8.2063 3.06142 8.4103 3.31278 8.4103H9.38421C9.50498 8.4103 9.6208 8.36232 9.70619 8.27692C9.79159 8.19153 9.83957 8.07571 9.83957 7.95494C9.83957 7.83417 9.79159 7.71835 9.70619 7.63295C9.6208 7.54756 9.50498 7.49958 9.38421 7.49958H3.31278C3.19201 7.49958 3.07619 7.54756 2.99079 7.63295C2.9054 7.71835 2.85742 7.83417 2.85742 7.95494ZM2.85742 10.6871C2.85742 10.9384 3.06142 11.1424 3.31278 11.1424H6.04492C6.16569 11.1424 6.28151 11.0945 6.36691 11.0091C6.4523 10.9237 6.50028 10.8078 6.50028 10.6871C6.50028 10.5663 6.4523 10.4505 6.36691 10.3651C6.28151 10.2797 6.16569 10.2317 6.04492 10.2317H3.31278C3.19201 10.2317 3.07619 10.2797 2.99079 10.3651C2.9054 10.4505 2.85742 10.5663 2.85742 10.6871Z' fill='%23EB5757'/%3E%3Cpath d='M8.62305 14.2142L11.6982 11.1396H9.0784C8.95764 11.1396 8.84181 11.1876 8.75642 11.273C8.67102 11.3584 8.62305 11.4742 8.62305 11.595V14.2148V14.2142Z' fill='%23EB5757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
  margin-right: 5px;
}

.icon-location-cl-2 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0C7.66484 0 3 4.66484 3 10.5C3 12.518 3.60156 14.0766 4.64609 15.657L12.3953 27.4148C12.6305 27.7703 13.0352 28 13.5 28C13.9648 28 14.375 27.7648 14.6047 27.4148L22.3539 15.657C23.3984 14.0766 24 12.518 24 10.5C24 4.66484 19.3352 0 13.5 0ZM13.5 16.3297C10.2789 16.3297 7.66484 13.7156 7.66484 10.4891C7.66484 7.2625 10.2789 4.64844 13.5 4.64844C16.7211 4.64844 19.3352 7.2625 19.3352 10.4891C19.3352 13.7156 16.7211 16.3297 13.5 16.3297ZM13.5 7C11.5641 7 10 8.56406 10 10.5C10 12.4359 11.5641 14 13.5 14C15.4359 14 17 12.4359 17 10.5C17 8.56406 15.4359 7 13.5 7Z' fill='%2327AE60'/%3E%3Cpath d='M10 10.5C10 8.56406 11.5641 7 13.5 7C15.4359 7 17 8.56406 17 10.5C17 12.4359 15.4359 14 13.5 14C11.5641 14 10 12.4359 10 10.5Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
}

.ico-time-orange {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C5.61553 0 4.26216 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532846 4.32122C0.00303298 5.6003 -0.13559 7.00776 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.3997 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C13.9979 5.14413 13.2597 3.36489 11.9474 2.05259C10.6351 0.740295 8.85587 0.00211736 7 0ZM7 13C5.4087 13 3.88258 12.3679 2.75736 11.2426C1.63214 10.1174 1 8.5913 1 7C1 5.4087 1.63214 3.88258 2.75736 2.75736C3.88258 1.63214 5.4087 1 7 1V7L11.2405 11.2405C10.6844 11.7986 10.0235 12.2413 9.29578 12.5433C8.56807 12.8452 7.78787 13.0004 7 13Z' fill='%23F2994A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
  margin-right: 5px;
}

.ico-time-green {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C5.61553 0 4.26216 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532846 4.32122C0.00303298 5.6003 -0.13559 7.00776 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.3997 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C13.9979 5.14413 13.2597 3.36489 11.9474 2.05259C10.6351 0.740295 8.85587 0.00211736 7 0ZM7 13C5.4087 13 3.88258 12.3679 2.75736 11.2426C1.63214 10.1174 1 8.5913 1 7C1 5.4087 1.63214 3.88258 2.75736 2.75736C3.88258 1.63214 5.4087 1 7 1V7L11.2405 11.2405C10.6844 11.7986 10.0235 12.2413 9.29578 12.5433C8.56807 12.8452 7.78787 13.0004 7 13Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
  margin-right: 5px;
}

.ico-reguler {
  content: url("data:image/svg+xml,%3Csvg width='30' height='34' viewBox='0 0 30 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99982 1.87888C5.99982 1.6217 5.89766 1.37505 5.7158 1.1932C5.53395 1.01134 5.28731 0.90918 5.03013 0.90918C4.77295 0.90918 4.5263 1.01134 4.34445 1.1932C4.16259 1.37505 4.06043 1.6217 4.06043 1.87888V2.84857H3.09073C2.31919 2.84857 1.57925 3.15507 1.03369 3.70063C0.488133 4.24619 0.181641 4.98613 0.181641 5.75766V29.0304C0.181641 29.8019 0.488133 30.5419 1.03369 31.0874C1.57925 31.633 2.31919 31.9395 3.09073 31.9395H13.2726C13.0308 31.5885 12.8175 31.2189 12.6345 30.834C12.2578 30.0376 12.0091 29.1867 11.8975 28.3128C11.8445 27.9077 11.8179 27.4996 11.818 27.091C11.818 25.8064 12.3278 24.5744 13.2353 23.6653C14.1429 22.7563 15.3742 22.2446 16.6587 22.2425H17.1785C16.2228 21.1768 15.695 19.7952 15.6968 18.3637H6.96952C6.71234 18.3637 6.46569 18.2616 6.28384 18.0797C6.10199 17.8979 5.99982 17.6512 5.99982 17.394C5.99982 17.1368 6.10199 16.8902 6.28384 16.7083C6.46569 16.5265 6.71234 16.4243 6.96952 16.4243H16.0265C16.2813 15.7037 16.6755 15.0403 17.1867 14.472C17.6979 13.9037 18.316 13.4417 19.0057 13.1123C19.6955 12.7829 20.4434 12.5926 21.2067 12.5522C21.97 12.5119 22.7337 12.6223 23.4544 12.8772V5.75766C23.4544 4.98613 23.1479 4.24619 22.6023 3.70063C22.0568 3.15507 21.3168 2.84857 20.5453 2.84857H19.5756V1.87888C19.5756 1.6217 19.4734 1.37505 19.2916 1.1932C19.1097 1.01134 18.8631 0.90918 18.6059 0.90918C18.3487 0.90918 18.1021 1.01134 17.9202 1.1932C17.7383 1.37505 17.6362 1.6217 17.6362 1.87888V2.84857H12.7877V1.87888C12.7877 1.6217 12.6855 1.37505 12.5037 1.1932C12.3218 1.01134 12.0752 0.90918 11.818 0.90918C11.5608 0.90918 11.3142 1.01134 11.1323 1.1932C10.9505 1.37505 10.8483 1.6217 10.8483 1.87888V2.84857H5.99982V1.87888ZM5.99982 11.5758C5.99982 11.3187 6.10199 11.072 6.28384 10.8902C6.46569 10.7083 6.71234 10.6061 6.96952 10.6061H16.6665C16.9237 10.6061 17.1703 10.7083 17.3522 10.8902C17.534 11.072 17.6362 11.3187 17.6362 11.5758C17.6362 11.833 17.534 12.0797 17.3522 12.2615C17.1703 12.4434 16.9237 12.5455 16.6665 12.5455H6.96952C6.71234 12.5455 6.46569 12.4434 6.28384 12.2615C6.10199 12.0797 5.99982 11.833 5.99982 11.5758ZM5.99982 23.2122C5.99982 22.955 6.10199 22.7084 6.28384 22.5265C6.46569 22.3447 6.71234 22.2425 6.96952 22.2425H10.8483C11.1055 22.2425 11.3521 22.3447 11.534 22.5265C11.7158 22.7084 11.818 22.955 11.818 23.2122C11.818 23.4694 11.7158 23.716 11.534 23.8979C11.3521 24.0797 11.1055 24.1819 10.8483 24.1819H6.96952C6.71234 24.1819 6.46569 24.0797 6.28384 23.8979C6.10199 23.716 5.99982 23.4694 5.99982 23.2122ZM25.3938 18.3637C25.4105 17.8443 25.3226 17.3268 25.1354 16.842C24.9482 16.3572 24.6655 15.915 24.3041 15.5415C23.9426 15.1681 23.5098 14.8711 23.0314 14.6682C22.5529 14.4653 22.0386 14.3606 21.5189 14.3604C20.9992 14.3601 20.4848 14.4643 20.0061 14.6667C19.5275 14.8691 19.0944 15.1657 18.7326 15.5388C18.3708 15.9118 18.0876 16.3538 17.9 16.8384C17.7123 17.323 17.6239 17.8404 17.6401 18.3598C17.6714 19.3668 18.0933 20.3221 18.8166 21.0235C19.5398 21.725 20.5076 22.1174 21.515 22.1179C22.5225 22.1184 23.4907 21.7269 24.2146 21.0262C24.9385 20.3256 25.3614 19.3707 25.3938 18.3637ZM13.7574 27.091C13.7574 27.4246 13.7768 27.7485 13.8195 28.0607C14.011 29.6764 14.8336 31.1509 16.1079 32.1625C17.545 33.3165 19.4728 33.8789 21.515 33.8789C23.5572 33.8789 25.4849 33.3165 26.922 32.1625C28.3804 30.9892 29.2726 29.2554 29.2726 27.091C29.2726 26.3195 28.9661 25.5795 28.4205 25.034C27.8749 24.4884 27.135 24.1819 26.3635 24.1819H16.6665C15.8949 24.1819 15.155 24.4884 14.6095 25.034C14.0639 25.5795 13.7574 26.3195 13.7574 27.091Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.ico-khusus {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7271 0.54541C5.02848 0.54541 5.31752 0.665134 5.53063 0.878243C5.74373 1.09135 5.86346 1.38039 5.86346 1.68177V2.81814H10.4089V1.68177C10.4089 1.38039 10.5286 1.09135 10.7417 0.878243C10.9549 0.665134 11.2439 0.54541 11.5453 0.54541C11.8467 0.54541 12.1357 0.665134 12.3488 0.878243C12.5619 1.09135 12.6816 1.38039 12.6816 1.68177V2.81814H17.2271V1.68177C17.2271 1.38039 17.3468 1.09135 17.5599 0.878243C17.773 0.665134 18.0621 0.54541 18.3635 0.54541C18.6648 0.54541 18.9539 0.665134 19.167 0.878243C19.3801 1.09135 19.4998 1.38039 19.4998 1.68177V2.81814C20.404 2.81814 21.2711 3.17731 21.9104 3.81664C22.5497 4.45597 22.9089 5.32308 22.9089 6.22723V21H14.9544C14.0502 21 13.1831 21.3591 12.5438 21.9985C11.9044 22.6378 11.5453 23.5049 11.5453 24.409V32.3636H3.59073C2.68658 32.3636 1.81947 32.0044 1.18014 31.3651C0.540812 30.7258 0.181641 29.8586 0.181641 28.9545V6.22723C0.181641 5.32308 0.540812 4.45597 1.18014 3.81664C1.81947 3.17731 2.68658 2.81814 3.59073 2.81814V1.68177C3.59073 1.38039 3.71046 1.09135 3.92356 0.878243C4.13667 0.665134 4.42571 0.54541 4.7271 0.54541ZM5.86346 10.7727C5.86346 11.0741 5.98318 11.3631 6.19629 11.5762C6.4094 11.7893 6.69844 11.909 6.99982 11.909H16.0907C16.3921 11.909 16.6812 11.7893 16.8943 11.5762C17.1074 11.3631 17.2271 11.0741 17.2271 10.7727C17.2271 10.4713 17.1074 10.1823 16.8943 9.96915C16.6812 9.75604 16.3921 9.63632 16.0907 9.63632H6.99982C6.69844 9.63632 6.4094 9.75604 6.19629 9.96915C5.98318 10.1823 5.86346 10.4713 5.86346 10.7727ZM5.86346 17.5909C5.86346 17.8922 5.98318 18.1813 6.19629 18.3944C6.4094 18.6075 6.69844 18.7272 6.99982 18.7272H16.0907C16.3921 18.7272 16.6812 18.6075 16.8943 18.3944C17.1074 18.1813 17.2271 17.8922 17.2271 17.5909C17.2271 17.2895 17.1074 17.0004 16.8943 16.7873C16.6812 16.5742 16.3921 16.4545 16.0907 16.4545H6.99982C6.69844 16.4545 6.4094 16.5742 6.19629 16.7873C5.98318 17.0004 5.86346 17.2895 5.86346 17.5909ZM5.86346 24.409C5.86346 24.7104 5.98318 24.9995 6.19629 25.2126C6.4094 25.4257 6.69844 25.5454 6.99982 25.5454H8.13619C8.43757 25.5454 8.72661 25.4257 8.93972 25.2126C9.15283 24.9995 9.27255 24.7104 9.27255 24.409C9.27255 24.1077 9.15283 23.8186 8.93972 23.6055C8.72661 23.3924 8.43757 23.2727 8.13619 23.2727H6.99982C6.69844 23.2727 6.4094 23.3924 6.19629 23.6055C5.98318 23.8186 5.86346 24.1077 5.86346 24.409ZM13.818 31.659C13.9339 31.5681 14.0453 31.4704 14.1498 31.3636L21.9112 23.6045C22.0157 23.5 22.1135 23.3886 22.2021 23.2727H14.9544C14.653 23.2727 14.3639 23.3924 14.1508 23.6055C13.9377 23.8186 13.818 24.1077 13.818 24.409V31.659Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.ico-ticket {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4033 4.9601L12.1966 3.75342C12.0993 3.65738 11.9695 3.6013 11.8328 3.59624C11.6961 3.59117 11.5625 3.6375 11.4583 3.72608C11.2975 3.863 11.0911 3.93449 10.88 3.92639C10.6689 3.91828 10.4685 3.83118 10.3187 3.68233C10.1699 3.53245 10.0828 3.33217 10.0747 3.12115C10.0666 2.91013 10.1381 2.70376 10.2749 2.54291C10.3635 2.43872 10.4098 2.30512 10.4047 2.16846C10.3997 2.0318 10.3436 1.90199 10.2476 1.80463L9.03979 0.596586C8.93772 0.494715 8.79941 0.4375 8.6552 0.4375C8.51099 0.4375 8.37268 0.494715 8.27061 0.596586L6.34698 2.51995C6.22821 2.63914 6.13865 2.7842 6.0853 2.94377C6.07491 2.97445 6.05759 3.00233 6.03469 3.02523C6.01178 3.04814 5.98391 3.06546 5.95323 3.07584C5.79359 3.12919 5.6485 3.21886 5.5294 3.3378L0.596586 8.27061C0.494715 8.37268 0.4375 8.51099 0.4375 8.6552C0.4375 8.79941 0.494715 8.93772 0.596586 9.03979L1.80463 10.2465C1.90199 10.3425 2.0318 10.3986 2.16846 10.4037C2.30512 10.4087 2.43872 10.3624 2.54291 10.2738C2.70339 10.1358 2.9101 10.0635 3.12162 10.0714C3.33314 10.0794 3.53385 10.167 3.68352 10.3166C3.8332 10.4663 3.92078 10.667 3.92872 10.8785C3.93667 11.0901 3.86438 11.2968 3.72635 11.4573C3.63777 11.5614 3.59145 11.695 3.59651 11.8317C3.60157 11.9684 3.65765 12.0982 3.7537 12.1955L4.96038 13.4022C5.06244 13.5041 5.20076 13.5613 5.34497 13.5613C5.48917 13.5613 5.62749 13.5041 5.72956 13.4022L10.6624 8.4694C10.7812 8.35035 10.8709 8.20537 10.9243 8.04584C10.9347 8.01506 10.952 7.9871 10.975 7.96414C10.9979 7.94117 11.0259 7.92384 11.0567 7.9135C11.2162 7.86014 11.3611 7.77057 11.4802 7.65182L13.4036 5.72819C13.5051 5.62613 13.562 5.48803 13.562 5.34409C13.5619 5.20015 13.5049 5.06209 13.4033 4.9601ZM7.15881 4.14936C7.11819 4.19 7.06995 4.22223 7.01687 4.24422C6.96378 4.26622 6.90688 4.27754 6.84942 4.27754C6.79196 4.27754 6.73506 4.26622 6.68197 4.24422C6.62888 4.22223 6.58065 4.19 6.54002 4.14936L6.2253 3.83463C6.14525 3.75217 6.10086 3.64153 6.10172 3.5266C6.10259 3.41168 6.14864 3.30172 6.22992 3.22047C6.3112 3.13922 6.42119 3.09322 6.53611 3.09241C6.65103 3.09159 6.76166 3.13603 6.84409 3.21612L7.15881 3.53057C7.19945 3.5712 7.23168 3.61943 7.25368 3.67252C7.27567 3.7256 7.28699 3.7825 7.28699 3.83997C7.28699 3.89743 7.27567 3.95433 7.25368 4.00741C7.23168 4.0605 7.19945 4.10873 7.15881 4.14936ZM8.36194 5.35248C8.2799 5.43447 8.16866 5.48052 8.05268 5.48052C7.9367 5.48052 7.82546 5.43447 7.74342 5.35248L7.44264 5.0517C7.40201 5.01107 7.36978 4.96284 7.34779 4.90975C7.3258 4.85667 7.31449 4.79977 7.31449 4.74231C7.31449 4.68485 7.3258 4.62795 7.34779 4.57487C7.36978 4.52178 7.40201 4.47354 7.44264 4.43291C7.5247 4.35086 7.63599 4.30476 7.75204 4.30476C7.8095 4.30476 7.86639 4.31608 7.91948 4.33807C7.97256 4.36005 8.0208 4.39228 8.06143 4.43291L8.36221 4.7337C8.40299 4.77432 8.43535 4.82259 8.45744 4.87574C8.47953 4.9289 8.49091 4.98588 8.49094 5.04344C8.49096 5.101 8.47963 5.158 8.45759 5.21117C8.43554 5.26435 8.40323 5.31264 8.36248 5.3533L8.36194 5.35248ZM9.56506 6.55561C9.52444 6.59625 9.4762 6.62848 9.42312 6.65047C9.37003 6.67247 9.31313 6.68379 9.25567 6.68379C9.19821 6.68379 9.14131 6.67247 9.08822 6.65047C9.03513 6.62848 8.9869 6.59625 8.94627 6.55561L8.64549 6.25483C8.56544 6.17237 8.52105 6.06172 8.52192 5.9468C8.52279 5.83188 8.56883 5.72191 8.65012 5.64067C8.7314 5.55942 8.84139 5.51342 8.95631 5.5126C9.07123 5.51179 9.18186 5.55623 9.26428 5.63631L9.56506 5.93709C9.60595 5.97765 9.63843 6.02588 9.66064 6.07902C9.68285 6.13216 9.69434 6.18916 9.69447 6.24675C9.6946 6.30434 9.68335 6.36139 9.66138 6.41463C9.63941 6.46787 9.60714 6.51624 9.56643 6.55698L9.56506 6.55561ZM10.7799 7.7735C10.7393 7.81414 10.6911 7.84637 10.638 7.86836C10.5849 7.89036 10.528 7.90168 10.4706 7.90168C10.4131 7.90168 10.3562 7.89036 10.3031 7.86836C10.25 7.84637 10.2018 7.81414 10.1612 7.7735L9.84834 7.45905C9.80686 7.41854 9.77383 7.37019 9.75119 7.31681C9.72856 7.26343 9.71676 7.20608 9.71648 7.14809C9.7162 7.09011 9.72746 7.03265 9.74958 6.97905C9.77171 6.92546 9.80427 6.87679 9.84537 6.83589C9.88647 6.79499 9.93529 6.76267 9.98899 6.7408C10.0427 6.71894 10.1002 6.70796 10.1582 6.70852C10.2162 6.70908 10.2735 6.72116 10.3267 6.74406C10.38 6.76696 10.4282 6.80021 10.4685 6.8419L10.7816 7.15608C10.8222 7.19672 10.8544 7.24497 10.8764 7.29807C10.8984 7.35116 10.9097 7.40807 10.9096 7.46553C10.9096 7.52299 10.8983 7.57989 10.8762 7.63296C10.8542 7.68604 10.822 7.73426 10.7813 7.77487L10.7799 7.7735Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
}

.ico-check {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92121 0.598282C6.73613 0.408896 6.51507 0.258411 6.27101 0.155668C6.02695 0.0529262 5.76481 0 5.5 0C5.23519 0 4.97305 0.0529262 4.72899 0.155668C4.48493 0.258411 4.26387 0.408896 4.07879 0.598282L3.65113 1.03692L3.03919 1.02936C2.7743 1.02623 2.51147 1.07608 2.26613 1.176C2.02079 1.27592 1.79792 1.42388 1.6106 1.61119C1.42328 1.79849 1.27531 2.02136 1.17539 2.26668C1.07546 2.512 1.0256 2.77482 1.02874 3.03969L1.03561 3.65159L0.598319 4.07923C0.408922 4.26429 0.258427 4.48534 0.155678 4.72938C0.0529295 4.97343 0 5.23555 0 5.50034C0 5.76514 0.0529295 6.02726 0.155678 6.2713C0.258427 6.51535 0.408922 6.7364 0.598319 6.92146L1.0363 7.3491L1.02874 7.961C1.0256 8.22587 1.07546 8.48869 1.17539 8.73401C1.27531 8.97933 1.42328 9.2022 1.6106 9.3895C1.79792 9.57681 2.02079 9.72477 2.26613 9.82469C2.51147 9.9246 2.7743 9.97446 3.03919 9.97133L3.65113 9.96445L4.07879 10.4017C4.26387 10.5911 4.48493 10.7416 4.72899 10.8443C4.97305 10.9471 5.23519 11 5.5 11C5.76481 11 6.02695 10.9471 6.27101 10.8443C6.51507 10.7416 6.73613 10.5911 6.92121 10.4017L7.34887 9.96376L7.96081 9.97133C8.2257 9.97446 8.48854 9.9246 8.73387 9.82469C8.97921 9.72477 9.20209 9.57681 9.3894 9.3895C9.57672 9.2022 9.72469 8.97933 9.82461 8.73401C9.92454 8.48869 9.9744 8.22587 9.97126 7.961L9.96439 7.3491L10.4017 6.92146C10.5911 6.7364 10.7416 6.51535 10.8443 6.2713C10.9471 6.02726 11 5.76514 11 5.50034C11 5.23555 10.9471 4.97343 10.8443 4.72938C10.7416 4.48534 10.5911 4.26429 10.4017 4.07923L9.9637 3.65159L9.97126 3.03969C9.9744 2.77482 9.92454 2.512 9.82461 2.26668C9.72469 2.02136 9.57672 1.79849 9.3894 1.61119C9.20209 1.42388 8.97921 1.27592 8.73387 1.176C8.48854 1.07608 8.2257 1.02623 7.96081 1.02936L7.34887 1.03624L6.92121 0.59897V0.598282ZM7.11854 4.71244L5.05583 6.77502C5.0239 6.80703 4.98596 6.83243 4.94419 6.84976C4.90243 6.86709 4.85765 6.87601 4.81243 6.87601C4.76721 6.87601 4.72244 6.86709 4.68067 6.84976C4.6389 6.83243 4.60097 6.80703 4.56903 6.77502L3.53768 5.74373C3.50571 5.71177 3.48036 5.67382 3.46306 5.63206C3.44576 5.5903 3.43686 5.54554 3.43686 5.50034C3.43686 5.45514 3.44576 5.41039 3.46306 5.36863C3.48036 5.32687 3.50571 5.28892 3.53768 5.25696C3.56964 5.225 3.60759 5.19964 3.64935 5.18235C3.69111 5.16505 3.73587 5.15615 3.78108 5.15615C3.82628 5.15615 3.87104 5.16505 3.9128 5.18235C3.95457 5.19964 3.99251 5.225 4.02448 5.25696L4.81243 6.04555L6.63174 4.22567C6.69629 4.16112 6.78385 4.12486 6.87514 4.12486C6.96643 4.12486 7.05398 4.16112 7.11854 4.22567C7.18309 4.29022 7.21936 4.37777 7.21936 4.46905C7.21936 4.56034 7.18309 4.64789 7.11854 4.71244Z' fill='%23219653'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
}

.icon-mushola {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23C5F4D9'/%3E%3Cpath d='M13 33.75C13 34.4402 13.5598 35 14.25 35H16.75C17.4402 35 18 34.4402 18 33.75V21.25H13V33.75ZM35.6234 26.25C36.3211 25.5707 36.75 24.7914 36.75 23.9488C36.75 21.884 35.1176 20.2852 33.3156 19.148C31.6773 18.1141 30.166 16.8914 28.9422 15.3895L28.625 15L28.3078 15.3895C27.084 16.8914 25.573 18.1145 23.9344 19.148C22.1324 20.2852 20.5 21.884 20.5 23.9488C20.5 24.7914 20.9289 25.5707 21.6266 26.25H35.6234ZM36.75 27.5H20.5C19.8098 27.5 19.25 28.0598 19.25 28.75V33.75C19.25 34.4402 19.8098 35 20.5 35H21.75V32.5C21.75 31.8098 22.3098 31.25 23 31.25C23.6902 31.25 24.25 31.8098 24.25 32.5V35H26.75V32.1875C26.75 30.3125 28.625 29.375 28.625 29.375C28.625 29.375 30.5 30.3125 30.5 32.1875V35H33V32.5C33 31.8098 33.5598 31.25 34.25 31.25C34.9402 31.25 35.5 31.8098 35.5 32.5V35H36.75C37.4402 35 38 34.4402 38 33.75V28.75C38 28.0598 37.4402 27.5 36.75 27.5ZM15.5 15C15.5 15 13 16.25 13 18.75V20H18V18.75C18 16.25 15.5 15 15.5 15Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-toilet {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.6924' cy='25' r='25' fill='%23C5F4D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6265 35.9612H21.7465C21.7465 35.9612 26.0001 27.3649 19.6655 27.3649V24.5H36.5587C36.5587 24.5 36.6815 26.2494 33.5771 28.3611C28.7954 31.6099 30.6265 35.9612 30.6265 35.9612Z' fill='%2327AE60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2944 21.625H36.5589V23.0323H25.2944V21.625Z' fill='%2327AE60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2524 13.0117V23.0368H23.8826V13.0117H18.2524ZM22.4708 17.363H21.059V14.4363H22.4708V17.363Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.ico-clock {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0C2.91031 0 0 2.91031 0 6.5C0 10.0897 2.91031 13 6.5 13C10.0897 13 13 10.0897 13 6.5C13 2.91031 10.0897 0 6.5 0ZM9.5 7.5H6.5C6.36739 7.5 6.24021 7.44732 6.14645 7.35355C6.05268 7.25979 6 7.13261 6 7V2.5C6 2.36739 6.05268 2.24021 6.14645 2.14645C6.24021 2.05268 6.36739 2 6.5 2C6.63261 2 6.75979 2.05268 6.85355 2.14645C6.94732 2.24021 7 2.36739 7 2.5V6.5H9.5C9.63261 6.5 9.75979 6.55268 9.85355 6.64645C9.94732 6.74021 10 6.86739 10 7C10 7.13261 9.94732 7.25979 9.85355 7.35355C9.75979 7.44732 9.63261 7.5 9.5 7.5Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
}

.ico-calendar {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.5H11.25V0.75C11.25 0.3375 10.9125 0 10.5 0C10.0875 0 9.75 0.3375 9.75 0.75V1.5H3.75V0.75C3.75 0.3375 3.4125 0 3 0C2.5875 0 2.25 0.3375 2.25 0.75V1.5H1.5C0.6675 1.5 0.00749999 2.175 0.00749999 3L0 13.5C0 13.8978 0.158035 14.2794 0.43934 14.5607C0.720644 14.842 1.10218 15 1.5 15H12C12.825 15 13.5 14.325 13.5 13.5V3C13.5 2.175 12.825 1.5 12 1.5ZM12 6V13.5H1.5V6H12ZM3.75 7.5C4.1625 7.5 4.5 7.8375 4.5 8.25C4.5 8.6625 4.1625 9 3.75 9C3.3375 9 3 8.6625 3 8.25C3 7.8375 3.3375 7.5 3.75 7.5ZM6.75 7.5C7.1625 7.5 7.5 7.8375 7.5 8.25C7.5 8.6625 7.1625 9 6.75 9C6.3375 9 6 8.6625 6 8.25C6 7.8375 6.3375 7.5 6.75 7.5ZM9.75 7.5C10.1625 7.5 10.5 7.8375 10.5 8.25C10.5 8.6625 10.1625 9 9.75 9C9.3375 9 9 8.6625 9 8.25C9 7.8375 9.3375 7.5 9.75 7.5Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 13px !important;
}

.ico--download {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69393 27.1111H22.0273C22.4566 27.1112 22.8698 27.2743 23.1835 27.5674C23.4972 27.8605 23.688 28.2617 23.7172 28.6901C23.7465 29.1184 23.6121 29.5418 23.3412 29.8749C23.0702 30.2079 22.683 30.4257 22.2577 30.4842L22.0273 30.5H1.69393C1.26462 30.4999 0.851357 30.3368 0.537658 30.0437C0.223958 29.7506 0.0332052 29.3494 0.00394328 28.921C-0.0253186 28.4927 0.109092 28.0693 0.380016 27.7362C0.65094 27.4032 1.03818 27.1854 1.46348 27.1269L1.69393 27.1111H22.0273H1.69393ZM11.6301 0.0158147L11.8606 0C12.2701 1.72673e-05 12.6657 0.148304 12.9743 0.417437C13.2828 0.68657 13.4835 1.05834 13.5392 1.464L13.555 1.69444V19.0636L18.6497 13.9713C18.937 13.684 19.3179 13.5096 19.7231 13.4797C20.1282 13.4499 20.5306 13.5666 20.857 13.8086L21.0467 13.9713C21.334 14.2586 21.5084 14.6395 21.5383 15.0447C21.5681 15.4498 21.4514 15.8522 21.2094 16.1786L21.0467 16.3683L13.058 24.3548C12.7711 24.6418 12.3907 24.8163 11.9861 24.8465C11.5814 24.8768 11.1794 24.7608 10.853 24.5197L10.6632 24.3548L2.67445 16.3683C2.37127 16.066 2.1938 15.6601 2.17771 15.2322C2.16162 14.8043 2.3081 14.3862 2.58772 14.062C2.86733 13.7377 3.25934 13.5313 3.68492 13.4843C4.1105 13.4373 4.5381 13.5532 4.88174 13.8086L5.07152 13.9713L10.1661 19.0681V1.69444C10.1662 1.28498 10.3145 0.889375 10.5836 0.580786C10.8527 0.272197 11.2245 0.0715017 11.6301 0.0158147L11.8606 0L11.6301 0.0158147Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px !important;
}

.ico--clock {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.96875C5.78854 1.96875 1.96875 5.78854 1.96875 10.5C1.96875 15.2041 5.79633 19.0312 10.5 19.0312C15.2111 19.0312 19.0312 15.2111 19.0312 10.5C19.0312 5.79592 15.2041 1.96875 10.5 1.96875ZM14.9297 11.8125H10.0078C9.9643 11.8125 9.92257 11.7952 9.8918 11.7644C9.86104 11.7337 9.84375 11.6919 9.84375 11.6484V4.75781C9.84375 4.7143 9.86104 4.67257 9.8918 4.6418C9.92257 4.61104 9.9643 4.59375 10.0078 4.59375H10.9922C11.0357 4.59375 11.0774 4.61104 11.1082 4.6418C11.139 4.67257 11.1562 4.7143 11.1562 4.75781V10.5H14.9297C14.9732 10.5 15.0149 10.5173 15.0457 10.5481C15.0765 10.5788 15.0938 10.6206 15.0938 10.6641V11.6484C15.0938 11.6919 15.0765 11.7337 15.0457 11.7644C15.0149 11.7952 14.9732 11.8125 14.9297 11.8125Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px !important;
}

.ico--breakfast {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5002 2.75C16.7247 2.75003 16.9414 2.83246 17.1092 2.98166C17.277 3.13085 17.3841 3.33644 17.4104 3.55942L17.4168 3.66667V18.3333C17.4166 18.567 17.3271 18.7917 17.1667 18.9616C17.0063 19.1315 16.7871 19.2337 16.5539 19.2474C16.3206 19.2611 16.091 19.1852 15.9118 19.0353C15.7327 18.8853 15.6175 18.6726 15.5899 18.4406L15.5835 18.3333V13.75H14.6668C14.4423 13.75 14.2256 13.6675 14.0578 13.5183C13.89 13.3691 13.7828 13.1636 13.7566 12.9406L13.7502 12.8333V7.33333C13.7502 5.3075 15.1252 2.75 16.5002 2.75ZM11.0002 2.75C11.2247 2.75003 11.4414 2.83246 11.6092 2.98166C11.777 3.13085 11.8841 3.33644 11.9104 3.55942L11.9168 3.66667V8.25C11.9167 9.06296 11.6466 9.85286 11.1488 10.4956C10.6511 11.1384 9.9539 11.5976 9.16683 11.8012V18.3333C9.16657 18.567 9.07711 18.7917 8.91672 18.9616C8.75633 19.1315 8.53712 19.2337 8.30388 19.2474C8.07065 19.2611 7.84098 19.1852 7.66182 19.0353C7.48265 18.8853 7.36751 18.6726 7.33991 18.4406L7.3335 18.3333V11.8012C6.57766 11.6058 5.90387 11.1743 5.41011 10.5696C4.91636 9.96493 4.62839 9.21848 4.58808 8.43883L4.5835 8.25V3.66667C4.58376 3.43303 4.67322 3.2083 4.83361 3.03841C4.994 2.86852 5.2132 2.76628 5.44644 2.75259C5.67968 2.7389 5.90934 2.81479 6.08851 2.96474C6.26767 3.1147 6.38282 3.32741 6.41041 3.55942L6.41683 3.66667V8.25C6.41684 8.57181 6.50155 8.88795 6.66246 9.16664C6.82337 9.44533 7.0548 9.67676 7.3335 9.83767V3.66667C7.33376 3.43303 7.42322 3.2083 7.58361 3.03841C7.744 2.86852 7.9632 2.76628 8.19644 2.75259C8.42968 2.7389 8.65934 2.81479 8.83851 2.96474C9.01767 3.1147 9.13282 3.32741 9.16041 3.55942L9.16683 3.66667L9.16775 9.83767C9.42355 9.6898 9.63983 9.4823 9.79816 9.23284C9.95649 8.98337 10.0522 8.69933 10.0771 8.40492L10.0835 8.25V3.66667C10.0835 3.42355 10.1801 3.19039 10.352 3.01849C10.5239 2.84658 10.757 2.75 11.0002 2.75Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--breakfast-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5002 2.75C16.7247 2.75003 16.9414 2.83246 17.1092 2.98166C17.277 3.13085 17.3841 3.33644 17.4104 3.55942L17.4168 3.66667V18.3333C17.4166 18.567 17.3271 18.7917 17.1667 18.9616C17.0063 19.1315 16.7871 19.2337 16.5539 19.2474C16.3206 19.2611 16.091 19.1852 15.9118 19.0353C15.7327 18.8853 15.6175 18.6726 15.5899 18.4406L15.5835 18.3333V13.75H14.6668C14.4423 13.75 14.2256 13.6675 14.0578 13.5183C13.89 13.3691 13.7828 13.1636 13.7566 12.9406L13.7502 12.8333V7.33333C13.7502 5.3075 15.1252 2.75 16.5002 2.75ZM11.0002 2.75C11.2247 2.75003 11.4414 2.83246 11.6092 2.98166C11.777 3.13085 11.8841 3.33644 11.9104 3.55942L11.9168 3.66667V8.25C11.9167 9.06296 11.6466 9.85286 11.1488 10.4956C10.6511 11.1384 9.9539 11.5976 9.16683 11.8012V18.3333C9.16657 18.567 9.07711 18.7917 8.91672 18.9616C8.75633 19.1315 8.53712 19.2337 8.30388 19.2474C8.07065 19.2611 7.84098 19.1852 7.66182 19.0353C7.48265 18.8853 7.36751 18.6726 7.33991 18.4406L7.3335 18.3333V11.8012C6.57766 11.6058 5.90387 11.1743 5.41011 10.5696C4.91636 9.96493 4.62839 9.21848 4.58808 8.43883L4.5835 8.25V3.66667C4.58376 3.43303 4.67322 3.2083 4.83361 3.03841C4.994 2.86852 5.2132 2.76628 5.44644 2.75259C5.67968 2.7389 5.90934 2.81479 6.08851 2.96474C6.26767 3.1147 6.38282 3.32741 6.41041 3.55942L6.41683 3.66667V8.25C6.41684 8.57181 6.50155 8.88795 6.66246 9.16664C6.82337 9.44533 7.0548 9.67676 7.3335 9.83767V3.66667C7.33376 3.43303 7.42322 3.2083 7.58361 3.03841C7.744 2.86852 7.9632 2.76628 8.19644 2.75259C8.42968 2.7389 8.65934 2.81479 8.83851 2.96474C9.01767 3.1147 9.13282 3.32741 9.16041 3.55942L9.16683 3.66667L9.16775 9.83767C9.42355 9.6898 9.63983 9.4823 9.79816 9.23284C9.95649 8.98337 10.0522 8.69933 10.0771 8.40492L10.0835 8.25V3.66667C10.0835 3.42355 10.1801 3.19039 10.352 3.01849C10.5239 2.84658 10.757 2.75 11.0002 2.75Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--wifi {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5001 5.7487C14.8898 5.7487 18.0523 7.04532 20.4059 9.39899L21.761 8.04391C19.0461 5.32799 15.4015 3.83203 11.5001 3.83203C7.59876 3.83299 3.95422 5.32799 1.23926 8.04391L2.59434 9.39899C4.94801 7.04532 8.11051 5.7487 11.5001 5.7487ZM16.9348 13.7096C13.9889 10.7637 9.01134 10.7637 6.06542 13.7096L7.42051 15.0647C9.63138 12.8538 13.3689 12.8538 15.5798 15.0647L16.9348 13.7096Z' fill='%2327AE60'/%3E%3Cpath d='M19.5855 10.8227C15.204 6.4393 7.79703 6.4393 3.41553 10.8227L4.77061 12.1778C8.41899 8.52943 14.582 8.52943 18.2304 12.1778L19.5855 10.8227Z' fill='%2327AE60'/%3E%3Cpath d='M11.5002 19.1654C12.5587 19.1654 13.4168 18.3072 13.4168 17.2487C13.4168 16.1902 12.5587 15.332 11.5002 15.332C10.4416 15.332 9.5835 16.1902 9.5835 17.2487C9.5835 18.3072 10.4416 19.1654 11.5002 19.1654Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--wifi-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5001 5.7487C14.8898 5.7487 18.0523 7.04532 20.4059 9.39899L21.761 8.04391C19.0461 5.32799 15.4015 3.83203 11.5001 3.83203C7.59876 3.83299 3.95422 5.32799 1.23926 8.04391L2.59434 9.39899C4.94801 7.04532 8.11051 5.7487 11.5001 5.7487ZM16.9348 13.7096C13.9889 10.7637 9.01134 10.7637 6.06542 13.7096L7.42051 15.0647C9.63138 12.8538 13.3689 12.8538 15.5798 15.0647L16.9348 13.7096Z' fill='%23aebdb4'/%3E%3Cpath d='M19.5855 10.8227C15.204 6.4393 7.79703 6.4393 3.41553 10.8227L4.77061 12.1778C8.41899 8.52943 14.582 8.52943 18.2304 12.1778L19.5855 10.8227Z' fill='%2327AE60'/%3E%3Cpath d='M11.5002 19.1654C12.5587 19.1654 13.4168 18.3072 13.4168 17.2487C13.4168 16.1902 12.5587 15.332 11.5002 15.332C10.4416 15.332 9.5835 16.1902 9.5835 17.2487C9.5835 18.3072 10.4416 19.1654 11.5002 19.1654Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--bill-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.31251 9.18707H10.5C10.7321 9.18707 10.9546 9.09488 11.1187 8.93079C11.2828 8.7667 11.375 8.54414 11.375 8.31207C11.375 8.08001 11.2828 7.85745 11.1187 7.69335C10.9546 7.52926 10.7321 7.43707 10.5 7.43707H9.62501V6.99957C9.62501 6.76751 9.53282 6.54495 9.36872 6.38085C9.20463 6.21676 8.98207 6.12457 8.75001 6.12457C8.51794 6.12457 8.29538 6.21676 8.13129 6.38085C7.96719 6.54495 7.87501 6.76751 7.87501 6.99957V7.48082C7.34338 7.58877 6.87082 7.89041 6.54908 8.32718C6.22734 8.76394 6.07936 9.30468 6.13388 9.84441C6.1884 10.3841 6.44152 10.8844 6.84411 11.248C7.2467 11.6116 7.77003 11.8126 8.31251 11.8121H9.18751C9.30354 11.8121 9.41482 11.8582 9.49687 11.9402C9.57891 12.0223 9.62501 12.1335 9.62501 12.2496C9.62501 12.3656 9.57891 12.4769 9.49687 12.5589C9.41482 12.641 9.30354 12.6871 9.18751 12.6871H7.00001C6.76794 12.6871 6.54538 12.7793 6.38129 12.9434C6.21719 13.1074 6.12501 13.33 6.12501 13.5621C6.12501 13.7941 6.21719 14.0167 6.38129 14.1808C6.54538 14.3449 6.76794 14.4371 7.00001 14.4371H7.87501V14.8746C7.87501 15.1066 7.96719 15.3292 8.13129 15.4933C8.29538 15.6574 8.51794 15.7496 8.75001 15.7496C8.98207 15.7496 9.20463 15.6574 9.36872 15.4933C9.53282 15.3292 9.62501 15.1066 9.62501 14.8746V14.3933C10.1566 14.2854 10.6292 13.9837 10.9509 13.547C11.2727 13.1102 11.4206 12.5695 11.3661 12.0297C11.3116 11.49 11.0585 10.9898 10.6559 10.6262C10.2533 10.2626 9.72998 10.0615 9.18751 10.0621H8.31251C8.19647 10.0621 8.08519 10.016 8.00315 9.93393C7.9211 9.85188 7.87501 9.7406 7.87501 9.62457C7.87501 9.50854 7.9211 9.39726 8.00315 9.31521C8.08519 9.23316 8.19647 9.18707 8.31251 9.18707ZM18.375 10.4996H15.75V2.62457C15.7506 2.47039 15.7105 2.31878 15.6336 2.1851C15.5568 2.05142 15.446 1.94041 15.3125 1.86332C15.1795 1.78652 15.0286 1.74609 14.875 1.74609C14.7214 1.74609 14.5705 1.78652 14.4375 1.86332L11.8125 3.36832L9.18751 1.86332C9.05449 1.78652 8.9036 1.74609 8.75001 1.74609C8.59641 1.74609 8.44552 1.78652 8.31251 1.86332L5.68751 3.36832L3.06251 1.86332C2.92949 1.78652 2.7786 1.74609 2.62501 1.74609C2.47141 1.74609 2.32052 1.78652 2.18751 1.86332C2.05398 1.94041 1.94319 2.05142 1.86636 2.1851C1.78953 2.31878 1.74939 2.47039 1.75001 2.62457V16.6246C1.75001 17.3208 2.02657 17.9884 2.51885 18.4807C3.01113 18.973 3.67881 19.2496 4.37501 19.2496H16.625C17.3212 19.2496 17.9889 18.973 18.4812 18.4807C18.9734 17.9884 19.25 17.3208 19.25 16.6246V11.3746C19.25 11.1425 19.1578 10.9199 18.9937 10.7559C18.8296 10.5918 18.6071 10.4996 18.375 10.4996ZM4.37501 17.4996C4.14294 17.4996 3.92038 17.4074 3.75629 17.2433C3.59219 17.0792 3.50001 16.8566 3.50001 16.6246V4.13832L5.25001 5.13582C5.38505 5.20636 5.53515 5.24319 5.68751 5.24319C5.83986 5.24319 5.98996 5.20636 6.12501 5.13582L8.75001 3.63082L11.375 5.13582C11.5101 5.20636 11.6601 5.24319 11.8125 5.24319C11.9649 5.24319 12.115 5.20636 12.25 5.13582L14 4.13832V16.6246C14.0024 16.9231 14.0556 17.219 14.1575 17.4996H4.37501ZM17.5 16.6246C17.5 16.8566 17.4078 17.0792 17.2437 17.2433C17.0796 17.4074 16.8571 17.4996 16.625 17.4996C16.3929 17.4996 16.1704 17.4074 16.0063 17.2433C15.8422 17.0792 15.75 16.8566 15.75 16.6246V12.2496H17.5V16.6246Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--bill-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.31251 9.18707H10.5C10.7321 9.18707 10.9546 9.09488 11.1187 8.93079C11.2828 8.7667 11.375 8.54414 11.375 8.31207C11.375 8.08001 11.2828 7.85745 11.1187 7.69335C10.9546 7.52926 10.7321 7.43707 10.5 7.43707H9.62501V6.99957C9.62501 6.76751 9.53282 6.54495 9.36872 6.38085C9.20463 6.21676 8.98207 6.12457 8.75001 6.12457C8.51794 6.12457 8.29538 6.21676 8.13129 6.38085C7.96719 6.54495 7.87501 6.76751 7.87501 6.99957V7.48082C7.34338 7.58877 6.87082 7.89041 6.54908 8.32718C6.22734 8.76394 6.07936 9.30468 6.13388 9.84441C6.1884 10.3841 6.44152 10.8844 6.84411 11.248C7.2467 11.6116 7.77003 11.8126 8.31251 11.8121H9.18751C9.30354 11.8121 9.41482 11.8582 9.49687 11.9402C9.57891 12.0223 9.62501 12.1335 9.62501 12.2496C9.62501 12.3656 9.57891 12.4769 9.49687 12.5589C9.41482 12.641 9.30354 12.6871 9.18751 12.6871H7.00001C6.76794 12.6871 6.54538 12.7793 6.38129 12.9434C6.21719 13.1074 6.12501 13.33 6.12501 13.5621C6.12501 13.7941 6.21719 14.0167 6.38129 14.1808C6.54538 14.3449 6.76794 14.4371 7.00001 14.4371H7.87501V14.8746C7.87501 15.1066 7.96719 15.3292 8.13129 15.4933C8.29538 15.6574 8.51794 15.7496 8.75001 15.7496C8.98207 15.7496 9.20463 15.6574 9.36872 15.4933C9.53282 15.3292 9.62501 15.1066 9.62501 14.8746V14.3933C10.1566 14.2854 10.6292 13.9837 10.9509 13.547C11.2727 13.1102 11.4206 12.5695 11.3661 12.0297C11.3116 11.49 11.0585 10.9898 10.6559 10.6262C10.2533 10.2626 9.72998 10.0615 9.18751 10.0621H8.31251C8.19647 10.0621 8.08519 10.016 8.00315 9.93393C7.9211 9.85188 7.87501 9.7406 7.87501 9.62457C7.87501 9.50854 7.9211 9.39726 8.00315 9.31521C8.08519 9.23316 8.19647 9.18707 8.31251 9.18707ZM18.375 10.4996H15.75V2.62457C15.7506 2.47039 15.7105 2.31878 15.6336 2.1851C15.5568 2.05142 15.446 1.94041 15.3125 1.86332C15.1795 1.78652 15.0286 1.74609 14.875 1.74609C14.7214 1.74609 14.5705 1.78652 14.4375 1.86332L11.8125 3.36832L9.18751 1.86332C9.05449 1.78652 8.9036 1.74609 8.75001 1.74609C8.59641 1.74609 8.44552 1.78652 8.31251 1.86332L5.68751 3.36832L3.06251 1.86332C2.92949 1.78652 2.7786 1.74609 2.62501 1.74609C2.47141 1.74609 2.32052 1.78652 2.18751 1.86332C2.05398 1.94041 1.94319 2.05142 1.86636 2.1851C1.78953 2.31878 1.74939 2.47039 1.75001 2.62457V16.6246C1.75001 17.3208 2.02657 17.9884 2.51885 18.4807C3.01113 18.973 3.67881 19.2496 4.37501 19.2496H16.625C17.3212 19.2496 17.9889 18.973 18.4812 18.4807C18.9734 17.9884 19.25 17.3208 19.25 16.6246V11.3746C19.25 11.1425 19.1578 10.9199 18.9937 10.7559C18.8296 10.5918 18.6071 10.4996 18.375 10.4996ZM4.37501 17.4996C4.14294 17.4996 3.92038 17.4074 3.75629 17.2433C3.59219 17.0792 3.50001 16.8566 3.50001 16.6246V4.13832L5.25001 5.13582C5.38505 5.20636 5.53515 5.24319 5.68751 5.24319C5.83986 5.24319 5.98996 5.20636 6.12501 5.13582L8.75001 3.63082L11.375 5.13582C11.5101 5.20636 11.6601 5.24319 11.8125 5.24319C11.9649 5.24319 12.115 5.20636 12.25 5.13582L14 4.13832V16.6246C14.0024 16.9231 14.0556 17.219 14.1575 17.4996H4.37501ZM17.5 16.6246C17.5 16.8566 17.4078 17.0792 17.2437 17.2433C17.0796 17.4074 16.8571 17.4996 16.625 17.4996C16.3929 17.4996 16.1704 17.4074 16.0063 17.2433C15.8422 17.0792 15.75 16.8566 15.75 16.6246V12.2496H17.5V16.6246Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico--guest {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49984 1.41797C7.74839 1.41797 7.02772 1.71648 6.49637 2.24783C5.96501 2.77919 5.6665 3.49986 5.6665 4.2513C5.6665 5.00275 5.96501 5.72342 6.49637 6.25477C7.02772 6.78612 7.74839 7.08463 8.49984 7.08463C9.25128 7.08463 9.97195 6.78612 10.5033 6.25477C11.0347 5.72342 11.3332 5.00275 11.3332 4.2513C11.3332 3.49986 11.0347 2.77919 10.5033 2.24783C9.97195 1.71648 9.25128 1.41797 8.49984 1.41797Z' fill='%23BDBDBD'/%3E%3Cpath d='M12.0413 8.5H4.95801C4.39442 8.5 3.85392 8.72388 3.45541 9.1224C3.05689 9.52091 2.83301 10.0614 2.83301 10.625C2.83301 12.206 3.48326 13.4725 4.55001 14.3296C5.59976 15.1725 7.00792 15.5833 8.49967 15.5833C9.99142 15.5833 11.3996 15.1725 12.4493 14.3296C13.5147 13.4725 14.1663 12.206 14.1663 10.625C14.1663 10.0614 13.9425 9.52091 13.5439 9.1224C13.1454 8.72388 12.6049 8.5 12.0413 8.5Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px !important;
}

.ico--guest-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49984 1.41797C7.74839 1.41797 7.02772 1.71648 6.49637 2.24783C5.96501 2.77919 5.6665 3.49986 5.6665 4.2513C5.6665 5.00275 5.96501 5.72342 6.49637 6.25477C7.02772 6.78612 7.74839 7.08463 8.49984 7.08463C9.25128 7.08463 9.97195 6.78612 10.5033 6.25477C11.0347 5.72342 11.3332 5.00275 11.3332 4.2513C11.3332 3.49986 11.0347 2.77919 10.5033 2.24783C9.97195 1.71648 9.25128 1.41797 8.49984 1.41797Z' fill='%2327AE60'/%3E%3Cpath d='M12.0413 8.5H4.95801C4.39442 8.5 3.85392 8.72388 3.45541 9.1224C3.05689 9.52091 2.83301 10.0614 2.83301 10.625C2.83301 12.206 3.48326 13.4725 4.55001 14.3296C5.59976 15.1725 7.00792 15.5833 8.49967 15.5833C9.99142 15.5833 11.3996 15.1725 12.4493 14.3296C13.5147 13.4725 14.1663 12.206 14.1663 10.625C14.1663 10.0614 13.9425 9.52091 13.5439 9.1224C13.1454 8.72388 12.6049 8.5 12.0413 8.5Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.ico--bed {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10V7C20 5.9 19.1 5 18 5H6C4.9 5 4 5.9 4 7V10C2.9 10 2 10.9 2 12V17H3.33L3.84 18.53C3.94 18.81 4.2 19 4.5 19C4.64517 18.9998 4.78667 18.9544 4.90491 18.8702C5.02316 18.786 5.1123 18.6671 5.16 18.53L5.67 17H18.34L18.85 18.53C18.94 18.81 19.2 19 19.5 19C19.6452 18.9998 19.7867 18.9544 19.9049 18.8702C20.0232 18.786 20.1123 18.6671 20.16 18.53L20.67 17H22V12C22 10.9 21.1 10 20 10ZM11 10H6V7H11V10ZM18 10H13V7H18V10Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.ico--no-smoke {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9992H22V15.9992H20.5V12.9992ZM14.5 8.64922H16.03C17.08 8.64922 18 9.38922 18 10.6992V11.9992H19.5V10.3592C19.5 8.54922 17.9 7.19922 16.03 7.19922H14.5C13.48 7.19922 12.65 6.21922 12.65 5.19922C12.65 4.17922 13.48 3.44922 14.5 3.44922V1.94922C13.6115 1.94922 12.7594 2.30216 12.1312 2.93041C11.5029 3.55866 11.15 4.41074 11.15 5.29922C11.15 6.18769 11.5029 7.03978 12.1312 7.66803C12.7594 8.29627 13.6115 8.64922 14.5 8.64922ZM17 12.9992H14.66L17 15.3392V12.9992ZM18.85 4.72922C19.47 4.11922 19.85 3.27922 19.85 2.34922H18.35C18.35 3.36922 17.52 4.19922 16.5 4.19922V5.69922C18.74 5.69922 20.5 7.52922 20.5 9.76922V11.9992H22V9.75922C22 7.53922 20.72 5.61922 18.85 4.72922ZM18 12.9992H19.5V15.9992H18V12.9992ZM3.41 4.58922L2 5.99922L9 12.9992H2V15.9992H12L19 22.9992L20.41 21.5892L3.41 4.58922Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px !important;
}

.ico--bed-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10V7C20 5.9 19.1 5 18 5H6C4.9 5 4 5.9 4 7V10C2.9 10 2 10.9 2 12V17H3.33L3.84 18.53C3.94 18.81 4.2 19 4.5 19C4.64517 18.9998 4.78667 18.9544 4.90491 18.8702C5.02316 18.786 5.1123 18.6671 5.16 18.53L5.67 17H18.34L18.85 18.53C18.94 18.81 19.2 19 19.5 19C19.6452 18.9998 19.7867 18.9544 19.9049 18.8702C20.0232 18.786 20.1123 18.6671 20.16 18.53L20.67 17H22V12C22 10.9 21.1 10 20 10ZM11 10H6V7H11V10ZM18 10H13V7H18V10Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.icon-room-size {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.75C2 6.02065 2.28973 5.32118 2.80546 4.80546C3.32118 4.28973 4.02065 4 4.75 4H19.25C19.9793 4 20.6788 4.28973 21.1945 4.80546C21.7103 5.32118 22 6.02065 22 6.75V17.25C22 17.6111 21.9289 17.9687 21.7907 18.3024C21.6525 18.636 21.4499 18.9392 21.1945 19.1945C20.9392 19.4499 20.636 19.6525 20.3024 19.7907C19.9687 19.9289 19.6111 20 19.25 20H4.75C4.38886 20 4.03127 19.9289 3.69762 19.7907C3.36398 19.6525 3.06082 19.4499 2.80546 19.1945C2.5501 18.9392 2.34753 18.636 2.20933 18.3024C2.07113 17.9687 2 17.6111 2 17.25V6.75ZM16.78 7.22C16.6395 7.07931 16.4488 7.00017 16.25 7H13.75C13.5511 7 13.3603 7.07902 13.2197 7.21967C13.079 7.36032 13 7.55109 13 7.75C13 7.94891 13.079 8.13968 13.2197 8.28033C13.3603 8.42098 13.5511 8.5 13.75 8.5H14.44L12.72 10.219C12.6463 10.2877 12.5872 10.3705 12.5462 10.4625C12.5052 10.5545 12.4832 10.6538 12.4814 10.7545C12.4796 10.8552 12.4982 10.9552 12.5359 11.0486C12.5736 11.142 12.6297 11.2268 12.701 11.298C12.7722 11.3693 12.857 11.4254 12.9504 11.4631C13.0438 11.5008 13.1438 11.5194 13.2445 11.5176C13.3452 11.5158 13.4445 11.4938 13.5365 11.4528C13.6285 11.4118 13.7113 11.3527 13.78 11.279L15.5 9.56V10.25C15.5 10.4489 15.579 10.6397 15.7197 10.7803C15.8603 10.921 16.0511 11 16.25 11C16.4489 11 16.6397 10.921 16.7803 10.7803C16.921 10.6397 17 10.4489 17 10.25V7.75C16.9998 7.55115 16.9207 7.36052 16.78 7.22ZM7.75 17H10.251C10.4499 17 10.6407 16.921 10.7813 16.7803C10.922 16.6397 11.001 16.4489 11.001 16.25C11.001 16.0511 10.922 15.8603 10.7813 15.7197C10.6407 15.579 10.4499 15.5 10.251 15.5H9.561L11.281 13.78C11.4176 13.6385 11.4931 13.449 11.4913 13.2523C11.4895 13.0557 11.4105 12.8676 11.2714 12.7286C11.1322 12.5896 10.9441 12.5109 10.7475 12.5092C10.5508 12.5076 10.3614 12.5833 10.22 12.72L8.5 14.438V13.748C8.5 13.5491 8.42098 13.3583 8.28033 13.2177C8.13968 13.077 7.94891 12.998 7.75 12.998C7.55109 12.998 7.36032 13.077 7.21967 13.2177C7.07902 13.3583 7 13.5491 7 13.748V16.248C7 16.4469 7.07902 16.6377 7.21967 16.7783C7.36032 16.919 7.55109 16.998 7.75 16.998V17Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.icon-location-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99979 1.44531C12.4616 1.44531 15.2676 4.25138 15.2676 7.71317C15.2676 10.3617 13.4066 13.2482 9.73265 16.4033C9.52836 16.5788 9.2679 16.6752 8.99859 16.675C8.72927 16.6747 8.46898 16.5779 8.265 16.402L8.022 16.1912C4.51072 13.1183 2.73193 10.3026 2.73193 7.71317C2.73193 4.25138 5.538 1.44531 8.99979 1.44531ZM8.99979 5.30246C8.36043 5.30246 7.74725 5.55644 7.29516 6.00854C6.84306 6.46063 6.58908 7.07381 6.58908 7.71317C6.58908 8.35253 6.84306 8.96571 7.29516 9.4178C7.74725 9.8699 8.36043 10.1239 8.99979 10.1239C9.63915 10.1239 10.2523 9.8699 10.7044 9.4178C11.1565 8.96571 11.4105 8.35253 11.4105 7.71317C11.4105 7.07381 11.1565 6.46063 10.7044 6.00854C10.2523 5.55644 9.63915 5.30246 8.99979 5.30246Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px !important;
}

.icon-shop-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 7C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V19C3 19.7956 3.31607 20.5587 3.87868 21.1213C4.44129 21.6839 5.20435 22 6 22H18C18.7956 22 19.5587 21.6839 20.1213 21.1213C20.6839 20.5587 21 19.7956 21 19V10C21 9.20435 20.6839 8.44129 20.1213 7.87868C19.5587 7.31607 18.7956 7 18 7H6ZM12 4C11.2044 4 10.4413 4.31607 9.87868 4.87868C9.31607 5.44129 9 6.20435 9 7V11C9 11.2652 8.89464 11.5196 8.70711 11.7071C8.51957 11.8946 8.26522 12 8 12C7.73478 12 7.48043 11.8946 7.29289 11.7071C7.10536 11.5196 7 11.2652 7 11V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 17 5.67392 17 7V11C17 11.2652 16.8946 11.5196 16.7071 11.7071C16.5196 11.8946 16.2652 12 16 12C15.7348 12 15.4804 11.8946 15.2929 11.7071C15.1054 11.5196 15 11.2652 15 11V7C15 6.20435 14.6839 5.44129 14.1213 4.87868C13.5587 4.31607 12.7956 4 12 4Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.icon-shop-cl {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4717 8.45807C25.263 8.09631 24.964 7.79485 24.604 7.58308C24.244 7.37131 23.8352 7.25646 23.4176 7.24973H7.95091L7.25008 4.5189C7.17927 4.25529 7.0213 4.02341 6.80188 3.86105C6.58247 3.69868 6.31454 3.61539 6.04175 3.62473H3.62508C3.30461 3.62473 2.99727 3.75204 2.77066 3.97864C2.54405 4.20525 2.41675 4.5126 2.41675 4.83307C2.41675 5.15354 2.54405 5.46088 2.77066 5.68749C2.99727 5.91409 3.30461 6.0414 3.62508 6.0414H5.12341L8.45841 18.4389C8.52922 18.7025 8.6872 18.9344 8.90661 19.0968C9.12603 19.2591 9.39395 19.3424 9.66675 19.3331H20.5417C20.7649 19.3324 20.9835 19.2699 21.1733 19.1526C21.3631 19.0353 21.5168 18.8678 21.6172 18.6685L25.5805 10.7418C25.7523 10.3818 25.8323 9.98476 25.8133 9.58627C25.7943 9.18778 25.677 8.80018 25.4717 8.45807Z' fill='%2327AE60'/%3E%3Cpath d='M9.0625 25.375C10.0635 25.375 10.875 24.5635 10.875 23.5625C10.875 22.5615 10.0635 21.75 9.0625 21.75C8.06148 21.75 7.25 22.5615 7.25 23.5625C7.25 24.5635 8.06148 25.375 9.0625 25.375Z' fill='%2327AE60'/%3E%3Cpath d='M21.1458 25.375C22.1468 25.375 22.9583 24.5635 22.9583 23.5625C22.9583 22.5615 22.1468 21.75 21.1458 21.75C20.1447 21.75 19.3333 22.5615 19.3333 23.5625C19.3333 24.5635 20.1447 25.375 21.1458 25.375Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.icon-shop-cl_old {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 7C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V19C3 19.7956 3.31607 20.5587 3.87868 21.1213C4.44129 21.6839 5.20435 22 6 22H18C18.7956 22 19.5587 21.6839 20.1213 21.1213C20.6839 20.5587 21 19.7956 21 19V10C21 9.20435 20.6839 8.44129 20.1213 7.87868C19.5587 7.31607 18.7956 7 18 7H6ZM12 4C11.2044 4 10.4413 4.31607 9.87868 4.87868C9.31607 5.44129 9 6.20435 9 7V11C9 11.2652 8.89464 11.5196 8.70711 11.7071C8.51957 11.8946 8.26522 12 8 12C7.73478 12 7.48043 11.8946 7.29289 11.7071C7.10536 11.5196 7 11.2652 7 11V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 17 5.67392 17 7V11C17 11.2652 16.8946 11.5196 16.7071 11.7071C16.5196 11.8946 16.2652 12 16 12C15.7348 12 15.4804 11.8946 15.2929 11.7071C15.1054 11.5196 15 11.2652 15 11V7C15 6.20435 14.6839 5.44129 14.1213 4.87868C13.5587 4.31607 12.7956 4 12 4Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.icon-lift {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M26 11H12C10.9 11 10 11.9 10 13V27C10 28.1 10.9 29 12 29H26C27.1 29 28 28.1 28 27V13C28 11.9 27.1 11 26 11ZM15.5 14C15.8315 14 16.1495 14.1317 16.3839 14.3661C16.6183 14.6005 16.75 14.9185 16.75 15.25C16.75 15.5815 16.6183 15.8995 16.3839 16.1339C16.1495 16.3683 15.8315 16.5 15.5 16.5C15.1685 16.5 14.8505 16.3683 14.6161 16.1339C14.3817 15.8995 14.25 15.5815 14.25 15.25C14.25 14.9185 14.3817 14.6005 14.6161 14.3661C14.8505 14.1317 15.1685 14 15.5 14ZM18 21C18 21.55 17.55 22 17 22V25C17 25.55 16.55 26 16 26H15C14.45 26 14 25.55 14 25V22C13.45 22 13 21.55 13 21V19.5C13 18.4 13.9 17.5 15 17.5H16C17.1 17.5 18 18.4 18 19.5V21ZM24.52 21.76L22.92 24.32C22.72 24.63 22.27 24.63 22.07 24.32L20.47 21.76C20.27 21.43 20.51 21 20.9 21H24.1C24.49 21 24.73 21.43 24.52 21.76ZM24.1 19H20.9C20.51 19 20.27 18.57 20.48 18.23L22.08 15.67C22.28 15.36 22.73 15.36 22.93 15.67L24.53 18.23C24.73 18.57 24.49 19 24.1 19Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-lift-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M26 11H12C10.9 11 10 11.9 10 13V27C10 28.1 10.9 29 12 29H26C27.1 29 28 28.1 28 27V13C28 11.9 27.1 11 26 11ZM15.5 14C15.8315 14 16.1495 14.1317 16.3839 14.3661C16.6183 14.6005 16.75 14.9185 16.75 15.25C16.75 15.5815 16.6183 15.8995 16.3839 16.1339C16.1495 16.3683 15.8315 16.5 15.5 16.5C15.1685 16.5 14.8505 16.3683 14.6161 16.1339C14.3817 15.8995 14.25 15.5815 14.25 15.25C14.25 14.9185 14.3817 14.6005 14.6161 14.3661C14.8505 14.1317 15.1685 14 15.5 14ZM18 21C18 21.55 17.55 22 17 22V25C17 25.55 16.55 26 16 26H15C14.45 26 14 25.55 14 25V22C13.45 22 13 21.55 13 21V19.5C13 18.4 13.9 17.5 15 17.5H16C17.1 17.5 18 18.4 18 19.5V21ZM24.52 21.76L22.92 24.32C22.72 24.63 22.27 24.63 22.07 24.32L20.47 21.76C20.27 21.43 20.51 21 20.9 21H24.1C24.49 21 24.73 21.43 24.52 21.76ZM24.1 19H20.9C20.51 19 20.27 18.57 20.48 18.23L22.08 15.67C22.28 15.36 22.73 15.36 22.93 15.67L24.53 18.23C24.73 18.57 24.49 19 24.1 19Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-akses24 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M20 10.05V12.07C23.95 12.56 27 15.92 27 20C27 23.21 25.08 26 22.28 27.28L20 25V30H25L23.78 28.78C26.91 27.07 29 23.76 29 20C29 14.82 25.05 10.55 20 10.05ZM18 10C16.05 10.2 14.2 10.96 12.68 12.21L14.1 13.63C15.2351 12.755 16.5798 12.193 18 12V10ZM11.2 13.68C9.96 15.2 9.2 17.05 9 19H11C11.19 17.58 11.75 16.23 12.63 15.1L11.2 13.68ZM13 16V18H16V19H15C13.9 19 13 19.9 13 21V24H18V22H15V21H16C17.11 21 18 20.11 18 19V18C18 17.4696 17.7893 16.9609 17.4142 16.5858C17.0391 16.2107 16.5304 16 16 16H13ZM19 16V21H22V24H24V21H25V19H24V16H22V19H21V16H19ZM9 21C9.2 22.95 9.97 24.8 11.22 26.32L12.64 24.9C11.762 23.7656 11.1966 22.4209 11 21H9ZM14.11 26.37L12.68 27.79C14.1994 29.0305 16.0489 29.7988 18 30V28C16.5817 27.8114 15.2391 27.2489 14.11 26.37Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-akses24-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M20 10.05V12.07C23.95 12.56 27 15.92 27 20C27 23.21 25.08 26 22.28 27.28L20 25V30H25L23.78 28.78C26.91 27.07 29 23.76 29 20C29 14.82 25.05 10.55 20 10.05ZM18 10C16.05 10.2 14.2 10.96 12.68 12.21L14.1 13.63C15.2351 12.755 16.5798 12.193 18 12V10ZM11.2 13.68C9.96 15.2 9.2 17.05 9 19H11C11.19 17.58 11.75 16.23 12.63 15.1L11.2 13.68ZM13 16V18H16V19H15C13.9 19 13 19.9 13 21V24H18V22H15V21H16C17.11 21 18 20.11 18 19V18C18 17.4696 17.7893 16.9609 17.4142 16.5858C17.0391 16.2107 16.5304 16 16 16H13ZM19 16V21H22V24H24V21H25V19H24V16H22V19H21V16H19ZM9 21C9.2 22.95 9.97 24.8 11.22 26.32L12.64 24.9C11.762 23.7656 11.1966 22.4209 11 21H9ZM14.11 26.37L12.68 27.79C14.1994 29.0305 16.0489 29.7988 18 30V28C16.5817 27.8114 15.2391 27.2489 14.11 26.37Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-ac {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.9425 11.4961C16.6975 10.1386 18.6025 11.7961 19.03 14.3761C19.3525 14.3761 19.6675 14.4661 19.9525 14.6311C20.3425 14.1811 20.6875 13.5661 20.5525 12.8761C20.2375 11.2636 22.045 9.95856 23.7625 12.1861C25.12 13.9411 23.4625 15.8461 20.875 16.2736C20.875 16.5961 20.7925 16.9186 20.62 17.2036C21.07 17.5861 21.685 17.9311 22.375 17.7961C23.9725 17.4811 25.285 19.2811 23.0575 21.0061C21.3025 22.3636 19.3975 20.7061 18.97 18.1261C18.6475 18.1261 18.3325 18.0286 18.055 17.8636C17.665 18.3136 17.3125 18.9361 17.4475 19.6261C17.7625 21.2311 15.955 22.5436 14.2375 20.3161C12.8725 18.5536 14.5375 16.6486 17.125 16.2286C17.125 15.9061 17.2225 15.5911 17.3875 15.3061C16.9375 14.9236 16.3225 14.5711 15.625 14.7061C14.0275 15.0211 12.715 13.2211 14.9425 11.4961ZM13.75 23.0011H15.25C15.6478 23.0011 16.0294 23.1591 16.3107 23.4404C16.592 23.7217 16.75 24.1032 16.75 24.5011V29.0011H15.25V27.5011H13.75V29.0011H12.25V24.5011C12.25 24.1032 12.408 23.7217 12.6893 23.4404C12.9706 23.1591 13.3522 23.0011 13.75 23.0011ZM13.75 24.5011V26.0011H15.25V24.5011H13.75ZM19.6975 23.0011H21.25L19.0525 29.0011H17.5L19.6975 23.0011ZM23.5 23.0011H25.75V24.5011H23.5V27.5011H25.75V29.0011H23.5C23.1022 29.0011 22.7206 28.843 22.4393 28.5617C22.158 28.2804 22 27.8989 22 27.5011V24.5011C22 24.1032 22.158 23.7217 22.4393 23.4404C22.7206 23.1591 23.1022 23.0011 23.5 23.0011Z' fill='%2327AE60'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white' transform='translate(10 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-ac-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.9425 11.4961C16.6975 10.1386 18.6025 11.7961 19.03 14.3761C19.3525 14.3761 19.6675 14.4661 19.9525 14.6311C20.3425 14.1811 20.6875 13.5661 20.5525 12.8761C20.2375 11.2636 22.045 9.95856 23.7625 12.1861C25.12 13.9411 23.4625 15.8461 20.875 16.2736C20.875 16.5961 20.7925 16.9186 20.62 17.2036C21.07 17.5861 21.685 17.9311 22.375 17.7961C23.9725 17.4811 25.285 19.2811 23.0575 21.0061C21.3025 22.3636 19.3975 20.7061 18.97 18.1261C18.6475 18.1261 18.3325 18.0286 18.055 17.8636C17.665 18.3136 17.3125 18.9361 17.4475 19.6261C17.7625 21.2311 15.955 22.5436 14.2375 20.3161C12.8725 18.5536 14.5375 16.6486 17.125 16.2286C17.125 15.9061 17.2225 15.5911 17.3875 15.3061C16.9375 14.9236 16.3225 14.5711 15.625 14.7061C14.0275 15.0211 12.715 13.2211 14.9425 11.4961ZM13.75 23.0011H15.25C15.6478 23.0011 16.0294 23.1591 16.3107 23.4404C16.592 23.7217 16.75 24.1032 16.75 24.5011V29.0011H15.25V27.5011H13.75V29.0011H12.25V24.5011C12.25 24.1032 12.408 23.7217 12.6893 23.4404C12.9706 23.1591 13.3522 23.0011 13.75 23.0011ZM13.75 24.5011V26.0011H15.25V24.5011H13.75ZM19.6975 23.0011H21.25L19.0525 29.0011H17.5L19.6975 23.0011ZM23.5 23.0011H25.75V24.5011H23.5V27.5011H25.75V29.0011H23.5C23.1022 29.0011 22.7206 28.843 22.4393 28.5617C22.158 28.2804 22 27.8989 22 27.5011V24.5011C22 24.1032 22.158 23.7217 22.4393 23.4404C22.7206 23.1591 23.1022 23.0011 23.5 23.0011Z' fill='%23aebdb4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white' transform='translate(10 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-toilet {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.6924' cy='25' r='25' fill='%23C5F4D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6265 35.9612H21.7465C21.7465 35.9612 26.0001 27.3649 19.6655 27.3649V24.5H36.5587C36.5587 24.5 36.6815 26.2494 33.5771 28.3611C28.7954 31.6099 30.6265 35.9612 30.6265 35.9612Z' fill='%2327AE60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2944 21.625H36.5589V23.0323H25.2944V21.625Z' fill='%2327AE60'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2524 13.0117V23.0368H23.8826V13.0117H18.2524ZM22.4708 17.363H21.059V14.4363H22.4708V17.363Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-toilet-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.6924' cy='25' r='25' fill='%23ebf0ed'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6265 35.9612H21.7465C21.7465 35.9612 26.0001 27.3649 19.6655 27.3649V24.5H36.5587C36.5587 24.5 36.6815 26.2494 33.5771 28.3611C28.7954 31.6099 30.6265 35.9612 30.6265 35.9612Z' fill='%23aebdb4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2944 21.625H36.5589V23.0323H25.2944V21.625Z' fill='%23aebdb4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2524 13.0117V23.0368H23.8826V13.0117H18.2524ZM22.4708 17.363H21.059V14.4363H22.4708V17.363Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-resto {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M25 11C25.2449 11 25.4813 11.09 25.6644 11.2527C25.8474 11.4155 25.9643 11.6397 25.993 11.883L26 12V28C25.9997 28.2549 25.9021 28.5 25.7272 28.6854C25.5522 28.8707 25.313 28.9822 25.0586 28.9972C24.8042 29.0121 24.5536 28.9293 24.3582 28.7657C24.1627 28.6021 24.0371 28.3701 24.007 28.117L24 28V23H23C22.7551 23 22.5187 22.91 22.3356 22.7473C22.1526 22.5845 22.0357 22.3603 22.007 22.117L22 22V16C22 13.79 23.5 11 25 11ZM19 11C19.2449 11 19.4813 11.09 19.6644 11.2527C19.8474 11.4155 19.9643 11.6397 19.993 11.883L20 12V17C19.9999 17.8869 19.7052 18.7486 19.1622 19.4498C18.6192 20.151 17.8586 20.6519 17 20.874V28C16.9997 28.2549 16.9021 28.5 16.7272 28.6854C16.5522 28.8707 16.313 28.9822 16.0586 28.9972C15.8042 29.0121 15.5536 28.9293 15.3582 28.7657C15.1627 28.6021 15.0371 28.3701 15.007 28.117L15 28V20.874C14.1755 20.6608 13.4404 20.1902 12.9018 19.5305C12.3631 18.8708 12.049 18.0565 12.005 17.206L12 17V12C12.0003 11.7451 12.0979 11.5 12.2728 11.3146C12.4478 11.1293 12.687 11.0178 12.9414 11.0028C13.1958 10.9879 13.4464 11.0707 13.6418 11.2343C13.8373 11.3979 13.9629 11.6299 13.993 11.883L14 12V17C14 17.3511 14.0924 17.6959 14.268 18C14.4435 18.304 14.696 18.5565 15 18.732V12C15.0003 11.7451 15.0979 11.5 15.2728 11.3146C15.4478 11.1293 15.687 11.0178 15.9414 11.0028C16.1958 10.9879 16.4464 11.0707 16.6418 11.2343C16.8373 11.3979 16.9629 11.6299 16.993 11.883L17 12L17.001 18.732C17.2801 18.5707 17.516 18.3443 17.6887 18.0722C17.8614 17.8 17.9658 17.4902 17.993 17.169L18 17V12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-resto-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M25 11C25.2449 11 25.4813 11.09 25.6644 11.2527C25.8474 11.4155 25.9643 11.6397 25.993 11.883L26 12V28C25.9997 28.2549 25.9021 28.5 25.7272 28.6854C25.5522 28.8707 25.313 28.9822 25.0586 28.9972C24.8042 29.0121 24.5536 28.9293 24.3582 28.7657C24.1627 28.6021 24.0371 28.3701 24.007 28.117L24 28V23H23C22.7551 23 22.5187 22.91 22.3356 22.7473C22.1526 22.5845 22.0357 22.3603 22.007 22.117L22 22V16C22 13.79 23.5 11 25 11ZM19 11C19.2449 11 19.4813 11.09 19.6644 11.2527C19.8474 11.4155 19.9643 11.6397 19.993 11.883L20 12V17C19.9999 17.8869 19.7052 18.7486 19.1622 19.4498C18.6192 20.151 17.8586 20.6519 17 20.874V28C16.9997 28.2549 16.9021 28.5 16.7272 28.6854C16.5522 28.8707 16.313 28.9822 16.0586 28.9972C15.8042 29.0121 15.5536 28.9293 15.3582 28.7657C15.1627 28.6021 15.0371 28.3701 15.007 28.117L15 28V20.874C14.1755 20.6608 13.4404 20.1902 12.9018 19.5305C12.3631 18.8708 12.049 18.0565 12.005 17.206L12 17V12C12.0003 11.7451 12.0979 11.5 12.2728 11.3146C12.4478 11.1293 12.687 11.0178 12.9414 11.0028C13.1958 10.9879 13.4464 11.0707 13.6418 11.2343C13.8373 11.3979 13.9629 11.6299 13.993 11.883L14 12V17C14 17.3511 14.0924 17.6959 14.268 18C14.4435 18.304 14.696 18.5565 15 18.732V12C15.0003 11.7451 15.0979 11.5 15.2728 11.3146C15.4478 11.1293 15.687 11.0178 15.9414 11.0028C16.1958 10.9879 16.4464 11.0707 16.6418 11.2343C16.8373 11.3979 16.9629 11.6299 16.993 11.883L17 12L17.001 18.732C17.2801 18.5707 17.516 18.3443 17.6887 18.0722C17.8614 17.8 17.9658 17.4902 17.993 17.169L18 17V12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-swim {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M28.5 25H28C27.1863 25 26.5687 24.7369 26.2472 24.4406C25.9691 24.1841 25.6328 24 25.2544 24H24.745C24.3666 24 24.0303 24.1841 23.7522 24.4406C23.4313 24.7369 22.8138 25 22 25C21.1862 25 20.5688 24.7369 20.2472 24.4406C19.9691 24.1841 19.6328 24 19.2544 24H18.745C18.3666 24 18.0303 24.1841 17.7522 24.4406C17.4313 24.7369 16.8138 25 16 25C15.1862 25 14.5687 24.7369 14.2472 24.4406C13.9691 24.1841 13.6328 24 13.2544 24H12.745C12.3666 24 12.0303 24.1841 11.7522 24.4406C11.4313 24.7369 10.8138 25 10 25H9.5C9.22375 25 9 25.2238 9 25.5V26.5C9 26.7762 9.22375 27 9.5 27H10C11.2069 27 12.2725 26.6191 13 26.005C13.7275 26.6194 14.7931 27 16 27C17.2069 27 18.2725 26.6191 19 26.005C19.7275 26.6194 20.7931 27 22 27C23.2069 27 24.2725 26.6191 25 26.005C25.7275 26.6194 26.7931 27 28 27H28.5C28.7763 27 29 26.7762 29 26.5V25.5C29 25.2238 28.7763 25 28.5 25ZM16 24V21H22V24C22.5975 24 22.9644 23.8075 23.0747 23.7056C23.3613 23.4412 23.6747 23.2575 24 23.1409V16C24 15.4488 24.4487 15 25 15C25.5513 15 26 15.4488 26 16V16.5C26 16.7762 26.2237 17 26.5 17H27.5C27.7763 17 28 16.7762 28 16.5V16C28 14.3456 26.6544 13 25 13C23.3456 13 22 14.3456 22 16V19H16V16C16 15.4488 16.4488 15 17 15C17.5513 15 18 15.4488 18 16V16.5C18 16.7762 18.2238 17 18.5 17H19.5C19.7762 17 20 16.7762 20 16.5V16C20 14.3456 18.6544 13 17 13C15.3456 13 14 14.3456 14 16V23.1406C14.3253 23.2572 14.6388 23.4412 14.9253 23.7053C15.0356 23.8075 15.4025 24 16 24Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-swim-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M28.5 25H28C27.1863 25 26.5687 24.7369 26.2472 24.4406C25.9691 24.1841 25.6328 24 25.2544 24H24.745C24.3666 24 24.0303 24.1841 23.7522 24.4406C23.4313 24.7369 22.8138 25 22 25C21.1862 25 20.5688 24.7369 20.2472 24.4406C19.9691 24.1841 19.6328 24 19.2544 24H18.745C18.3666 24 18.0303 24.1841 17.7522 24.4406C17.4313 24.7369 16.8138 25 16 25C15.1862 25 14.5687 24.7369 14.2472 24.4406C13.9691 24.1841 13.6328 24 13.2544 24H12.745C12.3666 24 12.0303 24.1841 11.7522 24.4406C11.4313 24.7369 10.8138 25 10 25H9.5C9.22375 25 9 25.2238 9 25.5V26.5C9 26.7762 9.22375 27 9.5 27H10C11.2069 27 12.2725 26.6191 13 26.005C13.7275 26.6194 14.7931 27 16 27C17.2069 27 18.2725 26.6191 19 26.005C19.7275 26.6194 20.7931 27 22 27C23.2069 27 24.2725 26.6191 25 26.005C25.7275 26.6194 26.7931 27 28 27H28.5C28.7763 27 29 26.7762 29 26.5V25.5C29 25.2238 28.7763 25 28.5 25ZM16 24V21H22V24C22.5975 24 22.9644 23.8075 23.0747 23.7056C23.3613 23.4412 23.6747 23.2575 24 23.1409V16C24 15.4488 24.4487 15 25 15C25.5513 15 26 15.4488 26 16V16.5C26 16.7762 26.2237 17 26.5 17H27.5C27.7763 17 28 16.7762 28 16.5V16C28 14.3456 26.6544 13 25 13C23.3456 13 22 14.3456 22 16V19H16V16C16 15.4488 16.4488 15 17 15C17.5513 15 18 15.4488 18 16V16.5C18 16.7762 18.2238 17 18.5 17H19.5C19.7762 17 20 16.7762 20 16.5V16C20 14.3456 18.6544 13 17 13C15.3456 13 14 14.3456 14 16V23.1406C14.3253 23.2572 14.6388 23.4412 14.9253 23.7053C15.0356 23.8075 15.4025 24 16 24Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-more {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20C17 21.1046 17.8954 22 19 22Z' fill='%2327AE60'/%3E%3Cpath d='M19 15C20.1046 15 21 14.1046 21 13C21 11.8954 20.1046 11 19 11C17.8954 11 17 11.8954 17 13C17 14.1046 17.8954 15 19 15Z' fill='%2327AE60'/%3E%3Cpath d='M19 29C20.1046 29 21 28.1046 21 27C21 25.8954 20.1046 25 19 25C17.8954 25 17 25.8954 17 27C17 28.1046 17.8954 29 19 29Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-more-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20C17 21.1046 17.8954 22 19 22Z' fill='%23aebdb4'/%3E%3Cpath d='M19 15C20.1046 15 21 14.1046 21 13C21 11.8954 20.1046 11 19 11C17.8954 11 17 11.8954 17 13C17 14.1046 17.8954 15 19 15Z' fill='%23aebdb4'/%3E%3Cpath d='M19 29C20.1046 29 21 28.1046 21 27C21 25.8954 20.1046 25 19 25C17.8954 25 17 25.8954 17 27C17 28.1046 17.8954 29 19 29Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-wifi {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M19 14C22.537 14 25.837 15.353 28.293 17.809L29.707 16.395C26.874 13.561 23.071 12 19 12C14.929 12.001 11.126 13.561 8.29297 16.395L9.70697 17.809C12.163 15.353 15.463 14 19 14ZM24.671 22.307C21.597 19.233 16.403 19.233 13.329 22.307L14.743 23.721C17.05 21.414 20.95 21.414 23.257 23.721L24.671 22.307Z' fill='%2327AE60'/%3E%3Cpath d='M27.437 19.2938C22.865 14.7198 15.136 14.7198 10.564 19.2938L11.978 20.7078C15.785 16.9008 22.216 16.9008 26.023 20.7078L27.437 19.2938Z' fill='%2327AE60'/%3E%3Cpath d='M19 28C20.1046 28 21 27.1046 21 26C21 24.8954 20.1046 24 19 24C17.8954 24 17 24.8954 17 26C17 27.1046 17.8954 28 19 28Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-wifi-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M19 14C22.537 14 25.837 15.353 28.293 17.809L29.707 16.395C26.874 13.561 23.071 12 19 12C14.929 12.001 11.126 13.561 8.29297 16.395L9.70697 17.809C12.163 15.353 15.463 14 19 14ZM24.671 22.307C21.597 19.233 16.403 19.233 13.329 22.307L14.743 23.721C17.05 21.414 20.95 21.414 23.257 23.721L24.671 22.307Z' fill='%23aebdb4'/%3E%3Cpath d='M27.437 19.2938C22.865 14.7198 15.136 14.7198 10.564 19.2938L11.978 20.7078C15.785 16.9008 22.216 16.9008 26.023 20.7078L27.437 19.2938Z' fill='%23aebdb4'/%3E%3Cpath d='M19 28C20.1046 28 21 27.1046 21 26C21 24.8954 20.1046 24 19 24C17.8954 24 17 24.8954 17 26C17 27.1046 17.8954 28 19 28Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-mushola-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23ebf0ed'/%3E%3Cpath d='M13 33.75C13 34.4402 13.5598 35 14.25 35H16.75C17.4402 35 18 34.4402 18 33.75V21.25H13V33.75ZM35.6234 26.25C36.3211 25.5707 36.75 24.7914 36.75 23.9488C36.75 21.884 35.1176 20.2852 33.3156 19.148C31.6773 18.1141 30.166 16.8914 28.9422 15.3895L28.625 15L28.3078 15.3895C27.084 16.8914 25.573 18.1145 23.9344 19.148C22.1324 20.2852 20.5 21.884 20.5 23.9488C20.5 24.7914 20.9289 25.5707 21.6266 26.25H35.6234ZM36.75 27.5H20.5C19.8098 27.5 19.25 28.0598 19.25 28.75V33.75C19.25 34.4402 19.8098 35 20.5 35H21.75V32.5C21.75 31.8098 22.3098 31.25 23 31.25C23.6902 31.25 24.25 31.8098 24.25 32.5V35H26.75V32.1875C26.75 30.3125 28.625 29.375 28.625 29.375C28.625 29.375 30.5 30.3125 30.5 32.1875V35H33V32.5C33 31.8098 33.5598 31.25 34.25 31.25C34.9402 31.25 35.5 31.8098 35.5 32.5V35H36.75C37.4402 35 38 34.4402 38 33.75V28.75C38 28.0598 37.4402 27.5 36.75 27.5ZM15.5 15C15.5 15 13 16.25 13 18.75V20H18V18.75C18 16.25 15.5 15 15.5 15Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-star-0 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5951 17.002C13.3741 17.0017 13.1582 16.9356 12.9751 16.812L9.24508 14.312C9.2267 14.2993 9.2049 14.2925 9.18258 14.2925C9.16025 14.2925 9.13845 14.2993 9.12008 14.312L5.39008 16.812C5.20277 16.937 4.98186 17.0021 4.75666 16.9987C4.53147 16.9952 4.31266 16.9234 4.12928 16.7926C3.9459 16.6619 3.80663 16.4784 3.72997 16.2666C3.65331 16.0549 3.64289 15.8248 3.70008 15.607L4.92508 11.287C4.93087 11.2652 4.93017 11.2423 4.92306 11.221C4.91595 11.1996 4.90274 11.1809 4.88508 11.167L1.35508 8.39195C1.16925 8.25351 1.0314 8.06039 0.960869 7.83966C0.890337 7.61892 0.890657 7.38165 0.961782 7.16111C1.03291 6.94056 1.17127 6.74781 1.35747 6.60987C1.54368 6.47194 1.76838 6.39573 2.00008 6.39195L6.50008 6.22195C6.5222 6.22042 6.54341 6.21253 6.56116 6.19922C6.5789 6.18592 6.59242 6.16776 6.60008 6.14695L8.15008 1.93195C8.22821 1.71827 8.37011 1.53376 8.55658 1.4034C8.74304 1.27304 8.96506 1.20312 9.19258 1.20312C9.42009 1.20312 9.64211 1.27304 9.82858 1.4034C10.015 1.53376 10.1569 1.71827 10.2351 1.93195L11.7851 6.14695C11.7927 6.16776 11.8063 6.18592 11.824 6.19922C11.8417 6.21253 11.863 6.22042 11.8851 6.22195L16.3851 6.39195C16.6168 6.39573 16.8415 6.47194 17.0277 6.60987C17.2139 6.74781 17.3522 6.94056 17.4234 7.16111C17.4945 7.38165 17.4948 7.61892 17.4243 7.83966C17.3538 8.06039 17.2159 8.25351 17.0301 8.39195L13.5001 11.167C13.4819 11.1804 13.4683 11.1992 13.4611 11.2206C13.4539 11.2421 13.4536 11.2653 13.4601 11.287L14.6851 15.607C14.7281 15.7727 14.7323 15.946 14.6975 16.1136C14.6627 16.2813 14.5898 16.4386 14.4844 16.5735C14.379 16.7084 14.244 16.8172 14.0897 16.8915C13.9355 16.9658 13.7663 17.0036 13.5951 17.002ZM9.18508 13.292C9.40649 13.2987 9.62076 13.3719 9.80008 13.502L13.5301 16.002C13.549 16.0163 13.572 16.0242 13.5958 16.0244C13.6195 16.0246 13.6427 16.0171 13.6618 16.003C13.6809 15.9889 13.695 15.9691 13.7019 15.9463C13.7088 15.9236 13.7082 15.8993 13.7001 15.877L12.4751 11.557C12.4148 11.345 12.4192 11.1199 12.4878 10.9106C12.5564 10.7012 12.6861 10.5171 12.8601 10.382L16.3901 7.60695C16.4093 7.59343 16.4237 7.57408 16.4312 7.55176C16.4386 7.52944 16.4387 7.50532 16.4315 7.48294C16.4242 7.46056 16.4099 7.4411 16.3908 7.42742C16.3716 7.41375 16.3486 7.40657 16.3251 7.40695L11.8251 7.23695C11.6047 7.22836 11.3919 7.15434 11.2138 7.02433C11.0357 6.89431 10.9004 6.7142 10.8251 6.50695L9.27508 2.29195C9.26809 2.26957 9.25413 2.25001 9.23524 2.23612C9.21636 2.22223 9.19352 2.21474 9.17008 2.21474C9.14663 2.21474 9.1238 2.22223 9.10491 2.23612C9.08602 2.25001 9.07207 2.26957 9.06508 2.29195L7.53008 6.50195C7.45475 6.7092 7.31941 6.88931 7.14131 7.01933C6.96321 7.14934 6.75042 7.22336 6.53008 7.23195L2.03008 7.40195C2.00655 7.40157 1.98352 7.40875 1.96437 7.42242C1.94522 7.4361 1.93096 7.45556 1.92369 7.47794C1.91641 7.50032 1.91651 7.52444 1.92396 7.54676C1.93141 7.56908 1.94582 7.58843 1.96508 7.60195L5.50008 10.382C5.67355 10.5175 5.80278 10.7017 5.87133 10.9109C5.93989 11.1201 5.94467 11.345 5.88508 11.557L4.66508 15.877C4.6578 15.8986 4.65776 15.922 4.66498 15.9437C4.6722 15.9653 4.68627 15.984 4.70508 15.997C4.72319 16.0124 4.74624 16.021 4.77008 16.021C4.79391 16.021 4.81696 16.0124 4.83508 15.997L8.56508 13.497C8.74737 13.376 8.96133 13.3117 9.18008 13.312L9.18508 13.292Z' fill='%23F2C94C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px !important;
}

.icon-star-1 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1269 7.17383C16.3127 7.03539 16.4505 6.84226 16.5211 6.62153C16.5916 6.4008 16.5913 6.16352 16.5202 5.94298C16.449 5.72244 16.3107 5.52969 16.1245 5.39175C15.9383 5.25381 15.7136 5.17761 15.4819 5.17383L10.9819 5.00383C10.9597 5.0023 10.9385 4.99441 10.9208 4.9811C10.9031 4.96779 10.8895 4.94964 10.8819 4.92883L9.32687 0.728826C9.24874 0.515146 9.10684 0.330635 8.92038 0.200274C8.73391 0.0699132 8.51189 0 8.28437 0C8.05686 0 7.83484 0.0699132 7.64837 0.200274C7.46191 0.330635 7.32 0.515146 7.24187 0.728826L5.69187 4.94383C5.68421 4.96464 5.6707 4.98279 5.65295 4.9961C5.63521 5.00941 5.614 5.0173 5.59187 5.01883L1.09187 5.18883C0.860176 5.19261 0.635473 5.26881 0.44927 5.40675C0.263068 5.54469 0.124704 5.73744 0.0535785 5.95798C-0.0175465 6.17852 -0.0178656 6.4158 0.0526659 6.63653C0.123197 6.85726 0.261043 7.05039 0.446874 7.18883L3.97687 9.96383C3.99454 9.97773 4.00774 9.9965 4.01485 10.0178C4.02196 10.0392 4.02267 10.0621 4.01687 10.0838L2.80187 14.3888C2.73891 14.608 2.74501 14.8413 2.81934 15.057C2.89367 15.2726 3.03263 15.4601 3.2173 15.594C3.40197 15.7278 3.62339 15.8015 3.85145 15.8051C4.07951 15.8087 4.30312 15.7419 4.49187 15.6138L8.22187 13.1138C8.24025 13.1011 8.26205 13.0943 8.28437 13.0943C8.3067 13.0943 8.3285 13.1011 8.34687 13.1138L12.0769 15.6138C12.2631 15.7462 12.4859 15.8174 12.7144 15.8174C12.9429 15.8174 13.1657 15.7462 13.3519 15.6138C13.5366 15.4812 13.6757 15.2946 13.75 15.0797C13.8243 14.8649 13.8302 14.6322 13.7669 14.4138L12.5419 10.0938C12.5354 10.0721 12.5357 10.049 12.5429 10.0275C12.5501 10.006 12.5637 9.98728 12.5819 9.97383L16.1269 7.17383Z' fill='%23F2C94C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px !important;
}

.icon-parking {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23C5F4D9'/%3E%3Cpath d='M18 22H19.5C20.4283 22 21.3185 21.6313 21.9749 20.9749C22.6313 20.3185 23 19.4283 23 18.5C23 17.5717 22.6313 16.6815 21.9749 16.0251C21.3185 15.3687 20.4283 15 19.5 15H16V25H18V22ZM11 11H27C27.2652 11 27.5196 11.1054 27.7071 11.2929C27.8946 11.4804 28 11.7348 28 12V28C28 28.2652 27.8946 28.5196 27.7071 28.7071C27.5196 28.8946 27.2652 29 27 29H11C10.7348 29 10.4804 28.8946 10.2929 28.7071C10.1054 28.5196 10 28.2652 10 28V12C10 11.7348 10.1054 11.4804 10.2929 11.2929C10.4804 11.1054 10.7348 11 11 11ZM18 17H19.5C19.8978 17 20.2794 17.158 20.5607 17.4393C20.842 17.7206 21 18.1022 21 18.5C21 18.8978 20.842 19.2794 20.5607 19.5607C20.2794 19.842 19.8978 20 19.5 20H18V17Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-parking-grey {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%23ebf0ed'/%3E%3Cpath d='M18 22H19.5C20.4283 22 21.3185 21.6313 21.9749 20.9749C22.6313 20.3185 23 19.4283 23 18.5C23 17.5717 22.6313 16.6815 21.9749 16.0251C21.3185 15.3687 20.4283 15 19.5 15H16V25H18V22ZM11 11H27C27.2652 11 27.5196 11.1054 27.7071 11.2929C27.8946 11.4804 28 11.7348 28 12V28C28 28.2652 27.8946 28.5196 27.7071 28.7071C27.5196 28.8946 27.2652 29 27 29H11C10.7348 29 10.4804 28.8946 10.2929 28.7071C10.1054 28.5196 10 28.2652 10 28V12C10 11.7348 10.1054 11.4804 10.2929 11.2929C10.4804 11.1054 10.7348 11 11 11ZM18 17H19.5C19.8978 17 20.2794 17.158 20.5607 17.4393C20.842 17.7206 21 18.1022 21 18.5C21 18.8978 20.842 19.2794 20.5607 19.5607C20.2794 19.842 19.8978 20 19.5 20H18V17Z' fill='%23aebdb4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 37px !important;
}

.icon-checkout-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7574 3.22275H26.9796C27.1679 3.2259 27.3537 3.26611 27.5265 3.34109C27.6993 3.41607 27.8556 3.52436 27.9865 3.65976C28.1174 3.79515 28.2203 3.95501 28.2895 4.13021C28.3586 4.3054 28.3925 4.4925 28.3893 4.6808V22.7091C28.3925 22.8974 28.3586 23.0845 28.2895 23.2597C28.2203 23.4349 28.1174 23.5948 27.9865 23.7302C27.8556 23.8656 27.6993 23.9739 27.5265 24.0488C27.3537 24.1238 27.1679 24.164 26.9796 24.1672H11.7842C11.925 23.6351 12 23.0763 12 22.5C12 18.9101 9.08985 16 5.5 16C4.46245 16 3.48168 16.2431 2.61153 16.6754V4.6808C2.60829 4.48912 2.64352 4.29872 2.71514 4.12089C2.78676 3.94305 2.89331 3.78138 3.0285 3.64544C3.16369 3.50951 3.32476 3.40206 3.5022 3.32945C3.67964 3.25685 3.86983 3.22057 4.06153 3.22275H7.28376V5.63942C7.28376 6.10944 7.47047 6.56021 7.80283 6.89257C8.13518 7.22492 8.58596 7.41164 9.05598 7.41164C9.526 7.41164 9.97677 7.22492 10.3091 6.89257C10.6415 6.56021 10.8282 6.10944 10.8282 5.63942V3.22275H20.2129V5.63942C20.2129 5.87215 20.2588 6.1026 20.3478 6.31762C20.4369 6.53263 20.5674 6.728 20.732 6.89257C20.8966 7.05713 21.0919 7.18767 21.3069 7.27673C21.522 7.3658 21.7524 7.41164 21.9851 7.41164C22.2179 7.41164 22.4483 7.3658 22.6633 7.27673C22.8784 7.18767 23.0737 7.05713 23.2383 6.89257C23.4029 6.728 23.5334 6.53263 23.6225 6.31762C23.7115 6.1026 23.7574 5.87215 23.7574 5.63942V3.22275ZM7.44487 15.3061H9.05598V13.695H7.44487V15.3061ZM7.44487 11.2783H9.05598V9.66719H7.44487V11.2783ZM12.2782 19.3339H13.8893V17.7227H12.2782V19.3339ZM12.2782 15.3061H13.8893V13.695H12.2782V15.3061ZM12.2782 11.2783H13.8893V9.66719H12.2782V11.2783ZM17.1115 19.3339H18.7226V17.7227H17.1115V19.3339ZM17.1115 15.3061H18.7226V13.695H17.1115V15.3061ZM17.1115 11.2783H18.7226V9.66719H17.1115V11.2783ZM21.9449 19.3339H23.556V17.7227H21.9449V19.3339ZM21.9449 15.3061H23.556V13.695H21.9449V15.3061ZM21.9449 11.2783H23.556V9.66719H21.9449V11.2783Z' fill='%2327AE60'/%3E%3Cpath d='M9.05556 6.44445C9.2692 6.44445 9.4741 6.35957 9.62517 6.2085C9.77624 6.05743 9.86111 5.85254 9.86111 5.63889V0.805556C9.86111 0.591909 9.77624 0.387013 9.62517 0.235942C9.4741 0.0848708 9.2692 0 9.05556 0C8.84191 0 8.63701 0.0848708 8.48594 0.235942C8.33487 0.387013 8.25 0.591909 8.25 0.805556V5.63889C8.25 5.85254 8.33487 6.05743 8.48594 6.2085C8.63701 6.35957 8.84191 6.44445 9.05556 6.44445Z' fill='%2327AE60'/%3E%3Cpath d='M21.9442 6.44445C22.1579 6.44445 22.3628 6.35957 22.5138 6.2085C22.6649 6.05743 22.7498 5.85254 22.7498 5.63889V0.805556C22.7498 0.591909 22.6649 0.387013 22.5138 0.235942C22.3628 0.0848708 22.1579 0 21.9442 0C21.7306 0 21.5257 0.0848708 21.3746 0.235942C21.2235 0.387013 21.1387 0.591909 21.1387 0.805556V5.63889C21.1387 5.85254 21.2235 6.05743 21.3746 6.2085C21.5257 6.35957 21.7306 6.44445 21.9442 6.44445Z' fill='%2327AE60'/%3E%3Cpath d='M5.5 17C4.04131 17 2.64236 17.5795 1.61091 18.6109C0.579462 19.6424 0 21.0413 0 22.5C0 23.9587 0.579462 25.3576 1.61091 26.3891C2.64236 27.4205 4.04131 28 5.5 28C6.95869 28 8.35764 27.4205 9.38909 26.3891C10.4205 25.3576 11 23.9587 11 22.5C11 21.0413 10.4205 19.6424 9.38909 18.6109C8.35764 17.5795 6.95869 17 5.5 17V17ZM7.90625 22.1562C7.99742 22.1562 8.08485 22.1925 8.14932 22.2569C8.21378 22.3214 8.25 22.4088 8.25 22.5C8.25 22.5912 8.21378 22.6786 8.14932 22.7431C8.08485 22.8075 7.99742 22.8438 7.90625 22.8438H3.92356L5.39962 24.3191C5.43159 24.3511 5.45694 24.389 5.47424 24.4308C5.49153 24.4725 5.50043 24.5173 5.50043 24.5625C5.50043 24.6077 5.49153 24.6525 5.47424 24.6942C5.45694 24.736 5.43159 24.7739 5.39962 24.8059C5.36766 24.8378 5.32972 24.8632 5.28796 24.8805C5.24621 24.8978 5.20145 24.9067 5.15625 24.9067C5.11105 24.9067 5.06629 24.8978 5.02454 24.8805C4.98278 24.8632 4.94484 24.8378 4.91288 24.8059L2.85038 22.7434C2.81836 22.7114 2.79296 22.6735 2.77564 22.6317C2.75831 22.59 2.74939 22.5452 2.74939 22.5C2.74939 22.4548 2.75831 22.41 2.77564 22.3683C2.79296 22.3265 2.81836 22.2886 2.85038 22.2566L4.91288 20.1941C4.94484 20.1622 4.98278 20.1368 5.02454 20.1195C5.06629 20.1022 5.11105 20.0933 5.15625 20.0933C5.20145 20.0933 5.24621 20.1022 5.28796 20.1195C5.32972 20.1368 5.36766 20.1622 5.39962 20.1941C5.43159 20.2261 5.45694 20.264 5.47424 20.3058C5.49153 20.3475 5.50043 20.3923 5.50043 20.4375C5.50043 20.4827 5.49153 20.5275 5.47424 20.5692C5.45694 20.611 5.43159 20.6489 5.39962 20.6809L3.92356 22.1562H7.90625Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-checkin-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7574 3.22275H26.9796C27.1679 3.2259 27.3537 3.26611 27.5265 3.34109C27.6993 3.41607 27.8556 3.52436 27.9865 3.65976C28.1174 3.79515 28.2203 3.95501 28.2895 4.13021C28.3586 4.3054 28.3925 4.4925 28.3893 4.6808V22.7091C28.3925 22.8974 28.3586 23.0845 28.2895 23.2597C28.2203 23.4349 28.1174 23.5948 27.9865 23.7302C27.8556 23.8656 27.6993 23.9739 27.5265 24.0488C27.3537 24.1238 27.1679 24.164 26.9796 24.1672H11.7842C11.925 23.6351 12 23.0763 12 22.5C12 18.9101 9.08985 16 5.5 16C4.46245 16 3.48168 16.2431 2.61153 16.6754V4.6808C2.60829 4.48912 2.64352 4.29872 2.71514 4.12089C2.78676 3.94305 2.89331 3.78138 3.0285 3.64544C3.16369 3.50951 3.32476 3.40206 3.5022 3.32945C3.67964 3.25685 3.86983 3.22057 4.06153 3.22275H7.28376V5.63942C7.28376 6.10944 7.47047 6.56021 7.80283 6.89257C8.13518 7.22492 8.58596 7.41164 9.05598 7.41164C9.526 7.41164 9.97677 7.22492 10.3091 6.89257C10.6415 6.56021 10.8282 6.10944 10.8282 5.63942V3.22275H20.2129V5.63942C20.2129 5.87215 20.2588 6.1026 20.3478 6.31762C20.4369 6.53263 20.5674 6.728 20.732 6.89257C20.8966 7.05713 21.0919 7.18767 21.3069 7.27673C21.522 7.3658 21.7524 7.41164 21.9851 7.41164C22.2179 7.41164 22.4483 7.3658 22.6633 7.27673C22.8784 7.18767 23.0737 7.05713 23.2383 6.89257C23.4029 6.728 23.5334 6.53263 23.6225 6.31762C23.7115 6.1026 23.7574 5.87215 23.7574 5.63942V3.22275ZM7.44487 15.3061H9.05598V13.695H7.44487V15.3061ZM7.44487 11.2783H9.05598V9.66719H7.44487V11.2783ZM12.2782 19.3339H13.8893V17.7227H12.2782V19.3339ZM12.2782 15.3061H13.8893V13.695H12.2782V15.3061ZM12.2782 11.2783H13.8893V9.66719H12.2782V11.2783ZM17.1115 19.3339H18.7226V17.7227H17.1115V19.3339ZM17.1115 15.3061H18.7226V13.695H17.1115V15.3061ZM17.1115 11.2783H18.7226V9.66719H17.1115V11.2783ZM21.9449 19.3339H23.556V17.7227H21.9449V19.3339ZM21.9449 15.3061H23.556V13.695H21.9449V15.3061ZM21.9449 11.2783H23.556V9.66719H21.9449V11.2783Z' fill='%2327AE60'/%3E%3Cpath d='M9.05556 6.44445C9.2692 6.44445 9.4741 6.35957 9.62517 6.2085C9.77624 6.05743 9.86111 5.85254 9.86111 5.63889V0.805556C9.86111 0.591909 9.77624 0.387013 9.62517 0.235942C9.4741 0.0848708 9.2692 0 9.05556 0C8.84191 0 8.63701 0.0848708 8.48594 0.235942C8.33487 0.387013 8.25 0.591909 8.25 0.805556V5.63889C8.25 5.85254 8.33487 6.05743 8.48594 6.2085C8.63701 6.35957 8.84191 6.44445 9.05556 6.44445Z' fill='%2327AE60'/%3E%3Cpath d='M21.9442 6.44445C22.1579 6.44445 22.3628 6.35957 22.5138 6.2085C22.6649 6.05743 22.7498 5.85254 22.7498 5.63889V0.805556C22.7498 0.591909 22.6649 0.387013 22.5138 0.235942C22.3628 0.0848708 22.1579 0 21.9442 0C21.7306 0 21.5257 0.0848708 21.3746 0.235942C21.2235 0.387013 21.1387 0.591909 21.1387 0.805556V5.63889C21.1387 5.85254 21.2235 6.05743 21.3746 6.2085C21.5257 6.35957 21.7306 6.44445 21.9442 6.44445Z' fill='%2327AE60'/%3E%3Cpath d='M5.5 17C6.95869 17 8.35764 17.5795 9.38909 18.6109C10.4205 19.6424 11 21.0413 11 22.5C11 23.9587 10.4205 25.3576 9.38909 26.3891C8.35764 27.4205 6.95869 28 5.5 28C4.04131 28 2.64236 27.4205 1.61091 26.3891C0.579463 25.3576 0 23.9587 0 22.5C0 21.0413 0.579463 19.6424 1.61091 18.6109C2.64236 17.5795 4.04131 17 5.5 17V17ZM3.09375 22.1562C3.00258 22.1562 2.91515 22.1925 2.85068 22.2569C2.78622 22.3214 2.75 22.4088 2.75 22.5C2.75 22.5912 2.78622 22.6786 2.85068 22.7431C2.91515 22.8075 3.00258 22.8438 3.09375 22.8438H7.07644L5.60038 24.3191C5.56841 24.3511 5.54306 24.389 5.52576 24.4308C5.50847 24.4725 5.49957 24.5173 5.49957 24.5625C5.49957 24.6077 5.50847 24.6525 5.52576 24.6942C5.54306 24.736 5.56841 24.7739 5.60038 24.8059C5.63234 24.8378 5.67028 24.8632 5.71204 24.8805C5.75379 24.8978 5.79855 24.9067 5.84375 24.9067C5.88895 24.9067 5.93371 24.8978 5.97546 24.8805C6.01722 24.8632 6.05516 24.8378 6.08712 24.8059L8.14962 22.7434C8.18164 22.7114 8.20704 22.6735 8.22436 22.6317C8.24169 22.59 8.25061 22.5452 8.25061 22.5C8.25061 22.4548 8.24169 22.41 8.22436 22.3683C8.20704 22.3265 8.18164 22.2886 8.14962 22.2566L6.08712 20.1941C6.05516 20.1622 6.01722 20.1368 5.97546 20.1195C5.93371 20.1022 5.88895 20.0933 5.84375 20.0933C5.79855 20.0933 5.75379 20.1022 5.71204 20.1195C5.67028 20.1368 5.63234 20.1622 5.60038 20.1941C5.56841 20.2261 5.54306 20.264 5.52576 20.3058C5.50847 20.3475 5.49957 20.3923 5.49957 20.4375C5.49957 20.4827 5.50847 20.5275 5.52576 20.5692C5.54306 20.611 5.56841 20.6489 5.60038 20.6809L7.07644 22.1562H3.09375Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-guest-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.833 3.45263C15.833 2.53693 15.4692 1.65874 14.8217 1.01125C14.1742 0.363758 13.2961 0 12.3804 0C11.4647 0 10.5865 0.363758 9.93898 1.01125C9.29149 1.65874 8.92773 2.53693 8.92773 3.45263C8.92773 4.36832 9.29149 5.24651 9.93898 5.894C10.5865 6.54149 11.4647 6.90525 12.3804 6.90525C13.2961 6.90525 14.1742 6.54149 14.8217 5.894C15.4692 5.24651 15.833 4.36832 15.833 3.45263Z' fill='%2327AE60'/%3E%3Cpath d='M0.799414 13.9674H5.43236V9.33906L5.44476 9.06006C5.48506 8.59971 5.62766 8.16881 5.84776 7.78906H1.57441L1.39306 7.79991C1.01602 7.84433 0.668399 8.02558 0.416122 8.30929C0.163846 8.59299 0.0244641 8.95942 0.0244141 9.33906V13.1924C0.0244141 13.3979 0.106065 13.595 0.251406 13.7404C0.396747 13.8857 0.593871 13.9674 0.799414 13.9674Z' fill='%2327AE60'/%3E%3Cpath d='M24.7841 13.1924C24.7841 13.3979 24.7025 13.595 24.5572 13.7404C24.4118 13.8857 24.2147 13.9674 24.0091 13.9674H19.3343V9.33906L19.325 9.10811C19.2912 8.64337 19.1524 8.19236 18.9189 7.78906H23.2341C23.614 7.78916 23.9807 7.92876 24.2644 8.18135C24.5481 8.43394 24.7292 8.78194 24.7733 9.15926L24.7841 9.33906V13.1924Z' fill='%2327AE60'/%3E%3Cpath d='M17.7735 9.15926C17.7294 8.78168 17.5481 8.43346 17.264 8.18083C16.98 7.92821 16.613 7.78878 16.2328 7.78906H8.53242L8.35107 7.79991C7.97403 7.84433 7.62641 8.02558 7.37413 8.30929C7.12185 8.59299 6.98247 8.95942 6.98242 9.33906V13.9674H17.7828V9.33906L17.7735 9.15926Z' fill='%2327AE60'/%3E%3Cpath d='M20.1114 0.972656C20.898 0.972656 21.6524 1.28514 22.2087 1.84136C22.7649 2.39757 23.0774 3.15197 23.0774 3.93858C23.0774 4.72519 22.7649 5.47959 22.2087 6.03581C21.6524 6.59203 20.898 6.90451 20.1114 6.90451C19.3248 6.90451 18.5704 6.59203 18.0142 6.03581C17.458 5.47959 17.1455 4.72519 17.1455 3.93858C17.1455 3.15197 17.458 2.39757 18.0142 1.84136C18.5704 1.28514 19.3248 0.972656 20.1114 0.972656Z' fill='%2327AE60'/%3E%3Cpath d='M7.64132 3.93858C7.64132 3.15197 7.32884 2.39757 6.77262 1.84136C6.2164 1.28514 5.46201 0.972656 4.6754 0.972656C3.88879 0.972656 3.13439 1.28514 2.57817 1.84136C2.02195 2.39757 1.70947 3.15197 1.70947 3.93858C1.70947 4.72499 2.02187 5.47919 2.57795 6.03526C3.13402 6.59133 3.88822 6.90373 4.67462 6.90373C5.46103 6.90373 6.21523 6.59133 6.7713 6.03526C7.32737 5.47919 7.63977 4.72499 7.63977 3.93858H7.64132Z' fill='%2327AE60'/%3E%3Cpath d='M0.775 15.5156C0.569457 15.5156 0.372333 15.5973 0.226992 15.7426C0.0816517 15.888 0 16.0851 0 16.2906V17.8406C0 18.8683 0.408258 19.854 1.13496 20.5807C1.86166 21.3074 2.84729 21.7156 3.875 21.7156H20.925C21.9527 21.7156 22.9383 21.3074 23.665 20.5807C24.3917 19.854 24.8 18.8683 24.8 17.8406V16.2906C24.8 16.0851 24.7183 15.888 24.573 15.7426C24.4277 15.5973 24.2305 15.5156 24.025 15.5156H0.775Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.icon-location-cl {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0C7.66484 0 3 4.66484 3 10.5C3 12.518 3.60156 14.0766 4.64609 15.657L12.3953 27.4148C12.6305 27.7703 13.0352 28 13.5 28C13.9648 28 14.375 27.7648 14.6047 27.4148L22.3539 15.657C23.3984 14.0766 24 12.518 24 10.5C24 4.66484 19.3352 0 13.5 0ZM13.5 16.3297C10.2789 16.3297 7.66484 13.7156 7.66484 10.4891C7.66484 7.2625 10.2789 4.64844 13.5 4.64844C16.7211 4.64844 19.3352 7.2625 19.3352 10.4891C19.3352 13.7156 16.7211 16.3297 13.5 16.3297ZM13.5 7C11.5641 7 10 8.56406 10 10.5C10 12.4359 11.5641 14 13.5 14C15.4359 14 17 12.4359 17 10.5C17 8.56406 15.4359 7 13.5 7Z' fill='%2327AE60'/%3E%3Cpath d='M10 10.5C10 8.56406 11.5641 7 13.5 7C15.4359 7 17 8.56406 17 10.5C17 12.4359 15.4359 14 13.5 14C11.5641 14 10 12.4359 10 10.5Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

/* GRAY ICON */

.g-icon-wait-confirm {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3322 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.g-icon-order-process {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.375C9.93586 3.375 3.375 9.93586 3.375 18C3.375 26.0641 9.93586 32.625 18 32.625C26.0641 32.625 32.625 26.0641 32.625 18C32.625 9.93586 26.0641 3.375 18 3.375ZM26.4375 16.7885H20.1797L22.7728 14.1954L22.3791 13.7377C21.6748 13.0065 20.8002 12.4612 19.8337 12.1507C18.8672 11.8401 17.8387 11.7739 16.8403 11.9579C15.8419 12.1419 14.9047 12.5705 14.1124 13.2053C13.3202 13.8401 12.6976 14.6613 12.3003 15.5956C11.903 16.5298 11.7433 17.5479 11.8357 18.559C11.9281 19.57 12.2695 20.5423 12.8295 21.3891C13.3895 22.2359 14.1507 22.9307 15.0448 23.4114C15.939 23.8922 16.9384 24.1438 17.9536 24.1439C19.2241 24.1427 20.4632 23.7484 21.5007 23.0151C22.5383 22.2818 23.3235 21.2455 23.7488 20.0482L24.1263 18.9844L26.2477 19.7346L25.875 20.7984C25.3622 22.2496 24.4604 23.5318 23.2681 24.5051C22.0759 25.4783 20.639 26.1051 19.1146 26.3169C17.5901 26.5286 16.0368 26.3173 14.6244 25.7059C13.212 25.0945 11.9948 24.1067 11.1059 22.8502C10.2169 21.5938 9.69051 20.1172 9.5841 18.5819C9.47769 17.0465 9.7954 15.5114 10.5025 14.1444C11.2096 12.7773 12.2789 11.631 13.5934 10.8306C14.908 10.0302 16.4173 9.60663 17.9564 9.60609C19.0923 9.60175 20.217 9.83002 21.2613 10.2768C22.3056 10.7237 23.2474 11.3796 24.0286 12.2041L24.068 12.2477L24.371 12.5993L26.4375 10.5335V16.7885Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.g-icon-shipping {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.275 20.8125H30.55V15.9564C30.55 15.3859 30.3189 14.8379 29.9111 14.4336L25.3844 9.9459C24.9766 9.5416 24.4237 9.3125 23.8483 9.3125H21.85V7.15625C21.85 5.96582 20.8758 5 19.675 5H8.075C6.87422 5 5.9 5.96582 5.9 7.15625V9.3125H3.3625C3.16313 9.3125 3 9.47422 3 9.67188V10.3906C3 10.5883 3.16313 10.75 3.3625 10.75H15.6875C15.8869 10.75 16.05 10.9117 16.05 11.1094V11.8281C16.05 12.0258 15.8869 12.1875 15.6875 12.1875H4.8125C4.61312 12.1875 4.45 12.3492 4.45 12.5469V13.2656C4.45 13.4633 4.61312 13.625 4.8125 13.625H14.2375C14.4369 13.625 14.6 13.7867 14.6 13.9844V14.7031C14.6 14.9008 14.4369 15.0625 14.2375 15.0625H3.3625C3.16313 15.0625 3 15.2242 3 15.4219V16.1406C3 16.3383 3.16313 16.5 3.3625 16.5H12.7875C12.9869 16.5 13.15 16.6617 13.15 16.8594V17.5781C13.15 17.7758 12.9869 17.9375 12.7875 17.9375H5.9V23.6875C5.9 26.0684 7.84844 28 10.25 28C12.6516 28 14.6 26.0684 14.6 23.6875H20.4C20.4 26.0684 22.3484 28 24.75 28C27.1516 28 29.1 26.0684 29.1 23.6875H31.275C31.6738 23.6875 32 23.3641 32 22.9688V21.5312C32 21.1359 31.6738 20.8125 31.275 20.8125ZM10.25 25.8438C9.04922 25.8438 8.075 24.8779 8.075 23.6875C8.075 22.4971 9.04922 21.5312 10.25 21.5312C11.4508 21.5312 12.425 22.4971 12.425 23.6875C12.425 24.8779 11.4508 25.8438 10.25 25.8438ZM24.75 25.8438C23.5492 25.8438 22.575 24.8779 22.575 23.6875C22.575 22.4971 23.5492 21.5312 24.75 21.5312C25.9508 21.5312 26.925 22.4971 26.925 23.6875C26.925 24.8779 25.9508 25.8438 24.75 25.8438ZM28.375 16.5H21.85V11.4688H23.8483L28.375 15.9564V16.5Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.g-icon-finished {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%23E0E0E0'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

.doc_icon_green {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50028 0.213867C6.62105 0.213867 6.73687 0.261842 6.82227 0.347238C6.90766 0.432634 6.95564 0.548456 6.95564 0.669224V1.42815H9.23242V0.669224C9.23242 0.548456 9.2804 0.432634 9.36579 0.347238C9.45119 0.261842 9.56701 0.213867 9.68778 0.213867C9.80855 0.213867 9.92437 0.261842 10.0098 0.347238C10.0952 0.432634 10.1431 0.548456 10.1431 0.669224V1.42815H10.5985C10.9608 1.42815 11.3083 1.57208 11.5645 1.82827C11.8206 2.08445 11.9646 2.43192 11.9646 2.79422V10.2293H9.07821C8.7159 10.2293 8.36844 10.3732 8.11225 10.6294C7.85606 10.8856 7.71214 11.2331 7.71214 11.5954V14.4817H2.09849C1.73619 14.4817 1.38872 14.3378 1.13254 14.0816C0.876347 13.8254 0.732422 13.478 0.732422 13.1157V2.79422C0.732422 2.43192 0.876347 2.08445 1.13254 1.82827C1.38872 1.57208 1.73619 1.42815 2.09849 1.42815H2.85742V0.669224C2.85742 0.548456 2.9054 0.432634 2.99079 0.347238C3.07619 0.261842 3.19201 0.213867 3.31278 0.213867C3.43355 0.213867 3.54937 0.261842 3.63476 0.347238C3.72016 0.432634 3.76814 0.548456 3.76814 0.669224V1.42815H6.04492V0.669224C6.04492 0.548456 6.0929 0.432634 6.17829 0.347238C6.26369 0.261842 6.37951 0.213867 6.50028 0.213867ZM2.85742 5.2228C2.85742 5.47415 3.06142 5.67815 3.31278 5.67815H9.38421C9.50498 5.67815 9.6208 5.63018 9.70619 5.54478C9.79159 5.45939 9.83957 5.34356 9.83957 5.2228C9.83957 5.10203 9.79159 4.98621 9.70619 4.90081C9.6208 4.81541 9.50498 4.76744 9.38421 4.76744H3.31278C3.19201 4.76744 3.07619 4.81541 2.99079 4.90081C2.9054 4.98621 2.85742 5.10203 2.85742 5.2228ZM2.85742 7.95494C2.85742 8.2063 3.06142 8.4103 3.31278 8.4103H9.38421C9.50498 8.4103 9.6208 8.36232 9.70619 8.27692C9.79159 8.19153 9.83957 8.07571 9.83957 7.95494C9.83957 7.83417 9.79159 7.71835 9.70619 7.63295C9.6208 7.54756 9.50498 7.49958 9.38421 7.49958H3.31278C3.19201 7.49958 3.07619 7.54756 2.99079 7.63295C2.9054 7.71835 2.85742 7.83417 2.85742 7.95494ZM2.85742 10.6871C2.85742 10.9384 3.06142 11.1424 3.31278 11.1424H6.04492C6.16569 11.1424 6.28151 11.0945 6.36691 11.0091C6.4523 10.9237 6.50028 10.8078 6.50028 10.6871C6.50028 10.5663 6.4523 10.4505 6.36691 10.3651C6.28151 10.2797 6.16569 10.2317 6.04492 10.2317H3.31278C3.19201 10.2317 3.07619 10.2797 2.99079 10.3651C2.9054 10.4505 2.85742 10.5663 2.85742 10.6871Z' fill='%2327AE60'/%3E%3Cpath d='M8.62305 14.2142L11.6982 11.1396H9.0784C8.95764 11.1396 8.84181 11.1876 8.75642 11.273C8.67102 11.3584 8.62305 11.4742 8.62305 11.595V14.2148V14.2142Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px !important;
}

.img-log {
  height: 220px;
  width: 100%;
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: 2px 12px 24px rgba(0, 0, 0, 0.09);
  opacity: 1;
  display: block;
  /* width: 100%; */
  /* height: auto; */
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-product {
  height: 194px;
  width: 100%;
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: 2px 12px 24px rgba(0, 0, 0, 0.09);
}

.box-title {
  margin-top: 10px;
  text-align: center;
}

.title-app {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.title-log {
  color: #4f4f4f;
  font-weight: 600;
}

.title-product_1 {
  color: #4f4f4f;
  font-weight: 600;
  font-size: 20px;
}

.desk-log {
  font-weight: 400;
  color: #828282;
}

.title-product {
  font-size: 27px;
  font-weight: 600;
  color: #219653;
  text-align: center;
}

.desc-product {
  border-top: 1px solid #e0e0e0;
}

.text-desc {
  font-size: 13px;
  font-weight: 400;
  color: #828282;
  line-height: 1.6;
}

.chev_down:after {
  content: "\f078 ";
  font-family: FontAwesome;
  color: #a5a0a0;
  position: absolute;
  right: 26%;
  top: 4%;
  font-size: 12px;
  z-index: 1;
  width: 2%;
  height: 100%;
  pointer-events: none;
}

.col-product {
  background: #fff;
  border-radius: 8px;
  padding: 0px 0px 8px 0px;
}

.img-col-product {
  border-radius: 8px;
  height: 195px;
  width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Six columns side by side */
.column {
  float: left;
  width: 33.2%;
  padding: 5px;
}

.column2 {
  float: left;
  width: 25%;
  padding: 5px;
}

.img-gallery {
  width: 100%;
  height: 310px;
}

.img-col-gallery {
  width: 100%;
  border-radius: 8px;
  height: 82px;
}

.bs-example {
  margin: 0px;
}

.rotate {
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  transform: rotate(-180deg);
  /* Standard syntax */
}

.box-detail {
  width: 100%;
  max-height: 100%;
  padding: 10px 0px;
}

.title-detail {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.panel-no-br {
  border-bottom: 1px solid #ececec;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: none;
}

.panel-no-border {
  border-bottom: 0px;
  border-top: 0px !important;
  border-left: 0px;
  border-right: 0px;
  box-shadow: none;
}

.panel-title {
  font-weight: 500;
  font-size: 14px;
}

.panel-body {
  font-size: 12px;
}

.input-custom {
  background: #f2f2f2;
  border: 0px;
  /* height: 40px; */
}

.br-1 {
  border-right: 1px solid #ddd !important;
}

.br-grey {
  border-right: 1px solid #f2f2f2;
}

.bl-1 {
  border-left: 1px solid #ddd !important;
}

.td-custom {
  vertical-align: middle !important;
  border-left: 1px solid #ddd;
}

.align-middel {
  vertical-align: middle !important;
}

.headerTable {
  border-left: 0px;
  border-right: 0px;
  background: #e0e0e0;
}

.headerTable1 {
  border-left: 0px;
  border-right: 0px;
  background: var(--main);
  color: var(--white);
}

.headerTable2 {
  /* border-left: 0px;
    border-right: 0px; */
  background: #f8f8f8;
}

.bg-body {
  background: #f2f2f2;
}

.text-ul {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
}

.item-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex {
  display: flex;
}

.lay-flag {
  font-size: 13px;
  /* margin-left: 12px; */
  margin-left: 27px;
  margin-top: 2px;
  color: #a5a0a0;
}

.box-cos {
  background: #f2f2f2;
  min-width: 100%;
  max-height: 100%;
  border: 1px solid #219653;
  padding: 15px 15px;
  border-radius: 8px;
}

.box-cos1 {
  background: #f2f2f2;
  min-width: 100%;
  max-height: 100%;
  /* border: 1px solid #219653; */
  padding: 15px 15px;
  border-radius: 8px;
}

.box-in {
  background: #f2f2f2;
  min-width: 100%;
  max-height: 100%;
  border: 1px solid #219653;
  padding: 6px 15px;
  border-radius: 8px;
}

.box-inhead-child {
  background: #ebeaea;
  margin: 0px -15px;
  min-width: 100%;
  max-height: 100%;
  /* border: 1px solid #219653; */
  padding: 12px 15px;
  border-radius: 8px 8px 0px 0px;
}

.box-in-child {
  background: #f2f2f2;
  min-width: 100%;
  max-height: 100%;
  /* border: 1px solid #219653; */
  padding: 9px 15px;
  border-radius: 0px 0px 8px 8px;
}

.hr1 {
  border: 1px solid #e0e0e0;
  margin: 10px 0;
}

.circle-green {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(270deg, #219653 0%, #40815c 100%);
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.circle-yl {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #f2c94c;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.circle-red {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #eb5757;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.div-box {
  margin-top: -37px;
  margin-left: 53px;
}

.d-block {
  display: block;
}

/* Style the tab */
.tab_info {
  overflow: hidden;
  /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
  margin: 10px 0px;
}

/* Style the buttons inside the tab */
.tab_info button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #bdbdbd;
}

/* Change background color of buttons on hover */
.tab_info button:hover {
  background-color: #219653;
  border-radius: 8px;
  color: #fff;
}

/* Create an active/current tablink class */
.tab_info button.active {
  background-color: #219653;
  border-radius: 8px;
  color: #fff;
}

/* Style the tab content */
.tabcontent_info {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  border-top: none;
}

.container_img {
  position: relative;
  width: 100%;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_img:hover .image {
  opacity: 0.3;
}

.container_img:hover .middle {
  opacity: 1;
}

.text {
  padding: 16px 0px;
}

.middle-txt {
  margin: auto;
  padding: 10px;
}

.obj-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-text {
  margin-left: -38px;
  margin-top: 10px;
}

.p-child {
  padding: 0px 15px !important;
}

.l-child {
  color: #bdbdbd;
  font-size: 10px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

/* Edit 21-07-2021 */
.box-fileup {
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border: dashed 1.5px #c0c0c0;
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
}

.box-fileup-1 {
  max-width: 100%;
  min-height: 100%;
  background: #d8f2e3;
  border: 1px solid #27ae60;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  color: var(--main);
}

.box-fileup-2 {
  max-width: 100%;
  min-height: 100%;
  background: #d8f2e3;
  border: dashed 1.5px #27ae60;
  border-radius: 10px;
  padding: 0px 10px;
  display: flex;
}

.icon-lay {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.t-up {
  font-size: 12px;
  font-weight: 500;
  color: #c0c0c0;
}

.td-blank {
  background: #fff;
  border: 0px !important;
}

.tcenter {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block;
}

.box-dynamic {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  max-width: 100%;
  min-height: 100%;
}

.custom-addon {
  border-radius: 50px 0px 0px 50px;
  background: #fff !important;
  border: 0px !important;
}

.custom-input {
  border-radius: 0px 50px 50px 0px;
  border: 0px !important;
  height: 30px;
  font-size: 12px;
}

.form-control[readonly] {
  color: #dcdbdb;
}

.custom-file-upload {
  /* border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px; */
  cursor: pointer;
}

#uploadFile {
  text-align: center;
  border: none;
  background-color: white;
  color: black;
}

#uploadFile_1 {
  text-align: center;
  border: none;
  background-color: white;
  color: black;
}

#uploadFile_2 {
  text-align: center;
  border: none;
  background-color: white;
  color: black;
}

/* .tp-banner {
  height: 400px !important;
} */

.content-layout {
  padding: 0 7em;
}

.text-date {
  font-size: 10px;
  color: #828282;
}

.box {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  /* box-shadow: 2px 12px 24px rgb(0 0 0 / 5%); */
  border-radius: 8px;
  max-height: 100%;
  padding: 8px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.box-header {
  border-bottom: 1px solid #bdbdbd;
}

.box-body {
  padding: 3px 10px;
}

.label-header {
  margin: 0px 10px 7px;
  font-weight: 600;
}

/* Style the tab */
.tab_mini {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab_mini button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 8px;
  transition: 0.3s;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.tab_mini button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_mini button.active {
  background-color: transparent;
  color: #27ae60;
  border-bottom: 1px solid #27ae60;
}

/* Style the tab content */
.tabcontent_mini {
  display: none;
  padding: 6px 0px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.custom-input-2 {
  border-radius: 50px 0px 0px 50px;
  border: 1px solid #ddd;
  height: 35px;
  font-size: 12px;
}

.label-sm1 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.b-0 {
  border: 0px;
}

.br-button {
  border-radius: 0px 0px 8px 8px;
}

.label-main {
  color: var(--white);
  font-size: 9px;
  background: var(--main);
  max-height: 100%;
  padding: 5px 8px;
  border-radius: 40px;
  max-width: 100%;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.label-main-2 {
  color: var(--white);
  font-size: 9px;
  background: var(--main);
  max-height: 100%;
  padding: 5px 8px;
  border-radius: 10px;
  max-width: 100%;
  /* position: absolute; */
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.label-blue {
  color: var(--white);
  font-size: 9px;
  background: var(--blue);
  max-height: 100%;
  padding: 5px 8px;
  border-radius: 40px;
  max-width: 100%;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.label-red {
  color: var(--white);
  font-size: 9px;
  background: var(--redlow);
  max-height: 100%;
  padding: 5px 8px;
  border-radius: 40px;
  max-width: 100%;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.label-green {
  color: #219653;
  font-size: 9px;
  max-width: 100%;
  max-height: 100%;
  padding: 2px 12px;
  text-align: center;
  background: #b6eccc;
  border-radius: 15px;

  margin-top: -1px;
}

.label-orange {
  color: var(--white);
  font-size: 9px;
  background: #f2994a;
  max-height: 100%;
  padding: 5px 8px;
  border-radius: 40px;
  max-width: 100%;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.bg-main-gradient {
  background: var(--maingradient);
  color: var(--white);
}

.header-tab {
  background: var(--maingradient);
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--maingradient);
  padding: 10px 15px;
  color: var(--white) !important;
}

.header-tab-2 {
  background: var(--maingradient);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid var(--maingradient);
  padding: 10px 15px;
  color: var(--white) !important;
}

.body-tab {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 30px;
}

.body-tab-2 {
  padding: 10px 30px;
}

.sub-body-tab {
  padding: 5px 20px;
}

.label-header-tab {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}

.checkbox-sm {
  height: 9px;
}

.text-black1 {
  color: var(--black1);
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container-content {
    /* width: 1027px !important; */
    width: 968px !important;
  }
}

.label-header-2 {
  margin: 8px 20px 10px;
  font-weight: 600;
}

.btn-gray2 {
  color: var(--black1);
  background-color: var(--gray);
  border-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-gray2.focus,
.btn-gray2:focus {
  color: var(--main);
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-gray2:hover {
  color: var(--main);
  background-color: #d5d5d5;
  border-color: var(--gray);
}

.btn-gray2.active,
.btn-gray2:active,
.open>.dropdown-toggle.btn-gray2 {
  color: var(--main);
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-gray2.active.focus,
.btn-gray2.active:focus,
.btn-gray2.active:hover,
.btn-gray2:active.focus,
.btn-gray2:active:focus,
.btn-gray2:active:hover,
.open>.dropdown-toggle.btn-gray2.focus,
.open>.dropdown-toggle.btn-gray2:focus,
.open>.dropdown-toggle.btn-gray2:hover {
  color: var(--main);
  background-color: #d5d5d5;
  border-color: var(--gray);
}

.text-red {
  color: var(--redlow);
}

.text-blue {
  color: var(--blue);
}

.v-middle {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.br-gray {
  border-color: #e0e0e0;
}

.bs-example-2 {
  margin: 0px 17px;
}

.mg-1 {
  margin: 15px 5px 10px;
}

.modal-cust {
  width: 60%;
  margin: auto;
  padding: 0px;
  border: 0px;
  box-shadow: none;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-multi .chosen-choices {
  border-radius: 8px;
  background: #f2f2f2 !important;
  border: 0px !important;
  font-size: 12px;
}

.pos-drop {
  position: absolute;
  right: 0;
  margin-top: -20px;
  margin-right: 22px;
}

.pos-drop2 {
  position: absolute;
  right: 0;
  margin-top: -20px;
  margin-right: 35em;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: var(--main) !important;
  color: var(--white) !important;
  border: 0px !important;
  padding: 6px 16px !important;
  font-size: 9px !important;
  border-radius: 8px !important;
}

.numbering {
  width: 15px;
  height: 15px;
  background: var(--redlow);
  line-height: 15px;
  justify-content: center;
  display: flex;
  font-size: 7px;
  color: var(--white);
  border-radius: 50px;
}

.numbering-2 {
  width: 15px;
  height: 15px;
  background: var(--yellow);
  line-height: 15px;
  justify-content: center;
  display: flex;
  font-size: 7px;
  color: var(--black1);
  border-radius: 50px;
}

.bg-gray2 {
  background: var(--gray2);
}

.bg-gray3 {
  background: var(--gray3);
  color: var(--white);
}

/* TIMELINE DI NOTIFIKASI HANYA DIGUNAKAN UNTUK SATU ID YG SESUAI */
/* #PROGRESSBAR */
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 8px;
  width: 23.33%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar li.active {
  color: #27ae60;
}

#progressbar li:before {
  content: "";
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3335 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.375C9.93586 3.375 3.375 9.93586 3.375 18C3.375 26.0641 9.93586 32.625 18 32.625C26.0641 32.625 32.625 26.0641 32.625 18C32.625 9.93586 26.0641 3.375 18 3.375ZM26.4375 16.7885H20.1797L22.7728 14.1954L22.3791 13.7377C21.6748 13.0065 20.8002 12.4612 19.8337 12.1507C18.8672 11.8401 17.8387 11.7739 16.8403 11.9579C15.8419 12.1419 14.9047 12.5705 14.1124 13.2053C13.3202 13.8401 12.6976 14.6613 12.3003 15.5956C11.903 16.5298 11.7433 17.5479 11.8357 18.559C11.9281 19.57 12.2695 20.5423 12.8295 21.3891C13.3895 22.2359 14.1507 22.9307 15.0448 23.4114C15.939 23.8922 16.9384 24.1438 17.9536 24.1439C19.2241 24.1427 20.4632 23.7484 21.5007 23.0151C22.5383 22.2818 23.3235 21.2455 23.7488 20.0482L24.1263 18.9844L26.2477 19.7346L25.875 20.7984C25.3622 22.2496 24.4604 23.5318 23.2681 24.5051C22.0759 25.4783 20.639 26.1051 19.1146 26.3169C17.5901 26.5286 16.0368 26.3173 14.6244 25.7059C13.212 25.0945 11.9948 24.1067 11.1059 22.8502C10.2169 21.5938 9.69051 20.1172 9.5841 18.5819C9.47769 17.0465 9.7954 15.5114 10.5025 14.1444C11.2096 12.7773 12.2789 11.631 13.5934 10.8306C14.908 10.0302 16.4173 9.60663 17.9564 9.60609C19.0923 9.60175 20.217 9.83002 21.2613 10.2768C22.3056 10.7237 23.2474 11.3796 24.0286 12.2041L24.068 12.2477L24.371 12.5993L26.4375 10.5335V16.7885Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.275 20.8125H30.55V15.9564C30.55 15.3859 30.3189 14.8379 29.9111 14.4336L25.3844 9.9459C24.9766 9.5416 24.4237 9.3125 23.8483 9.3125H21.85V7.15625C21.85 5.96582 20.8758 5 19.675 5H8.075C6.87422 5 5.9 5.96582 5.9 7.15625V9.3125H3.3625C3.16313 9.3125 3 9.47422 3 9.67188V10.3906C3 10.5883 3.16313 10.75 3.3625 10.75H15.6875C15.8869 10.75 16.05 10.9117 16.05 11.1094V11.8281C16.05 12.0258 15.8869 12.1875 15.6875 12.1875H4.8125C4.61312 12.1875 4.45 12.3492 4.45 12.5469V13.2656C4.45 13.4633 4.61312 13.625 4.8125 13.625H14.2375C14.4369 13.625 14.6 13.7867 14.6 13.9844V14.7031C14.6 14.9008 14.4369 15.0625 14.2375 15.0625H3.3625C3.16313 15.0625 3 15.2242 3 15.4219V16.1406C3 16.3383 3.16313 16.5 3.3625 16.5H12.7875C12.9869 16.5 13.15 16.6617 13.15 16.8594V17.5781C13.15 17.7758 12.9869 17.9375 12.7875 17.9375H5.9V23.6875C5.9 26.0684 7.84844 28 10.25 28C12.6516 28 14.6 26.0684 14.6 23.6875H20.4C20.4 26.0684 22.3484 28 24.75 28C27.1516 28 29.1 26.0684 29.1 23.6875H31.275C31.6738 23.6875 32 23.3641 32 22.9688V21.5312C32 21.1359 31.6738 20.8125 31.275 20.8125ZM10.25 25.8438C9.04922 25.8438 8.075 24.8779 8.075 23.6875C8.075 22.4971 9.04922 21.5312 10.25 21.5312C11.4508 21.5312 12.425 22.4971 12.425 23.6875C12.425 24.8779 11.4508 25.8438 10.25 25.8438ZM24.75 25.8438C23.5492 25.8438 22.575 24.8779 22.575 23.6875C22.575 22.4971 23.5492 21.5312 24.75 21.5312C25.9508 21.5312 26.925 22.4971 26.925 23.6875C26.925 24.8779 25.9508 25.8438 24.75 25.8438ZM28.375 16.5H21.85V11.4688H23.8483L28.375 15.9564V16.5Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%23E0E0E0'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before {
  border: 2px solid #27ae60;
  color: #27ae60;
  /* content: "\f164";*/
}

#progressbar li.active:after {
  background: #27ae60;
  color: white;
}

#progressbar li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3335 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px !important;
}

/* /Progressbar */

/* #PROGRESSBAR_1 */
#progressbar_1 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar_1 li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 8px;
  width: 23.33%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar_1 li.active {
  color: #27ae60;
}

#progressbar_1 li:before {
  content: "";
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar_1 li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3335 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.375C9.93586 3.375 3.375 9.93586 3.375 18C3.375 26.0641 9.93586 32.625 18 32.625C26.0641 32.625 32.625 26.0641 32.625 18C32.625 9.93586 26.0641 3.375 18 3.375ZM26.4375 16.7885H20.1797L22.7728 14.1954L22.3791 13.7377C21.6748 13.0065 20.8002 12.4612 19.8337 12.1507C18.8672 11.8401 17.8387 11.7739 16.8403 11.9579C15.8419 12.1419 14.9047 12.5705 14.1124 13.2053C13.3202 13.8401 12.6976 14.6613 12.3003 15.5956C11.903 16.5298 11.7433 17.5479 11.8357 18.559C11.9281 19.57 12.2695 20.5423 12.8295 21.3891C13.3895 22.2359 14.1507 22.9307 15.0448 23.4114C15.939 23.8922 16.9384 24.1438 17.9536 24.1439C19.2241 24.1427 20.4632 23.7484 21.5007 23.0151C22.5383 22.2818 23.3235 21.2455 23.7488 20.0482L24.1263 18.9844L26.2477 19.7346L25.875 20.7984C25.3622 22.2496 24.4604 23.5318 23.2681 24.5051C22.0759 25.4783 20.639 26.1051 19.1146 26.3169C17.5901 26.5286 16.0368 26.3173 14.6244 25.7059C13.212 25.0945 11.9948 24.1067 11.1059 22.8502C10.2169 21.5938 9.69051 20.1172 9.5841 18.5819C9.47769 17.0465 9.7954 15.5114 10.5025 14.1444C11.2096 12.7773 12.2789 11.631 13.5934 10.8306C14.908 10.0302 16.4173 9.60663 17.9564 9.60609C19.0923 9.60175 20.217 9.83002 21.2613 10.2768C22.3056 10.7237 23.2474 11.3796 24.0286 12.2041L24.068 12.2477L24.371 12.5993L26.4375 10.5335V16.7885Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.275 20.8125H30.55V15.9564C30.55 15.3859 30.3189 14.8379 29.9111 14.4336L25.3844 9.9459C24.9766 9.5416 24.4237 9.3125 23.8483 9.3125H21.85V7.15625C21.85 5.96582 20.8758 5 19.675 5H8.075C6.87422 5 5.9 5.96582 5.9 7.15625V9.3125H3.3625C3.16313 9.3125 3 9.47422 3 9.67188V10.3906C3 10.5883 3.16313 10.75 3.3625 10.75H15.6875C15.8869 10.75 16.05 10.9117 16.05 11.1094V11.8281C16.05 12.0258 15.8869 12.1875 15.6875 12.1875H4.8125C4.61312 12.1875 4.45 12.3492 4.45 12.5469V13.2656C4.45 13.4633 4.61312 13.625 4.8125 13.625H14.2375C14.4369 13.625 14.6 13.7867 14.6 13.9844V14.7031C14.6 14.9008 14.4369 15.0625 14.2375 15.0625H3.3625C3.16313 15.0625 3 15.2242 3 15.4219V16.1406C3 16.3383 3.16313 16.5 3.3625 16.5H12.7875C12.9869 16.5 13.15 16.6617 13.15 16.8594V17.5781C13.15 17.7758 12.9869 17.9375 12.7875 17.9375H5.9V23.6875C5.9 26.0684 7.84844 28 10.25 28C12.6516 28 14.6 26.0684 14.6 23.6875H20.4C20.4 26.0684 22.3484 28 24.75 28C27.1516 28 29.1 26.0684 29.1 23.6875H31.275C31.6738 23.6875 32 23.3641 32 22.9688V21.5312C32 21.1359 31.6738 20.8125 31.275 20.8125ZM10.25 25.8438C9.04922 25.8438 8.075 24.8779 8.075 23.6875C8.075 22.4971 9.04922 21.5312 10.25 21.5312C11.4508 21.5312 12.425 22.4971 12.425 23.6875C12.425 24.8779 11.4508 25.8438 10.25 25.8438ZM24.75 25.8438C23.5492 25.8438 22.575 24.8779 22.575 23.6875C22.575 22.4971 23.5492 21.5312 24.75 21.5312C25.9508 21.5312 26.925 22.4971 26.925 23.6875C26.925 24.8779 25.9508 25.8438 24.75 25.8438ZM28.375 16.5H21.85V11.4688H23.8483L28.375 15.9564V16.5Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%23E0E0E0'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar_1 li:first-child:after {
  content: none;
}

#progressbar_1 li.active:before {
  /* border: 2px solid #27AE60; */
  color: #27ae60;
  /* content: "\f164";*/
}

#progressbar_1 li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.985 3C9.705 3 3 9.72 3 18C3 26.28 9.705 33 17.985 33C26.28 33 33 26.28 33 18C33 9.72 26.28 3 17.985 3ZM24 24C23.8612 24.1391 23.6964 24.2494 23.5149 24.3246C23.3335 24.3999 23.139 24.4387 22.9425 24.4387C22.746 24.4387 22.5515 24.3999 22.3701 24.3246C22.1886 24.2494 22.0238 24.1391 21.885 24L16.95 19.065C16.8083 18.9261 16.6955 18.7604 16.6183 18.5776C16.541 18.3948 16.5008 18.1985 16.5 18V12C16.5 11.175 17.175 10.5 18 10.5C18.825 10.5 19.5 11.175 19.5 12V17.385L24 21.885C24.585 22.47 24.585 23.415 24 24Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(2).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.375C9.93586 3.375 3.375 9.93586 3.375 18C3.375 26.0641 9.93586 32.625 18 32.625C26.0641 32.625 32.625 26.0641 32.625 18C32.625 9.93586 26.0641 3.375 18 3.375ZM26.4375 16.7885H20.1797L22.7728 14.1954L22.3791 13.7377C21.6748 13.0065 20.8002 12.4612 19.8337 12.1507C18.8672 11.8401 17.8387 11.7739 16.8403 11.9579C15.8419 12.1419 14.9047 12.5705 14.1124 13.2053C13.3202 13.8401 12.6976 14.6613 12.3003 15.5956C11.903 16.5298 11.7433 17.5479 11.8357 18.559C11.9281 19.57 12.2695 20.5423 12.8295 21.3891C13.3895 22.2359 14.1507 22.9307 15.0448 23.4114C15.939 23.8922 16.9384 24.1438 17.9536 24.1439C19.2241 24.1427 20.4632 23.7484 21.5007 23.0151C22.5383 22.2818 23.3235 21.2455 23.7488 20.0482L24.1263 18.9844L26.2477 19.7346L25.875 20.7984C25.3622 22.2496 24.4604 23.5318 23.2681 24.5051C22.0759 25.4783 20.639 26.1051 19.1146 26.3169C17.5901 26.5286 16.0368 26.3173 14.6244 25.7059C13.212 25.0945 11.9948 24.1067 11.1059 22.8502C10.2169 21.5938 9.69051 20.1172 9.5841 18.5819C9.47769 17.0465 9.7954 15.5114 10.5025 14.1444C11.2096 12.7773 12.2789 11.631 13.5934 10.8306C14.908 10.0302 16.4173 9.60663 17.9564 9.60609C19.0923 9.60175 20.217 9.83002 21.2613 10.2768C22.3056 10.7237 23.2474 11.3796 24.0286 12.2041L24.068 12.2477L24.371 12.5993L26.4375 10.5335V16.7885Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(3).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.275 20.8125H30.55V15.9564C30.55 15.3859 30.3189 14.8379 29.9111 14.4336L25.3844 9.9459C24.9766 9.5416 24.4237 9.3125 23.8483 9.3125H21.85V7.15625C21.85 5.96582 20.8758 5 19.675 5H8.075C6.87422 5 5.9 5.96582 5.9 7.15625V9.3125H3.3625C3.16313 9.3125 3 9.47422 3 9.67188V10.3906C3 10.5883 3.16313 10.75 3.3625 10.75H15.6875C15.8869 10.75 16.05 10.9117 16.05 11.1094V11.8281C16.05 12.0258 15.8869 12.1875 15.6875 12.1875H4.8125C4.61312 12.1875 4.45 12.3492 4.45 12.5469V13.2656C4.45 13.4633 4.61312 13.625 4.8125 13.625H14.2375C14.4369 13.625 14.6 13.7867 14.6 13.9844V14.7031C14.6 14.9008 14.4369 15.0625 14.2375 15.0625H3.3625C3.16313 15.0625 3 15.2242 3 15.4219V16.1406C3 16.3383 3.16313 16.5 3.3625 16.5H12.7875C12.9869 16.5 13.15 16.6617 13.15 16.8594V17.5781C13.15 17.7758 12.9869 17.9375 12.7875 17.9375H5.9V23.6875C5.9 26.0684 7.84844 28 10.25 28C12.6516 28 14.6 26.0684 14.6 23.6875H20.4C20.4 26.0684 22.3484 28 24.75 28C27.1516 28 29.1 26.0684 29.1 23.6875H31.275C31.6738 23.6875 32 23.3641 32 22.9688V21.5312C32 21.1359 31.6738 20.8125 31.275 20.8125ZM10.25 25.8438C9.04922 25.8438 8.075 24.8779 8.075 23.6875C8.075 22.4971 9.04922 21.5312 10.25 21.5312C11.4508 21.5312 12.425 22.4971 12.425 23.6875C12.425 24.8779 11.4508 25.8438 10.25 25.8438ZM24.75 25.8438C23.5492 25.8438 22.575 24.8779 22.575 23.6875C22.575 22.4971 23.5492 21.5312 24.75 21.5312C25.9508 21.5312 26.925 22.4971 26.925 23.6875C26.925 24.8779 25.9508 25.8438 24.75 25.8438ZM28.375 16.5H21.85V11.4688H23.8483L28.375 15.9564V16.5Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li:nth-child(4).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='15' fill='%2327AE60'/%3E%3Cpath d='M17.5098 22.4C17.6129 22.5594 17.7941 22.6656 18.0004 22.6656C18.2066 22.6656 18.3879 22.5594 18.4941 22.4L21.9379 17.0813C22.4004 16.3656 22.6691 15.5781 22.6691 14.6656C22.666 12.0281 20.5941 10 18.0004 10C15.4066 10 13.3348 12.0281 13.3348 14.6656C13.3348 15.5781 13.6035 16.3656 14.066 17.0813L17.5098 22.4ZM18.0004 12C19.4723 12 20.666 13.1938 20.666 14.6656C20.666 16.1375 19.4723 17.3313 18.0004 17.3313C16.5285 17.3313 15.3348 16.1375 15.3348 14.6656C15.3348 13.1938 16.5285 12 18.0004 12ZM21.4191 20.1094L18.0004 24.6656L14.5816 20.1094C13.4129 20.7219 12.666 21.6375 12.666 22.6656C12.666 24.5062 15.0535 26 18.0004 26C20.9473 26 23.3348 24.5062 23.3348 22.6656C23.3348 21.6375 22.5879 20.7219 21.4191 20.1094Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_1 li.active:after {
  background: #27ae60;
  color: white;
}

/* /Progressbar_1 */

/* #PROGRESSBAR_2 */
#progressbar_2 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar_2 li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 11px;
  width: 19.9%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar_2 li.active {
  color: #27ae60;
  font-weight: 600;
}

#progressbar_2 li:before {
  content: "";
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar_2 li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(5):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar_2 li:first-child:after {
  content: none;
}

#progressbar_2 li.active:before {
  /* border: 2px solid #27AE60; */
  color: #27ae60;
  /* content: "\f164";*/
}

#progressbar_2 li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(2).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(3).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(4).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li:nth-child(5).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_2 li.active:after {
  background: #27ae60;
  color: white;
}

/* TIMELINE GTD NON RETAIL LUAR NEGERI */
/* #PROGRESSBAR_3 */
#progressbar_3 {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar_3 li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 9px;
  width: 19.9%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar_3 li.active {
  color: #27ae60;
  font-weight: 600;
}

#progressbar_3 li:before {
  content: "";
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar_3 li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(5):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar_3 li:first-child:after {
  content: none;
}

#progressbar_3 li.active:before {
  /* border: 2px solid #27AE60; */
  color: #27ae60;
  /* content: "\f164";*/
}

#progressbar_3 li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(2).deactive:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cellipse style='fill:%23E04F5F;' cx='256' cy='256' rx='256' ry='255.832'/%3E%3Cg transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 77.26 32)'%3E%3Crect x='3.98' y='-427.615' style='fill:%23FFFFFF;' width='55.992' height='285.672'/%3E%3Crect x='-110.828' y='-312.815' style='fill:%23FFFFFF;' width='285.672' height='55.992'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 32px !important;
}


#progressbar_3 li:nth-child(2).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(3).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(4).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li:nth-child(5).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_3 li.active:after {
  background: #27ae60;
  color: white;
}

/* TIMELINE RA */
/* #PROGRESSBAR_3 */
#progressbar_ra {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar_ra li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar_ra li.active {
  color: #27ae60;
  font-weight: 600;
}

#progressbar_ra li:before {
  content: "";
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar_ra li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(5):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar_ra li:first-child:after {
  content: none;
}

#progressbar_ra li.active:before {
  /* border: 2px solid #27AE60; */
  color: #27ae60;
  /* content: "\f164";*/
}

#progressbar_ra li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(2).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(3).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(4).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li:nth-child(5).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_ra li.active:after {
  background: #27ae60;
  color: white;
}

/* #PROGRESSBAR_3 */
#progressbar_reg {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar_reg li {
  list-style-type: none;
  color: #828282;
  text-transform: capitalize;
  font-size: 12px;
  width: 33%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar_reg li.active {
  color: #27AE60;
  font-weight: 600;
}

#progressbar_reg li:before {
  content: '';
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 18px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  /* border: 2px solid #ECECEC; */
}

#progressbar_reg li:nth-child(1):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(2):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(3):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(4):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(5):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:after {
  content: '';
  width: 73%;
  height: 2px;
  background: #E0E0E0;
  position: absolute;
  left: -35%;
  top: 20px;
  z-index: 99;
}

#progressbar_reg li:first-child:after {
  content: none;
}

#progressbar_reg li.active:before {
  /* border: 2px solid #27AE60; */
  color: #27AE60;
  ;
  /* content: "\f164";*/
}

#progressbar_reg li:nth-child(1).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(2).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(3).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(4).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

#progressbar_reg li:nth-child(5).active:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}


#progressbar_reg li.active:after {
  background: #27AE60;
  color: white;
}

/* /TIMELINE PAGE_1 */

.pd-0 {
  padding: 0px;
}

.mg-0 {
  margin: 0px !important;
}

.hr-1 {
  margin-right: -5.8em;
  margin-left: -5.8em;
  border-top: 1px solid #bdbdbd;
}

.box-item {
  padding: 8px 20px;
  max-width: 100%;
  min-height: 100%;
  background: var(--gray);
  border-radius: 10px;
  margin: 10px 10px;
}

.box-notif {
  padding: 8px;
  max-width: 100%;
  min-height: 100%;
  background: var(--orange);
  border-radius: 10px;
}

.box-notif1 {
  padding: 8px;
  max-width: 100%;
  min-height: 100%;
  background: var(--greenlight);
  border-radius: 10px;
}

.text-notif1 {
  color: var(--main);
}

.text-notif {
  color: var(--orange2);
}

.pos-numbering {
  position: absolute;
  right: 0;
  margin-top: 20px;
  margin-right: 16px;
}

msform {
  width: 80%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: white;
  /* border: 0 none; */
  /* border-radius: 3px; */
  /* box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%); */
  padding: 20px 30px;
  box-sizing: border-box;
  /* width: 80%; */
  margin: 0 20%;
  /* position: absolute;*/
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

/* #msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif !important;
    color: #2C3E50;
    font-size: 13px;
} */

#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}

.form_holder {
  text-align: center;
  margin: 30px 0 0;
}

.panel-group {
  margin-bottom: 0px;
}

.no-b2 {
  border: 0px !important;
  background: var(--white);
}

#box i .active {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='12.5' fill='white'/%3E%3Cpath d='M15.4997 2.58398C12.945 2.58398 10.4477 3.34153 8.32357 4.76084C6.19943 6.18014 4.54387 8.19744 3.56624 10.5577C2.5886 12.9179 2.33281 15.515 2.8312 18.0206C3.3296 20.5262 4.55979 22.8277 6.36622 24.6341C8.17265 26.4405 10.4742 27.6707 12.9798 28.1691C15.4854 28.6675 18.0825 28.4117 20.4427 27.4341C22.8029 26.4565 24.8202 24.8009 26.2395 22.6768C27.6588 20.5526 28.4163 18.0553 28.4163 15.5007C28.4163 13.8044 28.0822 12.1248 27.4331 10.5577C26.784 8.99053 25.8326 7.56661 24.6331 6.36719C23.4337 5.16777 22.0098 4.21633 20.4427 3.56721C18.8756 2.91808 17.1959 2.58398 15.4997 2.58398ZM21.0538 12.4136L15.1509 20.1636C15.0306 20.3199 14.8761 20.4466 14.6992 20.5339C14.5223 20.6212 14.3278 20.6668 14.1305 20.6673C13.9343 20.6684 13.7405 20.6247 13.5637 20.5397C13.3868 20.4546 13.2317 20.3304 13.1101 20.1765L9.95843 16.1594C9.85411 16.0254 9.77721 15.8722 9.73211 15.7084C9.68701 15.5447 9.67461 15.3737 9.6956 15.2052C9.71659 15.0367 9.77056 14.8739 9.85444 14.7263C9.93833 14.5786 10.0505 14.4489 10.1845 14.3446C10.4551 14.1339 10.7983 14.0394 11.1387 14.0818C11.3072 14.1028 11.4699 14.1567 11.6176 14.2406C11.7653 14.3245 11.8949 14.4366 11.9993 14.5707L14.1047 17.2573L18.9872 10.799C19.0907 10.6633 19.2198 10.5493 19.3674 10.4635C19.5149 10.3777 19.6779 10.3219 19.847 10.2991C20.0161 10.2763 20.188 10.287 20.353 10.3307C20.518 10.3744 20.6727 10.4501 20.8084 10.5536C20.9441 10.657 21.0581 10.7862 21.1439 10.9337C21.2297 11.0813 21.2855 11.2442 21.3083 11.4134C21.3311 11.5825 21.3204 11.7544 21.2767 11.9194C21.233 12.0844 21.1573 12.2391 21.0538 12.3748V12.4136Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px !important;
}

.box-1 {
  padding: 10px 0px 10px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 600px;
}

.btn-circle-green2 {
  color: white;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #27ae60;
}

.input-custom-3 {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f6f6f6;
  width: 40px;
  padding-left: 8px;
}

.p-absolute {
  position: absolute;
}

.img-set {
  background-repeat: no-repeat;
  /* height: 309px; */
  width: 100%;
  background-size: cover;
  position: relative;
}

.content-page {
  min-width: 100%;
  max-height: 100%;
  padding: 10px 0;
  margin-top: -8px;
}

.lay-content2 {
  margin-top: 6em;
}

.addReadMore {
  line-height: 1.8;
  padding: 10px 0px;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: 600;
  margin-left: 2px;
  color: var(--main);
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.readonly-style {
  font-weight: 600;
  font-size: 13px;
  color: #4f4f4f !important;
  background: #fff !important;
  border: 0px !important;
  width: 100%;
  margin: 5px 0 !important;
}

/* Style the tab */
.tab_submenu {
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
  background-color: #f8f8f8;
}

/* Style the buttons inside the tab */
.tab_submenu button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab_submenu button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_submenu button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent_submenu {
  display: none;
  padding: 24px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.card-content1 {
  background: #ffffff;
  box-shadow: 2px 12px 24px rgb(0 0 0 / 9%);
  border-radius: 8px;
  max-height: 100%;
  margin-bottom: 20px;
}

.line-through {
  text-decoration: line-through;
}

.list-layout {
  margin: 10px;
  /* display: flex; */
}

input[type="range"] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 200px;
  height: 7px;
  background: #e0e0e0;
}

input[type="range"]:nth-child(2)::-webkit-slider-runnable-track {
  background: none;
}

input[type="range"]::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -4px;
  background: #6fcf97;
  border: 1px solid #27ae60;
  border-radius: 25px;
  z-index: 1;
}

input[type="range"]:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}

.rangeslider {
  position: relative;
  height: 60px;
  width: 210px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
}

.rangeslider input {
  position: absolute;
}

.rangeslider {
  position: relative;
}

.rangeslider span {
  position: absolute;
  margin-top: 30px;
  left: 0;
  font-size: 10px;
  padding: 3px 9px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.rangeslider .right {
  position: relative;
  float: right;
  margin-right: -5px;
}

/* Proof of concept for Firefox */
@-moz-document url-prefix() {
  .rangeslider::before {
    content: "";
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    display: block;
    position: relative;
    top: 16px;
  }

  input[type="range"]:nth-child(1) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type="range"]:nth-child(2) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type="range"]::-moz-range-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #6fcf97;
    border: 1px solid #27ae60;
    border-radius: 25px;
    z-index: 1;
  }

  input[type="range"]:nth-child(1)::-moz-range-thumb {
    transform: translateY(-20px);
  }

  input[type="range"]:nth-child(2)::-moz-range-thumb {
    transform: translateY(-20px);
  }
}

#map {
  height: 100%;
}

.card-content2 {
  background: #ffffff;
  border-radius: 8px;
  max-height: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

.img-lay-room {
  width: 100%;
  height: 190px;
  border-radius: 8px;
}

.br-prev {
  border: 1px solid #e0e0e0 !important;
  margin-right: 10px;
}

.br-next {
  border: 1px solid #e0e0e0 !important;
  margin-left: 10px;
}

.card-small {
  background: #fff;
  padding: 12px 30px;
  border: 1px solid #27ae60;
  border-radius: 8px;
  border-left: 8px solid #27ae60;
}

.frame-icon {
  width: 35px;
  height: 35px;
  background: #e4666652;
  /* line-height: 35px; */
  /* padding: 5px; */
  display: flex;
  border-radius: 50px;
}

.frame-icon-blue {
  width: 35px;
  height: 35px;
  background: #EAF5FB;
  /* line-height: 35px; */
  /* padding: 5px; */
  display: flex;
  border-radius: 50px;
}

.frame-icon-green {
  width: 35px;
  height: 35px;
  background: #E9F7EF;
  /* line-height: 35px; */
  /* padding: 5px; */
  display: flex;
  border-radius: 50px;
}

.m-auto {
  margin: auto;
}

.p-fixed {
  position: fixed;
  z-index: 99;
}

.btn-flat-1 {
  color: var(--main);
  border: none;
  height: 30px;
  width: 30px;
  /* border-radius: 12px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
}

.input-custom-4 {
  border: none;
  border-top: 1px solid #e0e0e0;
  background-color: #f6f6f6;
  width: 40px;
  height: 30px;
  padding-left: 8px;
  border-bottom: 1px solid #e0e0e0;
}

#content {
  display: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 210px;
  max-height: 100%;
  right: 0;
  position: absolute;
  margin-right: 31.3em;
  z-index: 10000;
  /* padding: 15px; */
  box-shadow: 2px 12px 24px rgb(0 0 0 / 9%);
}

.header-row {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.box-slider {
  margin-top: 50px;
}

.slick-slide img {
  margin: 0 auto;
  max-width: 120px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item {
  padding: 15px 10px;
  outline: none;
}

.item-inner {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 12px 24px rgba(0, 0, 0, 0.09);
}

.slick-slide {
  transform: scale(0.8);
  opacity: 0.3;
  transition: all ease 0.5s;
}

.slick-slide.slick-current {
  transform: scale(1);
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--main);
  padding: 4px 15px;
  border-radius: 50px;
  width: 100px;
  outline: none;
}

.slick-next {
  right: -13%;
}

.slick-prev {
  left: -13%;
}

.slider {
  margin-top: 16px;
}

.card-notif-sm {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.card-notif-sm-2 {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 3px 6px;
  margin-bottom: 5px;
}

#content_opening {
  background: var(--white);
  box-shadow: 2px 12px 24px rgb(0 0 0 / 9%);
  border-radius: 8px;
  padding: 15px 20px;
  min-height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 99;
}

#content_opening ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content_opening ul li {
  color: var(--black1);
}


.badges-label {
  padding: 2px 4px;
  max-width: 100%;
  max-height: 100%;
  background: var(--redlow);
  line-height: 15px;
  justify-content: center;
  display: flex;
  font-size: 10px;
  color: var(--white);
  border-radius: 5px;
}

.box-text {
  background: #fff;
  min-height: 100%;
  max-width: 100%;
  padding: 15px 20px;
  display: flex;
  border-radius: 8px;
}

.btn-white4 {
  color: var(--black1);
  background-color: var(--white);
  border-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-white4.focus,
.btn-white4:focus {
  color: var(--main);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-white4:hover {
  color: var(--main);
  background-color: #d5d5d5;
  border-color: var(--white);
}

.btn-white4.active,
.btn-white4:active,
.open>.dropdown-toggle.btn-white4 {
  color: var(--main);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-white4.active.focus,
.btn-white4.active:focus,
.btn-white4.active:hover,
.btn-white4:active.focus,
.btn-white4:active:focus,
.btn-white4:active:hover,
.open>.dropdown-toggle.btn-white4.focus,
.open>.dropdown-toggle.btn-white4:focus,
.open>.dropdown-toggle.btn-white4:hover {
  color: var(--main);
  background-color: #d5d5d5;
  border-color: var(--white);
}

.box-gray {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 8px;
  min-height: 100%;
  max-width: 100%;
  display: flex
}

.box-label {
  background: #27AE60;
  border-radius: 8px;
  color: #fff;
  display: flex;
  padding: 8px 10px;
  margin: 0px 5px;
}

#content_2 {
  display: none;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  width: 210px;
  max-height: 100%;
  left: 0;
  position: absolute;
  margin-left: 29.3em;
  z-index: 10000;
  /* padding: 15px; */
  box-shadow: 2px 12px 24px rgb(0 0 0 / 9%);
}

.table-cust thead td,
.table-cust tbody td {
  border: 1px solid #ddd;
  padding: 2px;
}

.card-scroll {
  background: #fff;
  border-radius: 8px;
  overflow-x: auto;
  width: 100%;
  overflow-y: auto;
  height: 500px;
  padding: 15px 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.bg-gray4 {
  background: #f8f8f8 !important;
}

.form-custom1 {
  border: 0px;
  height: 30px;
}

.bg-green {
  background: var(--green);
}

.box-closed {
  background: #fff;
  z-index: 99;
  width: 100%;
  height: 13px;
  position: relative;
}

.box-header-1 {
  border-radius: 6px;
  background: var(--main);
  display: flex;
}

.div-curve {
  background: var(--green);
  width: 51px;
  height: 77px;
  position: absolute;
  border-radius: 50%;
  margin-top: -10px;
  margin-left: 0px;
}

.frame-icon-label {
  z-index: 99;
  border-radius: 6px;
  background: var(--green);
  display: flex;
}

.box-card1 {
  background: #F7F7F7;
  border-radius: 8px;
  max-width: 100%;
  min-height: 100%;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.frame-icon-2 {
  background: #C4E9D3;
  border-radius: 50px;
  width: 70px;
  display: flex;
  height: 60px;
}

.frame-icon-3 {
  background: #C4E9D3;
  border-radius: 50px;
  width: 50px;
  display: flex;
  height: 50px;
}

.j-space-between {
  justify-content: space-between;
}

.radius-table {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.border-table {
  border: 1px solid #e0e0e0;
}



table.table-kontrak {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-collapse: collapse;
  font-size: 12px;
}

table.table-kontrak thead {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #F8F8F8;
}

table.table-kontrak tbody {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
}

table.table-kontrak thead th {
  position: relative;
  padding: 10px 15px;
  /* font-size: 18px; */
  /* text-shadow: 0 1px 0 #fff; */
  line-height: 15px;
  vertical-align: bottom;
  border-right: 1px solid #e0e0e0;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

table.table-kontrak thead th:first-child:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  -webkit-border-radius: 5px 0px 0px;
}

table.table-kontrak thead th:last-child:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  -webkit-border-radius: 0px 5px 0px 0px;
}

table.table-kontrak thead th:last-child {
  border-right: none;
}

table.table-kontrak tbody td {
  text-align: left;
  padding: 5px 15px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-radius: 5px;
}

table.table-kontrak tbody tr:last-child td {
  border-bottom: none;
}

table.table-kontrak tbody td:last-child {
  width: 30px;
  border-right: none;
}

.content_sort {
  display: none;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  width: 210px;
  max-height: 100%;
  right: 0;
  position: absolute;
  /* margin-right: 25.3em; */
  z-index: 100000;
  /* padding: 15px; */
  box-shadow: 2px 12px 24px rgb(0 0 0 / 9%);
}

.box-card {
  background: #F2F2F2;
  border-radius: 8px;
  max-width: 100%;
  min-height: 100%;
  padding: 10px 8px;
}

.box-card2 {
  background: #F2F2F2;
  border-radius: 8px;
  max-width: 100%;
  height: 110px;
  /* min-height: 100%; */
  padding: 15px 15px;
}

.box-card3 {
  background: #F2F2F2;
  border-radius: 8px;
  max-width: 100%;
  min-height: 100%;
  padding: 15px 15px;
  border: 1px solid var(--main);
}

.box-card4 {
  background: #F2F2F2;
  border-radius: 8px;
  max-width: 100%;
  min-height: 100%;
  padding: 15px 15px;
  border: 1px solid var(--main);
}

.text-bottom {
  color: var(--main);
  position: absolute;
  bottom: 0;
  font-weight: 600;
  margin-bottom: 1em;
}

.disabledDiv {
  pointer-events: none;
  opacity: 0.4;
}

.m-10 {
  margin: 10px;
}

/* Style the tab */
.tab_button_wil {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab_button_wil button {
  background: #F2F2F2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  width: 100%;
  margin: 0 8px;
  border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab_button_wil button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_button_wil button.active {
  background-color: #f2f2f2;
  color: #27AE60;
  border: 1px solid #27AE60;

}

/* Style the tab content */
.tabcontent_button_wil {
  display: none;
  padding: 6px 0px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

/* Style the buttons inside the tab */
.tab_button_wil a {
  background: #F2F2F2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 15px;
  transition: 0.3s;
  font-size: 15px;
  width: 100%;
  margin: 0 8px;
  border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab_button_wil a:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_button_wil a.active {
  color: #f2f2f2;
  background-color: #27AE60;
  /* border: 1px solid #27AE60; */
}

.box-header-tb {
  padding: 10px 3px;
  border-radius: 6px 6px 0px 0px;
}

.box-body-tb {
  padding: 1em 3em 1em 5em;
}

.box-body-tb-br {
  padding: 1em 3em 1em 5em;
  border-bottom: 1px solid #E0E0E0;
}

.bg-gray4 {
  background: var(--gray4);
}

.m-button {
  position: absolute;
  bottom: 0;
  margin-bottom: -20em;
  margin-right: 10px;
  margin-left: 5em;
}


/* add css server 04-09-21 */

.pd-content {
  padding: 20px 35px;
}

/* .lay-content {
  margin-top: -10em;
}

.lay-content-1{
  margin-top: -5em;
} */


/* add 05-09-21 */
.modal-banner {
  width: 70%;
  /* padding: 10px 30px; */
}

@media (max-width: 768px) {
  .modal-banner {
    width: 100%;
    /* padding: 0; */
  }


  .modal-content1 {
    width: 85%;
    padding: 60px 40px;
  }
}

@media (max-width: 576px) {
  .content-dropdown {
    min-width: 300px;
    margin: 10px -82px;
    border-radius: 10px;
  }
}

table.table-payment {
  /* border-radius: 5px;
    -webkit-border-radius: 5px;
    border-collapse: collapse;
    font-size: 12px; */
  border-collapse: collapse;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

table.table-payment thead {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: var(--main);
}

table.table-payment tbody {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: var(--gray4);
}

table.table-payment thead th {
  position: relative;
  padding: 10px 15px;
  /* font-size: 18px; */
  /* text-shadow: 0 1px 0 #fff; */
  line-height: 15px;
  vertical-align: bottom;
  /* border-right: 1px solid #e0e0e0; */
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

table.table-payment thead th:first-child:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  border-left: 1px solid var(--main);
  border-top: 1px solid var(--main);
  -webkit-border-radius: 5px 0px 0px;
}

table.table-payment thead th:last-child:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  border-right: 1px solid var(--main);
  border-top: 1px solid #e0e0e0;
  -webkit-border-radius: 0px 5px 0px 0px;
}

table.table-payment thead th:last-child {
  border-right: none;
}

table.table-payment tbody td {
  /* text-align: left; */
  padding: 11px 15px;
  border-bottom: 1px solid #e0e0e0;
  /* border-right: 1px solid #e0e0e0; */
  border-radius: 5px;
}

table.table-payment tbody td:first-child {
  /* text-align: left; */
  padding: 11px 6px 11px 20px;
  /* border-bottom: 1px solid #e0e0e0; */
  /* border-right: 1px solid #e0e0e0; */
  /* border-radius: 5px; */
}

table.table-payment tbody tr:last-child td {
  border-bottom: none;
}

table.table-payment tbody td:last-child {
  width: 30px;
  border-right: none;
}

.icon-stock-gray-3 {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6262 16.6266C20.8869 16.6266 20.1912 16.2399 19.815 15.6211L17.0019 11.0407L14.1931 15.6211C13.8125 16.2442 13.1169 16.6309 12.3775 16.6309C12.1806 16.6309 11.9837 16.6051 11.7956 16.5492L5.80185 14.8649V22.5133C5.80185 23.1449 6.23935 23.6949 6.8606 23.8453L16.3194 26.1699C16.7656 26.2774 17.2337 26.2774 17.6756 26.1699L27.1431 23.8453C27.7644 23.6907 28.2019 23.1407 28.2019 22.5133V14.8649L22.2081 16.5449C22.02 16.6008 21.8231 16.6266 21.6262 16.6266ZM30.9275 11.8055L28.6744 7.38831C28.5387 7.1219 28.2456 6.96721 27.9437 7.00589L17.0019 8.37659L21.0137 14.9121C21.18 15.1828 21.5125 15.3117 21.8231 15.2258L30.4812 12.7981C30.9144 12.6735 31.1244 12.2008 30.9275 11.8055ZM5.32935 7.38831L3.07623 11.8055C2.87498 12.2008 3.08935 12.6735 3.5181 12.7938L12.1762 15.2215C12.4869 15.3074 12.8194 15.1785 12.9856 14.9078L17.0019 8.37659L6.0556 7.00589C5.75373 6.97151 5.46498 7.1219 5.32935 7.38831Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px !important;
}

.lay-text {
  text-align: justify;
  padding-right: 40px;
  line-height: 1.8;
}

.frame-image {
  height: 292px;
}

.img-show-default {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.img-list-default {
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  border-radius: 5px;
}

.column_2 {
  float: left;
  width: 50%;
  height: 50%;
  padding: 5px;
}

.img-col-gallery-2 {
  width: 90px;
  border-radius: 8px;
  height: 82px;
}

.box-list-1 {
  max-width: 100%;
  max-height: 100%;
  background: #F2F2F2;
  padding: 10px;
}

.pd-content {
  padding: 11px 0;
}

.ico-ticket-cl {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H3.75C2.75544 0 1.80161 0.395088 1.09835 1.09835C0.395088 1.80161 0 2.75544 0 3.75V6.25C0 7.68125 1.1625 8.54375 1.905 8.90875C2.0825 8.99625 2.22 9.11 2.315 9.2525C2.405 9.3875 2.5 9.6125 2.5 10C2.5 10.3875 2.405 10.6125 2.315 10.7475C2.21154 10.8967 2.06995 11.0154 1.905 11.0913C1.1625 11.4563 0 12.3188 0 13.75V16.25C0 17.2446 0.395088 18.1984 1.09835 18.9017C1.80161 19.6049 2.75544 20 3.75 20H15V16.25C15 15.9185 15.1317 15.6005 15.3661 15.3661C15.6005 15.1317 15.9185 15 16.25 15C16.5815 15 16.8995 15.1317 17.1339 15.3661C17.3683 15.6005 17.5 15.9185 17.5 16.25V20H21.25C22.2446 20 23.1984 19.6049 23.9017 18.9017C24.6049 18.1984 25 17.2446 25 16.25V13.75C25 12.3188 23.8375 11.4563 23.095 11.0913C22.93 11.0154 22.7885 10.8967 22.685 10.7475C22.595 10.6125 22.5 10.3875 22.5 10C22.5 9.6125 22.595 9.3875 22.685 9.2525C22.7885 9.10331 22.93 8.9846 23.095 8.90875C23.8375 8.54375 25 7.68125 25 6.25V3.75C25 2.75544 24.6049 1.80161 23.9017 1.09835C23.1984 0.395088 22.2446 0 21.25 0H17.5V3.75C17.5 4.08152 17.3683 4.39946 17.1339 4.63388C16.8995 4.8683 16.5815 5 16.25 5C15.9185 5 15.6005 4.8683 15.3661 4.63388C15.1317 4.39946 15 4.08152 15 3.75V0ZM17.5 8.75C17.5 8.41848 17.3683 8.10054 17.1339 7.86612C16.8995 7.6317 16.5815 7.5 16.25 7.5C15.9185 7.5 15.6005 7.6317 15.3661 7.86612C15.1317 8.10054 15 8.41848 15 8.75V11.25C15 11.5815 15.1317 11.8995 15.3661 12.1339C15.6005 12.3683 15.9185 12.5 16.25 12.5C16.5815 12.5 16.8995 12.3683 17.1339 12.1339C17.3683 11.8995 17.5 11.5815 17.5 11.25V8.75Z' fill='%23BB6BD9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 19px !important;
}

.ico-ticket-grey {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.25 0H4.3125C3.16875 0 2.07185 0.454352 1.2631 1.2631C0.454352 2.07185 0 3.16875 0 4.3125V7.1875C0 8.83344 1.33688 9.82531 2.19075 10.2451C2.39488 10.3457 2.553 10.4765 2.66225 10.6404C2.76575 10.7956 2.875 11.0544 2.875 11.5C2.875 11.9456 2.76575 12.2044 2.66225 12.3596C2.54327 12.5312 2.38044 12.6677 2.19075 12.7549C1.33688 13.1747 0 14.1666 0 15.8125V18.6875C0 19.8312 0.454352 20.9281 1.2631 21.7369C2.07185 22.5456 3.16875 23 4.3125 23H17.25V18.6875C17.25 18.3063 17.4015 17.9406 17.671 17.671C17.9406 17.4014 18.3063 17.25 18.6875 17.25C19.0688 17.25 19.4344 17.4014 19.704 17.671C19.9736 17.9406 20.125 18.3063 20.125 18.6875V23H24.4375C25.5813 23 26.6782 22.5456 27.4869 21.7369C28.2957 20.9281 28.75 19.8312 28.75 18.6875V15.8125C28.75 14.1666 27.4131 13.1747 26.5593 12.7549C26.3696 12.6677 26.2067 12.5312 26.0878 12.3596C25.9843 12.2044 25.875 11.9456 25.875 11.5C25.875 11.0544 25.9843 10.7956 26.0878 10.6404C26.2067 10.4688 26.3696 10.3323 26.5593 10.2451C27.4131 9.82531 28.75 8.83344 28.75 7.1875V4.3125C28.75 3.16875 28.2957 2.07185 27.4869 1.2631C26.6782 0.454352 25.5813 0 24.4375 0H20.125V4.3125C20.125 4.69375 19.9736 5.05938 19.704 5.32897C19.4344 5.59855 19.0688 5.75 18.6875 5.75C18.3063 5.75 17.9406 5.59855 17.671 5.32897C17.4015 5.05938 17.25 4.69375 17.25 4.3125V0ZM20.125 10.0625C20.125 9.68125 19.9736 9.31562 19.704 9.04603C19.4344 8.77645 19.0688 8.625 18.6875 8.625C18.3063 8.625 17.9406 8.77645 17.671 9.04603C17.4015 9.31562 17.25 9.68125 17.25 10.0625V12.9375C17.25 13.3187 17.4015 13.6844 17.671 13.954C17.9406 14.2235 18.3063 14.375 18.6875 14.375C19.0688 14.375 19.4344 14.2235 19.704 13.954C19.9736 13.6844 20.125 13.3187 20.125 12.9375V10.0625Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px !important;
}

.ico-kids {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.01424V7.95721H19C19.0004 6.02632 18.307 4.16 17.047 2.70048C15.787 1.24096 14.0449 0.286073 12.14 0.0109211C11.54 -0.0793777 11 0.402216 11 1.01424ZM17.32 13.8668C18.4094 12.4649 19.0007 10.7381 19 8.96053H4.44L3.76 7.52579C3.67963 7.35453 3.5523 7.20978 3.39291 7.1085C3.23352 7.00722 3.04867 6.95359 2.86 6.95389H1C0.45 6.95389 0 7.40539 0 7.95721C0 8.50904 0.45 8.96053 1 8.96053H2.22C2.22 8.96053 4.11 13.044 4.34 13.3952C3.65284 13.7659 3.10858 14.3559 2.7934 15.072C2.47823 15.788 2.41017 16.5891 2.6 17.3483C2.9 18.6125 3.94 19.6258 5.2 19.9068C7.3 20.3683 9.18 18.9436 9.45 16.9871H11.53C11.5982 17.4656 11.7642 17.9249 12.0175 18.336C12.2709 18.7472 12.6062 19.1014 13.0024 19.3765C13.3986 19.6515 13.8472 19.8415 14.32 19.9345C14.7928 20.0274 15.2796 20.0214 15.75 19.9168C16.379 19.7781 16.9575 19.4676 17.4217 19.0196C17.8858 18.5716 18.2175 18.0036 18.38 17.3784C18.73 15.9838 18.24 14.6895 17.32 13.8668ZM6 17.9904C5.17 17.9904 4.5 17.3182 4.5 16.4854C4.5 15.6527 5.17 14.9805 6 14.9805C6.83 14.9805 7.5 15.6527 7.5 16.4854C7.5 17.3182 6.83 17.9904 6 17.9904ZM15 17.9904C14.17 17.9904 13.5 17.3182 13.5 16.4854C13.5 15.6527 14.17 14.9805 15 14.9805C15.83 14.9805 16.5 15.6527 16.5 16.4854C16.5 17.3182 15.83 17.9904 15 17.9904Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.ico-adult {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0892 8.4C5.71658 8.36329 3.90415 6.45649 3.88809 4.2C3.92729 1.84917 5.84925 0.016485 8.0892 0C10.4639 0.089775 12.2735 1.90698 12.2904 4.2C12.2436 6.55268 10.3315 8.38408 8.0892 8.4ZM11.4859 9.27129C14.472 9.30613 15.9862 11.9248 16 14.5435V21H13.0726L13.0726 15.3256C13.0013 14.9333 12.7355 14.8002 12.4921 14.8387C12.2641 14.8747 12.0557 15.061 12.0447 15.3256V21H3.91074V15.3256C3.84848 14.9522 3.61092 14.8087 3.37981 14.8231C3.13233 14.8387 2.89225 15.0355 2.8828 15.3256V21H0.000123868V14.5435C-0.0170307 11.7527 1.74886 9.29198 4.53624 9.27129H11.4859Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px !important;
}

.ico-park-grey {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 41 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.2078 14.7549C32.7104 14.7563 32.2337 14.9545 31.8819 15.3061C31.5301 15.6577 31.3317 16.1343 31.3301 16.6317V20.47C31.3301 20.968 31.5279 21.4456 31.88 21.7978C32.2322 22.1499 32.7098 22.3478 33.2078 22.3478C33.7058 22.3478 34.1834 22.1499 34.5355 21.7978C34.8877 21.4456 35.0855 20.968 35.0855 20.47V20.4317V20.4335V16.6326C35.0841 16.1353 34.8861 15.6588 34.5346 15.307C34.1832 14.9553 33.7068 14.7568 33.2096 14.7549H33.2078Z' fill='%23E0E0E0'/%3E%3Cpath d='M40.0108 3.25693H36.3972C35.9594 1.88654 34.6969 0.911133 33.2061 0.911133C31.7154 0.911133 30.4538 1.88654 30.0222 3.23286L30.016 3.25693H26.4496C26.2006 3.25693 25.9618 3.35585 25.7857 3.53192C25.6097 3.70799 25.5107 3.94679 25.5107 4.19579C25.5107 4.44479 25.6097 4.68359 25.7857 4.85966C25.9618 5.03573 26.2006 5.13465 26.4496 5.13465H30.0633C30.3022 5.93619 30.8211 6.59241 31.5032 7.00344L31.5175 7.01147C28.9577 7.78448 27.1228 10.1142 27.1067 12.8755V17.8043C27.1104 18.2137 27.2747 18.6054 27.5641 18.895C27.8536 19.1846 28.2451 19.3491 28.6545 19.353H29.9224V16.6782C29.9224 15.7945 30.2734 14.947 30.8983 14.3222C31.5231 13.6973 32.3706 13.3463 33.2543 13.3463C34.138 13.3463 34.9855 13.6973 35.6103 14.3222C36.2352 14.947 36.5862 15.7945 36.5862 16.6782V19.353H37.8532C38.263 19.3497 38.6551 19.1856 38.945 18.8958C39.2349 18.6061 39.3993 18.2141 39.4028 17.8043V12.9237C39.4022 11.6075 38.9768 10.3267 38.1898 9.27175C37.4028 8.2168 36.2963 7.44408 35.0348 7.06853L34.992 7.05783C35.6892 6.64184 36.2059 5.98045 36.4409 5.2033L36.4471 5.18012H40.0608C40.3096 5.17941 40.548 5.08027 40.7239 4.90435C40.8998 4.72844 40.9989 4.49005 40.9996 4.24126C40.9899 3.98321 40.8831 3.73835 40.7006 3.55567C40.5181 3.37299 40.2733 3.26597 40.0153 3.25604H40.0135L40.0108 3.25693ZM33.2061 6.11808C32.8348 6.11808 32.4717 6.00796 32.1629 5.80163C31.8542 5.5953 31.6135 5.30205 31.4714 4.95894C31.3292 4.61583 31.2921 4.23829 31.3645 3.87405C31.437 3.50981 31.6158 3.17523 31.8784 2.91263C32.141 2.65003 32.4756 2.47119 32.8398 2.39874C33.2041 2.32629 33.5816 2.36347 33.9247 2.50559C34.2678 2.64771 34.5611 2.88838 34.7674 3.19717C34.9737 3.50596 35.0839 3.86899 35.0839 4.24037L35.0848 4.29387C35.0848 5.30138 34.268 6.11808 33.2605 6.11808L33.2044 6.11719H33.207L33.2061 6.11808Z' fill='%23E0E0E0'/%3E%3Cpath d='M22.5632 1.38033C22.2797 0.574 21.486 0 20.5506 0H4.96049C4.02509 0 3.24558 0.574 2.94795 1.38033L0 9.56667V20.5C0 21.2517 0.637778 21.8667 1.41728 21.8667H2.83457C3.61407 21.8667 4.25185 21.2517 4.25185 20.5V19.1333H21.2593V20.5C21.2593 21.2517 21.897 21.8667 22.6765 21.8667H24.0938C24.8733 21.8667 25.5111 21.2517 25.5111 20.5V9.56667L22.5632 1.38033ZM4.96049 15.0333C3.78415 15.0333 2.83457 14.1177 2.83457 12.9833C2.83457 11.849 3.78415 10.9333 4.96049 10.9333C6.13684 10.9333 7.08642 11.849 7.08642 12.9833C7.08642 14.1177 6.13684 15.0333 4.96049 15.0333ZM20.5506 15.0333C19.3743 15.0333 18.4247 14.1177 18.4247 12.9833C18.4247 11.849 19.3743 10.9333 20.5506 10.9333C21.727 10.9333 22.6765 11.849 22.6765 12.9833C22.6765 14.1177 21.727 15.0333 20.5506 15.0333ZM2.83457 8.2L4.96049 2.05H20.5506L22.6765 8.2H2.83457Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 29px !important;
}

.ico-plus-grey {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.875 9.5C0.875 8.36735 1.09809 7.24579 1.53154 6.19936C1.96499 5.15292 2.6003 4.20211 3.4012 3.4012C4.20211 2.6003 5.15292 1.96499 6.19936 1.53154C7.24579 1.09809 8.36735 0.875 9.5 0.875C10.6327 0.875 11.7542 1.09809 12.8006 1.53154C13.8471 1.96499 14.7979 2.6003 15.5988 3.4012C16.3997 4.20211 17.035 5.15292 17.4685 6.19936C17.9019 7.24579 18.125 8.36735 18.125 9.5C18.125 11.7875 17.2163 13.9813 15.5988 15.5988C13.9813 17.2163 11.7875 18.125 9.5 18.125C7.21251 18.125 5.01871 17.2163 3.4012 15.5988C1.7837 13.9813 0.875 11.7875 0.875 9.5ZM9.5 5.1875C9.30938 5.1875 9.12656 5.26323 8.99177 5.39802C8.85698 5.53281 8.78125 5.71563 8.78125 5.90625V8.78125H5.90625C5.71563 8.78125 5.53281 8.85698 5.39802 8.99177C5.26323 9.12656 5.1875 9.30938 5.1875 9.5C5.1875 9.69062 5.26323 9.87344 5.39802 10.0082C5.53281 10.143 5.71563 10.2188 5.90625 10.2188H8.78125V13.0938C8.78125 13.2844 8.85698 13.4672 8.99177 13.602C9.12656 13.7368 9.30938 13.8125 9.5 13.8125C9.69062 13.8125 9.87344 13.7368 10.0082 13.602C10.143 13.4672 10.2188 13.2844 10.2188 13.0938V10.2188H13.0938C13.2844 10.2188 13.4672 10.143 13.602 10.0082C13.7368 9.87344 13.8125 9.69062 13.8125 9.5C13.8125 9.30938 13.7368 9.12656 13.602 8.99177C13.4672 8.85698 13.2844 8.78125 13.0938 8.78125H10.2188V5.90625C10.2188 5.71563 10.143 5.53281 10.0082 5.39802C9.87344 5.26323 9.69062 5.1875 9.5 5.1875Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 19px !important;
}

.frame-icon-def {
  width: 35px;
  height: 35px;
  background: #F5EEFC;
  /* line-height: 35px; */
  /* padding: 5px; */
  display: flex;
  border-radius: 50px;
}

.btn-gray-rounded {
  color: #BDBDBD;
  background-color: #EBEBEB;
  border: 0;
  border-radius: 50px;
  /* border-color: rgba(255, 255, 255, 0); */
}

.btn-gray-rounded.focus,
.btn-gray-rounded:focus {
  color: #BDBDBD;
  background-color: #EBEBEB;
  /* border-color: rgba(255, 255, 255, 0); */
}

.btn-gray-rounded:hover {
  color: #fff;
  background-color: #a7a7a7;
  /* border-color: rgba(255, 255, 255, 0); */
}

.btn-gray-rounded.active,
.btn-gray-rounded:active,
.open>.dropdown-toggle.btn-gray-rounded {
  color: #fff;
  background-color: #EBEBEB;
  /* border-color: rgba(255, 255, 255, 0); */
}

.btn-gray-rounded.active.focus,
.btn-gray-rounded.active:focus,
.btn-gray-rounded.active:hover,
.btn-gray-rounded:active.focus,
.btn-gray-rounded:active:focus,
.btn-gray-rounded:active:hover,
.open>.dropdown-toggle.btn-gray-rounded.focus,
.open>.dropdown-toggle.btn-gray-rounded:focus,
.open>.dropdown-toggle.btn-gray-rounded:hover {
  color: #fff;
  background-color: #a7a7a7;
  border-color: rgba(255, 255, 255, 0);
}

.checkbox-md {
  height: 15px;
}

.lay-check {
  padding: 80px 0px;
  display: flex;
  justify-content: center;
}

.sub_tab {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #219653;
}

.box-footer-sm {
  background: #FAFAFA;
  padding: 15px 5em;
  margin-bottom: -19px;
  border-radius: 0px 0px 8px 8px;
}

.ico--wisata {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.655 22.1226V19.9256C22.562 19.5076 24 17.6906 24 15.5156C24 14.1346 23.708 13.8536 20.464 5.47463C20.452 5.47463 20.304 5.01562 19.818 5.01562C19.33 5.01562 19.185 5.47662 19.175 5.47662C18.564 7.05662 18.065 8.33962 17.647 9.41362C18.377 11.2266 18.5 11.8276 18.5 12.8486C18.5 14.8176 17.616 16.5856 16.211 17.7836C16.801 18.8686 17.801 19.6666 18.982 19.9256V21.6696C17.444 21.3306 15.452 21.0836 12.917 21.0326V18.2716C15.516 17.8356 17.5 15.5716 17.5 12.8486C17.5 11.1616 17.116 10.8176 12.847 0.577625C12.833 0.577625 12.638 0.015625 12 0.015625C11.357 0.015625 11.167 0.579625 11.153 0.579625C6.52 11.7246 6.5 11.4166 6.5 12.8486C6.5 15.5716 8.484 17.8356 11.083 18.2716V21.0326C8.521 21.0836 6.512 21.3356 4.967 21.6806V19.9256C6.153 19.6626 7.154 18.8486 7.736 17.7396C6.361 16.5416 5.5 14.7936 5.5 12.8486C5.5 11.9146 5.524 11.5716 6.344 9.52462C5.92 8.43662 5.406 7.11462 4.777 5.47463C4.766 5.47463 4.62 5.01562 4.139 5.01562C3.655 5.01562 3.512 5.47662 3.502 5.47662C0.0150001 14.5956 0 14.3436 0 15.5156C0 17.6906 1.423 19.5076 3.311 19.9256V22.1336C0.724 22.9856 0 24.0156 0 24.0156H24C24 24.0156 23.268 22.9776 20.655 22.1226Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 19px !important;
}

.icon-cat-gray {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.71429 0C2.7292 0 1.78445 0.391325 1.08789 1.08789C0.391325 1.78445 0 2.7292 0 3.71429V14.5714C0 15.5565 0.391325 16.5013 1.08789 17.1978C1.78445 17.8944 2.7292 18.2857 3.71429 18.2857H11.5634C11.474 17.9113 11.4287 17.5278 11.4286 17.1429V16.5714C11.4286 15.8137 11.7296 15.0869 12.2654 14.5511C12.8012 14.0153 13.528 13.7143 14.2857 13.7143H15.3714C14.8584 13.2387 14.4696 12.6448 14.2389 11.9843C14.0082 11.3239 13.9428 10.617 14.0482 9.9254C14.1536 9.23382 14.4267 8.57856 14.8437 8.01683C15.2606 7.4551 15.8088 7.00398 16.4402 6.70286C17.0717 6.40174 17.7672 6.25978 18.4662 6.28936C19.1651 6.31894 19.8462 6.51918 20.4499 6.87258C21.0537 7.22598 21.5618 7.7218 21.9298 8.31675C22.2978 8.9117 22.5145 9.5877 22.5611 10.2857H22.8571V3.71429C22.8571 3.22652 22.7611 2.74353 22.5744 2.29289C22.3878 1.84225 22.1142 1.43279 21.7693 1.08789C21.4244 0.742986 21.0149 0.469394 20.5643 0.282733C20.1136 0.0960731 19.6306 0 19.1429 0H3.71429ZM4.57143 3.42857H10.2857C10.5888 3.42857 10.8795 3.54898 11.0938 3.76331C11.3082 3.97763 11.4286 4.26832 11.4286 4.57143V9.14286C11.4286 9.44596 11.3082 9.73665 11.0938 9.95098C10.8795 10.1653 10.5888 10.2857 10.2857 10.2857H4.57143C4.26832 10.2857 3.97763 10.1653 3.76331 9.95098C3.54898 9.73665 3.42857 9.44596 3.42857 9.14286V4.57143C3.42857 4.26832 3.54898 3.97763 3.76331 3.76331C3.97763 3.54898 4.26832 3.42857 4.57143 3.42857ZM22.2857 14.8571C22.7404 14.8571 23.1764 15.0378 23.4979 15.3592C23.8194 15.6807 24 16.1168 24 16.5714V17.1429C24 19.3954 21.8743 21.7143 18.2857 21.7143C14.6971 21.7143 12.5714 19.3954 12.5714 17.1429V16.5714C12.5714 16.1168 12.752 15.6807 13.0735 15.3592C13.395 15.0378 13.8311 14.8571 14.2857 14.8571H22.2857ZM18.2857 7.42857C19.1193 7.42857 19.9187 7.75969 20.5081 8.34909C21.0975 8.93849 21.4286 9.73789 21.4286 10.5714C21.4286 11.405 21.0975 12.2044 20.5081 12.7938C19.9187 13.3832 19.1193 13.7143 18.2857 13.7143C17.4522 13.7143 16.6528 13.3832 16.0634 12.7938C15.474 12.2044 15.1429 11.405 15.1429 10.5714C15.1429 9.73789 15.474 8.93849 16.0634 8.34909C16.6528 7.75969 17.4522 7.42857 18.2857 7.42857Z' fill='%23E0E0E0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 22px !important;
}

.input-custom-sm {
  width: 28px;
  border: 0
}

.input-custom-sm:focus {
  border-bottom: 1px solid #c0c0c0;
}

.select-custom-sm {
  width: 90px;
  padding: 0px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Style the tab */
.box_menu_1 {
  background-color: #FFF;
  padding: 8px;
  border-radius: 7px;
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);
}

/* Style the tab */
.tab_menu_1 {
  overflow: hidden;
  background: #DBF9E7;
  display: flex;
  justify-content: space-around;
  border-radius: 7px;
  border: 1px solid #219653;
}

.icon-cal-cl {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7574 3.22275H26.9796C27.1679 3.2259 27.3537 3.26611 27.5265 3.34109C27.6993 3.41607 27.8556 3.52436 27.9865 3.65976C28.1174 3.79515 28.2203 3.95501 28.2895 4.13021C28.3586 4.3054 28.3925 4.4925 28.3893 4.6808V22.7091C28.3925 22.8974 28.3586 23.0845 28.2895 23.2597C28.2203 23.4349 28.1174 23.5948 27.9865 23.7302C27.8556 23.8656 27.6993 23.9739 27.5265 24.0488C27.3537 24.1238 27.1679 24.164 26.9796 24.1672H11.7842C11.925 23.6351 12 23.0763 12 22.5C12 18.9101 9.08985 16 5.5 16C4.46245 16 3.48168 16.2431 2.61153 16.6754V4.6808C2.60829 4.48912 2.64352 4.29872 2.71514 4.12089C2.78676 3.94305 2.89331 3.78138 3.0285 3.64544C3.16369 3.50951 3.32476 3.40206 3.5022 3.32945C3.67964 3.25685 3.86983 3.22057 4.06153 3.22275H7.28376V5.63942C7.28376 6.10944 7.47047 6.56021 7.80283 6.89257C8.13518 7.22492 8.58596 7.41164 9.05598 7.41164C9.526 7.41164 9.97677 7.22492 10.3091 6.89257C10.6415 6.56021 10.8282 6.10944 10.8282 5.63942V3.22275H20.2129V5.63942C20.2129 5.87215 20.2588 6.1026 20.3478 6.31762C20.4369 6.53263 20.5674 6.728 20.732 6.89257C20.8966 7.05713 21.0919 7.18767 21.3069 7.27673C21.522 7.3658 21.7524 7.41164 21.9851 7.41164C22.2179 7.41164 22.4483 7.3658 22.6633 7.27673C22.8784 7.18767 23.0737 7.05713 23.2383 6.89257C23.4029 6.728 23.5334 6.53263 23.6225 6.31762C23.7115 6.1026 23.7574 5.87215 23.7574 5.63942V3.22275ZM7.44487 15.3061H9.05598V13.695H7.44487V15.3061ZM7.44487 11.2783H9.05598V9.66719H7.44487V11.2783ZM12.2782 19.3339H13.8893V17.7227H12.2782V19.3339ZM12.2782 15.3061H13.8893V13.695H12.2782V15.3061ZM12.2782 11.2783H13.8893V9.66719H12.2782V11.2783ZM17.1115 19.3339H18.7226V17.7227H17.1115V19.3339ZM17.1115 15.3061H18.7226V13.695H17.1115V15.3061ZM17.1115 11.2783H18.7226V9.66719H17.1115V11.2783ZM21.9449 19.3339H23.556V17.7227H21.9449V19.3339ZM21.9449 15.3061H23.556V13.695H21.9449V15.3061ZM21.9449 11.2783H23.556V9.66719H21.9449V11.2783Z' fill='%23219653'/%3E%3Cpath d='M9.05556 6.44445C9.2692 6.44445 9.4741 6.35957 9.62517 6.2085C9.77624 6.05743 9.86111 5.85254 9.86111 5.63889V0.805556C9.86111 0.591909 9.77624 0.387013 9.62517 0.235942C9.4741 0.0848708 9.2692 0 9.05556 0C8.84191 0 8.63701 0.0848708 8.48594 0.235942C8.33487 0.387013 8.25 0.591909 8.25 0.805556V5.63889C8.25 5.85254 8.33487 6.05743 8.48594 6.2085C8.63701 6.35957 8.84191 6.44445 9.05556 6.44445Z' fill='%23219653'/%3E%3Cpath d='M21.9442 6.44445C22.1579 6.44445 22.3628 6.35957 22.5138 6.2085C22.6649 6.05743 22.7498 5.85254 22.7498 5.63889V0.805556C22.7498 0.591909 22.6649 0.387013 22.5138 0.235942C22.3628 0.0848708 22.1579 0 21.9442 0C21.7306 0 21.5257 0.0848708 21.3746 0.235942C21.2235 0.387013 21.1387 0.591909 21.1387 0.805556V5.63889C21.1387 5.85254 21.2235 6.05743 21.3746 6.2085C21.5257 6.35957 21.7306 6.44445 21.9442 6.44445Z' fill='%23219653'/%3E%3Cpath d='M5.5 17C6.95869 17 8.35764 17.5795 9.38909 18.6109C10.4205 19.6424 11 21.0413 11 22.5C11 23.9587 10.4205 25.3576 9.38909 26.3891C8.35764 27.4205 6.95869 28 5.5 28C4.04131 28 2.64236 27.4205 1.61091 26.3891C0.579463 25.3576 0 23.9587 0 22.5C0 21.0413 0.579463 19.6424 1.61091 18.6109C2.64236 17.5795 4.04131 17 5.5 17V17ZM3.09375 22.1562C3.00258 22.1562 2.91515 22.1925 2.85068 22.2569C2.78622 22.3214 2.75 22.4088 2.75 22.5C2.75 22.5912 2.78622 22.6786 2.85068 22.7431C2.91515 22.8075 3.00258 22.8438 3.09375 22.8438H7.07644L5.60038 24.3191C5.56841 24.3511 5.54306 24.389 5.52576 24.4308C5.50847 24.4725 5.49957 24.5173 5.49957 24.5625C5.49957 24.6077 5.50847 24.6525 5.52576 24.6942C5.54306 24.736 5.56841 24.7739 5.60038 24.8059C5.63234 24.8378 5.67028 24.8632 5.71204 24.8805C5.75379 24.8978 5.79855 24.9067 5.84375 24.9067C5.88895 24.9067 5.93371 24.8978 5.97546 24.8805C6.01722 24.8632 6.05516 24.8378 6.08712 24.8059L8.14962 22.7434C8.18164 22.7114 8.20704 22.6735 8.22436 22.6317C8.24169 22.59 8.25061 22.5452 8.25061 22.5C8.25061 22.4548 8.24169 22.41 8.22436 22.3683C8.20704 22.3265 8.18164 22.2886 8.14962 22.2566L6.08712 20.1941C6.05516 20.1622 6.01722 20.1368 5.97546 20.1195C5.93371 20.1022 5.88895 20.0933 5.84375 20.0933C5.79855 20.0933 5.75379 20.1022 5.71204 20.1195C5.67028 20.1368 5.63234 20.1622 5.60038 20.1941C5.56841 20.2261 5.54306 20.264 5.52576 20.3058C5.50847 20.3475 5.49957 20.3923 5.49957 20.4375C5.49957 20.4827 5.50847 20.5275 5.52576 20.5692C5.54306 20.611 5.56841 20.6489 5.60038 20.6809L7.07644 22.1562H3.09375Z' fill='%2343C97B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 23px !important;
}

.icon-ticket-checked-cl {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 32 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9795 20V25.25C27.9795 25.724 27.8065 26.1341 27.4605 26.4805C27.1145 26.8268 26.7047 27 26.2312 27H10.4966V26.125C10.4966 25.888 10.4101 25.6829 10.2371 25.5098C10.0641 25.3366 9.8592 25.25 9.62245 25.25C9.3857 25.25 9.18082 25.3366 9.00782 25.5098C8.83481 25.6829 8.7483 25.888 8.7483 26.125V27H1.75513C1.28163 27 0.871877 26.8268 0.525861 26.4805C0.179844 26.1341 0.00683594 25.724 0.00683594 25.25V20C0.97204 20 1.7961 19.6582 2.47903 18.9746C3.16196 18.291 3.50342 17.4661 3.50342 16.5C3.50342 15.5339 3.16196 14.709 2.47903 14.0254C1.7961 13.3418 0.97204 13 0.00683594 13V7.75C0.00683594 7.27604 0.179844 6.86589 0.525861 6.51953C0.871877 6.17318 1.28163 6 1.75513 6H8.7483V6.875C8.7483 7.11198 8.83481 7.31706 9.00782 7.49023C9.18082 7.66341 9.3857 7.75 9.62245 7.75C9.8592 7.75 10.0641 7.66341 10.2371 7.49023C10.4101 7.31706 10.4966 7.11198 10.4966 6.875V6H26.2312C26.7047 6 27.1145 6.17318 27.4605 6.51953C27.8065 6.86589 27.9795 7.27604 27.9795 7.75V13C27.0143 13 26.1903 13.3418 25.5073 14.0254C24.8244 14.709 24.4829 15.5339 24.4829 16.5C24.4829 17.4661 24.8244 18.291 25.5073 18.9746C26.1903 19.6582 27.0143 20 27.9795 20ZM10.4966 10.375C10.4966 10.138 10.4101 9.93294 10.2371 9.75977C10.0641 9.58659 9.8592 9.5 9.62245 9.5C9.3857 9.5 9.18082 9.58659 9.00782 9.75977C8.83481 9.93294 8.7483 10.138 8.7483 10.375V12.125C8.7483 12.362 8.83481 12.5671 9.00782 12.7402C9.18082 12.9134 9.3857 13 9.62245 13C9.8592 13 10.0641 12.9134 10.2371 12.7402C10.4101 12.5671 10.4966 12.362 10.4966 12.125V10.375ZM10.4966 15.625C10.4966 15.388 10.4101 15.1829 10.2371 15.0098C10.0641 14.8366 9.8592 14.75 9.62245 14.75C9.3857 14.75 9.18082 14.8366 9.00782 15.0098C8.83481 15.1829 8.7483 15.388 8.7483 15.625V17.375C8.7483 17.612 8.83481 17.8171 9.00782 17.9902C9.18082 18.1634 9.3857 18.25 9.62245 18.25C9.8592 18.25 10.0641 18.1634 10.2371 17.9902C10.4101 17.8171 10.4966 17.612 10.4966 17.375V15.625ZM10.4966 20.875C10.4966 20.638 10.4101 20.4329 10.2371 20.2598C10.0641 20.0866 9.8592 20 9.62245 20C9.3857 20 9.18082 20.0866 9.00782 20.2598C8.83481 20.4329 8.7483 20.638 8.7483 20.875V22.625C8.7483 22.862 8.83481 23.0671 9.00782 23.2402C9.18082 23.4134 9.3857 23.5 9.62245 23.5C9.8592 23.5 10.0641 23.4134 10.2371 23.2402C10.4101 23.0671 10.4966 22.862 10.4966 22.625V20.875Z' fill='%23219653'/%3E%3Ccircle cx='23.375' cy='8.625' r='4.875' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 0.75C18.4438 0.75 14.75 4.44375 14.75 9C14.75 13.5562 18.4438 17.25 23 17.25C27.5562 17.25 31.25 13.5562 31.25 9C31.25 4.44375 27.5562 0.75 23 0.75ZM26.576 7.605C26.6418 7.52973 26.692 7.44205 26.7234 7.34713C26.7549 7.2522 26.7671 7.15194 26.7592 7.05224C26.7513 6.95254 26.7236 6.85542 26.6777 6.7666C26.6317 6.67777 26.5685 6.59903 26.4917 6.53501C26.4148 6.47098 26.326 6.42297 26.2303 6.3938C26.1347 6.36462 26.0341 6.35487 25.9347 6.36512C25.8352 6.37537 25.7388 6.40541 25.6511 6.45347C25.5634 6.50154 25.4862 6.56666 25.424 6.645L22.199 10.5142L20.5302 8.84475C20.3888 8.70813 20.1993 8.63254 20.0027 8.63424C19.8061 8.63595 19.6179 8.71483 19.4789 8.85389C19.3398 8.99294 19.261 9.18105 19.2592 9.3777C19.2575 9.57435 19.3331 9.7638 19.4698 9.90525L21.7198 12.1553C21.7934 12.2289 21.8817 12.2864 21.9788 12.324C22.076 12.3617 22.1799 12.3787 22.284 12.374C22.388 12.3693 22.49 12.3429 22.5833 12.2966C22.6766 12.2503 22.7593 12.185 22.826 12.105L26.576 7.605Z' fill='%2343C97B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 23px !important;
}

.card-popup-1 {
  background: #FFFFFF;
  border-radius: 8px;
  max-height: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  /* border: 1px solid #F2F2F2; */
  box-shadow: 1px 4px 10px -1px rgba(224, 224, 224, 0.8);

}

.card-popup-1 .card-body {
  padding: 10px 15px;
}

.card-content3 {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
}

.card-content3 .card-body {
  padding: 20px 15px;
}

.layout-popup-1 {
  right: 0;
  margin-top: 165px;
  margin-right: 16px;
}

.bg-white-2 {
  background: var(--white-2) !important;
}

.icon-calendar-cl {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.375 4.5H20.25V3.375C20.25 2.7 19.8 2.25 19.125 2.25C18.45 2.25 18 2.7 18 3.375V4.5H9V3.375C9 2.7 8.55 2.25 7.875 2.25C7.2 2.25 6.75 2.7 6.75 3.375V4.5H5.625C3.7125 4.5 2.25 5.9625 2.25 7.875V9H24.75V7.875C24.75 5.9625 23.2875 4.5 21.375 4.5ZM2.25 21.375C2.25 23.2875 3.7125 24.75 5.625 24.75H21.375C23.2875 24.75 24.75 23.2875 24.75 21.375V11.25H2.25V21.375ZM19.125 13.5C19.8 13.5 20.25 13.95 20.25 14.625C20.25 15.3 19.8 15.75 19.125 15.75C18.45 15.75 18 15.3 18 14.625C18 13.95 18.45 13.5 19.125 13.5ZM19.125 18C19.8 18 20.25 18.45 20.25 19.125C20.25 19.8 19.8 20.25 19.125 20.25C18.45 20.25 18 19.8 18 19.125C18 18.45 18.45 18 19.125 18ZM13.5 13.5C14.175 13.5 14.625 13.95 14.625 14.625C14.625 15.3 14.175 15.75 13.5 15.75C12.825 15.75 12.375 15.3 12.375 14.625C12.375 13.95 12.825 13.5 13.5 13.5ZM13.5 18C14.175 18 14.625 18.45 14.625 19.125C14.625 19.8 14.175 20.25 13.5 20.25C12.825 20.25 12.375 19.8 12.375 19.125C12.375 18.45 12.825 18 13.5 18ZM7.875 13.5C8.55 13.5 9 13.95 9 14.625C9 15.3 8.55 15.75 7.875 15.75C7.2 15.75 6.75 15.3 6.75 14.625C6.75 13.95 7.2 13.5 7.875 13.5ZM7.875 18C8.55 18 9 18.45 9 19.125C9 19.8 8.55 20.25 7.875 20.25C7.2 20.25 6.75 19.8 6.75 19.125C6.75 18.45 7.2 18 7.875 18Z' fill='%2327AE60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 23px !important;
}

.pd-1 {
  padding: 10px !important;
}