@import "custom_dash.css";

* {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 !important;
  box-sizing: border-box !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.row { 
    --bs-gutter-x: 0 !important; 
    --bs-gutter-y: 0;
}
.fw-bold{
  /* margin-bottom: 1rem !important;  */
  font-family: "Nunito", sans-serif; 
  font-weight: 700 !important;
}
h1 {
  font-size: 45px !important;
  letter-spacing: 1px;
}
table thead tr th {
  border-style: none !important;
}
.card-title {
  font-weight: 500;
  color: white;
  font-family: "Poppins", sans-serif !important;
}
.card-title2 {
  color: #012970;
  font-family: "Poppins", sans-serif !important;
}

td div.tab-td {
  width: 85px !important;
  display: flex !important;
  justify-content: space-between !important;
}

.bg-blue {
  background-color: var(--btn-primary);
}

.text-blue {
  color: var(--btn-primary);
}

.dt-scroll-body::-webkit-scrollbar {  width: 4px; /* Width of the scrollbar track */
  height: 8px; /* Height of the scrollbar track */}
.dt-scroll-body::-webkit-scrollbar-thumb {
  background-color: #bababa;  width: 1px; /* Width of the scrollbar thumb */
}
/* For Firefox */.dt-scroll-body {
  scrollbar-width: thin; /* Makes the scrollbar thumb thinner */  scrollbar-color: #bababa transparent; /* Color of the thumb and track */
}
/* For Internet Explorer and Edge */.dt-scroll-body::-ms-scrollbar {
  width: 8px;  height: 8px;
}
.dt-scroll-body::-ms-thumb {  background-color: #bababa;
  width: 1.5px;}

/* scrolling to top */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 50%;
}

/* slick style */
button.slick-arrow {
  background-color: blue !important;
  color: blue !important;
  border-radius: 500px !important;
  padding: 1px 1px 1px 0px;
  align-self: center !important;
  text-align: center !important;
  align-items: center !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2072ac !important;
}
.text-justify {
  text-align: justify !important;
}

.navbar ul li a {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #111;
}

.nav-link {
  font-weight: 600 !important;
  font-size: 20px !important;
}

.nav-link:hover {
  font-weight: bold !important;

  color: var(--text-blue) !important;
}

.nav-link.active {
  font-weight: bold !important;
  color: var(--text-blue) !important;
}

.text-login {
  font-size: var(--text-p);
  color: var(--text-blue) !important;
}

.navbar-text.text-login {
  font-size: var(--text-h3) !important;
}

.btn-darkblue:hover {
  background-color: var(--btn-secondary) !important;
  color: #fff !important;
  font-weight: bold !important;
}

/* mobile version */
@media only screen and (max-width: 768px) {
  .navbar-brand img,
  .navbar img {
    width: 60% !important;
  }

 

  a.navbar-brand {
    width: 60% !important;
  }

  .offcanvas .offcanvas-body img {
    width: 35% !important;
  }

  .flex-grow-1.px-5 {
    padding: 0 1rem !important;
  }

  .navbar .btn.btn-outline-primary {
    height: 42px !important;
    align-items: center !important;
    font-size: 18px !important;
  }
  body {
    overflow-x: hidden !important;
  }

  .select2-container{
    width: 100% !important;
  }

  .px-25 {
    padding: 0 12px !important;
  }

  /* navbar */
  .navbar-text.text-login {
    text-align: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    font-size: var(--text-h2) !important;
  }

  /* hero */
  .hero {
    background-image: url("/assets/heroMobile.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100% !important;
    height: 670px !important;
    margin-top: -214px !important;
  }

  .hero-text {
    font-size: var(--text-h1) !important;
    font-weight: 800 !important;
    margin-top: 144px !important;
    line-height: 44px !important;
    margin-bottom: 28px !important;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 100px !important;
  }

  .btn-darkblue {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue {
    border: 2px solid var(--btn-primary) !important;
    color: var(--text-blue) !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue:hover {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .btn-green {
    background-color: var(--bg-table) !important;
    color: #121212 !important;
    font-weight: bold !important;
  }

  /* komoditas */

  .komoditas h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditas img {
    width: 99% !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 12px !important;
    left: 0;
    width: 99%;
    height: 100%;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; /* Awalnya opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditasTranslate {
    width: 95% !important;
    height: 30% !important;
    padding: 0 24px !important;
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(0);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h3) !important;
    color: #fff !important;
  }

  .komoditas .komoditasTitle a {
    margin-top: 6px !important;
    background-color: #288ed7 !important;
    padding: 10px 20px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-p) !important;
    color: #fff;
  }

  /* artikel */

  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .artikel .card a {
    color: #111 !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data */

  .data {
    margin: 44px 0 !important;
  }

  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
    margin-bottom: 32px !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }

  table {
    width: 768px !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }

  /* ebook */

  .ebook {
    margin: 0 auto !important;
  }

  .ebook .row {
    margin-top: 1px !important;
  }
  .total-pref{
    padding-right: 20px !important;
  }

  .col-4{
    padding-left: 0px;
  }
  .col-3{
    padding-left: 0px;
  }
  /* .card-body .vpasar{
    padding:0px !important;
  } */

  .col-9{
    width:50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ebook .row .col-6 {
    margin-top: 4px !important;
  }
  .ebook .bg-ebook {
    background-image: url("/assets/ebook.png");
    margin-top: 12px !important;
    /* height: 500px !important; */
    background-size: 99% 100% !important;
    background-repeat: no-repeat;
    height: 344px !important;
    border-radius: 16px !important;
    width: 50%;

    position: relative !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook span {
    font-size: 12px !important;
  }

  .ebook .ebookContent:hover {
    border-radius: 16px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  .ebook a img {
    margin-right: 1px !important;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: var(--text-p) !important;
  }

  .heroArtikel {
    background-image: url("/assets/backgroundArtikel.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
  }

  .heroArtikel h1 {
    font-size: var(--text-h1) !important;
  }

  .heroArtikel p {
    font-size: var(--text-p) !important;
    line-height: 30px !important;
    margin-top: 24px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }

  /* ! artikel page*/
  .artikelCardText h5 {
    margin-top: 12px !important;
  }

  /* ! artikelPage */
  .cardArtikel div img {
    width: 100% !important;
  }
}

/* tablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .hero {
    background-image: url("/assets/hero.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 98vw !important;
    height: 100% !important;
    margin-top: 12px !important;
  }

  .hero-text {
    line-height: 72px !important;
    margin-bottom: 32px !important;
    font-size: 54px !important;
    letter-spacing: 1px !important;
  }
  .flex-grow-1.px-5 {
    padding: 0 1rem !important;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 80px !important;
  }

  .komoditas h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 18px !important;
    left: 0;
    width: 92.5%;
    height: 100%;
    margin-left: 7px !important;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; /* Awalnya opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditas img {
    width: 95% !important;
    height: 300px !important;
    padding-left: 10px !important;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(100%);

    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditasTranslate {
    width: 100% !important;
    padding: 0 44px !important;
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(100px);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h2) !important;
    color: #fff !important;
  }

  .komoditas .komoditasTitle a {
    margin-top: 36px !important;
    background-color: #288ed7 !important;
    padding: 10px 20px !important;
    margin-right: 44px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-h3) !important;
    color: #fff;
  }

  /* artikel */
  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  .artikel .card {
    height: 100% !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data n informasi */
  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }
  /* ebook */
  .ebook .bg-ebook {
    background-image: url("/assets/ebook.png");
    width: 23%;
    /* height: 500px !important; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    height: 344px !important;
    border-radius: 16px !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  .ebook .ebookContent:hover {
    border-radius: 20px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  }

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: 15px !important;
  }

  /* ! Artikel css */
  /* hero css */
  .heroArtikel {
    background-image: url("/assets/backgroundArtikel.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 99vw !important;
    height: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 100px !important ;
  }

  .heroArtikel h1 {
    font-size: var(--text-heading) !important;
  }

  .heroArtikel p {
    font-size: var(--text-h3) !important;
    line-height: 30px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }

  /* ! artikel */
  .card {
    border-radius: 10px;
    border: 1px solid #c8ccd0;
    background: #fff;
  }
  .artikelCardText h5 {
    font-size: var(--text-h1);
  }

  .artikelCardText p {
    font-size: var(--text-h3) !important;
    color: #103956;
  }
}
/* dekstop */
@media only screen and (min-width: 1024px) {
  /* navbar style */

  .navbar ul li {
    padding: 0 14px !important;
  }
  .px-25 {
    padding: 0 25px !important;
  }

  /* .flex-grow-1.px-5 {
    padding: 0 1rem !important;
  } */


  /* hero */
  .hero {
    background-image: url("/assets/heroTitle.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 98vw !important;
    height: 100% !important;
    margin-top: 12px !important;
  }

  .hero-text {
    line-height: 72px !important;
    margin-bottom: 32px !important;
    font-size: 54px !important;
    letter-spacing: 1px !important;
  }

  .hero span {
    color: var(--footer);
  }
  .hero {
    padding-top: 80px !important;
  }

  .text-darkblue{
    color: var(--btn-primary);
  }

  .btn-darkblue {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  .btn-outline-darkblue {
    border: 2px solid var(--btn-primary) !important;
    color: var(--text-blue) !important;
  }

  .btn-outline-darkblue:hover {
    background-color: var(--btn-primary) !important;
    color: #fff !important;
  }

  .btn-green {
    background-color: var(--bg-table) !important;
    color: #121212 !important;
    font-weight: bold !important;
  }

  /* komoditas */

  .komoditas h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .komoditas .komoditasTitle {
    position: relative; /* Menentukan posisi relatif untuk menempatkan overlay */
  }

  .komoditas .komoditasTitle::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 18px !important;
    left: 0;
    width: 88.5%;
    height: 100%;
    margin-left: 10px !important;
    background-color: rgba(
      0,
      0,
      0,
      0.5
    ); /* Menggunakan rgba untuk overlay hitam dengan opacity */
    opacity: 0; /* Awalnya opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Transisi untuk efek fadeIn */
  }

  .komoditas .komoditasTitle:hover::before {
    opacity: 1; /* Opacity menjadi 1 saat dihover */
  }

  .komoditas img {
    width: 90% !important;
    height: 300px !important;
    padding-left: 10px !important;
  }

  .komoditas .komoditasTitle .komoditasTranslate {
    transform: translateY(100%);

    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .komoditasTranslate {
    width: 100% !important;
    padding: 0 44px !important;
  }

  .komoditas .komoditasTitle:hover .komoditasTranslate {
    opacity: 1;
    transform: translateY(20px);
  }

  .komoditas .komoditasTitle h5 {
    font-size: var(--text-h2) !important;
    color: #fff !important;
  }

  .komoditas .komoditasTitle a {
    margin-top: 36px !important;
    background-color: #288ed7 !important;
    padding: 10px 20px !important;
    margin-right: 44px !important;
  }

  .komoditas .komoditasTitle p {
    font-size: var(--text-h3) !important;
    color: #fff;
  }

  /* artikel */
  .artikel h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .artikel p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  .artikel .card {
    height: 100% !important;
  }

  h5.card-title {
    font-size: 20px !important;
  }

  .card-body p {
    font-size: 15px !important;
    color: #6c757d !important;
  }

  .linkHover {
    visibility: hidden;
  }

  .artikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .heroArtikel .card:hover {
    border-radius: 16px;
    outline: 3px solid #288ed7;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    transition: 2ms ease;
  }

  .card:hover .linkHover {
    visibility: visible;
  }

  /* data n informasi */
  .data h5 {
    font-size: 35px !important;
    font-weight: bold !important;
  }

  .data p {
    font-size: 15px !important;
    color: #2072ac !important;
  }

  table thead.bg-green {
    background-color: #e7f4a4 !important;
  }

  .card-data {
    border-radius: 16px;
    background: #fff;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
  }
  /* ebook */
  .ebook .bg-ebook {
    background-image: url("/assets/ebook.png");
    width: 23%;
    /* height: 500px !important; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    height: 344px !important;
    border-radius: 16px !important;
  }

  .ebook h5 {
    font-size: var(--text-h1);
    font-weight: bold;
  }

  .ebook p {
    font-size: var(--text-p);
    color: #2072ac;
  }

  .ebook .ebookTranslate {
    visibility: hidden;
  }

  .ebook .ebookContent:hover {
    border-radius: 20px !important;
    transition: 5ms ease-in-out;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    background-color: #111;
    opacity: 1;
  }

  .ebookContent:hover .ebookTranslate {
    visibility: visible;
    cursor: pointer;
  }

  /* footer */
  footer {
    background-color: var(--footer);
    color: #fff !important;
  }

  footer p {
    font-size: 15px !important;
  }

  /* ! Artikel css */
  /* hero css */
  .heroArtikel {
    background-image: url("/assets/backgroundArtikel.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 99vw !important;
    height: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 100px !important ;
  }

  .heroArtikel h1 {
    font-size: var(--text-heading) !important;
  }

  .heroArtikel p {
    font-size: var(--text-h3) !important;
    line-height: 30px !important;
  }

  .artikelArtikel h3 {
    font-size: var(--text-h1) !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }

  /* ! artikel */
  .card {
    border-radius: 10px;
    border: 1px solid #c8ccd0;
    background: #fff;
  }
  .artikelCardText h5 {
    font-size: var(--text-h1);
  }

  .artikelCardText p {
    font-size: var(--text-h3) !important;
    color: #103956;
  }
}

.d-md-none{
 transition: all 200ms !important;
}

.d-md-block{
 transition: all 200ms !important;
}

.sidebar-dashboard {
  /* min-width: 235px !important; */
  padding: 24px;
  background-color: var(--btn-primary);
  height: 100vh;

  padding: 24px;
  background-color: var(--btn-primary);
  height: 100vh;
 
}

.sidebar-dashboard ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: var(--text-h4);
  padding: 10px;
}

.sidebar-dashboard ul li:hover a {
  background-color: #5059c8;
  padding: 10px;
  border-radius: 10px;
}

.sidebar-dashboard ul li.active-sidebar a {
  background-color: #5059c8;
  padding: 10px;
  border-radius: 10px;
}

.statistikContent {
  background-color: var(--btn-primary);
  color: #fff;
  border-radius: 8px !important;
  border: 2px solid #b3b3b3;
}

.statistikContent p {
  font-size: 14px;
}

.statistikContent span {
  font-size: 10px;
}

/* .statistikContent hr {
  width: 280px;
  border-bottom: 4px solid #b2d018;
  border-width: 4px;
  margin: 12px 0 !important;
} */
 .statistikContent .col-hr {
  border-bottom: 4px solid #b2d018;
  border-width: 4px;
  margin: 12px 0 !important;
}
.prefensiGraph hr {
  border: 4px solid #2c338d !important;
  width: 250px;
  margin: 24px 0 !important;
}

.vertikal-border {
  border-left: 3px solid #b2d018;
  margin: 0 12px 0 0 !important;
}
.legend-apexchart{
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  overflow: auto;
  padding: 0 10px;
}
.legend-series-vol{
  cursor: pointer;
  line-height: normal;
  margin: 2px 5px;
}
.lingkaran{
  height: 12px; 
  width: 12px; 
  left: 0px; 
  top: 0px; 
  border-width: 0px; 
  border-color: rgb(255, 255, 255); 
  border-radius: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-style: solid;
}
.text-ling{
  color: rgb(55, 61, 63); 
  font-size: 12px; 
  font-weight: 400; 
  font-family: Helvetica, Arial, sans-serif; 
  position: relative;
}
.div-bg-proyeksi {   
            background-color: #FFEE99;
            opacity: 0.8;
            width: 200px;
            height: 200px;
            border: 3px ridge #FFEE99;
            padding: 5px;
            margin: 10px;
            position:absolute;
            right: 0%;
            top: 0%;
        }

