body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  overflow-x: hidden;
}

*,
*:after,
*:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?ss7u1n');
  src:  url('/assets/fonts/icomoon.eot?ss7u1n#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?ss7u1n') format('truetype'),
    url('/assets/fonts/icomoon.woff?ss7u1n') format('woff'),
    url('/assets/fonts/icomoon.svg?ss7u1n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-event-live:before {
  content: "\e92d";
}
.icon-event-offline:before {
  content: "\e92e";
}
.icon-event-online:before {
  content: "\e92f";
}
.icon-event-ended:before {
  content: "\e930";
}
.icon-link:before {
  content: "\e92c";
}
.icon-acute:before {
  content: "\e927";
}
.icon-browse-white:before {
  content: "\e928";
}
.icon-pin_drop-white:before {
  content: "\e929";
}
.icon-alarm-white:before {
  content: "\e92a";
}
.icon-offline-online:before {
  content: "\e92b";
}
.icon-lab_research:before {
  content: "\e925";
}
.icon-diversity:before {
  content: "\e926";
}
.icon-package:before {
  content: "\e91f";
}
.icon-submission:before {
  content: "\e920";
}
.icon-airplane:before {
  content: "\e921";
}
.icon-deduction:before {
  content: "\e922";
}
.icon-investment:before {
  content: "\e923";
}
.icon-tax:before {
  content: "\e924";
}
.icon-empty:before {
  content: "\e90f";
}
.icon-tea:before {
  content: "\e910";
}
.icon-clove:before {
  content: "\e911";
}
.icon-sugar-palm:before {
  content: "\e912";
}
.icon-cacao:before {
  content: "\e913";
}
.icon-coffee:before {
  content: "\e914";
}
.icon-rubber:before {
  content: "\e915";
}
.icon-sugar-cane:before {
  content: "\e916";
}
.icon-tobaco:before {
  content: "\e917";
}
.icon-arabica:before {
  content: "\e918";
}
.icon-robusta:before {
  content: "\e919";
}
.icon-coconut:before {
  content: "\e91a";
}
.icon-mangoosten:before {
  content: "\e91b";
}
.icon-mango:before {
  content: "\e91c";
}
.icon-salak:before {
  content: "\e91d";
}
.icon-papaya:before {
  content: "\e91e";
}
.icon-pineapple:before {
  content: "\e90d";
}
.icon-banana:before {
  content: "\e90e";
}
.icon-auto_stories:before {
  content: "\e900";
}
.icon-map:before {
  content: "\e901";
}
.icon-kependudukan:before {
  content: "\e902";
}
.icon-front_loader:before {
  content: "\e903";
}
.icon-filter_hdr:before {
  content: "\e904";
}
.icon-airport_shuttle:before {
  content: "\e905";
}
.icon-money_bag-black:before {
  content: "\e906";
}
.icon-pemerintahan:before {
  content: "\e907";
}
.icon-receipt:before {
  content: "\e908";
}
.icon-cable:before {
  content: "\e909";
}
.icon-article:before {
  content: "\e90a";
}
.icon-location_on:before {
  content: "\e90b";
}
.icon-note_stack:before {
  content: "\e90c";
}


.live {
    background: linear-gradient(90.06deg, #00EC47 0.06%, #7DDD9A 99.94%);
}
.upcoming {
    background: linear-gradient(90.06deg, #FEBD25 0.06%, #D39D1F 99.94%);
}
.ended {
    background: linear-gradient(90.06deg, #02B1F5 0.06%, #8CDFFF 99.94%);
}

.bookmarks {
  padding-bottom: 0.25rem;
  position: relative;
  top: 0.15rem;
}
.bookmarks:hover #dropdown-menu-bookmarks {
  display: block;
}
.bookmarks:hover #caret-bookmarks {
  transform: rotate(-180deg);
}

.bookmarks {
  position: static;
  padding-bottom: 0;
}

/*REACH WA*/

#reach-whatsapp button {
  transition: all 0.1s ease;
}
#reach-whatsapp.scrolling-down button {
  padding: 0;
  width: 54px;
  border-radius: 100%;
}
#reach-whatsapp.scrolling-down button span {
  display: none;
}
#reach-whatsapp.scrolling-up {}
#reach-whatsapp.scrolling-down button.circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s linear infinite;
}

@keyframes pulse-animation {
    0%{
      box-shadow: 0 0 0 0 rgba(87,233,128,0.7),  0 0 0 0 rgba(87,233,128,0.7);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(87,233,128,0.0),  0 0 0 30px rgba(87,233,128,0);
  }
}

/*LANGUAGE*/

#caret {
  transition: transform 0.15s ease-in-out;
}
.languages #dropdown-menu {
  margin-top: 0.25rem;
}
.languages #dropdown-menu > .py-1 {
  padding: 0;
}

/*HEADER*/

header {
  transition: all 0.5s ease;
}
header.scrolling-down {
  display: none;
}
header.scrolling-up {
    position: fixed;
    top: 0 !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
header.scrolling-down ~ section .sticky-sidebar .sticky.top-\[130px\] {
    top: 30px;
}
header.scrolling-up.shadow-none {
  box-shadow: none;
}
header.scrolling-up .dark-logo {
  display: block;
}
header.scrolling-up .light-logo {
  display: none;
}
.open_top {
  @apply translate-y-1.5 rotate-45;
}

.open_bottom {
  @apply -translate-y-1.5 -rotate-45;
}

#sideNav .menus {
  width: calc(100% - 60px);
}
#sideBar.open:before {
  content: "";
  background: #001205CC;
  position: fixed;
  width: 100%;
  height: 100%;
}

@support (initial-letter: 2) {
    .better {
      initial-letter: 2;
    }
}

.better::first-letter {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-top: -10px;
  margin-right: 0;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #AEF1C2;
  border-radius: 100vh;
}

.banner-industy:after {
  content: "";
  background: linear-gradient(264.13deg, rgba(0, 0, 0, 0.4) 21.7%, rgba(0, 0, 0, 0) 86.02%);
}
.banner-industy-detail:after {
  content: "";
  background: linear-gradient(190.96deg, rgba(0, 0, 0, 0) 8.35%, rgba(5, 164, 225, 0.32) 95.5%);
}

#dropdown-selected-option-country.choosen {
  color: #05250E;
}
.object-bottom-right {
  object-position: bottom right;
}

#dropdown-menu-region {
  z-index: 10
}

form.md\:flex-row > div:nth-child(1) {
  width: 60%;
}

button.border-\[\#05250E\]:disabled,
button.border-\[\#05250E\][disabled]{
  border: 1px solid #95AA9B;
  color: #95AA9B;
}

.popup {
  width: calc(100% + 6rem);
  top: -50px;
  z-index: 9;
}
.popup:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup:before {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #FFEAEA;
  position: absolute;
  z-index: 9;
}
/*
Different arrow positioning
*/
.popup.arrow-top:before {
  left: calc(50% - 10px);
  bottom: -8px;
}
.popup.arrow-right:before {
  bottom: calc(50% - 10px);
  right: -8px;
}
.popup.arrow-bottom:before {
  left: calc(50% - 10px);
  bottom: -8px;
}
.popup.arrow-left:before {
  bottom: calc(50% - 10px);
  left: -8px;
}

.scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.scrollable::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #72897A;
  box-shadow: none;
}

.commodity-dropdown:hover #dropdown-menu-commodity {
  display: block;
}
#dropdown-menu-commodity {
  transform: translateY(-100%);
  margin-top: -3rem;
}

/*header.scrolling-up #dropdown-menu-bookmarks {
  background: #FFFFFF;
  border: 1px solid #D5DAD7;
}*/
#dropdown-menu-bookmarks .border-\[\#FFFFFF\].border-b {
  border-top: none;
}
#dropdown-menu-bookmarks .bg-\[\#FFFFFF1A\]:nth-child(1) {
  /* background: linear-gradient(90.06deg, #FEBD25 0.06%, #D39D1F 99.94%); */
}
#dropdown-menu-bookmarks .bg-\[\#FFFFFF1A\]:nth-child(2) {
  background: #255F37CC;
  color: #FFFFFF;
}
#dropdown-menu-bookmarks li .icon {
  color: #95AA9B;
}
#dropdown-menu-bookmarks li .icon:before {
  color: #FFFFFF;
}
ul.border-\[\#FFFFFF\] {
  border-top: 1px solid #D5DAD7;
  border-bottom: 1px solid #D5DAD7;
}

@media only screen and (max-width: 600px) {
  .languages img.w-\[24px\] {
    width: 14px;
  }
  #dropdown-selected-option {
    gap: 5px;
  }
  .languages + .w-\[115px\],
  .languages .w-\[115px\] {
    width: 70px;
  }
  header > .flex.items-center.gap-5 {
    gap: .5rem;
  }
  .languages .px-3,
  .languages .px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  #dropdown-menu-bookmarks .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .languages.bookmarks .relative.inline-block.text-left {
    position: static;
  }
  #dropdown-menu-bookmarks {
    width: calc(100% - 30px);
    left: 15px;
    background: #000000;
    z-index: 10;
  }
  header > a > img {
    height: 45px;
    position: relative;
    top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  /*SIDEMENU*/
  .px-16,
  .p-16,
  .md\:pl-16.px-\[1rem\].md\:pr-0 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #sideBar.open ~ #sideNav {
    width: 80% !important;
  }
  #sideBar.open ~ #sideNav .p-10 {
    padding: 1rem !important;
  }
  #sideBar.open ~ #sideNav .p-10 .text-\[48px\] {
    font-size: 30px;
  }
  #sideBar.open ~ #sideNav .p-10 .text-\[24px\] {
    font-size: 18px;
  }


  .text-\[80px\] {
    font-size: 50px !important;
  }

  .text-\[54px\] {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .min-h-\[75vh\] {
    min-height: 0 !important;
    padding-top: 200px !important;
  }

  .bg-\[\#2A332D\] > p.text-\[24px\].font-\[400\].leading-\[100\%\].mb-8 {
    font-size: 18px;
  }

  form.md\:flex-row > div:nth-child(1) {
    width: 100%;
  }

  header > .flex.items-center.gap-3 {
    gap: 5px;
  }
  header > .flex.items-center.gap-3 .w-\[40px\] {
    width: 30px;
  }

  #dropdown-menu-commodity {
    height: 200px;
    overflow: auto;
  }

  /* Update header untuk responsive */
	header.scrolling-down {
		display: flex;
		position: fixed;
		top: 0 !important;
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
		transition: all 0.5s ease;
	}
	header.scrolling-down .dark-logo {
		display: block;
	}
	header.scrolling-down .light-logo {
		display: none;
	}
}