:root {
  --font-family-satoshi-bold: "Satoshi-Bold", Helvetica;
  --font-family-satoshi-medium: "Satoshi-Medium", Helvetica;
  --font-family-satoshi-regular: "Satoshi-Regular", Helvetica;
}

@font-face {
  font-family: "Satoshi-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/satoshi-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Satoshi-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/satoshi-regular.otf") format("opentype");
}

@font-face {
  font-family: "Satoshi-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/satoshi-medium.ttf") format("truetype");
}

.floating {
  /* width: 100px; */
  /* height: 100px; */
  /* background-color: lightblue; */
  /* border-radius: 50%; */
  /* position: relative; */
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

body {
  font-family: var(--font-family-satoshi-regular);
  background-color: #fff !important;
}

img.ceklis {
  width: 2rem;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

.bg-grad {
  --bs-bg-opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(224, 227, 255, 0) 0%,
    #e0e3ff 64.27%
  );
}

.bg-grad2 {
  background: linear-gradient(to bottom, #ffffff 70%, #e0e3ff 50%);
}

.card-content {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;

  border-radius: 20px;
  border: 2px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.4);
}

/* .card-content:hover {
  transform: scale(1.05);
} */

.card-content img {
  border-radius: 16px;
}

.trusted-section {
  display: flex;
  /* padding: 32px 100px; */
  justify-content: space-between;
  align-items: center;
  background: #3849f7;
}

.stat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teks-judul {
  /* border-radius: 20px 20px 0px 0px; */
  background: var(--Secondary, #3849f7);
  display: flex;
  padding: 24px 10px 24px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  color: var(--White, #fff);

  /* Heading/Medium/H3 - Med */
  font-family: var(--font-family-satoshi-regular);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
}

.judul {
  background: linear-gradient(180deg, #fff 0%, #ebf4ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.row-color {
  display: flex;
  align-items: center;
  gap: 32px;
}

.color-box {
  width: 233.5px;
  height: 109px;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative !important;
}

.text-label {
  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}

.text-label2 {
  color: var(--Text---100, #444);
  font-family: var(--font-family-satoshi-regular);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}

.text-label3 {
  width: 110px;
  color: var(--White, #fff);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}

.text-label4 {
  width: 110px;
  color: var(--Text---100, #444);
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}

.text-primary {
  color: var(--Primary, #ff5702) !important;
}

.bg-primary {
  background: var(--Primary, #ff5702) !important;
}

.text-primary-90 {
  color: var(--Orange---90, #f9b491) !important;
}

.bg-primary-90 {
  background: var(--Orange---90, #f9b491) !important;
}

.text-primary-80 {
  color: var(--Orange---80, #ffeade) !important;
}

.bg-primary-80 {
  background: var(--Orange---80, #ffeade) !important;
}

.text-primary-70 {
  color: var(--Orange---70, #fff0e8) !important;
}

.bg-primary-70 {
  background: var(--Orange---70, #fff0e8) !important;
}

.text-secondary {
  color: var(--Secondary, #3849f7) !important;
}

.bg-secondary {
  background: var(--Secondary, #3849f7) !important;
}

.text-secondary-90 {
  color: #e0e3ff !important;
}

.bg-secondary-90 {
  background: #e0e3ff !important;
}

.text-secondary-stroke {
  color: var(--Purple---Stroke, #1322bb) !important;
}

.bg-secondary-stroke {
  background: var(--Purple---Stroke, #1322bb) !important;
}

.text-blue-100 {
  color: var(--Blue---100, #257afe) !important;
}

.bg-blue-100 {
  background: var(--Blue---100, #257afe) !important;
}

.text-blue-90 {
  color: var(--Blue---90, #e0eeff) !important;
}

.bg-blue-90 {
  background: var(--Blue---90, #e0eeff) !important;
}

.text-blue-80 {
  color: var(--Blue---80, #ebf4ff) !important;
}

.bg-blue-80 {
  background: var(--Blue---80, #ebf4ff) !important;
}

.text-blue-70 {
  color: var(--Blue---70, #f8fbff) !important;
}

.bg-blue-70 {
  background: var(--Blue---70, #f8fbff) !important;
}

.text-blue-stroke {
  background: var(--Blue--Stroke, #a0c9fa) !important;
}

.bg-blue-stroke {
  background: var(--Blue--Stroke, #a0c9fa) !important;
}

.text-white {
  color: var(--White, #fff) !important;
}

.bg-white {
  background: var(--White, #fff) !important;
}

.text-black {
  color: var(--Black, #1c1c1c) !important;
}

.bg-black {
  background: var(--Black, #1c1c1c) !important;
}

.text-black-100 {
  color: var(--Text---100, #444) !important;
}

.bg-black-100 {
  background: var(--Text---100, #444) !important;
}

.text-black-90 {
  color: var(--Text---90, #afafaf) !important;
}

.bg-black-90 {
  background: var(--Text---90, #afafaf) !important;
}

.text-green {
  color: var(--Green---100, #00af24);
}

.bg-green {
  background: var(--Green---100, #00af24);
}

.text-yellow {
  color: var(--Yellow---100, #e99f00);
}

.bg-yellow {
  background: var(--Yellow---100, #e99f00);
}

.text-red {
  color: #ff2121;
}

.bg-red {
  background: #ff2121;
}

h1,
.h1 {
  color: var(--Black, #1c1c1c);

  /* Heading/Regular/H1 */
  font-family: var(--font-family-satoshi-regular);
  font-size: 60px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 66px */
}

h2,
.h2 {
  color: var(--Black, #1c1c1c);

  /* Heading/Regular/H2 */
  font-family: var(--font-family-satoshi-regular);
  font-size: 50px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
}

h3,
.h3 {
  color: var(--Black, #1c1c1c);

  /* Heading/Regular/H3 */
  font-family: var(--font-family-satoshi-regular);
  font-size: 40px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}

h4,
.h4 {
  color: var(--Black, #1c1c1c);

  /* Heading/Regular/H4 */
  font-family: var(--font-family-satoshi-regular);
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}

.text-lg {
  color: var(--Black, #1c1c1c);

  /* Body Text/Regular/L - Body Text */
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 0;
}

.text-md {
  color: var(--Black, #1c1c1c);

  /* Body Text/Regular/M - Body Text */
  font-family: var(--font-family-satoshi-regular);
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 0;
}

.text-sm {
  color: var(--Black, #1c1c1c);

  /* Body Text/Regular/S - Body Text */
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 0;
}

.label-lg {
  color: var(--Black, #1c1c1c);

  /* Label/Regular/L - Label */
  font-family: var(--font-family-satoshi-regular);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  display: inline-block;
  margin-bottom: 0;
}

.label-md {
  color: var(--Black, #1c1c1c);

  /* Label/Regular/M - Label */
  font-family: var(--font-family-satoshi-regular);
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 48px !important;
  }

  h2,
  .h2 {
    font-size: 40px !important;
  }

  h3,
  .h3 {
    font-size: 36px !important;
  }

  h4,
  .h4 {
    font-size: 28px !important;
  }

  .text-lg {
    font-size: 22px !important;
  }

  .text-md {
    font-size: 18px !important;
  }

  .text-sm {
    font-size: 16px !important;
  }

  .label-lg {
    font-size: 14px !important;
  }

  .label-md {
    font-size: 12px !important;
  }
}

.fw-md {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.base-value {
  font-size: 16px;
  padding-left: 128px;
}

.text-value {
  display: flex !important;
  text-align: right !important;
  margin-bottom: 0;
}

.text-example {
  margin-bottom: 1rem;
}

.card {
  border: none;
}

.table-responsive {
  overflow-x: auto !important;
}

.title {
  background: var(--White, #fff);

  /* Border */
  box-shadow: 0px -1px 0px 0px #e1e1e1 inset;
  display: flex;
  /* width: 321px; */
  height: 59px;
  padding: 20px 20px 21px 20px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.bg-gray {
  background: #d0d0d0;
  /* display: flex; */
  padding: 20px 17px 14px 16px;
  align-items: flex-start;
  gap: 19px;
}

.bx-white {
  display: flex;
  padding: 20px 17px 14px 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.badge-primary {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #ff5702);
  background: #ffece2;
  backdrop-filter: blur(25px);
  color: var(--Primary, #ff5702);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badge-transparent {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  /* backdrop-filter: blur(25px); */
  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badge-biru {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  border: 1px solid #3849f7;
  background: var(--Blue---80, #ebf4ff);
  /* backdrop-filter: blur(25px); */
  color: #3849f7;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badge-biru-transparent {
  display: inline-flex;
  padding: 6px 10px 6px 6px;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  border: 1px solid #3849f7;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  color: #3849f7;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px !important;
  border: 1.5px solid var(--Primary, #ff5702);
  background: var(--Primary, #ff5702);
  color: var(--White, #fff) !important;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  --bs-btn-active-bg: var(--Primary, #ff5702);
  --bs-btn-active-border-color: var(--Primary, #ff5702);
  text-decoration: none;
}

.btn-primary:hover {
  border: 1.5px solid #ff732d;
  background: #ff732d;
}

.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px !important;
  border: 1.5px solid var(--Gradient-Orange, #ffddca);
  background: var(--Orange---80, #ffeade);
  color: #ff5702 !important;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  --bs-btn-active-bg: var(--Gradient-Orange, #ffddca);
  --bs-btn-active-border-color: var(--Gradient-Orange, #ffddca);
  text-decoration: none;
}

.btn-secondary:hover {
  border: 1.5px solid #ffd3bd;
  background: #ffd3bd;
}

.btn-disabled {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px;
  border: 1.5px solid #b7b7b7;
  background: #b7b7b7;
  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.btn-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px;
  border: 1.5px solid var(--Green---90, #cfffda);
  background: var(--Green---90, #cfffda);
  color: var(--Green---100, #00af24);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-success:hover {
  border: 1.5px solid #a0ffb5;
  background: #a0ffb5;
}

.btn-warning {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px;
  border: 1.5px solid var(--Yellow---90, #ffeda7);
  background: var(--Yellow---90, #ffeda7);
  color: var(--Yellow---100, #e99f00);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-warning:hover {
  border: 1.5px solid #ffe167;
  background: #ffe167;
}

.btn-danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px;
  border: 1.5px solid #ffcfcf;
  background: #ffcfcf;
  color: var(--Primary, #ff5702);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-danger:hover {
  border: 1.5px solid #ffabab;
  background: #ffabab;
}

.btn-lg {
  padding: 12px 18px;
  border-radius: 130.233px;
  font-size: 24px;
  /* flex-shrink: 0; */
}

.btn-md {
  /* height: 35px; */
  padding: 8px 14px;
  /* flex-shrink: 0; */
  border-radius: 130.233px;
  font-size: 16px;
}

.btn-sm {
  /* height: 24px; */
  padding: 2px 10px;
  /* flex-shrink: 0; */
  border-radius: 100px;
  font-size: 14px;
}

.card-horizontal {
  border-radius: 20px;
  background: var(--Blue---80, #ebf4ff);
  overflow: hidden;
  word-wrap: break-word !important;
  word-break: break-word !important;
  /* width: 397px; */
  /* height: 100%; */
}

.card-header-horizontal {
  background-color: #e9f3ff;
  padding: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}

.card-footer-horizontal {
  background: var(--Blue---90, #e0eeff);
  padding: 16px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-horizontal2 {
  border-radius: 20px;
  border: 1px solid #a0c9fa;
  background: var(--Blue---90, #e0eeff);
  word-wrap: break-word !important;
  word-break: break-word !important;
  /* width: 333px; */
  /* height: 100%; */
}

.card-header-horizontal2 {
  padding: 20px 20px 10px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-footer-horizontal2 {
  padding: 20px;
}

.card-horizontal3 {
  border-radius: 20px;
  /* border: 1px solid #a0c9fa; */
  background: var(--Blue---80, #ebf4ff);
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.card-header-horizontal3 {
  padding: 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  border-radius: 20px 20px 0px 0px;
  background: var(--Blue---80, #ebf4ff);
}

.card-status-horizontal3 {
  display: flex;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  /* gap: 642px; */
  align-self: stretch;
  border-radius: 20px 20px 0px 0px;
  background: var(--Red---100, #ff2121);
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.card-footer-horizontal3 {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background: var(--Blue---90, #e0eeff);
}

.card-horizontal4 {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #a0c9fa;
  background: var(--Blue---70, #f8fbff);
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.card-header-horizontal4 {
  padding: 24px 32px;
  background: var(--Blue---70, #f8fbff);
}

.card-footer-horizontal4 {
  padding: 24px 32px;
  background: var(--Blue---70, #f8fbff);
}

.card-vertical {
  border-radius: 10px;
  background: var(--Blue---80, #ebf4ff);
  overflow: hidden;
  /* width: 292px; */
  /* border: 1px solid #ebf4ff; */
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.card-header-vertical {
  background-color: #e9f3ff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 9.918px 9.918px 0px 0px;
}

.card-footer-vertical {
  background: var(--Blue---90, #e0eeff);
  padding: 16px;
  border-radius: 0px 0px 9.918px 9.918px;
}

.card-kotak {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #3849f6;
  background: var(--Blue---90, #e0eeff);
  color: #3849f6;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

.card-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-vertical3 {
  border-radius: 20px;
  border: 2px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  gap: 16px;
}

.promotion-section {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 30px;
  border: 1px solid var(--Primary, #ff5702);
  background: linear-gradient(94deg, #ffddca 0%, #ffeade 100%),
    url("../img/backgrounds/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  background-blend-mode: darken;
}

.welcome-card {
  border-radius: 20px;
  background: linear-gradient(107deg, #3849f7 14.37%, #cfe5ff 111.25%);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* width: 713px; */
  max-width: 100%;
  height: auto;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.welcome-card .info {
  max-width: 100%;
}

.welcome-card .image-section img {
  max-width: 100%;
  height: auto;
}

.banner-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  border: 1px solid var(--Primary, #ff5702);
  background: linear-gradient(95deg, #ffd7c2 0%, #fff0e8 66.84%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: darken;
  overflow: hidden;
}

.img-position {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}

.footer {
  text-align: center;
  padding: 0 0 3rem;
  background: #e0e3ff;
}

.footer2 {
  text-align: center;
  border: 1px solid var(--Secondary, #3849f7);
  background: #3849f7;
}

.bg-img {
  --bs-bg-opacity: 1;
  position: relative;
  background-image: url("../img/backgrounds/background.svg");
  background-size: cover;
  background-position: center;
}

.navbar-transparent {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.navbar-brand,
a.navbar-brand:focus {
  transition: color 0.3s ease;

  color: #fff;
  display: flex;
  text-align: center;
  gap: 8px;
  font-family: var(--font-family-satoshi-regular);
  font-size: 22.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

a.nav-menu {
  color: #fff;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a.navbar-brand:hover,
a.nav-menu:hover,
a.nav-menu:active,
a.nav-menu:focus {
  color: #ff5702 !important;
}

a.navbar-brand:hover,
a.navbar-brand:active,
.navbar.scrolled a.navbar-brand:hover,
.navbar.scrolled a.navbar-brand:active {
  color: #ff5702;
}
.navbar.scrolled a.navbar-brand,
.navbar.scrolled a.nav-link {
  color: #1c1c1c;
}

.btn-masuk {
  border: none;
  border-radius: 100px;

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  transition: color 0.3s ease;
}

.btn-masuk:hover,
.btn-masuk:active,
.navbar.scrolled .btn-masuk {
  background: transparent;
  color: #ff5702;
}

.btn-daftar {
  background: #ff5702;
  border: none;
  border-radius: 100px;

  color: #fff;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-daftar:hover {
  background: var(--Light-Orange, #ffe4d7);
  color: #ff5702;
}

.nav-log {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

a.navbar-brand2:hover,
a.nav-link2:hover {
  color: #ff5702;
}

a.navbar-brand2,
a.nav-link2 {
  color: #1c1c1c;
}

.btn-masuk2 {
  color: #ff5702;
}

.navbar2 {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
}

.user-dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.dropdown-toggle::after {
  margin-left: 0.25rem;
}

.nav-link.active {
  color: #ff5702 !important;
}

.feature-card {
  border-radius: 20px;
  border: 1px solid var(--Light---110, #e0e3ff);
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 5px;
  height: 100%;
}

.bg-blue {
  border-radius: 16px;
  background: var(--Blue---80, #ebf4ff);
}

.pengguna {
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .pengguna {
    width: 40px;
    height: 40px;
  }
}

.user-type {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}

.bg-dark {
  background: var(--Text---100, #444) !important;
  padding: 20px 17px 14px 16px;
}

.status-diterima {
  display: inline-flex;
  height: 24px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #cfffda;
  color: #00af24;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.status-menunggu {
  display: inline-flex;
  height: 24px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #cde0fe;
  color: var(--Blue---100, #257afe);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.status-alfa {
  display: inline-flex;
  height: 24px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #ffc5c5;
  color: #fe2525;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.status-izin {
  display: inline-flex;
  height: 24px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: var(--Yellow---90, #ffeda7);
  color: var(--Yellow---100, #e99f00);
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.status-telat {
  display: inline-flex;
  height: 24px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #e9d4ff;
  color: #8d25fd;
  text-align: center;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-input {
  border-radius: 10px;
  border: 1px solid #a0c9fa;
  background: var(--White, #fff);
  display: flex;
  /* height: 54px; */
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}

.select-input {
  border-radius: 10px;
  border: 1px solid #a0c9fa;
  /* background: var(--White, #fff); */
  display: flex;
  height: 54px;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}

.textarea {
  border-radius: 10px;
  border: 1px solid var(--Blue--Stroke, #a0c9fa);
  background: var(--White, #fff);
  display: flex;
  padding: 16px 24px;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
  height: 160px;
}

.opacity::placeholder {
  opacity: 1 !important;
  color: var(--Black, #1c1c1c) !important;
}

.btn-search {
  display: flex;
  /* width: 340px; */
  height: 54px;
  padding: 16px 24px 16px 35px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #a0c9fa;
  /* border: 1px solid var(--Secondary, #3849f7); */
  /* background: var(--Blue---70, #f8fbff); */

  background-image: url("../img/icons/search_normal.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
}

.border-ungu {
  border: 4px dashed #9747ff;
  border-radius: 10px;
}

.border-primary {
  border: 1px solid #ff5702 !important;
}

.form-check-input:checked[type="checkbox"]:not(.switch) {
  background-color: var(--bs-body-bg);
  background-image: url("../img/icons/icon_checklist.svg");
}

.form-check-input:checked[type="checkbox"].switch {
  background-color: var(--Green---100, #00af24);
  border-color: var(--Green---100, #00af24);
}

.form-check-input:checked[type="radio"] {
  background-color: var(--bs-body-bg);
  background-image: url("../img/icons/icon_circle.svg");
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--Primary, #ff5702) !important;
}

.nav-item.active {
  background-color: transparent !important;
}

.btn-dot {
  border: none;
  width: 20px;
  height: 20px;
  justify-content: center;
  display: inline-flex;
  padding: 2px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--Orange---80, #ffeade);
}

.btn-three-dots {
  border: none;
  /* top: 2rem !important; */
  /* right: 2rem !important; */
  /* position: absolute; */
  font-size: 1.5rem;
  padding: 0;
}

.modal-content {
  border-radius: 20px;
  background: var(--Blue---80, #ebf4ff);
  /* padding: 32px; */
  box-shadow: var(--bs-box-shadow);
}

.form-control.modal-input {
  border-radius: 10px;
  border: 1px solid #a0c9fa;
  background: var(--White, #fff);
  display: flex;
  height: 54px;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.tabs .nav-link.active {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 130.233px !important;
  border: 1.5px solid var(--Primary, #ff5702);
  background: var(--Primary, #ff5702);
  color: var(--White, #fff) !important;
  text-align: center;
  font-family: var(--font-family-satoshi-regular);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  --bs-btn-active-bg: var(--Primary, #ff5702);
  --bs-btn-active-border-color: var(--Primary, #ff5702);
}

.nav-item .nav-link.active svg path {
  fill: currentColor;
  stroke: none;
}

.badge.bg-secondary,
.badge.bg-blue-100,
.badge.bg-green {
  border-radius: 100px;
}

.file-drop-zone {
  border-radius: 10px;
  border: 4px dashed #a0c9fa;
  background: var(--White, #fff);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.file-drop-zone.dragging {
  border-color: #ff8491;
}

.btn-close {
  background: var(--Blue---90, #e0eeff) var(--bs-btn-close-bg) center/1em auto
    no-repeat;
  padding: 1rem;
  border-radius: 100px !important;
  --bs-btn-close-opacity: none;
}

.modal-profile {
  border-radius: 16px;
  border: 1px solid #a0c9fa;
  background: var(--Blue---90, #e0eeff);
}

.left-panel {
  background: linear-gradient(167deg, #3849f7 -28.93%, #cfe5ff 93.39%);
  position: sticky;
  top: 0;
  overflow-y: auto;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
}

.right-panel {
  overflow-y: auto;
  height: 100vh;
  /* display: flex;
  align-items: center; */
}

@media (max-width: 1024px) {
  .left-panel {
    position: relative;
    height: auto;
    overflow-y: visible;
    /* margin-bottom: 20px; */
  }

  .right-panel {
    height: auto;
    overflow-y: visible;
  }
}

.tab-content {
  display: flex;
  justify-content: center;
}

.navbar-beranda {
  /* border-bottom: 1px solid var(--Purple---90, #e0e3ff); */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  padding-top: 0;
  padding-bottom: 0;
}

.img-badge {
  background-color: transparent;
  height: 14px;
  width: 14px;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 0.27px solid var(--Gradasi---user---stroke, #fff);
  background: var(
    --Gradasi---user,
    linear-gradient(
      169deg,
      rgba(234, 255, 254, 0.5) 0%,
      rgba(201, 217, 241, 0.5) 97.46%
    )
  );
  box-shadow: 5.393px 5.393px 13.483px 0px rgba(25, 61, 131, 0.05);
  /* backdrop-filter: blur(1.617977499961853px); */
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.square {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--Secondary, #3849f7);
}

.border-secondary {
  border-radius: 20px;
  border: 1px solid var(--Secondary, #3849f7) !important;
  background: var(--Blue---70, #f8fbff);
}

.card-selected {
  border: 2px solid #ff5702 !important;
}

.pilih {
  border: 2px solid transparent;
}

.card-tgl {
  border-radius: 8px;
  border: 1px solid var(--Grey---100, #868686);
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-tgl span {
  display: flex;
  align-items: center;
}

.badge-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
}

/* datables */
/* Atur wrapper pagination */
.dataTables_paginate {
  text-align: center; /* Pusatkan pagination */
  margin-top: 20px;
}
/* Atur daftar pagination */
.dataTables_paginate .pagination {
  display: inline-flex;
  padding-left: 0;
  margin: 0;
  border-radius: 5px;
}
/* Atur setiap item halaman */
.dataTables_paginate .pagination .page-item {
  margin: 0 5px;
}
/* Tautan dalam item halaman */
.dataTables_paginate .pagination .page-link {
  color: #000000; /* Warna teks */
  background-color: #fff; /* Warna latar */
  border: none; /* Warna border */
  padding: 8px 12px;
  border-radius: 8px; /* Bulatkan tombol */
  text-decoration: none; /* Hilangkan underline */
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
/* Tautan halaman saat dihover */
.dataTables_paginate .pagination .page-link:hover {
  background-color: #ff6600;
  color: #fff; /* Warna teks berubah */
}
/* Tautan halaman aktif */
.dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #fff0e8;
  color: #ff5702;
  border-radius: 8px;
}
.dataTables_paginate .pagination .page-item.active .page-link:hover {
  background-color: #fff0e8;
  color: #ff5702;
  border-radius: 8px;
}
/* Tautan disabled */
.dataTables_paginate .pagination .page-item.previous .page-link {
  background-color: #afafaf;
  color: #ffffff;
}
.dataTables_paginate .pagination .page-item.next .page-link {
  background-color: #ff5702;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
}
/* hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  border: none !important;
}
.table-responsive {
  overflow-x: unset;
}
.buttons-html5,
.btn-info {
  background: #ff5702;
}
/* Kustomisasi kontainer pencarian */
#table-siswa_filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* Kustomisasi input pencarian */
#table-siswa_filter input {
  border: 1px solid #a0c9fa;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  padding: 10px 24px 10px 40px;
  background-image: url("../img/icons/search_normal.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  margin: 0.5rem;
}

.datatable-header {
  display: flex;
  justify-content: space-between; /* Pisahkan tombol dan search bar */
  align-items: center; /* Rata tengah secara vertikal */
  gap: 10px; /* Beri jarak antar elemen */
  flex-wrap: wrap; /* Pastikan tidak pecah jika layar kecil */
}
.dt-buttons {
  display: flex;
}
.dataTables_filter {
  margin-bottom: 0;
}
.dataTables_wrapper .btn-secondary {
  border-radius: unset !important;
}
.dataTables_wrapper .btn-warning {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.dataTables_wrapper .btn-info {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.toggle-password {
  top: 70%; /* Posisikan di tengah vertikal */
  transform: translateY(-50%); /* Geser ke atas agar benar-benar sejajar */
  font-size: 1.5rem; /* Ukuran ikon agar proporsional */
  line-height: 1; /* Pastikan tidak memengaruhi posisi */
}

/* .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
} */

/* .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  animation: scrollIndicator 2s ease-in-out;
}

.nav-pills::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
}

@keyframes scrollIndicator {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
} */
