* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #F5F5F5 !important;
}

/* font */
span, p, h1, h2, h3, h4, h5, h6, a {
    font-family: 'Poppins', sans-serif;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Navbar styles */
.custom-nav {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   background: #fff;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    color: #704426 !important;
}

.topbar {
    border-bottom: 1px solid #ccc;
    padding: 0.75rem 1rem;
}

.menubar {
    padding: 0.5rem 1rem;
}

a.nav-link {
    font-weight: 500;
    font-size: 15px;
}

button.navbar-toggler {
    border: none;
}

.tropialis-dropdown {
  background-color: #ffffff;
  min-width: 180px;
  animation: fadeIn 0.3s ease-in-out;
}

.tropialis-dropdown .dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #333;
  transition: all 0.2s ease;
}

.tropialis-dropdown .dropdown-item:hover {
  background-color: #87CEEB22;
  color: #4B944D;
}

/* Dropdown Fade In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile-dropdown {
  background-color: #ffffff;
  min-width: 180px;
}

.profile-dropdown .dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #333;
  transition: all 0.2s ease;
}

.profile-dropdown .dropdown-item:hover {
  background-color: #87CEEB22;
  color: #4B944D;
}


/* section content */
.section-content {
    background: #F5F5F5;
}

.section-content .card {
    border-radius: 15px;
    border: none;
    padding: 25px 30px;
}

.section-content .card p {
    font-weight: 500;
    font-size: 14px;
    color: #c0c0c0;
}

.section-content .card h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.section-content .card h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.section-content .card span {
    font-weight: 500;
    font-size: 14px;
    color: #bbbb;
}

.btn-custom {
    background: linear-gradient(to right, #87CEEB, #4682B4);
    background-size: 200% 100%;
    background-position: left center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-family: 'Poppins', sans-serif;
    transition: background-position 0.5s ease;
}

.btn-custom:hover {
    background-position: right center;
}

span.promo-alert {
    color: #000 !important;
    border-radius: 5px;
    padding: 8px 10px;
    background: rgba(135, 206, 235, 0.3);
}

.promo-alert {
    color: #000 !important;
    border-radius: 8px;
    padding: 8px 10px;
    background: rgba(135, 206, 235, 0.3);
}

.profile-alert {
    color: #fff !important;
    border-radius: 50px;
    padding: 5px 15px;
    background: rgba(114, 192, 44, 0.6);
}

/* swiper */
.swiper-slide .card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: auto 30px;
  text-align: center;
  height: 200px;
}

/* progress bar */
.progress {
    height: 12px;
    overflow: hidden;
}

.progress .progress-bar {
    background: linear-gradient(to right, #87CEEB, #4682B4);
    border-radius: 50px;
    width: 90%;
    transition: width 0.4s ease;
}

a.resume {
    color: #4682B4;
    text-decoration: line;
    font-weight: 600;
    font-size: 14px;
}

/* agenda */
.agenda-container {
  position: relative;
  /* padding-left: 200px; */
}

.agenda-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 319px; /* posisikan sesuai tengah-tengah .agenda-center */
  width: 2px;
  background: #c0c0c0;
  z-index: 0;
}
.agenda-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 32px;
}

.agenda-left {
  width: 300px;
  font-size: 14px;
  text-align: end;
  font-family: 'Poppins', sans-serif;
}

.agenda-time {
  font-weight: 600;
}

.agenda-info {
  color: #aaa;
  margin-top: 2px;
}

.agenda-link {
  color: #00a0df;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.agenda-center {
  width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}

.timeline-dot {
  width: 15px;
  height: 15px;
  background-color: #2f80ed;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: 6px;
}

.agenda-right {
  flex: 1;
  font-size: 14px;
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;

}

.agenda-title {
  font-weight: 600;
}

.agenda-desc {
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.agenda-status {
  display: inline-block;
  background: #d9f1fb;
  color: #0076a8;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}

/* footer */
footer {
  background: linear-gradient(to right, #87CEEB, #4682B4);

}

footer span {
  font-size: 14px;
  color: #fff;
}

footer h6 {
  font-weight: 600;
  color: #fff;
}

footer a {
  font-size: 14px;
  color: #fff;
  text-decoration-line: none;
}

/* create new product */
.container {
  font-family: 'Poppins', sans-serif;
}

.stepper {
  display: flex;
  gap: 16px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 100px;
}

.step .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.step .label {
  margin-top: 8px;
  font-size: 14px;
  color: #aaa;
}

.step.active .circle {
  background-color: #87CEEB;
}

.step.active .label {
  font-weight: 600;
  color: #87CEEB;
}

.step.completed .circle {
  background-color: #64B438;
  color: white;
  font-size: 18px;
}

.step.completed .label {
  color: #64B438;
  font-weight: 600;
}

.line {
  height: 2px;
  flex: 1;
  background-color: #ccc;
  margin: 0 8px;
  margin-top: 15px;
  transition: background 0.3s ease;
}

.line.full-green {
  background-color: #64B438; /* Full hijau */
}

.line.gradient {
  background: linear-gradient(to right, #64B438, #87CEEB); /* Gradasi hijau ke biru */
}

.line.gray {
  background-color: #ccc; /* Default abu-abu */
}

.np-form-container {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
}

.form-input-grey {
  background-color: #F5F5F5 !important;
}

.np-form-check-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #87CEEB;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  /* margin-top: 4px; */
  transition: all 0.2s ease-in-out;
}

  .form-input-grey::placeholder {
    font-size: 14px; 
    color: #999;    
  }

.np-form-check-input:checked {
  background-color: #87CEEB;
  border-color: #87CEEB;
}

.np-form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-check {
  padding-left: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.form-check-label {
  font-size: 15px;
}

.form-step.d-none {
  display: none;
}

.np-label {
  font-size: 16px;
}

#backToStep1, #nextToStep2, #nextToStep3 {
  color: #fff;
}

.form-step-3 img {
  border-radius: 5px;
}

.form-step-3 h6{
  font-size: 16px !important;
}

.form-step-3 label {
  font-size: 14px;
}

.form-step-3 p,
.form-step-3 span,
.form-step-3 a {
  font-size: 13px;
}

.form-step-3 .policy-text p {
  margin: 0;
}

.form-step-3 .policy-text ul li {
  font-size: 13px;
}

.text-justify {
  text-align: justify;
}

/* step 2 left bar */
.list-group-item {
  cursor: pointer;
  border: none;
}

.list-group-item.active {
  background-color: #87CEEB !important;
  border-color: #87CEEB !important;
  color: white;
}

.form-step {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* product page */
.input-groups {
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.btn-custom2 {
  border: 2px solid #4682B4;
  background: transparent;
  color: #4682B4;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-custom2:hover {
  background: #87CEEB;
  color: #fff;
  border: 2px solid #87CEEB;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
}

.page-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-btn {
  padding: 6px 12px;
  border: none;
  background-color: transparent;
  color: #555;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-size: 14px;
}

.pagination-icon {
  padding: 6px 12px;
  border: none;
  background-color: transparent;
  color: #555;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-size: 20px;
}

.page-btn:hover:not(.active):not(:disabled) {
  background-color: #f0f0f0;
}

.page-btn.active {
  background-color: #e6f2ff;
  color: #4682B4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.page-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.page-size-select {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* channel page */
.published span{
  background: rgba(114, 192, 44, 0.5);
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;

}

.draft span{
  background: rgba(220, 53, 69, 0.5);
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
}

.select2 {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;  
  font-size: 14px !important;  
  padding: .375rem .75rem .3rem !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

/* swiper */
.popup-swiper .swiper-slide .card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #ddd;
  padding: auto 30px;
  text-align: center;
  height: 200px;
}

.popup-swiper .swiper-button-next, 
.popup-swiper .swiper-button-prev {
  color: #c0c0c0 !important;
  transition: .3s;
}

.popup-swiper .swiper-button-next:hover, 
.popup-swiper .swiper-button-prev:hover {
  color: #4682B4 !important;
}

.popup-swiper .card-selectable {
  border: 2px solid transparent;
  transition: border 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.popup-swiper .card-selectable:hover {
  border: 2px solid #4682B4;
  box-shadow: 0 0 10px rgba(135, 206, 235, 0.3);
}

.popup-swiper .card-selectable.selected {
  border: 2px solid #4682B4;
  box-shadow: 0 0 12px rgba(135, 206, 235, 0.5);
}