@charset "UTF-8";
.orange {
  color: #ff9500;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #0083c4;
  text-decoration: none;
}

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

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

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

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

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

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.img-responsive {
  width: 100%;
}

.jc-center {
  justify-content: center;
}

.jc-spacearound {
  justify-content: space-around;
}

.jc-spacebetween {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

.gap-20 {
  gap: 100px;
}

.col1 {
  width: 5.8333333333%;
  margin: 1.25%;
}

.col2 {
  width: 14.1666666667%;
  margin: 1.25%;
}

.col3 {
  width: 22.5%;
  margin: 1.25%;
}

.col4 {
  width: 30.8333333333%;
  margin: 1.25%;
}

.col5 {
  width: 39.1666666667%;
  margin: 1.25%;
}

.col6 {
  width: 47.5%;
  margin: 1.25%;
}

.col7 {
  width: 55.8333333333%;
  margin: 1.25%;
}

.col8 {
  width: 64.1666666667%;
  margin: 1.25%;
}

.col9 {
  width: 72.5%;
  margin: 1.25%;
}

.col10 {
  width: 80.8333333333%;
  margin: 1.25%;
}

.col11 {
  width: 89.1666666667%;
  margin: 1.25%;
}

.col12 {
  width: 97.5%;
  margin: 1.25%;
}

@media screen and (max-width: 1024px) {
  .col1-tablet {
    width: 5.8333333333%;
    margin: 1.25%;
  }
  .col2-tablet {
    width: 14.1666666667%;
    margin: 1.25%;
  }
  .col3-tablet {
    width: 22.5%;
    margin: 1.25%;
  }
  .col4-tablet {
    width: 30.8333333333%;
    margin: 1.25%;
  }
  .col5-tablet {
    width: 39.1666666667%;
    margin: 1.25%;
  }
  .col6-tablet {
    width: 47.5%;
    margin: 1.25%;
  }
  .col7-tablet {
    width: 55.8333333333%;
    margin: 1.25%;
  }
  .col8-tablet {
    width: 64.1666666667%;
    margin: 1.25%;
  }
  .col9-tablet {
    width: 72.5%;
    margin: 1.25%;
  }
  .col10-tablet {
    width: 80.8333333333%;
    margin: 1.25%;
  }
  .col11-tablet {
    width: 89.1666666667%;
    margin: 1.25%;
  }
  .col12-tablet {
    width: 97.5%;
    margin: 1.25%;
  }
}
@media screen and (max-width: 720px) {
  .col1-md {
    width: 5.8333333333%;
    margin: 1.25%;
  }
  .col2-md {
    width: 14.1666666667%;
    margin: 1.25%;
  }
  .col3-md {
    width: 22.5%;
    margin: 1.25%;
  }
  .col4-md {
    width: 30.8333333333%;
    margin: 1.25%;
  }
  .col5-md {
    width: 39.1666666667%;
    margin: 1.25%;
  }
  .col6-md {
    width: 47.5%;
    margin: 1.25%;
  }
  .col7-md {
    width: 55.8333333333%;
    margin: 1.25%;
  }
  .col8-md {
    width: 64.1666666667%;
    margin: 1.25%;
  }
  .col9-md {
    width: 72.5%;
    margin: 1.25%;
  }
  .col10-md {
    width: 80.8333333333%;
    margin: 1.25%;
  }
  .col11-md {
    width: 89.1666666667%;
    margin: 1.25%;
  }
  .col12-md {
    width: 97.5%;
    margin: 1.25%;
  }
}
@media screen and (max-width: 600px) {
  .col1-s {
    width: 5.8333333333%;
    margin: 1.25%;
  }
  .col2-s {
    width: 14.1666666667%;
    margin: 1.25%;
  }
  .col3-s {
    width: 22.5%;
    margin: 1.25%;
  }
  .col4-s {
    width: 30.8333333333%;
    margin: 1.25%;
  }
  .col5-s {
    width: 39.1666666667%;
    margin: 1.25%;
  }
  .col6-s {
    width: 47.5%;
    margin: 1.25%;
  }
  .col7-s {
    width: 55.8333333333%;
    margin: 1.25%;
  }
  .col8-s {
    width: 64.1666666667%;
    margin: 1.25%;
  }
  .col9-s {
    width: 72.5%;
    margin: 1.25%;
  }
  .col10-s {
    width: 80.8333333333%;
    margin: 1.25%;
  }
  .col11-s {
    width: 89.1666666667%;
    margin: 1.25%;
  }
  .col12-s {
    width: 97.5%;
    margin: 1.25%;
  }
}
@media screen and (max-width: 420px) {
  .col1 {
    width: 100%;
    margin: 5px 0;
  }
  .col2 {
    width: 100%;
    margin: 5px 0;
  }
  .col3 {
    width: 100%;
    margin: 5px 0;
  }
  .col4 {
    width: 100%;
    margin: 5px 0;
  }
  .col5 {
    width: 100%;
    margin: 5px 0;
  }
  .col6 {
    width: 100%;
    margin: 5px 0;
  }
  .col7 {
    width: 100%;
    margin: 5px 0;
  }
  .col8 {
    width: 100%;
    margin: 5px 0;
  }
  .col9 {
    width: 100%;
    margin: 5px 0;
  }
  .col10 {
    width: 100%;
    margin: 5px 0;
  }
  .col11 {
    width: 100%;
    margin: 5px 0;
  }
  .col12 {
    width: 100%;
    margin: 5px 0;
  }
  .col1-xs {
    width: 5.8333333333%;
    margin: 1.25%;
  }
  .col2-xs {
    width: 14.1666666667%;
    margin: 1.25%;
  }
  .col3-xs {
    width: 22.5%;
    margin: 1.25%;
  }
  .col4-xs {
    width: 30.8333333333%;
    margin: 1.25%;
  }
  .col5-xs {
    width: 39.1666666667%;
    margin: 1.25%;
  }
  .col6-xs {
    width: 47.5%;
    margin: 1.25%;
  }
  .col7-xs {
    width: 55.8333333333%;
    margin: 1.25%;
  }
  .col8-xs {
    width: 64.1666666667%;
    margin: 1.25%;
  }
  .col9-xs {
    width: 72.5%;
    margin: 1.25%;
  }
  .col10-xs {
    width: 80.8333333333%;
    margin: 1.25%;
  }
  .col11-xs {
    width: 89.1666666667%;
    margin: 1.25%;
  }
  .col12-xs {
    width: 97.5%;
    margin: 1.25%;
  }
}
.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-group label {
  display: block;
  font-size: 12px;
  color: #888;
}
.form-group.error label {
  color: red;
}
.form-group.error .error {
  color: red;
  font-size: 12px;
}
.form-control {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 10px;
}
.form-control:focus {
  border-color: #0083c4;
  outline-color: #0083c4;
}
.form-date {
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #888;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.form-date .form-control {
  border: none;
  padding: 0;
}
.form .error, .form .numbererror {
  font-size: 12px;
  color: red;
  text-align: left;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form {
  /* Untuk Firefox */
}
.form input[type=number] {
  -moz-appearance: textfield;
}

.btn {
  text-align: center;
  background: #0083c4;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #0083c4;
  cursor: pointer;
}
.btn-block {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.btn-block.disabled {
  display: none;
}
.btn-powercycle {
  position: absolute;
  right: 20px;
  color: red;
  font-size: 20px;
  top: 20px;
}
.btn-outline {
  border: 1px solid #0083c4;
  background: none;
  color: #035077 !important;
}
.btn-outline:hover {
  border: 1px solid #035077;
  background: none;
  color: #035077 !important;
}
.btn-outline.disabled {
  display: none;
}
.btn-danger {
  background: red;
  border: 1px solid rgb(205, 1, 1);
}
.btn-fix {
  position: fixed;
  background: white;
  width: 100%;
  bottom: 55px;
  box-sizing: border-box;
  padding: 20px;
  left: 0;
}

a.btn {
  font-size: 14px;
}

a.btn-outline {
  color: #0083c4 !important;
}

button:disabled,
button[disabled=disabled] {
  border: 1px solid #0083c4;
  background-color: rgba(0, 106, 159, 0.8196078431);
  color: #fff;
}

.info {
  padding: 10px;
  font-size: 10px;
  background: #eee;
  border-radius: 20px;
  display: block;
  color: #777;
  line-height: 160%;
}
.info-success {
  background: rgb(197, 239, 197);
  color: green;
}
.info-warning {
  background: rgb(239, 232, 197);
  color: rgb(128, 98, 0);
}
.info-primary {
  background: rgb(197, 204, 239);
  color: rgb(0, 64, 128);
}
.info-urgent {
  background: rgb(239, 197, 197);
  color: rgb(128, 0, 6);
}

.info {
  background: #eee;
  position: relative;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}
.info-map {
  color: #0083c4;
  background-color: rgb(145, 218.5204081633, 255);
}
.info-pakan {
  box-shadow: -2px 2px 5px 0px rgba(115, 115, 115, 0.25);
}
.info-pakan .ti, .info-pakan h4 {
  color: rgb(17, 169, 100);
}
.info-pakan {
  color: black;
  background-color: rgb(229, 249, 240);
}
.info-pakan .date {
  position: absolute;
  top: 0;
  right: 10px;
  background: rgb(17, 169, 100);
  padding: 2px 10px;
  color: white;
  border-bottom-left-radius: 5px;
  font-size: 10px;
  border-bottom-right-radius: 5px;
}
.info-mati {
  box-shadow: -2px 2px 5px 0px rgba(115, 115, 115, 0.25);
  color: black;
  background-color: #ffe4e3;
}
.info-mati .ti, .info-mati h4 {
  color: rgb(93, 4, 4);
}
.info-mati .date {
  position: absolute;
  top: 0;
  right: 10px;
  background: rgb(93, 4, 4);
  padding: 2px 10px;
  color: white;
  border-bottom-left-radius: 5px;
  font-size: 10px;
  border-bottom-right-radius: 5px;
}
.info-obat {
  box-shadow: -2px 2px 5px 0px rgba(115, 115, 115, 0.25);
  color: black;
  background-color: #fffae3;
}
.info-obat .ti, .info-obat h4 {
  color: #b79913;
}
.info-obat .date {
  position: absolute;
  top: 0;
  right: 10px;
  background: #e7c119;
  padding: 2px 10px;
  color: white;
  border-bottom-left-radius: 5px;
  font-size: 10px;
  border-bottom-right-radius: 5px;
}
.info-bobot {
  box-shadow: -2px 2px 5px 0px rgba(115, 115, 115, 0.25);
  color: black;
  background-color: #e3efff;
}
.info-bobot .ti, .info-bobot h4 {
  color: #1927e7;
}
.info-bobot .date {
  position: absolute;
  top: 0;
  font-size: 10px;
  right: 10px;
  background: #1927e7;
  padding: 2px 10px;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 35px;
}

.spacer-40 {
  height: 40px;
}

.spacer-45 {
  height: 45px;
}

.spacer-50 {
  height: 50px;
}

.spacer-55 {
  height: 55px;
}

.spacer-60 {
  height: 60px;
}

.spacer-65 {
  height: 65px;
}

.spacer-70 {
  height: 70px;
}

.spacer-75 {
  height: 75px;
}

.spacer-80 {
  height: 80px;
}

.spacer-85 {
  height: 85px;
}

.spacer-90 {
  height: 90px;
}

.spacer-95 {
  height: 95px;
}

.spacer-100 {
  height: 100px;
}

.spacer-105 {
  height: 105px;
}

.spacer-110 {
  height: 110px;
}

.spacer-115 {
  height: 115px;
}

.spacer-120 {
  height: 120px;
}

.spacer-125 {
  height: 125px;
}

.spacer-130 {
  height: 130px;
}

.spacer-135 {
  height: 135px;
}

.spacer-140 {
  height: 140px;
}

.spacer-145 {
  height: 145px;
}

.spacer-150 {
  height: 150px;
}

.spacer-155 {
  height: 155px;
}

.spacer-160 {
  height: 160px;
}

.spacer-165 {
  height: 165px;
}

.spacer-170 {
  height: 170px;
}

.spacer-175 {
  height: 175px;
}

.spacer-180 {
  height: 180px;
}

.spacer-185 {
  height: 185px;
}

.spacer-190 {
  height: 190px;
}

.spacer-195 {
  height: 195px;
}

.spacer-200 {
  height: 200px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

.padding-55 {
  padding: 55px;
}

.padding-60 {
  padding: 60px;
}

.padding-65 {
  padding: 65px;
}

.padding-70 {
  padding: 70px;
}

.padding-75 {
  padding: 75px;
}

.padding-80 {
  padding: 80px;
}

.padding-85 {
  padding: 85px;
}

.padding-90 {
  padding: 90px;
}

.padding-95 {
  padding: 95px;
}

.padding-100 {
  padding: 100px;
}

.padding-105 {
  padding: 105px;
}

.padding-110 {
  padding: 110px;
}

.padding-115 {
  padding: 115px;
}

.padding-120 {
  padding: 120px;
}

.padding-125 {
  padding: 125px;
}

.padding-130 {
  padding: 130px;
}

.padding-135 {
  padding: 135px;
}

.padding-140 {
  padding: 140px;
}

.padding-145 {
  padding: 145px;
}

.padding-150 {
  padding: 150px;
}

.padding-155 {
  padding: 155px;
}

.padding-160 {
  padding: 160px;
}

.padding-165 {
  padding: 165px;
}

.padding-170 {
  padding: 170px;
}

.padding-175 {
  padding: 175px;
}

.padding-180 {
  padding: 180px;
}

.padding-185 {
  padding: 185px;
}

.padding-190 {
  padding: 190px;
}

.padding-195 {
  padding: 195px;
}

.padding-200 {
  padding: 200px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

.margin-55 {
  margin: 55px;
}

.margin-60 {
  margin: 60px;
}

.margin-65 {
  margin: 65px;
}

.margin-70 {
  margin: 70px;
}

.margin-75 {
  margin: 75px;
}

.margin-80 {
  margin: 80px;
}

.margin-85 {
  margin: 85px;
}

.margin-90 {
  margin: 90px;
}

.margin-95 {
  margin: 95px;
}

.margin-100 {
  margin: 100px;
}

.margin-105 {
  margin: 105px;
}

.margin-110 {
  margin: 110px;
}

.margin-115 {
  margin: 115px;
}

.margin-120 {
  margin: 120px;
}

.margin-125 {
  margin: 125px;
}

.margin-130 {
  margin: 130px;
}

.margin-135 {
  margin: 135px;
}

.margin-140 {
  margin: 140px;
}

.margin-145 {
  margin: 145px;
}

.margin-150 {
  margin: 150px;
}

.margin-155 {
  margin: 155px;
}

.margin-160 {
  margin: 160px;
}

.margin-165 {
  margin: 165px;
}

.margin-170 {
  margin: 170px;
}

.margin-175 {
  margin: 175px;
}

.margin-180 {
  margin: 180px;
}

.margin-185 {
  margin: 185px;
}

.margin-190 {
  margin: 190px;
}

.margin-195 {
  margin: 195px;
}

.margin-200 {
  margin: 200px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-left-65 {
  padding-left: 65px;
}

.padding-right-65 {
  padding-right: 65px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-left-75 {
  padding-left: 75px;
}

.padding-right-75 {
  padding-right: 75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-left-85 {
  padding-left: 85px;
}

.padding-right-85 {
  padding-right: 85px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-left-95 {
  padding-left: 95px;
}

.padding-right-95 {
  padding-right: 95px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-right-100 {
  padding-right: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-left-105 {
  padding-left: 105px;
}

.padding-right-105 {
  padding-right: 105px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-left-110 {
  padding-left: 110px;
}

.padding-right-110 {
  padding-right: 110px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-left-115 {
  padding-left: 115px;
}

.padding-right-115 {
  padding-right: 115px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-left-120 {
  padding-left: 120px;
}

.padding-right-120 {
  padding-right: 120px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-left-125 {
  padding-left: 125px;
}

.padding-right-125 {
  padding-right: 125px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-left-130 {
  padding-left: 130px;
}

.padding-right-130 {
  padding-right: 130px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-left-135 {
  padding-left: 135px;
}

.padding-right-135 {
  padding-right: 135px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-left-140 {
  padding-left: 140px;
}

.padding-right-140 {
  padding-right: 140px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-left-145 {
  padding-left: 145px;
}

.padding-right-145 {
  padding-right: 145px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-bottom-145 {
  padding-bottom: 145px;
}

.padding-left-150 {
  padding-left: 150px;
}

.padding-right-150 {
  padding-right: 150px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-left-155 {
  padding-left: 155px;
}

.padding-right-155 {
  padding-right: 155px;
}

.padding-top-155 {
  padding-top: 155px;
}

.padding-bottom-155 {
  padding-bottom: 155px;
}

.padding-left-160 {
  padding-left: 160px;
}

.padding-right-160 {
  padding-right: 160px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-left-165 {
  padding-left: 165px;
}

.padding-right-165 {
  padding-right: 165px;
}

.padding-top-165 {
  padding-top: 165px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-left-170 {
  padding-left: 170px;
}

.padding-right-170 {
  padding-right: 170px;
}

.padding-top-170 {
  padding-top: 170px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-left-175 {
  padding-left: 175px;
}

.padding-right-175 {
  padding-right: 175px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-bottom-175 {
  padding-bottom: 175px;
}

.padding-left-180 {
  padding-left: 180px;
}

.padding-right-180 {
  padding-right: 180px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-left-185 {
  padding-left: 185px;
}

.padding-right-185 {
  padding-right: 185px;
}

.padding-top-185 {
  padding-top: 185px;
}

.padding-bottom-185 {
  padding-bottom: 185px;
}

.padding-left-190 {
  padding-left: 190px;
}

.padding-right-190 {
  padding-right: 190px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-left-195 {
  padding-left: 195px;
}

.padding-right-195 {
  padding-right: 195px;
}

.padding-top-195 {
  padding-top: 195px;
}

.padding-bottom-195 {
  padding-bottom: 195px;
}

.padding-left-200 {
  padding-left: 200px;
}

.padding-right-200 {
  padding-right: 200px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

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

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-left-65 {
  margin-left: 65px;
}

.margin-right-65 {
  margin-right: 65px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-left-75 {
  margin-left: 75px;
}

.margin-right-75 {
  margin-right: 75px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-left-85 {
  margin-left: 85px;
}

.margin-right-85 {
  margin-right: 85px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-left-95 {
  margin-left: 95px;
}

.margin-right-95 {
  margin-right: 95px;
}

.margin-top-95 {
  margin-top: 95px;
}

.margin-bottom-95 {
  margin-bottom: 95px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-105 {
  margin-left: 105px;
}

.margin-right-105 {
  margin-right: 105px;
}

.margin-top-105 {
  margin-top: 105px;
}

.margin-bottom-105 {
  margin-bottom: 105px;
}

.margin-left-110 {
  margin-left: 110px;
}

.margin-right-110 {
  margin-right: 110px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-left-115 {
  margin-left: 115px;
}

.margin-right-115 {
  margin-right: 115px;
}

.margin-top-115 {
  margin-top: 115px;
}

.margin-bottom-115 {
  margin-bottom: 115px;
}

.margin-left-120 {
  margin-left: 120px;
}

.margin-right-120 {
  margin-right: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-left-125 {
  margin-left: 125px;
}

.margin-right-125 {
  margin-right: 125px;
}

.margin-top-125 {
  margin-top: 125px;
}

.margin-bottom-125 {
  margin-bottom: 125px;
}

.margin-left-130 {
  margin-left: 130px;
}

.margin-right-130 {
  margin-right: 130px;
}

.margin-top-130 {
  margin-top: 130px;
}

.margin-bottom-130 {
  margin-bottom: 130px;
}

.margin-left-135 {
  margin-left: 135px;
}

.margin-right-135 {
  margin-right: 135px;
}

.margin-top-135 {
  margin-top: 135px;
}

.margin-bottom-135 {
  margin-bottom: 135px;
}

.margin-left-140 {
  margin-left: 140px;
}

.margin-right-140 {
  margin-right: 140px;
}

.margin-top-140 {
  margin-top: 140px;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.margin-left-145 {
  margin-left: 145px;
}

.margin-right-145 {
  margin-right: 145px;
}

.margin-top-145 {
  margin-top: 145px;
}

.margin-bottom-145 {
  margin-bottom: 145px;
}

.margin-left-150 {
  margin-left: 150px;
}

.margin-right-150 {
  margin-right: 150px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-left-155 {
  margin-left: 155px;
}

.margin-right-155 {
  margin-right: 155px;
}

.margin-top-155 {
  margin-top: 155px;
}

.margin-bottom-155 {
  margin-bottom: 155px;
}

.margin-left-160 {
  margin-left: 160px;
}

.margin-right-160 {
  margin-right: 160px;
}

.margin-top-160 {
  margin-top: 160px;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

.margin-left-165 {
  margin-left: 165px;
}

.margin-right-165 {
  margin-right: 165px;
}

.margin-top-165 {
  margin-top: 165px;
}

.margin-bottom-165 {
  margin-bottom: 165px;
}

.margin-left-170 {
  margin-left: 170px;
}

.margin-right-170 {
  margin-right: 170px;
}

.margin-top-170 {
  margin-top: 170px;
}

.margin-bottom-170 {
  margin-bottom: 170px;
}

.margin-left-175 {
  margin-left: 175px;
}

.margin-right-175 {
  margin-right: 175px;
}

.margin-top-175 {
  margin-top: 175px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

.margin-left-180 {
  margin-left: 180px;
}

.margin-right-180 {
  margin-right: 180px;
}

.margin-top-180 {
  margin-top: 180px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-left-185 {
  margin-left: 185px;
}

.margin-right-185 {
  margin-right: 185px;
}

.margin-top-185 {
  margin-top: 185px;
}

.margin-bottom-185 {
  margin-bottom: 185px;
}

.margin-left-190 {
  margin-left: 190px;
}

.margin-right-190 {
  margin-right: 190px;
}

.margin-top-190 {
  margin-top: 190px;
}

.margin-bottom-190 {
  margin-bottom: 190px;
}

.margin-left-195 {
  margin-left: 195px;
}

.margin-right-195 {
  margin-right: 195px;
}

.margin-top-195 {
  margin-top: 195px;
}

.margin-bottom-195 {
  margin-bottom: 195px;
}

.margin-left-200 {
  margin-left: 200px;
}

.margin-right-200 {
  margin-right: 200px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}

/* Style untuk kotak input OTP */
.otp-input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.otp-box {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}
.otp-box:focus {
  outline-color: #0083c4;
}

/* Gaya untuk kotak input */
.pac-container {
  background-color: #fff;
  z-index: 1000;
  position: fixed;
  display: inline-block;
  width: 280px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Gaya untuk item dalam prediksi alamat */
.pac-item {
  padding: 8px 12px;
  cursor: pointer;
}

/* Gaya saat item dipilih */
.pac-item:hover {
  background-color: #f5f5f5;
}

/* Atur ukuran peta */
#map {
  height: 250px;
  width: 100%;
}

/* ... (Gaya untuk top navigation seperti sebelumnya) ... */
.top-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
  box-shadow: 1px 1px 1px #eee;
  color: #0083c4;
}
.top-nav a {
  text-decoration: none;
}

.top-nav.hide {
  /* Sembunyikan top navigation dengan position fixed saat scroll down */
  position: fixed;
  top: -100px; /* Atur sesuai kebutuhan */
  transition: top 0.3s ease-in-out;
}

.top-nav.fixed {
  /* Gaya saat top navigation menjadi fixed saat di-scroll ke bawah */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000; /* Untuk memastikan tampil di atas konten */
  /* ... */
}

.offside-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.close-icon {
  color: #333;
  text-decoration: none;
}

.close-icon:hover {
  color: #ccc;
}

.nav-left,
.nav-right {
  display: flex;
}

.nav-left .back-icon {
  padding: 5px;
}

.nav-center {
  flex: 1;
  text-align: center;
}

.nav-right .offside-menu-icon {
  padding: 5px;
  text-decoration: none;
  color: #0083c4;
}

/* Ubah ukuran ikon jika diperlukan */
.icon {
  font-size: 24px;
}

.offside-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
}
@media screen and (max-width: 500px) {
  .offside-menu {
    right: -100%;
    width: 100%;
  }
}
.offside-menu {
  height: 100%;
  background-color: white;
  box-shadow: -1px -2px 19px 3px #eee;
  padding-top: 20px;
  transition: right 0.3s ease-out;
  z-index: 1000; /* Menempatkan di atas elemen lain */
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  margin-bottom: 10px;
}

.menu-items li a {
  display: block;
  color: #0083c4;
  text-decoration: none;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.menu-items li a:hover {
  background-color: #eee;
}

.offside-menu.active {
  right: 0;
}

.box_profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile, .profiles {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.profile h5, .profiles h5 {
  font-size: 14px;
}
.profile p, .profiles p {
  font-size: 14px;
  color: #666;
}
.profile-image, .profiles-image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.profile-image img, .profiles-image img {
  width: 100%;
}
.profile-detail, .profiles-detail {
  flex-grow: 1;
}
.profile-action, .profiles-action {
  text-align: right;
}
.profile-action small, .profiles-action small {
  display: block;
  color: white;
  text-align: right;
  margin-bottom: 3px;
}
.profile-action a, .profiles-action a {
  background: #0083c4;
  border-radius: 10px;
  color: white;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  .profile-action a span, .profiles-action a span {
    display: none;
  }
}

.bottom-navigation {
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 5px;
  width: 100%;
  z-index: 9999;
  box-shadow: 2px -1px 6px 1px #eee;
}
.bottom-navigation .ti {
  font-size: 20px;
}
.bottom-navigation .col a {
  color: #0083c4;
  text-decoration: none;
}
.bottom-navigation .col a small {
  position: relative;
  top: -5px;
  font-size: 12px;
  letter-spacing: 1px;
}

.card {
  box-shadow: 0px 0px 7px 0px rgba(190, 190, 190, 0.25);
  padding: 15px;
  border-radius: 15px;
}
.card small {
  color: #777;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .card.budidaya {
    height: 110px;
  }
  .card.budidaya small {
    color: #777;
    line-height: 15px;
    font-size: 12px;
    display: block;
  }
}
.card p {
  font-size: 14px;
}
.card h5 {
  display: flex;
  align-items: center;
}
.card h5 .ti {
  margin-right: 10px;
}
.card.active {
  box-shadow: 0px 0px 10px 0px rgba(46, 113, 201, 0.25);
  border: 1px solid #0083c4;
}
.card .calendar-box {
  background: #0083c4;
  color: white;
  padding: 11px 15px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}
.card .calendar-box h1 {
  font-size: 15px;
}
.card .calendar-box h2 {
  font-size: 35px;
}
.card .calendar-box h5 {
  font-size: 12px;
}
.card .calendar-box a {
  color: white;
  display: block;
}
.card .calendar-box p {
  font-size: 16px;
  font-weight: 300;
}
.card .calendar-box small {
  font-size: 8px;
  color: white;
}

.card-feed {
  background: #FFFFFF;
  border: 1px solid #9CA3AF;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* Title */
}
.card-feed__title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #111827;
}
.card-feed {
  /* Custom Select Component */
}
.card-feed__select {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Trigger (head) */
}
.card-feed__select-trigger {
  background: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.card-feed__select-trigger:hover {
  border-color: #9CA3AF;
}
.card-feed__select-trigger span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.card-feed__select-trigger-icon {
  width: 20px;
  height: 20px;
}
.card-feed__select {
  /* Dropdown content */
}
.card-feed__select-content {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  margin-top: 4px;
  padding: 8px 0;
  display: none;
}
.card-feed__select-content.open {
  display: block;
}
.card-feed {
  /* Info Box */
}
.card-feed__info {
  background: #F3F4F6;
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #6B7280;
}

/* Styles for the toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}
@media screen and (max-width: 450px) {
  .switch {
    width: 50px;
    height: 22px;
  }
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
@media screen and (max-width: 450px) {
  .slider:before {
    height: 14px;
    width: 14px;
  }
}

input:checked + .slider {
  background-color: #0083c4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0083c4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Gaya dasar untuk bottom sheet */
.bottom-sheet {
  position: fixed;
  bottom: -100%; /* Memastikan bottom sheet tersembunyi saat awalnya */
  left: 0;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  height: 100%; /* Atur tinggi sesuai kebutuhan */
  background-color: #fff;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  /* ... Gaya lainnya sesuai kebutuhan ... */
}
.bottom-sheet a {
  text-decoration: none;
  color: #333;
}
.bottom-sheet a.btn {
  color: white;
}

.bottom-sheet.open {
  bottom: 0; /* Menampilkan bottom sheet saat kelas .open ditambahkan */
}

.bottom-sheet-content {
  overflow-y: auto;
  height: 580px;
  scrollbar-width: thin; /* Untuk Firefox */
  scrollbar-color: transparent transparent; /* Untuk Firefox */
}

.no-scroll {
  overflow: hidden;
}

/* Gaya untuk tombol yang membuka bottom sheet */
.open-bottom-sheet {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /* ... Gaya lainnya sesuai kebutuhan ... */
}

.bottom-sheet-content {
  position: relative;
}

.bottom-sheet-list {
  height: 155px;
  overflow: auto;
}
.bottom-sheet-list .list-style-item {
  padding: 5px;
}

.bottom-sheet-list {
  scrollbar-width: thin; /* Untuk Firefox */
  scrollbar-color: transparent transparent; /* Untuk Firefox */
}

.bottom-sheet-content {
  scrollbar-width: thin; /* Untuk Firefox */
  scrollbar-color: transparent transparent; /* Untuk Firefox */
}

/* Untuk Chrome, Safari, dan Edge */
.bottom-sheet-list::-webkit-scrollbar {
  width: 0; /* Lebar scrollbar */
}

/* Untuk Safari */
.bottom-sheet-list::-webkit-scrollbar-track {
  background-color: transparent; /* Warna latar belakang scrollbar */
}

.bottom-sheet-list::-webkit-scrollbar {
  display: none; /* Sembunyikan scrollbar pada browser WebKit */
}

.bottom-sheet-list {
  scrollbar-width: thin; /* Untuk Firefox */
  scrollbar-color: transparent transparent; /* Untuk Firefox */
}

/* Untuk Chrome, Safari, dan Edge */
.bottom-sheet-content::-webkit-scrollbar {
  width: 0; /* Lebar scrollbar */
}

/* Untuk Safari */
.bottom-sheet-content::-webkit-scrollbar-track {
  background-color: transparent; /* Warna latar belakang scrollbar */
}

.bottom-sheet-content::-webkit-scrollbar {
  display: none; /* Sembunyikan scrollbar pada browser WebKit */
}

.close-bottom-sheet {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding-right: 40px; /* Memberi ruang untuk ikon */
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 20px;
}

.form-group {
  position: relative;
}

.kolam {
  background: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.kolam-header {
  color: #0083c4;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.kolam-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kolam-body .kolam-icon {
  padding: 5px;
}
.kolam-body .kolam-icon .ti-resize {
  color: #0083c4;
}
.kolam-body .kolam-icon .ti-trash {
  color: #F44336;
}
.kolam-body .kolam-icon .status-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #4CAF50;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.kolam-body .kolam-icon .delete-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F44336;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.kolam-body .kolam-content h5 {
  margin: 0;
  font-weight: normal;
  color: #333;
  font-size: 1em;
}
.kolam-body .kolam-content p {
  margin: 0;
  font-size: 0.8em;
  color: #4CAF50;
}

.tabs .tab-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.tabs .tab-list li {
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.tabs .tab-list li.active {
  border-bottom: 3px solid #0083c4;
  background-color: #fff;
}
.tabs .tab-list li:hover {
  background-color: #f2f2f2;
}
.tabs .tab-content .tab {
  display: none;
}
.tabs .tab-content .tab.active {
  display: block;
}

.kolam-detail {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
}
.kolam-detail .kolam-content {
  margin-bottom: 10px;
}
.kolam-detail .kolam-content h5 {
  font-size: 14px;
  margin-bottom: 2px;
}
.kolam-detail .kolam-content p {
  font-size: 14px;
  color: #888;
}

.progress-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  background-color: white;
  width: 100%;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  position: relative;
}
.progress-card.finished {
  background: #e0e0e0;
}

.cycle-info {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.progress-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress {
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
}

.weight-info {
  font-size: 14px;
  color: #777;
}

.text-success {
  color: rgb(17, 169, 100);
}

.text-danger {
  color: red;
}

.icon {
  cursor: pointer;
}

.icon-grey {
  color: #495057;
}

.icon-primary {
  color: #0083c4;
}

.play-custom {
  color: #fff;
  background: #0083c4;
  border-radius: 50%;
  padding: 6px;
}

.reload-custom {
  color: rgb(93, 4, 4);
}

.plus-custom {
  color: #0083c4;
}

.back-custom {
  color: #fff;
  background: #0083c4;
  border-radius: 50%;
}

.feed {
  padding: 20px 5px;
}
.feed-item {
  padding: 10px;
  border: 1px solid #0083c4;
  border-radius: 8px;
  margin-bottom: 20px;
}
.feed .container {
  max-width: 720px;
}
.feed .header {
  padding: 20px;
}
@media screen and (max-width: 400px) {
  .feed tr > td {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .feed tr > td {
    font-size: 12px;
  }
}
.feed tr > td:nth-child(odd) {
  text-align: left;
}
.feed tr > td:nth-child(even) {
  text-align: right;
}
.feed .slider {
  background-color: #fff;
  border: 1px solid #ccc;
}
.feed .slider::before {
  background-color: #ccc;
  bottom: 2.8px;
}
.feed input:checked + .slider {
  background-color: #fff;
  border: 1px solid rgb(17, 169, 100);
}
.feed input:checked + .slider::before {
  background-color: rgb(17, 169, 100);
}
.feed input:focus + .slider {
  box-shadow: 0 0 1px rgb(17, 169, 100);
}
.feed .card .btn {
  padding: 8px 20px;
  border: 1px solid rgb(17, 169, 100);
}
.feed .card .btn-outline {
  color: rgb(17, 169, 100) !important;
}
.feed .card .btn-outline:hover {
  border: 1px solid rgb(17, 169, 100);
  color: rgb(17, 169, 100) !important;
}
.feed .btn-outline-primary {
  background: #fff;
  color: #0083c4;
  border: 1px solid #0083c4;
}
.feed .form-schedule .form-control {
  border: none;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.day-box {
  color: #0083c4 !important;
  border: 2px solid #0083c4;
  border-radius: 4px;
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.activated {
  color: #fff !important;
  background: #0083c4;
  border: 1px solid #0083c4;
}

#sunday, #monday, #tuesday, #wednesday, #thursday, #friday, #saturday,
#sunday_, #monday_, #tuesday_, #wednesday_, #thursday_, #friday_, #saturday_ {
  display: none;
}

.form-control-custom {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  color: unset;
  cursor: default;
}

@media screen and (max-width: 450px) {
  .manual-control-custom {
    width: 150px;
  }
}
.manual-control-custom .form-control {
  border: none;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.form-group-custom {
  width: 100px;
}

.modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-content {
  position: absolute;
  background: #fff;
  width: 700px;
  height: max-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 760px) {
  .modal-content {
    max-width: 80%;
  }
}
.modal label {
  color: unset;
  margin-bottom: 5px;
}
.modal .form-control {
  border: none;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chips a {
  border: 1px solid #0083c4;
  padding: 2px 4px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 10px;
}

.chips-btn {
  padding: 5px;
  border: 2px solid #0083c4;
  border-radius: 10px;
  color: #0083c4;
  background: none;
  display: flex;
  flex-grow: 1;
  justify-content: space-evenly;
  align-items: center;
}

.highlight {
  border: 2px solid #00cc00;
}

.btn-sticky {
  position: sticky;
  bottom: 10px;
  z-index: 999;
  background-color: #fff;
}

#openModalUD {
  cursor: pointer;
}

/* remove dark wrapper (make transparent) */
.status-section {
  background: transparent; /* <- penting */
  padding: 12px 0; /* beri spacing saja */
  margin-bottom: 24px;
}

/* the single bar with bottom semicircles */
.status-pill {
  background: #e8f7e8; /* pill color */
  color: #1f6b2f;
  padding: 14px 24px; /* height */
  border-radius: 0 0 9999px 9999px; /* TOP corners 0, BOTTOM corners fully rounded */
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* leading-trim: NONE; */
  line-height: 20px;
  letter-spacing: 0.25px;
}

/* center icon+text inline */
.status-pill i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

/* small responsive tweak */
@media (max-width: 640px) {
  .status-pill {
    padding: 12px 16px;
    font-size: 13px;
  }
}
.status-pill.draft {
  background: #F3F4F6;
  color: #111827;
}

.status-pill.pending {
  background: #F0F9FF;
  color: #010C13;
}

.status-pill.synced {
  background: #EAF8EE;
  color: #245C2A;
}

.status-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}

/* ================================
   FEEDER SCHEDULE - PAGE WRAPPER
   ================================ */
.fs-page {
  min-height: 100vh;
  background: var(--background, #f9fafb);
  /* Hapus padding top */
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  .fs-page {
    padding: 0 32px 32px;
  }
}

.fs-page-container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/* ================================
   FEEDER SCHEDULE - HEADER SECTION
   ================================ */
.fs-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.fs-header .fs-header-left {
  display: flex;
  flex-direction: column;
}
.fs-header {
  /* Title */
}
.fs-header .fs-title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #111827;
  margin-bottom: 8px;
}
.fs-header {
  /* Subtitle */
}
.fs-header .fs-subtitle {
  max-width: 385px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6B7280;
}
.fs-header {
  /* Save Button */
}
.fs-header .fs-btn-save {
  background-color: #287DBE;
  border: none;
  border-radius: 8px;
  height: 40px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.fs-header .fs-btn-save:hover {
  opacity: 0.9;
}
.fs-header .fs-btn-save span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

/* ===========================================
   1. WRAPPER (optional)
   untuk centering komponen
=========================================== */
.switcher-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* ===========================================
   2. MAIN SWITCHER COMPONENT
=========================================== */
.switcher {
  position: relative;
  width: 100%;
  max-width: 656px;
  min-height: 120px;
  border-radius: 12px;
  overflow: visible;
  display: flex;
  align-items: center;
}

/* ===========================================
   3. FLOATING ICON
=========================================== */
.switcher__icon {
  position: absolute;
  top: -24px;
  left: 20px;
  width: 110px;
  height: auto;
  z-index: 5;
}

/* ===========================================
   4. BODY (badge background)
=========================================== */
.switcher__body {
  width: 100%;
  min-height: 90px;
  padding: 24px 24px 24px 150px; /* spacing icon + konten */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* ===========================================
   5. TITLE
=========================================== */
.switcher__title {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  white-space: nowrap;
  color: #0F3F60;
}

/* ===========================================
   6. BUTTON
=========================================== */
.switcher__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  height: 42px;
  background: #44A64D;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.switcher__button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* ===========================================
   7. COLOR VARIANTS
=========================================== */
.switcher--timebased {
  background: #EAF8EE;
}

.switcher--continuous {
  background: #B8D8EC;
}

/* ============================================================
   OVERLAY
============================================================ */
.change-type-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.change-type-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* ============================================================
   WRAPPER / MODAL BOX
============================================================ */
.change-type-wrapper {
  width: 512px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(0.92);
  opacity: 0;
  transition: all 0.25s ease;
}

.change-type-overlay.active .change-type-wrapper {
  transform: scale(1);
  opacity: 1;
}

/* ============================================================
   CLOSE BUTTON
============================================================ */
.change-type-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 22px;
  cursor: pointer;
  color: #374151;
}

.change-type-close:hover {
  opacity: 0.6;
}

/* ============================================================
   TITLE + DESCRIPTION
============================================================ */
.change-type-title {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #111827;
  margin-bottom: 8px;
}

.change-type-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #6B7280;
  margin: 0 auto;
  max-width: 464px;
  margin-bottom: 52px;
}

/* ============================================================
   OPTIONS LAYOUT
============================================================ */
.change-type-options {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

/* ============================================================
   CARD OPTION
============================================================ */
.schedule-type-option {
  width: 240px;
  background: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 16px;
  padding: 32px 24px 24px; /* lebih lega sesuai Figma */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* bagde sejajar */
  gap: 16px; /* default gap antar elemen */
  min-height: 328px; /* match tinggi Figma card */
  position: relative;
  cursor: pointer;
  transition: 0.25s ease;
}

.schedule-type-option:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.schedule-type-option.selected {
  border: 3px solid #44A44D;
  background: #EAF8EE;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   BADGE (ICON)
============================================================ */
.schedule-type-badge {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.schedule-type-option.selected .schedule-type-badge {
  background: #C7EED1;
}

.schedule-type-badge svg {
  width: 26px;
  height: 26px;
  stroke: #111827;
}

/* ============================================================
   TITLE INSIDE CARD
============================================================ */
.schedule-type-option .schedule-type-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500; /* medium */
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #111827;
  margin: 32px 0 12px; /* reset */
  margin-bottom: 12px; /* spacing sesuai Figma */
}

/* ============================================================
   DESCRIPTION INSIDE CARD
============================================================ */
.schedule-type-option .schedule-type-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #6B7280;
  margin: 0;
  margin-bottom: 20px; /* Jarak ke badge, sesuai Figma */
}

/* ============================================================
   FOOTER OF CARD (SCHEDULE SAVED)
============================================================ */
/* ============================================================
   OPTION INFO — EXACT FIGMA STYLES (CAPTION 1)
============================================================ */
.option-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F9FAFB;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #1F2937;
  margin-top: auto; /* biar tetap berada di bawah */
}

.option-info svg {
  width: 16px;
  height: 16px;
  stroke: #111827; /* sesuai Figma */
  flex-shrink: 0;
}

/* ============================================================
   BUTTONS
============================================================ */
.change-type-save {
  width: 100%;
  padding: 14px;
  background: #44A64D;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 16px;
}

.change-type-cancel {
  width: 100%;
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #374151;
  text-transform: none; /* Title Case sesuai Figma */
  cursor: pointer;
  transition: 0.2s ease;
}

.change-type-cancel:hover {
  background: #f3f4f6;
}

/* ============================================================
   WRAPPER LIST
============================================================ */
#schedule-list .schedule-item {
  margin-bottom: 22px;
  width: 100%;
  max-width: 654px;
}

/* ============================================================
   CARD
============================================================ */
.schedule-item {
  background: #fff;
  border: 1px solid #DDE2EB;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.schedule-item--inactive {
  opacity: 0.55;
  background: #F5F6F7 !important;
}

/* ============================================================
   CONTINUOUS ROW ALIGN FIX (MAIN FIX)
============================================================ */
/* Row utama continuous */
.continuous-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Schedule Time (00:00-23:59) */
.schedule-time {
  white-space: nowrap;
  width: 200px;
}

/* Text Duration/Pause (middle) */
.continuous-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #374151;
}

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

/* Buat tombol edit/delete punya tinggi konstan */
.schedule-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding-top: 4px;
}

/* ============================================================
   HEADER (Switch + Time + Actions)
============================================================ */
.row {
  display: flex;
  width: 100%;
}

.col {
  flex: 1;
}

.col-auto {
  flex: 0 0 auto;
}

.header-row-time {
  align-items: center;
  margin-bottom: 4px;
}

.schedule-time {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #111827;
  margin-left: 2px;
}

.schedule-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ============================================================
   ACTION BUTTONS
============================================================ */
.schedule-actions button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

.schedule-actions button svg {
  width: 20px;
  height: 20px;
}

.schedule-actions button:hover {
  opacity: 0.7;
}

/* ============================================================
   TIMEBASED GRAM (RIGHT BADGE)
============================================================ */
.schedule-actions--with-gram {
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge--top-right {
  background: #EAF8EE;
  border-radius: 99px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #245C2A;
  white-space: nowrap;
}

.schedule-detail--topbadge {
  display: none !important;
}

/* ============================================================
   SWITCH
============================================================ */
/* ============================================================
   SWITCH — Figma Style (White Circle)
============================================================ */
/* Wrapper */
.switch {
  position: relative;
  width: 44px; /* sesuai Figma */
  height: 26px;
  display: inline-block;
}

/* Hide checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Track (background) */
.slider {
  position: absolute;
  inset: 0;
  background: #CBD5E1; /* Grey ketika OFF */
  border-radius: 24px;
  transition: 0.3s ease;
}

/* White circle */
.slider:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 1px;
  top: 1px;
  background: #FFFFFF; /* <<< PUTIH */
  border-radius: 50%;
  transition: 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); /* biar lebih real */
}

/* ON state */
.switch input:checked + .slider {
  background: #22C55E; /* hijau Figma */
}

.switch input:checked + .slider:before {
  transform: translateX(20px); /* geser bulatan */
  background: #FFFFFF; /* tetap putih! */
}

/* Disabled card */
.schedule-item--inactive .switch .slider {
  background: #D1D5DB !important;
}

.schedule-item--inactive .switch .slider:before {
  background: #FFFFFF !important;
}

/* ============================================================
   DAYS
============================================================ */
.schedule-days {
  display: flex;
  align-items: center;
  gap: 6px;
}

.schedule-day {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  font-size: 12px;
  font-weight: 500;
}

.schedule-day--active {
  background: #E6EEF8;
  color: #111827;
  font-weight: 600;
}

.schedule-dot {
  width: 4px;
  height: 4px;
  background: #CBD5E1;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   FOOTER BADGES
============================================================ */
.schedule-footer {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.badge {
  background: #EAF8EE;
  color: #245C2A;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.badge span {
  font-weight: 500;
  color: #4F4F4F;
}

/* label text that accompanies a badge but should not be inside the green background */
.badge-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4F4F4F;
  display: inline-flex;
  align-items: center;
}

/* small count badge for number of dispenses */
.badge-count {
  background: #F3F4F6; /* light gray */
  color: #111827;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

/* ============================================================
   ADD BUTTON
============================================================ */
.add-schedule-btn {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DDE2EB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  padding: 13px 25px 13px 23px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.add-schedule-btn:hover {
  background: #F8FAFC;
  border-color: #CBD5E1;
}

.add-schedule-btn svg {
  width: 20px;
  height: 20px;
  stroke: #0F172A;
}

/* -------------------------
   VARIABLES
------------------------- */
/* Font stacks (ensure Rubik & Open Sans loaded in your page) */
/* -------------------------
   UTILS
------------------------- */
/* -------------------------
   MODAL: BASE
------------------------- */
#add-schedule-modal,
#edit-schedule-modal,
#add-continuous-modal,
#edit-continuous-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(2, 6, 23, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  /* hidden by default (your HTML uses .hidden) */
}
#add-schedule-modal .modal-inner,
#edit-schedule-modal .modal-inner,
#add-continuous-modal .modal-inner,
#edit-continuous-modal .modal-inner {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  box-sizing: border-box;
}

/* Keep original markup: wrapper is direct child .w-full.max-w-md... */
/* But provide safe class fallbacks */
.w-full.max-w-md,
.modal-content {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  box-sizing: border-box;
}

/* -------------------------
   TYPOGRAPHY
------------------------- */
h2#add-modal-title,
h2#edit-modal-title {
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.label-text-schedule {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 14px;
  line-height: 20px; /* Sesuai Figma */
  letter-spacing: 0.25px; /* Sesuai Figma */
  color: #374151; /* gray/700 Figma */
  margin-bottom: 4px;
}

/* -------------------------
   TOP BAR (title + close)
------------------------- */
.modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#close-add-modal-btn,
#close-add-continuous-modal-btn,
#close-edit-modal-btn,
#close-edit-continuous-modal-btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.12s ease;
}
#close-add-modal-btn:hover,
#close-add-continuous-modal-btn:hover,
#close-edit-modal-btn:hover,
#close-edit-continuous-modal-btn:hover {
  background: #F3F4F6;
}
#close-add-modal-btn svg,
#close-add-continuous-modal-btn svg,
#close-edit-modal-btn svg,
#close-edit-continuous-modal-btn svg {
  width: 18px;
  height: 18px;
}

/* -------------------------
   FORM GRID / LAYOUT
------------------------- */
#setup-form,
#update-form {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  color: #111827;
}

/* generic row with gap */
.form-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}

/* two equal columns */
.form-row--two .col {
  flex: 1;
}

/* utility */
.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

/* -------------------------
   INPUTS
------------------------- */
.input-base, #add-start-time-input,
#add-end-time-input,
#add-quantity-input,
#add-duration-input,
#add-pause-input,
#edit-start-time-input,
#edit-end-time-input,
#edit-quantity-input,
#edit-duration-input,
#edit-pause-input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #E6EAF0;
  background: #fff;
  box-sizing: border-box;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  color: #111827;
  transition: box-shadow 0.15s ease, border-color 0.12s ease, background 0.12s ease;
}
.input-base:focus, #add-start-time-input:focus,
#add-end-time-input:focus,
#add-quantity-input:focus,
#add-duration-input:focus,
#add-pause-input:focus,
#edit-start-time-input:focus,
#edit-end-time-input:focus,
#edit-quantity-input:focus,
#edit-duration-input:focus,
#edit-pause-input:focus {
  border-color: #22C55E;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
  outline: none;
}
.input-base.disabled, .disabled#add-start-time-input,
.disabled#add-end-time-input,
.disabled#add-quantity-input,
.disabled#add-duration-input,
.disabled#add-pause-input,
.disabled#edit-start-time-input,
.disabled#edit-end-time-input,
.disabled#edit-quantity-input,
.disabled#edit-duration-input,
.disabled#edit-pause-input, .input-base:disabled, #add-start-time-input:disabled,
#add-end-time-input:disabled,
#add-quantity-input:disabled,
#add-duration-input:disabled,
#add-pause-input:disabled,
#edit-start-time-input:disabled,
#edit-end-time-input:disabled,
#edit-quantity-input:disabled,
#edit-duration-input:disabled,
#edit-pause-input:disabled {
  background: #F3F4F6;
  color: #6B7280;
  cursor: not-allowed;
  border-color: rgb(239.5625, 242.0325, 245.7375);
  box-shadow: none;
}

/* apply to your markup classes (they used inline class attributes) */
#add-start-time-input,
#add-end-time-input,
#add-quantity-input,
#add-duration-input,
#add-pause-input,
#edit-start-time-input,
#edit-end-time-input,
#edit-quantity-input,
#edit-duration-input,
#edit-pause-input {
  height: 40px;
  border-radius: 10px;
}

/* small unit text (second) */
.input-suffix {
  font-size: 13px;
  color: #6B7280;
  white-space: nowrap;
}

/* -------------------------
   CHECKBOX: custom style
   (used for 24 hours & repeat everyday)
------------------------- */
.checkbox-wrapper .checkbox-container {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  user-select: none;
  color: #111827;
  font-size: 14px;
}
.checkbox-wrapper .custom-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: #fff;
  border: 1.5px solid #E6EAF0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s ease, border-color 0.12s ease;
  box-sizing: border-box;
  position: relative;
}
.checkbox-wrapper .custom-checkbox svg.check-icon {
  width: 12px;
  height: 12px;
  stroke: #22C55E;
  stroke-width: 2.5;
  display: none;
}
.checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background: rgb(169.2922077922, 240.2077922078, 195.3961038961);
  border-color: #22C55E;
}
.checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox svg.check-icon {
  display: block;
}
.checkbox-wrapper {
  /* fallback when hidden input is used and label wrapping */
}
.checkbox-wrapper .checkbox-container input[type=checkbox].hidden {
  display: none;
}

/* -------------------------
   SWITCH CONTROL (for edit modal top-right)
   NOTE: the list uses .switch for list items — this is separate .switch-control
------------------------- */
.switch-control {
  position: relative;
  width: 44px;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: #E6EEF8;
  border-radius: 99px;
  display: inline-block;
  outline: none;
  border: 1px solid transparent;
  transition: background 0.18s ease, box-shadow 0.12s ease;
}
.switch-control:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.18s ease;
  box-shadow: 0 2px 6px rgba(2, 6, 23, 0.08);
}
.switch-control:checked {
  background: #22C55E;
}
.switch-control:checked:before {
  transform: translateX(20px);
  background: #fff;
}
.switch-control:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* -------------------------
   DAY BUTTONS
------------------------- */
#add-day-buttons,
#addc-day-buttons,
#editc-day-buttons,
#edit-day-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
#add-day-buttons .day-button,
#addc-day-buttons .day-button,
#editc-day-buttons .day-button,
#edit-day-buttons .day-button {
  flex: 0 0 auto;
  min-width: 38px;
  height: 34px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #fff;
  color: #6B7280;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
  box-sizing: border-box;
}
#add-day-buttons .day-button:hover,
#addc-day-buttons .day-button:hover,
#editc-day-buttons .day-button:hover,
#edit-day-buttons .day-button:hover {
  background: #F3F4F6;
}
#add-day-buttons .day-button.is-active, #add-day-buttons .day-button.active,
#addc-day-buttons .day-button.is-active,
#addc-day-buttons .day-button.active,
#editc-day-buttons .day-button.is-active,
#editc-day-buttons .day-button.active,
#edit-day-buttons .day-button.is-active,
#edit-day-buttons .day-button.active {
  background: #E6EEF8;
  border-color: rgb(253.90625, 254.25625, 254.69375);
  color: #111827;
}

/* -------------------------
   ESTIMATION INFO
------------------------- */
/* -------------------------
   ACTION BUTTONS (Cancel/Save)
------------------------- */
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; /* <— MAGIC FIX */
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #E6EAF0;
  margin-top: 1rem;
}

#cancel-add-btn,
#cancel-addc-btn,
#cancel-edit-btn,
#cancel-editc-btn {
  background: #fff;
  border: 1px solid #D0D5DD;
  color: #344054;
  height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.12s ease;
}
#cancel-add-btn:hover,
#cancel-addc-btn:hover,
#cancel-edit-btn:hover,
#cancel-editc-btn:hover {
  background: #F8FAFC;
}

#save-add-btn,
#save-addc-btn,
#save-edit-btn,
#save-editc-btn {
  background: #44A64D;
  color: #fff;
  height: 48px;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.08s ease, background 0.12s ease;
}
#save-add-btn:hover,
#save-addc-btn:hover,
#save-edit-btn:hover,
#save-editc-btn:hover {
  transform: translateY(-1px);
  background: rgb(30.9974025974, 179.6025974026, 85.6987012987);
}
#save-add-btn:active,
#save-addc-btn:active,
#save-edit-btn:active,
#save-editc-btn:active {
  transform: translateY(0);
}

/* -------------------------
   RESPONSIVE
------------------------- */
@media (max-width: 520px) {
  .w-full.max-w-md,
  .modal-inner {
    padding: 1rem;
  }
  #add-day-buttons,
  #edit-day-buttons {
    gap: 0.35rem;
  }
  .day-button {
    min-width: 34px;
    height: 32px;
    font-size: 11px;
  }
}
/* -------------------------
   ACCESSIBILITY / FOCUS
------------------------- */
:focus {
  outline: none;
}

/* small helper to hide element */
.hidden {
  display: none !important;
}

/* -------------------------
   EXTRA: keep original tailwind-like classes working
   (so your existing markup with those classes isn't broken)
------------------------- */
.bg-card {
  background: #ffffff;
}

.text-muted-foreground {
  color: #6B7280;
}

.border-border {
  border-color: #E6EAF0;
}

.bg-muted {
  background: #F3F4F6;
}

.bg-success {
  background: #22C55E;
}

.hover\:bg-muted:hover {
  background: #F3F4F6;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* -------------------------
   INPUT WRAPPER (Soft Modern)
------------------------- */
.input-wrapper {
  position: relative;
  width: 100%;
}
.input-wrapper.disabled {
  opacity: 0.6;
}

.input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6B7280;
}

.input-prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6B7280;
}

.input-has-prefix {
  padding-left: 60px !important;
}

/* ===========================
   QUANTITY COMBO INPUT
=========================== */
/* Quantity Wrapper - MATCH EXACT dengan screenshot */
.quantity-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 40px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: visible;
  box-sizing: border-box;
}
.quantity-wrapper .quantity-input {
  flex: 1;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  color: #111827;
  background: #FFFFFF;
  box-shadow: none;
  height: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.quantity-wrapper .quantity-input:focus {
  outline: none;
  box-shadow: none;
  background: #FFFFFF;
}
.quantity-wrapper .quantity-label {
  width: 60px;
  height: 100%;
  background: #F3F4F6;
  color: #6B7280;
  border-left: 1px solid #D0D5DD;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* === REPEAT EVERY WRAPPER (mirip input Quantity) === */
.repeat-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 44px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 0 12px;
  box-sizing: border-box;
  gap: 8px;
}

/* Checkbox kiri */
.repeat-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-top: 10px;
}

.repeat-checkbox-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid #D0D5DD;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}
.repeat-checkbox-box::after {
  content: "";
  width: 11px;
  height: 11px;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' stroke='white' stroke-width='3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
  background: #22C55E;
  display: none;
}

/* Checkbox checked state (both add and edit modals) */
#add-repeat-everyday-checkbox:checked + .repeat-checkbox-box,
#addc-repeat-everyday-checkbox:checked + .repeat-checkbox-box,
#editc-repeat-everyday-checkbox:checked + .repeat-checkbox-box,
#edit-repeat-everyday-checkbox:checked + .repeat-checkbox-box {
  background: #DCFCE7;
  border-color: #22C55E;
}
#add-repeat-everyday-checkbox:checked + .repeat-checkbox-box::after,
#addc-repeat-everyday-checkbox:checked + .repeat-checkbox-box::after,
#editc-repeat-everyday-checkbox:checked + .repeat-checkbox-box::after,
#edit-repeat-everyday-checkbox:checked + .repeat-checkbox-box::after {
  display: block;
}

/* Divider tipis */
.repeat-divider {
  width: 1px;
  height: 20px;
  background: #E5E7EB;
  flex-shrink: 0;
}

/* Text */
.repeat-text {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  color: #111827;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
}

/* ===============================
   DAY BUTTONS (FIX Figma Style)
================================*/
#add-day-buttons,
#addc-day-buttons,
#editc-day-buttons,
#edit-day-buttons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}
#add-day-buttons .day-button,
#addc-day-buttons .day-button,
#editc-day-buttons .day-button,
#edit-day-buttons .day-button {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #344054;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.12s ease;
}
#add-day-buttons .day-button:hover,
#addc-day-buttons .day-button:hover,
#editc-day-buttons .day-button:hover,
#edit-day-buttons .day-button:hover {
  background: #F8FAFC;
}
#add-day-buttons .day-button.active, #add-day-buttons .day-button.is-active,
#addc-day-buttons .day-button.active,
#addc-day-buttons .day-button.is-active,
#editc-day-buttons .day-button.active,
#editc-day-buttons .day-button.is-active,
#edit-day-buttons .day-button.active,
#edit-day-buttons .day-button.is-active {
  background: #0083C4; /* BLUE */
  border-color: #0083C4;
  color: #FFFFFF; /* TEXT WHITE */
  box-shadow: 0 2px 6px rgba(0, 131, 196, 0.3);
}
#add-day-buttons .day-button.active:hover, #add-day-buttons .day-button.is-active:hover,
#addc-day-buttons .day-button.active:hover,
#addc-day-buttons .day-button.is-active:hover,
#editc-day-buttons .day-button.active:hover,
#editc-day-buttons .day-button.is-active:hover,
#edit-day-buttons .day-button.active:hover,
#edit-day-buttons .day-button.is-active:hover {
  background: rgb(0, 113.9566326531, 170.5); /* sedikit gelap saat hover */
}

/* Force 24-hour format for time inputs across all browsers */
/* WebKit browsers (Chrome, Safari, Edge) */
input[type=time]::-webkit-datetime-edit-ampm-field {
  display: none !important;
}

input[type=time]::-webkit-datetime-edit-text {
  color: transparent;
  background: none;
}

input[type=time]::-webkit-datetime-edit-hour-field,
input[type=time]::-webkit-datetime-edit-minute-field {
  color: inherit;
}

/* Firefox */
input[type=time]::-moz-time-input-ampm-field {
  display: none !important;
}

/* General fallback */
input[type=time] {
  font-family: monospace;
}

#addc-estimation-info,
#editc-estimation-info {
  width: 100%;
  padding-top: 12px; /* gap 12px */
  border-top: 1px solid #E5E7EB; /* border top 1px */
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px; /* vertical gap */
}

/* Label: "Est. Quantity:" */
#addc-estimation-info .estimation-label,
#editc-estimation-info .estimation-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #374151; /* gray-700 */
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}

/* Container untuk dua item */
#addc-estimation-info .estimation-item-row,
#editc-estimation-info .estimation-item-row {
  display: flex;
  align-items: center;
  gap: 24px; /* jarak antar item */
}

/* Icon + value + text (gr / disbursement) */
.estimation-item {
  display: flex;
  align-items: center;
  gap: 6px; /* icon → text */
  font-family: "Open Sans", sans-serif;
}

/* Angka "0 gr" */
.estimation-item .est-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #15803D; /* green-700 */
}

/* TEXT: "/ disbursement" atau "/ time window" */
.estimation-item .est-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400; /* EXACT dari Figma */
  line-height: 20px;
  letter-spacing: 0.25px; /* EXACT dari Figma */
  color: #6B7280; /* gray-500 EXACT */
}

/* ============================================================
   24 HOURS SCHEDULE ROW — EXACT Figma
============================================================ */
.form-row.hours-24 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  box-sizing: border-box;
  gap: 8px; /* Checkbox → Text */
}

/* Checkbox kotak (Figma-style) */
.hours-24 .checkbox-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid #D0D5DD;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}
.hours-24 .checkbox-box::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' stroke='white' stroke-width='3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
  background: #22C55E; /* green-500 */
  display: none;
}

/* Checkbox checked */
.hours-24 input[type=checkbox]:checked + .checkbox-box {
  background: #DCFCE7;
  border-color: #22C55E;
}
.hours-24 input[type=checkbox]:checked + .checkbox-box::after {
  display: block;
}

/* Hide input default */
.hours-24 input[type=checkbox] {
  display: none;
}

/* Text: "24 Hours Schedule" (Inter, 14px, 500, LH 20px) */
.hours-24-label {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111827;
  letter-spacing: 0;
  white-space: nowrap;
  padding-left: 8px;
  border-left: 1px solid #E5E7EB;
}

/* ============================================================
   LABEL TEXT (SESUAI FIGMA: Body 2 - Open Sans)
============================================================ */
.label-text-schedule {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #374151;
  display: inline-block;
}

/* -------------------------
   END
------------------------- */
.fs-select {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fs-select__trigger {
  background: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.fs-select__trigger:hover {
  border-color: #9CA3AF;
}
.fs-select__trigger span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.fs-select__trigger-icon {
  width: 20px;
  height: 20px;
}
.fs-select__content {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  margin-top: 4px;
  padding: 8px 0;
  display: none;
}
.fs-select__content.open {
  display: block;
}

.fs-select__native {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
  /* pake ikon panah lama */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.info-box {
  background: #F3F4F6;
  border-radius: 8px;
  padding: 0 16px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #6B7280;
}

/*# sourceMappingURL=style.css.map */
