@charset "UTF-8";
@media (min-width: 1280px) {
  

  .recommend-business-selector {
    align-self: stretch;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .recommend-header-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .recommend-header-title {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
  }

  .recommend-header-subtitle {
    color: #453e55;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }

  .recommend-option-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .recommend-option-item:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .recommend-option-item.recommend-selected {
    background: #e8f4fd;
    border: 2px solid #2196f3;
  }

  .recommend-option-content {
    flex: 1;
  }

  .recommend-business-name {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .recommend-business-type {
    color: #645e71;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 21px;
  }

  .recommend-check-icon {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
  }

  .recommend-check-mark {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-right: 2px solid #1C274C;
    border-top: 2px solid #1C274C;
    transform: rotate(45deg);
  }

  /* CSS untuk Skeleton Loader */
  .skeleton-loader {
    background-color: #a3a3a3;
    /* Warna latar belakang untuk efek skeleton */
    border-radius: 4px;
    /* Sudut sedikit membulat */
    width: 100%;
    /* Lebar penuh dari elemen container */
    height: 100%;
    /* Tinggi default */
    margin-bottom: 10px;
    /* Jarak antara loader dan elemen lainnya */
    position: relative;
    /* Untuk positioning elemen pseudo */
    overflow: hidden;
    /* Menghindari elemen pseudo meluap */
    margin: 0 auto 10px auto;
  }

  /* Animasi untuk efek skeleton berdenyut (pulse) */
  .skeleton-loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    animation: loading 1.5s infinite;
  }

  /* Definisi animasi loading */
  @keyframes loading {
    0% {
      left: -150%;
    }

    50% {
      left: 100%;
    }

    100% {
      left: 100%;
    }
  }

  .image-check[src=""] {
    display: none;
  }

  .bank-list-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
  }

  .bank-description {
    font-style: italic;
    color: #666;
    /* Anda dapat menyesuaikan warna sesuai kebutuhan */
  }

  .modal-body {
    overflow-y: auto;
    /* pastikan body modal bisa scroll */
  }

  .search-wrapper {
    position: sticky;
    /* atau fixed jika kamu ingin elemen tersebut tetap berada di posisi tetap */
    top: 0;
    /* atau atur sesuai kebutuhan */
    background-color: white;
    /* atau warna latar belakang yang sesuai */
    z-index: 1000;
    /* pastikan elemen ini berada di atas konten lain */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /* tambahan padding jika diperlukan */
  }

  .card-container {
    border: 1px solid #ff9900;
    /* Warna border card */
    border-radius: 8px;
    background-color: #fff8e6;
    /* Warna latar card */
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Efek bayangan */
  }

  .accordionNew {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
  }

  .accordionNew-header {
    background-color: #ff9900;
    /* Warna header accordion */
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
  }

  .accordionNew-header img {
    width: 24px;
    /* Lebar ikon */
    height: 24px;
    /* Tinggi ikon */
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    object-fit: contain;
    /* Memastikan gambar tidak terdistorsi */
  }

  .accordionNew-header span {
    font-weight: bold;
    flex: 1;
    /* Memastikan teks tetap di tengah */
  }

  .accordionNew-content {
    background-color: #fff8e6;
    /* Warna latar konten accordion */
    padding: 15px;
    font-size: 14px;
    color: #333;
    border-bottom-left-radius: 8px;
    /* Rounded di bagian bawah kiri */
    border-bottom-right-radius: 8px;
    /* Rounded di bagian bawah kanan */
  }

  .accordionNew-content ul {
    padding-left: 20px;
    /* Indentasi untuk list */
    margin: 0;
  }

  .accordionNew-content ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    /* Gaya bullet list */
  }

  .title-600-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-18 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-600-20 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-primary-700-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .font-500-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .font-500-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .span-highlight {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-primary {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
    /* text-decoration: none; */
  }

  .span-highlight-primary-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-warning {
    color: #dd6407;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 168%;
  }

  .span-highlight-muted {
    color: #868686;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 168%;
  }

  .span-highlight-green {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-green-20 {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-secondary {
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .devider-bottom {
    border-bottom: 2px solid #ededed;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-custom-outline-primary-bg-primary {
    border-radius: 8px;
    border: 1px solid #da2827 !important;
    width: max-content;
    height: 50%;
    padding: 10px 10px 30px;
    color: #da2827;
    border: none;
    background: transparent;
    font-size: 14px;
  }

  .alert-warning {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px !important;
    background: #fff9da !important;
  }

  .toast-success {
    border-radius: 8px;
    background: #d6fdd5 !important;
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.25px;
    width: fit-content;
  }

  .custom-checkbox {
    position: relative;
    width: 34px;
    max-width: 34px;
    height: 24px;
    max-height: 24px;
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
    transition: background-color 0.3s;
  }

  .custom-checkbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
  }

  .custom-checkbox:checked::before {
    background-color: #04b200;
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .input-custom-default {
    display: flex;
    width: 224px;
    height: 30px;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
  }

  .alert-custom-warning {
    display: inline-flex;
    padding: 4px 12px;
    max-width: 700px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #fde589;
    background: #fffcf0;
    color: #a97755;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    margin-top: 10px;
  }

  .alert-custom-warning svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-warning p {
    margin: 10px;
  }

  .alert-custom-success {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #7cb342;
    background: rgba(64, 174, 73, 0.1);
    color: #558b2f;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    width: 100%;
  }

  .alert-custom-success svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-success p {
    margin: 10px;
  }

  .form-input-custom-disabled {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #eee;
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-disabled input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .btn-custom-outline-primary-small {
    border-radius: 4px;
    border: 1px solid #de0a17;
    background: rgba(222, 10, 23, 0.1);
    display: flex;
    padding: 18px 12px;
    align-items: center;
    gap: 12px;
    text-align: start;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #da2827;
  }

  .btn-custom-outline-primary-white {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
  }

  .btn-custom-outline-primary-white-small {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 6px 12px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-upload-image-outline {
    display: flex;
    width: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #8e8e8e;
    margin-top: 12px;
    height: 200px;
  }

  .card-upload-image-outline .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }

  .form-group .form-input-custom {
    width: 100%;
  }

  .form-group .form-input-custom input {
    width: 100%;
  }

  .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
    margin-top: 8px;
  }

  .form-group .form-input-custom-select-modal span {
    width: 90%;
  }

  .form-input-custom {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    width: 100%;
    margin-top: 0px;
  }

  .form-input-custom span {
    width: 100%;
  }

  .form-input-custom input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .form-input-custom .gj-datepicker {
    margin-bottom: 0px !important;
  }

  .form-input-custom .gj-datepicker button {
    display: none;
  }

  .form-input-custom-select {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-select span {
    width: 100%;
    cursor: pointer;
  }

  .form-input-custom-select input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .list-select .list {
    cursor: pointer;
    padding: 14px;
    border-bottom: 1px solid #e3e3e3;
  }

  .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .form-upload-image {
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .button-group-confirmation {
    display: flex !important;
    gap: 10px;
    margin-top: 20px;
  }

  .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    margin-top: 0;
    background-color: transparent;
    background: red;
  }

  .button-group-confirmation .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
  }

  .spinner-border {
    width: 4rem;
    height: 4rem;
    color: #da2827;
    position: relative;
    top: -2rem;
    z-index: 99999;
  }

  body {
    background-image: url("../images/desktop-bg.png") !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0;
          padding: 0; */
    /* width: fit-content; */
  }

  body p {
    font-size: 16px !important;
  }

  .custom-checkbox {
    width: 24px;
    max-width: 24px;
  }

  .navbar {
    display: flex;
    width: 100%;
    padding: 12px 20px !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(230, 230, 230, 0.9),
      -5px -5px 10px 0px rgba(255, 255, 255, 0.9),
      5px -5px 10px 0px rgba(230, 230, 230, 0.2),
      -5px 5px 10px 0px rgba(230, 230, 230, 0.2),
      -1px -1px 2px 0px rgba(230, 230, 230, 0.5) inset,
      1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset !important;
  }

  .navbar .navbar-brand .logo-brand {
    max-width: 147.394px;
  }

  .navbar .btn-back {
    border: none;
    background-color: transparent;
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .container {
    /* Add any styling you need for your content container */
    max-width: 1200px;
    margin: 0 auto;
  }

  .container #body {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 297px;
    margin-right: 297px;
    align-items: center;
    /* display: flex; */
    /* custom accordion tutorial qris bootstrap */
    /* end custom tutorial qris accordion */
    /* custom pills navs */
    /* custom accrodion tutorial VA  */
    /* end custom accrodion tutorial VA  */
  }

  .container #body .toast-success {
    width: 45% !important;
  }

  .container #body .row-step-2 {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
    flex: 1 0 0;
    gap: 38px !important;
    margin-left: -297px;
    margin-right: -297px;
  }

  .container #body .row-step-2 #hero-index {
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-step-2 #hero-index .title-random {
    display: flex;
    gap: 10px;
  }

  .container #body .row-step-2 #hero-index .title-random .dark {
    color: #170e2b;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration {
    width: 500px;
    height: auto;
    margin-top: 0px;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration-walkthrough {
    width: 300px;
    height: auto;
    margin-top: 0px;
  }

  .container #body .row-step-2 #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-step-2 #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    width: 100%;
  }

  .container #body .row-step-2 #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-step-2 #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
    flex: 1 0 0;
    gap: 28px !important;
    margin-left: -297px;
    margin-right: -297px;
    margin-bottom: 34px;
  }

  .container #body .row-walkthrought #walkthrought {
    width: 50%;
  }

  .container #body .row-walkthrought #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration {
    width: 100% !important;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration-walkthrough {
    width: 50% !important;
  }

  .container #body .row-walkthrought #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-walkthrought #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-walkthrought #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    flex-direction: row;
    flex: 1 0 0;
    gap: 68px !important;
    margin-left: -297px;
    margin-right: -297px;
  }

  .container #body .row-registration #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-registration #hero-index .hero-ilustration {
    width: 900px;
  }

  .container #body .row-registration #hero-index .hero-ilustration {
    width: 700px;
  }

  .container #body .row-registration #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-registration #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-registration #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration #hero {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  .container #body .row-registration #hero .info-user-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body .row-registration #hero .info-user-checkout .info-user {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
  }

  .container #body .row-registration #hero h3 {
    color: #da2827;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-registration #hero p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration #hero .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #form-card-otp {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .container #body #form-card-otp .form-group-otp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #form-card-otp .form-group-otp .title-600-20 {
    font-size: 18px;
  }

  .container #body #form-card-otp .form-group-otp .form-input-custom {
    text-align: center;
  }

  .container #body #form-card-registration {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    /* width: 320px; */
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  .container #body #form-card-registration label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.25px;
  }

  .container #body #form-card-registration h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .error {
    box-shadow: 0px 0px 4px 0px #a11212 !important;
  }

  .container #body .devider {
    border: 1px #b0bec5 solid;
    margin-right: 3px;
    margin-left: 3px;
  }

  .container #body .title-checkout {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .form-input-custom-number {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  .container #body .btn-number-select {
    border: none;
    background-color: #fff;
  }

  .container #body .form-input-custom input {
    border: none;
    width: 90% !important;
  }

  .container #body .form-input-custom input:focus {
    outline: none;
    width: 85%;
  }

  .container #body .form-input-custom-number input {
    border: none;
    width: 65%;
  }

  .container #body .form-input-custom-number input:focus {
    outline: none;
    width: 65%;
  }

  .container #body .custom-small-text {
    color: #8e8e8e;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .container #body .custom-small-text-2 {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .container #body .tac {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .list-code .btn-select-country {
    background-color: none;
    border: none;
  }

  .container #body .list-code .list {
    display: flex;
    padding: 14px 8px;
    gap: 10px;
    align-self: stretch;
    margin-top: 16px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }

  .container #body .list-code .list .country-name {
    width: 100%;
  }

  .container #body .btn-skema {
    border: none;
    background-color: transparent;
    color: #595959;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
  }

  .container #body .table-discount {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
  }

  .container #body .table-discount .table .th-1 {
    border-radius: 10px 0px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .table-discount .table .th-2 {
    border-radius: 0px 10px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .validation-confirmation {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .card-title-merchant {
    display: flex;
    padding: 10px 9px;
    justify-content: center;
    align-items: center;
    gap: 8.365px;
    align-self: stretch;
    border-radius: 25.095px;
    border: 2px solid #ebebeb;
    background: #fff;
    box-shadow: 2px 3px 4px 0px rgba(218, 36, 36, 0.08);
  }

  .container #body .card-title-merchant span {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.644px;
  }

  .container #body .card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body .card-empty img {
    width: 96px;
    height: 96px;
  }

  .container #body .card-empty span {
    color: #969393;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    /* 23.52px */
  }

  .container #body .button-group-detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .container #body .button-group-detail .btn-custom-outline-primary {
    margin-top: 16px !important;
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    margin-top: 0;
    border: none;
    background-color: transparent;
  }

  .container #body .button-group-detail .btn-custom-outline-primary:hover {
    margin-top: 16px;
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation {
    display: flex !important;
    gap: 10px;
    margin-top: 20px;
  }

  .container #body .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    margin-top: 0;
    background-color: transparent;
    background: red;
  }

  .container
    #body
    .button-group-confirmation
    .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .card-list-pjsp {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 14px;
  }

  .container #body .card-list-pjsp .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
  }

  .container #body .card-list-pjsp-check {
    width: 100%;
    border-radius: 12px;
    padding: 14px;
    background-color: #f2fff4;
    border: 1px solid #047d10;
  }

  .container #body .card-list-pjsp-check .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp-check .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  .container #body .card-list-pjsp-check .custom-checkbox-2 {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .container #body .card-va {
    background-color: #f8f8f8;
    border-radius: 14px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 9px;
    justify-content: center;
    align-items: center;
  }

  .container #body .card-va img {
    width: 200px !important;
  }

  .container #body #form-card-checkout {
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 20px;
  }

  .container #body #form-card-checkout h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #form-card-checkout .row-checkout {
    border-radius: 16px;
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #form-card-checkout .row-checkout .card-item-checkout {
    flex: 1;
    max-width: 50%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body .list-item-checkout {
    display: flex;
    margin-top: 22px;
  }

  .container #body .list-item-checkout img {
    max-width: 50px;
    max-height: 50px;
  }

  .container #body .card-total-pay {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body .card-accordion {
    border: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    margin-bottom: 24px;
  }

  .container #body .button-group-tutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 14px;
  }

  .container #body #accordionQris .accordion {
    --bs-accordion-bg: transparent !important;
  }

  .container #body #accordionQris .barcode-reload {
    position: relative;
    display: flex;
    /* Membuat container sesuai dengan ukuran gambar */
    align-items: center;
    width: 70%;
  }

  .container #body #accordionQris .barcode-reload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.767);
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Menjadikan elemen anak di dalamnya menjadi kolom */
  }

  .container #body #accordionQris .img-qris {
    display: block;
    margin: auto;
    height: auto;
  }

  .container #body #accordionQris .center-content {
    text-align: center;
  }

  .container #body #accordionQris .button-in-layer {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    border-radius: 8px;
    font-size: 12px;
    background-color: #a11212;
  }

  .container #body #accordionQris .span-in-layer {
    position: absolute;
    top: 40%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .container #body #accordionQris .button-group-tutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 14px;
  }

  .container #body #accordionQris .button-group-tutorial button {
    height: 20px;
  }

  .container #body #accordionQris .accordion-item {
    border: none !important;
    background-color: none !important;
  }

  .container #body #accordionQris .badge-group {
    display: flex;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .container #body #accordionQris .badge-group .badge-accordion {
    width: fit-content;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #00b512;
    color: #fff;
  }

  .container #body #accordionQris .button-accordion-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #accordionQris .button-accordion-payment .title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .container #body #accordionQris .accordion-button {
    display: block !important;
    height: 64px !important;
  }

  .container #body #accordionQris .accordion-button:not(.collapsed) {
    border-radius: 20px !important;
    border: 1.4px solid #7cb342 !important;
    background-color: #f9fff9 !important;
  }

  .container #body #accordionQris .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #accordionQris .accordion-button::after {
    display: none;
  }

  .container #body .icon-payment {
    margin-right: 10px !important;
  }

  .container #body .list-bank {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .container #body .list-bank .image-bank {
    align-self: center;
    margin-left: auto;
  }

  .container #body .btn-pay-ovo {
    width: 50%;
    margin-top: 20px;
  }

  .container #body .btn-custom-next-ovo {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #da2827;
    color: #da2827;
    background: #fff;
    text-decoration: none;
  }

  .container #body #modalTutorial .nav-pills .nav-link.active,
  .container #body .nav-pills .show > .nav-link {
    border-radius: 50px;
    background: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body #modalTutorial .nav-link {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    background-color: transparent !important;
  }

  .container #body #modalTutorial .nav-pills {
    gap: 10px;
  }

  .container #body #modalTutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #modalTutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body #form-card-waiting {
    margin-top: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    /* width: 320px; */
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  .container #body #form-card-waiting h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .cost-breakdown-waiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body .modal-tutorial .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .container #body .modal-tutorial .modal-body {
    border-radius: 16px !important;
    padding: 15px;
  }

  .container #body .head-waiting-ewallet {
    display: flex;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #cfd8dc;
  }

  .container #body .alert-countdown {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px !important;
    background: #fff0f0 !important;
    color: #da2827 !important;
    width: 104px;
    height: 24px;
  }

  .container #body .form-va {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #form-card-pay-tutorial {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 24px;
  }

  .container #body #form-card-pay-tutorial .accordion {
    width: 100% !important;
  }

  .container #body #form-card-pay-tutorial .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #form-card-pay-tutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #form-card-pay-tutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body .btn-custom-android {
    display: flex;
    width: 100%;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .container #body .btn-custom-ios {
    display: flex;
    max-width: 100% !important;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: linear-gradient(180deg, #2b2b2b 0%, #505050 100%);
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
  }

  .container #body .list-survei {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body .list-survei input {
    width: 24px !important;
    height: 24px !important;
  }

  .container #body .identity-name {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: flex-start;
    align-self: stretch;
  }

  .container #body .identity-name span {
    font-size: 16px !important;
  }

  .container #body .identity-name .name {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
  }

  .container #body #list-submission-qris .card-submission-qris {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 14px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 16px;
  }

  .container #body #list-submission-qris .card-submission-qris .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
  }

  .container #body #list-submission-qris .card-submission-qris .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #list-info-registration {
    display: flex;
    width: 100% !important;
    padding: 24px 20px;
    flex-direction: column;
    line-height: 200%;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration {
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration .list {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    /* align-self: stretch; */
  }

  .container #body #list-info-registration .list-track-submission {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #list-info-registration .list-track-submission .btn-next {
    width: 110%;
  }

  .container
    #body
    #list-info-registration
    .list-track-submission
    .btn-jump-app {
    width: 100%;
  }

  .container #body .list-track-submission {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body .number-list-success {
    background-color: #558b2f;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding: 0;
  }

  .container #body .number-list-warning {
    background-color: #cf8200;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding: 0px;
  }

  .container #body .number-list-secondary {
    background-color: #868686;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding: 0px;
  }

  .container #body .btn-check-upload {
    width: 60%;
  }

  .container #body #form-card-upload {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    width: 100%;
  }

  .container #body #form-card-upload h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #form-card-upload .form-group {
    width: 100%;
  }

  .container #body #form-card-upload .form-group .form-select-custom {
    border: none;
  }

  .container #body #form-card-upload .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #form-card-upload .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #form-card-upload .form-upload-image {
    display: flex;
    width: 50% !important;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container #body #form-card-upload .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body .btn-custom-outline-primary-small {
    color: #a11212;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    height: 0 !important;
    margin-bottom: 14px;
  }

  .container #body #card-company-type {
    display: flex;
    width: 55%;
    max-width: 55%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #card-company-type h3 {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .btn-ketentuan {
    color: #558b2f;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body #card-company-type .card-store-name {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    width: 100%;
  }

  .container #body #card-company-type .card-store-name .form-group {
    width: 100%;
  }

  .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom {
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
  }

  .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom2 {
    width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: none;
  }

  .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom2
    .skeleton {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0, 51, 255) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: skeleton-loading 1.5s infinite;
    background-size: 100%;
  }

  @keyframes skeleton-loading {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  .container #body #card-company-type .card-store-name .alert-info {
    display: flex;
    width: fit-content;
    padding: 5px 10px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #1e88e5;
    background: rgba(30, 136, 229, 0.2);
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
  }

  .container #body #card-company-type .card-alert-company {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  .container #body #card-company-type .card-alert-company p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    border-radius: 10px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #card-company-type .check-branch-store {
    background: rgba(30, 136, 229, 0.1);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #card-company-type .check-branch-store .form-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1 0 0;
    margin: 0px;
  }

  .container #body #card-company-type .check-branch-store .form-group p {
    margin: 0px;
  }

  .container #body #card-company-type .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .form-group .form-input-custom {
    width: 100%;
  }

  .container #body #card-company-type .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-company-type .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-company-type .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-company-type .label-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
  }

  .container #body #card-company-type .label-company .head span {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company .head small {
    color: #646464;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company p {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container #body #walkthrought .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
    display: flex;
    align-self: center;
    align-items: center;
  }

  .container #body #walkthrought .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #walkthrought .card-alert-individu button {
    border: none;
    background-color: transparent;
  }

  .container #body #walkthrought .list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #walkthrought .list-card .card-walkthrought {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
  }

  .container #body #walkthrought .list-card .card-walkthrought span {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought
    .btn-custom-primary {
    margin-top: 0px;
    width: 70px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .container #body #walkthrought .list-card .card-walkthrought.success {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .icon-accordion {
    cursor: pointer;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header
    span {
    margin-left: 10px !important;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content {
    display: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 12px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    span {
    color: #595959;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    img {
    width: 130px;
    max-width: 130px;
    border-radius: 5px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .title {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .data {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion.active
    .accordion-content {
    display: block;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .icon-accordion {
    margin-left: auto;
  }

  .container #body #steper-pic {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 24px;
  }

  .container #body #steper-pic .progress-bar {
    display: flex;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }

  .container #body #steper-pic .progress-bar .bar-fill {
    width: 100%;
    border: 4px solid #ae0000;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-fill-success {
    width: 100%;
    border: 4px solid #047d10;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-notfill {
    width: 100%;
    border: 4px solid #c1c9d2;
    border-radius: 12px;
  }

  .container #body #card-pic {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-pic h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-pic .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-pic .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-pic .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-pic .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-pic .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-pic
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-pic .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container #body #card-pic .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-pic .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 460px;
    cursor: pointer;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 460px;
    cursor: pointer;
  }

  .container #body #card-rekening {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container #body #card-rekening .card-info {
    border-radius: 10px;
    background: #e0eefb;
    padding: 10px;
    width: 100%;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .form-group
    .form-input-custom {
    display: flex !important;
    align-items: center;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank
    .list-bank {
    padding: 8px 8px !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }

  .container #body #card-letter-authority {
    display: flex;
    width: 60% !important;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 34px;
    margin-bottom: 24px;
  }

  .container #body #card-letter-authority h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #card-letter-authority .card-warning {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fde589;
    background: #fffcf0;
  }

  .container #body #card-letter-authority .card-warning p {
    color: #a97755;
    font-family: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0px;
  }

  .container #body #card-letter-authority form {
    width: 100%;
  }

  .container #body #card-letter-authority form .form-group {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .container #body #card-letter-authority form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }

  .container #body #card-letter-authority .btn-custom-primary {
    width: 100%;
  }

  .container #body #card-document {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-document .btn-custom-outline-primary-white-small {
    width: 30% !important;
    align-self: flex-end;
  }

  .container #body #card-document #modalNpwp label {
    width: 100%;
  }

  .container #body #card-document #modalAkta label {
    width: 100%;
  }

  .container #body #card-document #modalUploadSiup label {
    width: 100%;
  }

  .container #body #card-document #modalUploadQris label {
    width: 100%;
  }

  .container #body #card-document h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-document .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-document .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-document .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-document .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-document .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-document
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-document .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-document
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-document .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-document .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-business-data h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-data .open-hours {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #card-business-data .open-hours .form-group {
    width: 100%;
  }

  .container #body #card-business-data .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-business-data .form-group .flex-sosmed {
    display: flex;
    height: 45.015px;
    justify-content: start;
    align-items: center;
    gap: 20.257px;
  }

  .container #body #card-business-data .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-business-data .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-business-data .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-data .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-data .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-data .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-pictures {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container
    #body
    #card-business-pictures
    .btn-custom-outline-primary-white-small {
    width: 30% !important;
  }

  .container #body #card-business-pictures h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-pictures #modalUploadProduk label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadLocation label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadBackground label {
    width: 100%;
  }

  .container #body #card-business-pictures .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-business-pictures .form-group .form-select-custom {
    border: none;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-pictures .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-pictures .form-group .form-upload-image {
    display: flex;
    width: 100%;
    min-height: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-pictures .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 200px;
  }

  .container #body #card-business-pictures .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (min-width: 834px) {
  

  .recommend-business-selector {
    align-self: stretch;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .recommend-header-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .recommend-header-title {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
  }

  .recommend-header-subtitle {
    color: #453e55;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }

  .recommend-option-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .recommend-option-item:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .recommend-option-item.recommend-selected {
    background: #e8f4fd;
    border: 2px solid #2196f3;
  }

  .recommend-option-content {
    flex: 1;
  }

  .recommend-business-name {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .recommend-business-type {
    color: #645e71;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 21px;
  }

  .recommend-check-icon {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
  }

  .recommend-check-mark {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-right: 2px solid #1C274C;
    border-top: 2px solid #1C274C;
    transform: rotate(45deg);
  }

  /* CSS untuk Skeleton Loader */
  .skeleton-loader {
    background-color: #a3a3a3;
    /* Warna latar belakang untuk efek skeleton */
    border-radius: 4px;
    /* Sudut sedikit membulat */
    width: 100%;
    /* Lebar penuh dari elemen container */
    height: 100%;
    /* Tinggi default */
    margin-bottom: 10px;
    /* Jarak antara loader dan elemen lainnya */
    position: relative;
    /* Untuk positioning elemen pseudo */
    overflow: hidden;
    /* Menghindari elemen pseudo meluap */
    margin: 0 auto 10px auto;
  }

  /* Animasi untuk efek skeleton berdenyut (pulse) */
  .skeleton-loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    animation: loading 1.5s infinite;
  }

  /* Definisi animasi loading */
  @keyframes loading {
    0% {
      left: -150%;
    }

    50% {
      left: 100%;
    }

    100% {
      left: 100%;
    }
  }

  .image-check[src=""] {
    display: none;
  }

  .bank-list-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
  }

  .bank-description {
    font-style: italic;
    color: #666;
    /* Anda dapat menyesuaikan warna sesuai kebutuhan */
  }

  .modal-body {
    overflow-y: auto;
    /* pastikan body modal bisa scroll */
  }

  .search-wrapper {
    position: sticky;
    /* atau fixed jika kamu ingin elemen tersebut tetap berada di posisi tetap */
    top: 0;
    /* atau atur sesuai kebutuhan */
    background-color: white;
    /* atau warna latar belakang yang sesuai */
    z-index: 1000;
    /* pastikan elemen ini berada di atas konten lain */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /* tambahan padding jika diperlukan */
  }

  .card-container {
    border: 1px solid #ff9900;
    /* Warna border card */
    border-radius: 8px;
    background-color: #fff8e6;
    /* Warna latar card */
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Efek bayangan */
  }

  .accordionNew {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
  }

  .accordionNew-header {
    background-color: #ff9900;
    /* Warna header accordion */
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
  }

  .accordionNew-header img {
    width: 24px;
    /* Lebar ikon */
    height: 24px;
    /* Tinggi ikon */
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    object-fit: contain;
    /* Memastikan gambar tidak terdistorsi */
  }

  .accordionNew-header span {
    font-weight: bold;
    flex: 1;
    /* Memastikan teks tetap di tengah */
  }

  .accordionNew-content {
    background-color: #fff8e6;
    /* Warna latar konten accordion */
    padding: 15px;
    font-size: 14px;
    color: #333;
    border-bottom-left-radius: 8px;
    /* Rounded di bagian bawah kiri */
    border-bottom-right-radius: 8px;
    /* Rounded di bagian bawah kanan */
  }

  .accordionNew-content ul {
    padding-left: 20px;
    /* Indentasi untuk list */
    margin: 0;
  }

  .accordionNew-content ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    /* Gaya bullet list */
  }

  .title-600-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-18 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-600-20 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-primary-700-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .font-500-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .font-500-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .span-highlight {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-primary {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
    /* text-decoration: none; */
  }

  .span-highlight-primary-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-warning {
    color: #dd6407;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 168%;
  }

  .span-highlight-muted {
    color: #868686;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 168%;
  }

  .span-highlight-green {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-green-20 {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-secondary {
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .devider-bottom {
    border-bottom: 2px solid #ededed;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-custom-outline-primary-bg-primary {
    border-radius: 8px;
    border: 1px solid #da2827 !important;
    width: max-content;
    height: 50%;
    padding: 10px 10px 30px;
    color: #da2827;
    border: none;
    background: transparent;
    font-size: 14px;
  }

  .alert-warning {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px !important;
    background: #fff9da !important;
  }

  .toast-success {
    border-radius: 8px;
    background: #d6fdd5 !important;
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.25px;
    width: fit-content;
  }

  .custom-checkbox {
    position: relative;
    width: 34px;
    max-width: 34px;
    height: 24px;
    max-height: 24px;
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
    transition: background-color 0.3s;
  }

  .custom-checkbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
  }

  .custom-checkbox:checked::before {
    background-color: #04b200;
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .input-custom-default {
    display: flex;
    width: 224px;
    height: 30px;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
  }

  .alert-custom-warning {
    display: inline-flex;
    padding: 4px 12px;
    max-width: 700px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #fde589;
    background: #fffcf0;
    color: #a97755;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    margin-top: 10px;
  }

  .alert-custom-warning svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-warning p {
    margin: 10px;
  }

  .alert-custom-success {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #7cb342;
    background: rgba(64, 174, 73, 0.1);
    color: #558b2f;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    width: 100%;
  }

  .alert-custom-success svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-success p {
    margin: 10px;
  }

  .form-input-custom-disabled {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #eee;
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-disabled input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .btn-custom-outline-primary-small {
    border-radius: 4px;
    border: 1px solid #de0a17;
    background: rgba(222, 10, 23, 0.1);
    display: flex;
    padding: 18px 12px;
    align-items: center;
    gap: 12px;
    text-align: start;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #da2827;
  }

  .btn-custom-outline-primary-white {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
  }

  .btn-custom-outline-primary-white-small {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 6px 12px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-upload-image-outline {
    display: flex;
    width: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #8e8e8e;
    margin-top: 12px;
    height: 200px;
  }

  .card-upload-image-outline .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }

  .form-group .form-input-custom {
    width: 100%;
  }

  .form-group .form-input-custom input {
    width: 100%;
  }

  .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
    margin-top: 8px;
  }

  .form-group .form-input-custom-select-modal span {
    width: 90%;
  }

  .form-input-custom {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    width: 100%;
    margin-top: 0px;
  }

  .form-input-custom span {
    width: 100%;
  }

  .form-input-custom input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .form-input-custom .gj-datepicker {
    margin-bottom: 0px !important;
  }

  .form-input-custom .gj-datepicker button {
    display: none;
  }

  .form-input-custom-select {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-select span {
    width: 100%;
    cursor: pointer;
  }

  .form-input-custom-select input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .list-select .list {
    cursor: pointer;
    padding: 14px;
    border-bottom: 1px solid #e3e3e3;
  }

  .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .form-upload-image {
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .button-group-confirmation {
    display: flex !important;
    gap: 10px;
    margin-top: 20px;
  }

  .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    margin-top: 0;
    background-color: transparent;
    background: red;
  }

  .button-group-confirmation .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
  }

  .spinner-border {
    width: 4rem;
    height: 4rem;
    color: #da2827;
    position: relative;
    top: -2rem;
    z-index: 99999;
  }

  body {
    background-image: url("../images/desktop-bg.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0;
          padding: 0; */
    /* width: fit-content; */
  }

  body p {
    font-size: 16px !important;
  }

  .custom-checkbox {
    width: 24px;
    max-width: 24px;
  }

  .navbar {
    display: flex;
    width: 100%;
    padding: 12px 20px !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(230, 230, 230, 0.9),
      -5px -5px 10px 0px rgba(255, 255, 255, 0.9),
      5px -5px 10px 0px rgba(230, 230, 230, 0.2),
      -5px 5px 10px 0px rgba(230, 230, 230, 0.2),
      -1px -1px 2px 0px rgba(230, 230, 230, 0.5) inset,
      1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset !important;
  }

  .navbar .navbar-brand .logo-brand {
    max-width: 147.394px;
  }

  .navbar .btn-back {
    border: none;
    background-color: transparent;
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .container {
    /* Add any styling you need for your content container */
    max-width: 1200px;
    margin: 0 auto;
  }

  .container #body {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    /* display: flex; */
    /* custom accordion tutorial qris bootstrap */
    /* end custom tutorial qris accordion */
    /* custom pills navs */
    /* custom accrodion tutorial VA  */
    /* end custom accrodion tutorial VA  */
  }

  .container #body .row-step-2 {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .container #body .row-step-2 #hero-index {
    margin-top: 30px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration {
    width: 500px;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration-walkthrough {
    width: 300px;
  }

  .container #body .row-step-2 #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-step-2 #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-step-2 #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-step-2 #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 34px;
  }

  .container #body .row-walkthrought #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration {
    width: 400px;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration-walkthrough {
    width: 200px;
  }

  .container #body .row-walkthrought #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-walkthrought #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-walkthrought #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .container #body #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  .container #body #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body #hero-index h3 {
    color: #da2827;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #hero {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  .container #body #hero .info-user-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #hero .info-user-checkout .info-user {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
  }

  .container #body #hero h3 {
    color: #da2827;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body #hero p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #hero .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #form-card-otp {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .container #body #form-card-otp .form-group-otp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #form-card-otp .form-group-otp .form-input-custom {
    text-align: center;
  }

  .container #body #form-card-otp .title-600-20 {
    font-size: 18px;
  }

  .container #body #form-card-registration {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    /* width: 320px; */
  }

  .container #body #form-card-registration label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.25px;
  }

  .container #body #form-card-registration h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .form-input-custom {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  .container #body .error {
    box-shadow: 0px 0px 4px 0px #a11212 !important;
  }

  .container #body .devider {
    border: 1px #b0bec5 solid;
    margin-right: 3px;
    margin-left: 3px;
  }

  .container #body .form-input-custom-number {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  .container #body .btn-number-select {
    border: none;
    background-color: #fff;
  }

  .container #body .form-input-custom input {
    border: none;
    width: 90% !important;
  }

  .container #body .form-input-custom input:focus {
    outline: none;
    width: 85%;
  }

  .container #body .form-input-custom-number input {
    border: none;
    width: 65%;
  }

  .container #body .form-input-custom-number input:focus {
    outline: none;
    width: 65%;
  }

  .container #body .custom-small-text {
    color: #8e8e8e;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .container #body .custom-small-text-2 {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .container #body .tac {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
  }

  .container #body .list-code .list {
    display: flex;
    padding: 14px 8px;
    gap: 10px;
    align-self: stretch;
    margin-top: 16px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }

  .container #body .list-code .list .country-name {
    width: 100%;
  }

  .container #body .list-code .btn-select-country {
    background-color: none;
    border: none;
  }

  .container #body .btn-skema {
    border: none;
    background-color: transparent;
    color: #595959;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
  }

  .container #body .table-discount {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
  }

  .container #body .table-discount .table .th-1 {
    border-radius: 10px 0px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .table-discount .table .th-2 {
    border-radius: 0px 10px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .validation-confirmation {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .button-group-confirmation {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .container #body .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    font-weight: 600;
    margin-top: 0;
  }

  .container
    #body
    .button-group-confirmation
    .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    font-weight: 600;
  }

  .container #body .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    font-weight: 600;
  }

  .container #body .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    margin-top: 0;
  }

  .container #body .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .card-list-pjsp {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 14px;
  }

  .container #body .card-list-pjsp .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  .container #body .card-list-pjsp-check {
    width: 100%;
    border-radius: 12px;
    padding: 14px;
    background-color: #f2fff4;
    border: 1px solid #047d10;
  }

  .container #body .card-list-pjsp-check .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp-check .head .custom-checkbox-2 {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
  }

  .container #body .card-list-pjsp-check .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  .container #body .card-va {
    background-color: #f8f8f8;
    border-radius: 14px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 9px;
    justify-content: center;
    align-items: center;
  }

  .container #body .card-va img {
    width: 200px !important;
  }

  .container #body #form-card-checkout {
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 20px;
  }

  .container #body #form-card-checkout .row-checkout {
    border-radius: 16px;
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #form-card-checkout .row-checkout .card-item-checkout {
    flex: 1;
    max-width: 50%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body #form-card-checkout h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .list-item-checkout {
    display: flex;
    margin-top: 22px;
  }

  .container #body .card-total-pay {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body .card-accordion {
    border: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    margin-bottom: 24px;
  }

  .container #body #accordionQris .accordion {
    --bs-accordion-bg: transparent !important;
  }

  .container #body #accordionQris .barcode-reload {
    position: relative;
    display: flex;
    /* Membuat container sesuai dengan ukuran gambar */
    align-items: center;
    width: 70%;
  }

  .container #body #accordionQris .barcode-reload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.767);
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Menjadikan elemen anak di dalamnya menjadi kolom */
  }

  .container #body #accordionQris .img-qris {
    display: block;
    margin: auto;
    height: auto;
  }

  .container #body #accordionQris .center-content {
    text-align: center;
  }

  .container #body #accordionQris .badge-group {
    display: flex;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .container #body #accordionQris .badge-group .badge-accordion {
    width: fit-content;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #00b512;
    color: #fff;
  }

  .container #body #accordionQris .button-accordion-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #accordionQris .button-accordion-payment .title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .container #body #accordionQris .button-in-layer {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    border-radius: 8px;
    font-size: 12px;
    background-color: #a11212;
  }

  .container #body #accordionQris .span-in-layer {
    position: absolute;
    top: 40%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .container #body #accordionQris .button-group-tutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 14px;
  }

  .container #body #accordionQris .button-group-tutorial button {
    height: 20px;
  }

  .container #body #accordionQris .accordion-item {
    border: none !important;
    background-color: none !important;
  }

  .container #body #accordionQris .accordion-button {
    display: block !important;
    height: 64px !important;
  }

  .container #body #accordionQris .accordion-button:not(.collapsed) {
    border-radius: 20px !important;
    border: 1.4px solid #7cb342 !important;
    background-color: #f9fff9 !important;
  }

  .container #body #accordionQris .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #accordionQris .accordion-button::after {
    display: none;
  }

  .container #body .icon-payment {
    margin-right: 10px !important;
  }

  .container #body .list-bank {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .container #body .list-bank .image-bank {
    align-self: center;
    margin-left: auto;
  }

  .container #body .btn-pay-ovo {
    width: 50%;
    margin-top: 20px;
  }

  .container #body .btn-custom-next-ovo {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #da2827;
    color: #da2827;
    background: #fff;
    text-decoration: none;
  }

  .container #body #modalTutorial .nav-pills .nav-link.active,
  .container #body .nav-pills .show > .nav-link {
    border-radius: 50px;
    background: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body #modalTutorial .nav-link {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    background-color: transparent !important;
  }

  .container #body #modalTutorial .nav-pills {
    gap: 10px;
  }

  .container #body #modalTutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #modalTutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body #form-card-waiting {
    margin-top: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    /* width: 320px; */
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  .container #body #form-card-waiting h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .cost-breakdown-waiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body .modal-tutorial .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .container #body .modal-tutorial .modal-body {
    border-radius: 16px !important;
    padding: 15px;
  }

  .container #body .head-waiting-ewallet {
    display: flex;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #cfd8dc;
  }

  .container #body .alert-countdown {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px !important;
    background: #fff0f0 !important;
    color: #da2827 !important;
    width: 104px;
    height: 24px;
  }

  .container #body .form-va {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #form-card-pay-tutorial {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 24px;
  }

  .container #body #form-card-pay-tutorial .accordion {
    width: 100% !important;
  }

  .container #body #form-card-pay-tutorial .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #form-card-pay-tutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #form-card-pay-tutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body .btn-custom-android {
    display: flex;
    width: 100%;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .container #body .btn-custom-ios {
    display: flex;
    max-width: 100% !important;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: linear-gradient(180deg, #2b2b2b 0%, #505050 100%);
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
  }

  .container #body .list-survei {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body .list-survei input {
    width: 24px;
    height: 24px;
  }

  .container #body .input-custom-default {
    display: flex;
    width: 100% !important;
    height: auto;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .container #body .identity-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }

  .container #body .identity-name span {
    font-size: 16px !important;
  }

  .container #body .identity-name .name {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
  }

  .container #body #list-submission-qris .card-submission-qris {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 14px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 16px;
  }

  .container #body #list-submission-qris .card-submission-qris .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
  }

  .container #body #list-submission-qris .card-submission-qris .list {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    align-self: stretch;
  }

  .container #body #list-info-registration {
    display: flex;
    width: 100% !important;
    padding: 24px 20px;
    flex-direction: column;
    line-height: 200%;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration {
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration .list {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    /* align-self: stretch; */
  }

  .container #body #list-info-registration .list-track-submission {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #list-info-registration .list-track-submission .btn-next {
    width: 110%;
  }

  .container
    #body
    #list-info-registration
    .list-track-submission
    .btn-jump-app {
    width: 100%;
  }

  .container #body .list-track-submission {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body .number-list-success {
    background-color: #558b2f;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .number-list-warning {
    background-color: #cf8200;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .number-list-secondary {
    background-color: #868686;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .btn-check-upload {
    width: 60%;
  }

  .container #body #form-card-upload {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    width: 100%;
  }

  .container #body #form-card-upload h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #form-card-upload .form-group {
    width: 100%;
  }

  .container #body #form-card-upload .form-group .form-select-custom {
    border: none;
  }

  .container #body #form-card-upload .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #form-card-upload .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #form-card-upload .form-upload-image {
    display: flex;
    width: 50% !important;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container #body #form-card-upload .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-company-type {
    display: flex;
    width: fit-content;
    padding: 24px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #card-company-type h3 {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .btn-ketentuan {
    color: #558b2f;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body #card-company-type .card-store-name {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body #card-company-type .card-store-name .form-group {
    width: 100%;
  }

  .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom {
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
  }

  .container #body #card-company-type .card-store-name .alert-info {
    display: flex;
    width: fit-content;
    padding: 5px 10px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #1e88e5;
    background: rgba(30, 136, 229, 0.2);
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
  }

  .container #body #card-company-type .check-branch-store {
    background: rgba(30, 136, 229, 0.1);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #card-company-type .check-branch-store .form-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1 0 0;
    margin: 0px;
  }

  .container #body #card-company-type .check-branch-store .form-group p {
    margin: 0px;
  }

  .container #body #card-company-type .card-alert-company {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  .container #body #card-company-type .card-alert-company p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #card-company-type .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  .container #body #card-company-type .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #card-company-type .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .form-group .form-input-custom {
    width: 100%;
  }

  .container #body #card-company-type .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-company-type .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-company-type .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-company-type .label-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
  }

  .container #body #card-company-type .label-company .head span {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company .head small {
    color: #646464;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company p {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container #body .card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body .card-empty img {
    width: 96px;
    height: 96px;
  }

  .container #body .card-empty span {
    color: #969393;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    /* 23.52px */
  }

  .container #body .button-group-detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .container #body .button-group-detail .btn-custom-outline-primary {
    margin-top: 16px !important;
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    margin-top: 0;
    border: none;
    background-color: transparent;
  }

  .container #body .button-group-detail .btn-custom-outline-primary:hover {
    margin-top: 16px;
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body #walkthrought .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
    display: flex;
    align-self: center;
    align-items: center;
  }

  .container #body #walkthrought .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
    width: 100%;
  }

  .container #body #walkthrought .card-alert-individu button {
    border: none;
    background-color: transparent;
  }

  .container #body #walkthrought .list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #walkthrought .list-card .card-walkthrought {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
  }

  .container #body #walkthrought .list-card .card-walkthrought span {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought
    .btn-custom-primary {
    margin-top: 0px;
    width: 70px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .container #body #walkthrought .list-card .card-walkthrought.success {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .icon-accordion {
    cursor: pointer;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header
    span {
    margin-left: 10px !important;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content {
    display: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 12px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    span {
    color: #595959;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    img {
    width: 130px;
    max-width: 130px;
    border-radius: 5px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .title {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .data {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion.active
    .accordion-content {
    display: block;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .icon-accordion {
    margin-left: auto;
  }

  .container #body .btn-custom-outline-primary-small {
    color: #a11212;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    height: 0 !important;
    margin-bottom: 14px;
  }

  .container #body #steper-pic {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 24px;
  }

  .container #body #steper-pic .progress-bar {
    display: flex;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }

  .container #body #steper-pic .progress-bar .bar-fill {
    width: 100%;
    border: 4px solid #ae0000;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-fill-success {
    width: 100%;
    border: 4px solid #047d10;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-notfill {
    width: 100%;
    border: 4px solid #c1c9d2;
    border-radius: 12px;
  }

  .container #body #card-pic {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-pic h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-pic .row-upload-ktp {
    display: flex;
    align-items: center;
    gap: 160px;
    align-self: stretch;
  }

  .container #body #card-pic .row-upload-ktp .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-pic .row-upload-ktp .form-group .form-select-custom {
    border: none;
  }

  .container
    #body
    #card-pic
    .row-upload-ktp
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container
    #body
    #card-pic
    .row-upload-ktp
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-pic .row-upload-ktp .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-pic
    .row-upload-ktp
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-pic .row-upload-ktp .form-group .form-upload-image {
    display: flex;
    padding: 61px 0px 50px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    width: 200px;
    max-width: 200px;
    height: 132px;
    max-height: 132px;
  }

  .container #body #card-pic .row-upload-ktp .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-pic .row-upload-ktp .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 460px;
    cursor: pointer;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 460px;
    cursor: pointer;
  }

  .container #body #card-rekening {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container #body #card-rekening .form-group {
    margin-bottom: 16px;
  }

  .container #body #card-rekening .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 8px;
  }

  .container #body #card-rekening .form-group .form-input-custom {
    width: 100%;
  }

  .container #body #card-rekening .form-group .form-input-custom input {
    width: 100%;
  }

  .container #body #card-rekening .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
  }

  .container
    #body
    #card-rekening
    .form-group
    .form-input-custom-select-modal
    span {
    width: 90%;
  }

  .container #body #card-rekening .card-info {
    border-radius: 10px;
    background: #e0eefb;
    padding: 10px;
    width: 100%;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .form-group
    .form-input-custom {
    display: flex !important;
    align-items: center;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank
    .list-bank {
    padding: 8px 8px;
    border-bottom: 1px solid #e3e3e3;
  }

  .container #body #card-letter-authority {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 34px;
    margin-bottom: 24px;
  }

  .container #body #card-letter-authority h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #card-letter-authority .card-warning {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fde589;
    background: #fffcf0;
  }

  .container #body #card-letter-authority .card-warning p {
    color: #a97755;
    font-family: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0px;
  }

  .container #body #card-letter-authority form {
    width: 100%;
  }

  .container #body #card-letter-authority form .form-group {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .container #body #card-letter-authority form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }

  .container #body #card-letter-authority .btn-custom-primary {
    width: 100%;
  }

  .container #body #card-document {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-document #modalNpwp label {
    width: 100%;
  }

  .container #body #card-document #modalAkta label {
    width: 100%;
  }

  .container #body #card-document #modalUploadSiup label {
    width: 100%;
  }

  .container #body #card-document #modalUploadQris label {
    width: 100%;
  }

  .container #body #card-document h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-document .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-document .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-document .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-document .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-document .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-document
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-document .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-document
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-document .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-document .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-business-data h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-data .open-hours {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #card-business-data .open-hours .form-group {
    width: 100%;
  }

  .container #body #card-business-data .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-business-data .form-group .flex-sosmed {
    display: flex;
    height: 45.015px;
    justify-content: start;
    align-items: center;
    gap: 20.257px;
  }

  .container #body #card-business-data .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-business-data .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-business-data .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-data .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-data .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-data .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-pictures {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-business-pictures h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-pictures #modalUploadProduk label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadLocation label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadBackground label {
    width: 100%;
  }

  .container #body #card-business-pictures .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-business-pictures .form-group .form-select-custom {
    border: none;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-pictures .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-pictures .form-group .form-upload-image {
    display: flex;
    width: 100%;
    min-height: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    img {
    max-width: 70px;
    max-height: 70px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    img {
    max-width: 70px;
    max-height: 70px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    img {
    max-width: 70px;
    max-height: 70px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-pictures .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0px;
  }

  .container #body #card-business-pictures .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0px;
  }

  .container #body #card-business-pictures .form-group .icon-image3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0px;
  }
}

@media screen and (min-width: 390px) and (max-width: 834px) {
  

  .recommend-business-selector {
    align-self: stretch;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .recommend-header-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .recommend-header-title {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
  }

  .recommend-header-subtitle {
    color: #453e55;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }

  .recommend-option-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .recommend-option-item:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .recommend-option-item.recommend-selected {
    background: #e8f4fd;
    border: 2px solid #2196f3;
  }

  .recommend-option-content {
    flex: 1;
  }

  .recommend-business-name {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .recommend-business-type {
    color: #645e71;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 21px;
  }

  .recommend-check-icon {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
  }

  .recommend-check-mark {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-right: 2px solid #1C274C;
    border-top: 2px solid #1C274C;
    transform: rotate(45deg);
  }

  /* CSS untuk Skeleton Loader */
  .skeleton-loader {
    background-color: #a3a3a3;
    /* Warna latar belakang untuk efek skeleton */
    border-radius: 4px;
    /* Sudut sedikit membulat */
    width: 100%;
    /* Lebar penuh dari elemen container */
    height: 100%;
    /* Tinggi default */
    margin-bottom: 10px;
    /* Jarak antara loader dan elemen lainnya */
    position: relative;
    /* Untuk positioning elemen pseudo */
    overflow: hidden;
    /* Menghindari elemen pseudo meluap */
    margin: 0 auto 10px auto;
  }

  /* Animasi untuk efek skeleton berdenyut (pulse) */
  .skeleton-loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    animation: loading 1.5s infinite;
  }

  /* Definisi animasi loading */
  @keyframes loading {
    0% {
      left: -150%;
    }

    50% {
      left: 100%;
    }

    100% {
      left: 100%;
    }
  }

  .image-check[src=""] {
    display: none;
  }

  .bank-list-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
  }

  .bank-description {
    font-style: italic;
    color: #666;
    /* Anda dapat menyesuaikan warna sesuai kebutuhan */
  }

  .modal-body {
    overflow-y: auto;
    /* pastikan body modal bisa scroll */
  }

  .search-wrapper {
    position: sticky;
    /* atau fixed jika kamu ingin elemen tersebut tetap berada di posisi tetap */
    top: 0;
    /* atau atur sesuai kebutuhan */
    background-color: white;
    /* atau warna latar belakang yang sesuai */
    z-index: 1000;
    /* pastikan elemen ini berada di atas konten lain */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /* tambahan padding jika diperlukan */
  }

  .card-container {
    border: 1px solid #ff9900;
    /* Warna border card */
    border-radius: 8px;
    background-color: #fff8e6;
    /* Warna latar card */
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Efek bayangan */
  }

  .accordionNew {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
  }

  .accordionNew-header {
    background-color: #ff9900;
    /* Warna header accordion */
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
  }

  .accordionNew-header img {
    width: 24px;
    /* Lebar ikon */
    height: 24px;
    /* Tinggi ikon */
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    object-fit: contain;
    /* Memastikan gambar tidak terdistorsi */
  }

  .accordionNew-header span {
    font-weight: bold;
    flex: 1;
    /* Memastikan teks tetap di tengah */
  }

  .accordionNew-content {
    background-color: #fff8e6;
    /* Warna latar konten accordion */
    padding: 15px;
    font-size: 14px;
    color: #333;
    border-bottom-left-radius: 8px;
    /* Rounded di bagian bawah kiri */
    border-bottom-right-radius: 8px;
    /* Rounded di bagian bawah kanan */
  }

  .accordionNew-content ul {
    padding-left: 20px;
    /* Indentasi untuk list */
    margin: 0;
  }

  .accordionNew-content ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    /* Gaya bullet list */
  }

  .title-600-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-18 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-600-20 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-primary-700-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .font-500-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .font-500-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .span-highlight {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-primary {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
    /* text-decoration: none; */
  }

  .span-highlight-primary-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-warning {
    color: #dd6407;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 168%;
  }

  .span-highlight-muted {
    color: #868686;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 168%;
  }

  .span-highlight-green {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-green-20 {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-secondary {
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .devider-bottom {
    border-bottom: 2px solid #ededed;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-custom-outline-primary-bg-primary {
    border-radius: 8px;
    border: 1px solid #da2827 !important;
    width: max-content;
    height: 50%;
    padding: 10px 10px 30px;
    color: #da2827;
    border: none;
    background: transparent;
    font-size: 14px;
  }

  .alert-warning {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px !important;
    background: #fff9da !important;
  }

  .toast-success {
    border-radius: 8px;
    background: #d6fdd5 !important;
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.25px;
    width: fit-content;
  }

  .custom-checkbox {
    position: relative;
    width: 34px;
    max-width: 34px;
    height: 24px;
    max-height: 24px;
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
    transition: background-color 0.3s;
  }

  .custom-checkbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
  }

  .custom-checkbox:checked::before {
    background-color: #04b200;
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .input-custom-default {
    display: flex;
    width: 224px;
    height: 30px;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
  }

  .alert-custom-warning {
    display: inline-flex;
    padding: 4px 12px;
    max-width: 700px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #fde589;
    background: #fffcf0;
    color: #a97755;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    margin-top: 10px;
  }

  .alert-custom-warning svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-warning p {
    margin: 10px;
  }

  .alert-custom-success {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #7cb342;
    background: rgba(64, 174, 73, 0.1);
    color: #558b2f;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    width: 100%;
  }

  .alert-custom-success svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-success p {
    margin: 10px;
  }

  .form-input-custom-disabled {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #eee;
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-disabled input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .btn-custom-outline-primary-small {
    border-radius: 4px;
    border: 1px solid #de0a17;
    background: rgba(222, 10, 23, 0.1);
    display: flex;
    padding: 18px 12px;
    align-items: center;
    gap: 12px;
    text-align: start;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #da2827;
  }

  .btn-custom-outline-primary-white {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
  }

  .btn-custom-outline-primary-white-small {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 6px 12px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-upload-image-outline {
    display: flex;
    width: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #8e8e8e;
    margin-top: 12px;
    height: 200px;
  }

  .card-upload-image-outline .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }

  .form-group .form-input-custom {
    width: 100%;
  }

  .form-group .form-input-custom input {
    width: 100%;
  }

  .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
    margin-top: 8px;
  }

  .form-group .form-input-custom-select-modal span {
    width: 90%;
  }

  .form-input-custom {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    width: 100%;
    margin-top: 0px;
  }

  .form-input-custom span {
    width: 100%;
  }

  .form-input-custom input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .form-input-custom .gj-datepicker {
    margin-bottom: 0px !important;
  }

  .form-input-custom .gj-datepicker button {
    display: none;
  }

  .form-input-custom-select {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-select span {
    width: 100%;
    cursor: pointer;
  }

  .form-input-custom-select input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .list-select .list {
    cursor: pointer;
    padding: 14px;
    border-bottom: 1px solid #e3e3e3;
  }

  .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .form-upload-image {
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .button-group-confirmation {
    display: flex !important;
    gap: 10px;
    margin-top: 20px;
  }

  .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    margin-top: 0;
    background-color: transparent;
    background: red;
  }

  .button-group-confirmation .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
  }

  .spinner-border {
    width: 4rem;
    height: 4rem;
    color: #da2827;
    position: relative;
    top: -2rem;
    z-index: 99999;
  }

  .custom-checkbox {
    width: 25px !important;
    max-width: 34px !important;
  }

  .navbar {
    display: flex;
    width: 100%;
    padding: 12px 20px !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(230, 230, 230, 0.9),
      -5px -5px 10px 0px rgba(255, 255, 255, 0.9),
      5px -5px 10px 0px rgba(230, 230, 230, 0.2),
      -5px 5px 10px 0px rgba(230, 230, 230, 0.2),
      -1px -1px 2px 0px rgba(230, 230, 230, 0.5) inset,
      1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset !important;
  }

  .navbar .navbar-brand .logo-brand {
    max-width: 147.394px;
  }

  .navbar .btn-back {
    border: none;
    background-color: transparent;
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  body {
    background-image: url("../images/background-image.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0;
          padding: 0; */
    /* width: fit-content; */
  }

  .container {
    /* Add any styling you need for your content container */
    max-width: 1200px;
    margin: 0 auto;
  }

  .container #body {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    /* display: flex; */
    /* custom accordion tutorial qris bootstrap */
    /* end custom tutorial qris accordion */
    /* custom pills navs */
    /* custom accrodion tutorial VA  */
    /* end custom accrodion tutorial VA  */
  }

  .container #body .row-step-2 {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .container #body .row-step-2 #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration {
    width: 100%;
  }

  .container #body .row-step-2 #hero-index .hero-ilustration-walkthrough {
    width: 70%;
  }

  .container #body .row-step-2 #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-step-2 #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    width: 100%;
  }

  .container #body .row-step-2 #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-step-2 #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .container #body .row-walkthrought #walkthrought {
    width: 100%;
    margin-bottom: 34px;
  }

  .container #body .row-walkthrought #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration {
    width: 100%;
  }

  .container #body .row-walkthrought #hero-index .hero-ilustration-walkthrough {
    width: 70%;
  }

  .container #body .row-walkthrought #hero-index .span-highlight {
    font-size: 16px !important;
  }

  .container #body .row-walkthrought #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-walkthrought #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-walkthrought #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .container #body .row-registration #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  .container #body .row-registration #hero-index .hero-ilustration {
    width: 100%;
    height: 100%;
  }

  .container #body .row-registration #hero-index .hero-ilustration-walkthrough {
    width: 70%;
    height: 70%;
  }

  .container #body .row-registration #hero-index h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body .row-registration #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body .row-registration #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #hero {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  .container #body #hero .info-user-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #hero .info-user-checkout .info-user {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
  }

  .container #body #hero h3 {
    color: #da2827;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  .container #body #hero p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #hero .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container #body #form-card-otp {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  .container #body #form-card-otp .form-group-otp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #form-card-otp .form-group-otp .form-input-custom {
    text-align: center;
  }

  .container #body #form-card-registration {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    /* width: 320px; */
  }

  .container #body #form-card-registration h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .form-input-custom {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  .container #body .error {
    box-shadow: 0px 0px 4px 0px #a11212 !important;
  }

  .container #body .devider {
    border: 1px #b0bec5 solid;
    margin-right: 3px;
    margin-left: 3px;
  }

  .container #body .form-input-custom-number {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  .container #body .btn-number-select {
    border: none;
    background-color: #fff;
  }

  .container #body .form-input-custom input {
    border: none;
    width: 85%;
  }

  .container #body .form-input-custom input:focus {
    outline: none;
    width: 85%;
  }

  .container #body .form-input-custom-number input {
    border: none;
    width: 65%;
  }

  .container #body .form-input-custom-number input:focus {
    outline: none;
    width: 65%;
  }

  .container #body .btn-custom-outline-primary-small {
    color: #a11212;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    height: 0 !important;
    margin-bottom: 14px;
  }

  .container #body .custom-small-text {
    color: #8e8e8e;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .container #body .custom-small-text-2 {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .container #body .tac {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
  }

  .container #body .list-code .list {
    display: flex;
    padding: 14px 8px;
    gap: 10px;
    align-self: stretch;
    margin-top: 16px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }

  .container #body .list-code .list .country-name {
    width: 100%;
  }

  .container #body .list-code .btn-select-country {
    background-color: none;
    border: none;
  }

  .container #body .btn-skema {
    border: none;
    background-color: transparent;
  }

  .container #body .table-discount {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
  }

  .container #body .table-discount .table .th-1 {
    border-radius: 10px 0px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .table-discount .table .th-2 {
    border-radius: 0px 10px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  .container #body .validation-confirmation {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .container #body .button-group-confirmation {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .container #body .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
  }

  .container
    #body
    .button-group-confirmation
    .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body .card-list-pjsp {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 14px;
  }

  .container #body .card-list-pjsp .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp .head .custom-checkbox-2 {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .container #body .card-list-pjsp .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 0%;
  }

  .container #body .card-list-pjsp-check {
    width: 100%;
    border-radius: 12px;
    padding: 14px;
    background-color: #f2fff4;
    border: 1px solid #047d10;
  }

  .container #body .card-list-pjsp-check .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .container #body .card-list-pjsp-check .head .custom-checkbox-2 {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .container #body .card-list-pjsp-check .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  .container #body .card-va {
    background-color: #f8f8f8;
    border-radius: 14px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 9px;
    justify-content: center;
    align-items: center;
  }

  .container #body .card-va img {
    width: 200px !important;
  }

  .container #body #form-card-checkout {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  .container #body #form-card-checkout h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #form-card-checkout .row-checkout {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .container #body #form-card-checkout .row-checkout .card-item-checkout {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    /* margin-bottom: 24px; */
  }

  .container #body .list-item-checkout {
    display: flex;
    margin-top: 22px;
  }

  .container #body .card-total-pay {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body .card-accordion {
    border: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    margin-bottom: 24px;
  }

  .container #body #accordionQris .accordion {
    --bs-accordion-bg: transparent !important;
  }

  .container #body #accordionQris .barcode-reload {
    position: relative;
    display: flex;
    /* Membuat container sesuai dengan ukuran gambar */
    align-items: center;
    width: 70%;
  }

  .container #body #accordionQris .barcode-reload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.767);
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Menjadikan elemen anak di dalamnya menjadi kolom */
  }

  .container #body #accordionQris .badge-group {
    display: flex;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .container #body #accordionQris .badge-group .badge-accordion {
    width: fit-content;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #00b512;
    color: #fff;
  }

  .container #body #accordionQris .button-accordion-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body #accordionQris .button-accordion-payment .title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .container #body #accordionQris .img-qris {
    display: block;
    margin: auto;
    height: auto;
  }

  .container #body #accordionQris .center-content {
    text-align: center;
  }

  .container #body #accordionQris .button-in-layer {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    border-radius: 8px;
    font-size: 12px;
    background-color: #a11212;
  }

  .container #body #accordionQris .span-in-layer {
    position: absolute;
    top: 30%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 15%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .container #body #accordionQris .accordion-item {
    border: none !important;
    background-color: none !important;
  }

  .container #body #accordionQris .accordion-button {
    display: block !important;
    height: 64px !important;
  }

  .container #body #accordionQris .accordion-button:not(.collapsed) {
    border-radius: 20px !important;
    border: 1.4px solid #7cb342 !important;
    background-color: #f9fff9 !important;
  }

  .container #body #accordionQris .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #accordionQris .accordion-button::after {
    display: none;
  }

  .container #body .icon-payment {
    margin-right: 10px !important;
  }

  .container #body .list-bank {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .container #body .list-bank .image-bank {
    align-self: center;
    margin-left: auto;
  }

  .container #body .btn-pay-ovo {
    width: 50%;
    margin-top: 20px;
  }

  .container #body .btn-custom-next-ovo {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #da2827;
    color: #da2827;
    background: #fff;
    text-decoration: none;
  }

  .container #body #modalTutorial .nav-pills .nav-link.active,
  .container #body .nav-pills .show > .nav-link {
    border-radius: 50px;
    background: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body #modalTutorial .nav-link {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    background-color: transparent !important;
  }

  .container #body #modalTutorial .nav-pills {
    gap: 10px;
  }

  .container #body #modalTutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #modalTutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body #form-card-waiting {
    margin-top: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    /* width: 320px; */
  }

  .container #body #form-card-waiting h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body .cost-breakdown-waiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container #body .modal-tutorial {
    max-width: none;
    height: 556px !important;
    margin: 150px auto;
    border-radius: 16px;
  }

  .container #body .modal-tutorial .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .container #body .modal-tutorial .modal-body {
    border-radius: 16px !important;
    padding: 15px;
  }

  .container #body .head-waiting-ewallet {
    display: flex;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #cfd8dc;
  }

  .container #body .alert-countdown {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px !important;
    background: #fff0f0 !important;
    color: #da2827 !important;
    width: 104px;
    height: 24px;
  }

  .container #body .form-va {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #form-card-pay-tutorial {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 24px;
  }

  .container #body #form-card-pay-tutorial .accordion {
    width: 100% !important;
  }

  .container #body #form-card-pay-tutorial .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  .container #body #form-card-pay-tutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body #form-card-pay-tutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  .container #body .btn-custom-android {
    display: flex;
    width: 100%;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .container #body .btn-custom-ios {
    display: flex;
    max-width: 360px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: linear-gradient(180deg, #2b2b2b 0%, #505050 100%);
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
  }

  .container #body .list-survei {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body .list-survei input {
    width: 24px;
    height: 24px;
  }

  .container #body .input-custom-default {
    display: flex;
    width: 100% !important;
    height: auto;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .container #body .identity-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }

  .container #body .identity-name span {
    font-size: 14px;
  }

  .container #body .identity-name .name {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
  }

  .container #body #list-submission-qris .card-submission-qris {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 14px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 16px;
  }

  .container #body #list-submission-qris .card-submission-qris .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
  }

  .container #body #list-submission-qris .card-submission-qris .list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    align-self: stretch;
  }

  .container #body #list-info-registration {
    display: flex;
    width: 320px;
    padding: 24px 20px;
    flex-direction: column;
    line-height: 200%;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration {
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
  }

  .container #body #list-info-registration .card-info-registration .list {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    /* align-self: stretch; */
  }

  .container #body #list-info-registration .list-track-submission {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .container #body #list-info-registration .list-track-submission .btn-next {
    width: 110%;
  }

  .container
    #body
    #list-info-registration
    .list-track-submission
    .btn-jump-app {
    width: 100%;
  }

  .container #body .list-track-submission {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  .container #body .number-list-success {
    background-color: #558b2f;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .number-list-warning {
    background-color: #cf8200;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .number-list-secondary {
    background-color: #868686;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  .container #body .btn-check-upload {
    width: 60%;
  }

  .container #body #form-card-upload {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    width: 100%;
  }

  .container #body #form-card-upload .form-group {
    width: 100%;
  }

  .container #body #form-card-upload .form-group .form-select-custom {
    border: none;
  }

  .container #body #form-card-upload .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #form-card-upload .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #form-card-upload .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container #body #form-card-upload .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-company-type {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  .container #body #card-company-type .check-branch-store {
    background: rgba(30, 136, 229, 0.1);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #card-company-type .check-branch-store .form-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1 0 0;
    margin: 0px;
  }

  .container #body #card-company-type .check-branch-store .form-group p {
    margin: 0px;
  }

  .container #body #card-company-type .btn-ketentuan {
    color: #558b2f;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container #body #card-company-type .card-store-name {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  .container #body #card-company-type .card-store-name .form-group {
    width: 100%;
  }

  .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom {
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
  }

  .container #body #card-company-type .card-store-name .alert-info {
    display: flex;
    width: fit-content;
    padding: 5px 10px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #1e88e5;
    background: rgba(30, 136, 229, 0.2);
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
  }

  .container #body #card-company-type h3 {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .card-alert-company {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  .container #body #card-company-type .card-alert-company p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #card-company-type .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  .container #body #card-company-type .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #card-company-type .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .form-group .form-input-custom {
    width: 100%;
  }

  .container #body #card-company-type .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-company-type .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-company-type .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-company-type .label-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
  }

  .container #body #card-company-type .label-company .head span {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company .head small {
    color: #646464;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  .container #body #card-company-type .label-company p {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container #body .card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .container #body .card-empty img {
    width: 96px;
    height: 96px;
  }

  .container #body .card-empty span {
    color: #969393;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    /* 23.52px */
  }

  .container #body .button-group-detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .container #body .button-group-detail .btn-custom-outline-primary {
    margin-top: 16px !important;
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    margin-top: 0;
    border: none;
    background-color: transparent;
  }

  .container #body .button-group-detail .btn-custom-outline-primary:hover {
    margin-top: 16px;
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .container #body #walkthrought .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
    display: flex;
    align-self: center;
    align-items: center;
  }

  .container #body #walkthrought .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  .container #body #walkthrought .card-alert-individu button {
    border: none;
    background-color: transparent;
  }

  .container #body #walkthrought .list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .container #body #walkthrought .list-card .card-walkthrought {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
  }

  .container #body #walkthrought .list-card .card-walkthrought span {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought
    .btn-custom-primary {
    margin-top: 0px;
    width: 70px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .container #body #walkthrought .list-card .card-walkthrought.success {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .icon-accordion {
    cursor: pointer;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion {
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header
    span {
    margin-left: 10px !important;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content {
    display: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 12px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    span {
    color: #595959;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    img {
    width: 130px;
    max-width: 130px;
    border-radius: 5px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .title {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .data {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    .btn-custom-primary {
    width: 100px;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion.active
    .accordion-content {
    display: block;
  }

  .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .icon-accordion {
    margin-left: auto;
  }

  .container #body #steper-pic {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 24px;
  }

  .container #body #steper-pic .progress-bar {
    display: flex;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }

  .container #body #steper-pic .progress-bar .bar-fill {
    width: 100%;
    border: 4px solid #ae0000;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-fill-success {
    width: 100%;
    border: 4px solid #047d10;
    border-radius: 12px;
  }

  .container #body #steper-pic .progress-bar .bar-notfill {
    width: 100%;
    border: 4px solid #c1c9d2;
    border-radius: 12px;
  }

  .container #body #card-pic {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-pic h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-pic .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-pic .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-pic .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-pic .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-pic .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-pic
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-pic .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container #body #card-pic .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-pic .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 340px;
    cursor: pointer;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 340px;
    cursor: pointer;
  }

  .container #body #card-rekening {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container #body #card-rekening .form-group {
    margin-bottom: 16px;
  }

  .container #body #card-rekening .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 8px;
  }

  .container #body #card-rekening .form-group .form-input-custom {
    width: 100%;
  }

  .container #body #card-rekening .form-group .form-input-custom input {
    width: 100%;
  }

  .container #body #card-rekening .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
  }

  .container
    #body
    #card-rekening
    .form-group
    .form-input-custom-select-modal
    span {
    width: 90%;
  }

  .container #body #card-rekening .card-info {
    border-radius: 10px;
    background: #e0eefb;
    padding: 10px;
    width: 100%;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .form-group
    .form-input-custom {
    display: flex !important;
    align-items: center;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .container
    #body
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank
    .list-bank {
    padding: 8px 8px;
    border-bottom: 1px solid #e3e3e3;
  }

  .container #body #card-letter-authority {
    display: flex;
    width: 100;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 34px;
    margin-bottom: 24px;
  }

  .container #body #card-letter-authority h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container #body #card-letter-authority .card-warning {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fde589;
    background: #fffcf0;
  }

  .container #body #card-letter-authority .card-warning p {
    color: #a97755;
    font-family: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0px;
  }

  .container #body #card-letter-authority form {
    width: 100%;
  }

  .container #body #card-letter-authority form .form-group {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .container #body #card-letter-authority form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }

  .container #body #card-letter-authority .btn-custom-primary {
    width: 100%;
  }

  .container #body #card-document {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-document #modalNpwp label {
    width: 100%;
  }

  .container #body #card-document #modalAkta label {
    width: 100%;
  }

  .container #body #card-document #modalUploadSiup label {
    width: 100%;
  }

  .container #body #card-document #modalUploadQris label {
    width: 100%;
  }

  .container #body #card-document h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-document .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-document .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-document .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-document .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-document .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-document
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-document .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-document
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-document .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-document .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-business-data h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-data .open-hours {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .container #body #card-business-data .open-hours .form-group {
    width: 100%;
  }

  .container #body #card-business-data .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container #body #card-business-data .form-group .flex-sosmed {
    display: flex;
    height: 45.015px;
    justify-content: start;
    align-items: center;
    gap: 20.257px;
  }

  .container #body #card-business-data .form-group .form-select-custom {
    border: none;
  }

  .container #body #card-business-data .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container #body #card-business-data .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-data .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-data .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  .container
    #body
    #card-business-data
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-data .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-data .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-pictures {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  .container #body #card-business-pictures h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container #body #card-business-pictures #modalUploadProduk label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadLocation label {
    width: 100%;
  }

  .container #body #card-business-pictures #modalUploadBackground label {
    width: 100%;
  }

  .container #body #card-business-pictures form {
    width: 100%;
  }

  .container #body #card-business-pictures form .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom {
    border: none;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  .container #body #card-business-pictures form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  .container #body #card-business-pictures form .form-group .form-upload-image {
    display: flex;
    width: 100%;
    min-height: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  .container #body #card-business-pictures form .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 200px;
  }

  .container #body #card-business-pictures form .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .container #body #card-business-pictures form .form-group .icon-image3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (min-width: 360px) and (max-width: 390px) {
  

  .recommend-business-selector {
    align-self: stretch;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .recommend-header-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .recommend-header-title {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
  }

  .recommend-header-subtitle {
    color: #453e55;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }

  .recommend-option-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .recommend-option-item:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .recommend-option-item.recommend-selected {
    background: #e8f4fd;
    border: 2px solid #2196f3;
  }

  .recommend-option-content {
    flex: 1;
  }

  .recommend-business-name {
    color: #170e2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .recommend-business-type {
    color: #645e71;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 21px;
  }

  .recommend-check-icon {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
  }

  .recommend-check-mark {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-right: 2px solid #1C274C;
    border-top: 2px solid #1C274C;
    transform: rotate(45deg);
  }

  /* CSS untuk Skeleton Loader */
  .skeleton-loader {
    background-color: #a3a3a3;
    /* Warna latar belakang untuk efek skeleton */
    border-radius: 4px;
    /* Sudut sedikit membulat */
    width: 100%;
    /* Lebar penuh dari elemen container */
    height: 100%;
    /* Tinggi default */
    margin-bottom: 10px;
    /* Jarak antara loader dan elemen lainnya */
    position: relative;
    /* Untuk positioning elemen pseudo */
    overflow: hidden;
    /* Menghindari elemen pseudo meluap */
    margin: 0 auto 10px auto;
  }

  /* Animasi untuk efek skeleton berdenyut (pulse) */
  .skeleton-loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    animation: loading 1.5s infinite;
  }

  /* Definisi animasi loading */
  @keyframes loading {
    0% {
      left: -150%;
    }

    50% {
      left: 100%;
    }

    100% {
      left: 100%;
    }
  }

  .image-check[src=""] {
    display: none;
  }

  .bank-list-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
  }

  .bank-description {
    font-style: italic;
    color: #666;
    /* Anda dapat menyesuaikan warna sesuai kebutuhan */
  }

  .modal-body {
    overflow-y: auto;
    /* pastikan body modal bisa scroll */
  }

  .search-wrapper {
    position: sticky;
    /* atau fixed jika kamu ingin elemen tersebut tetap berada di posisi tetap */
    top: 0;
    /* atau atur sesuai kebutuhan */
    background-color: white;
    /* atau warna latar belakang yang sesuai */
    z-index: 1000;
    /* pastikan elemen ini berada di atas konten lain */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /* tambahan padding jika diperlukan */
  }

  .alert-custom-danger {
    border: 1px solid #f5c6cb;
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    margin-top: 20px;
  }

  .card-container {
    border: 1px solid #ff9900;
    /* Warna border card */
    border-radius: 8px;
    background-color: #fff8e6;
    /* Warna latar card */
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Efek bayangan */
  }

  .accordionNew {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
  }

  .accordionNew-header {
    background-color: #ff9900;
    /* Warna header accordion */
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
  }

  .accordionNew-header img {
    width: 24px;
    /* Lebar ikon */
    height: 24px;
    /* Tinggi ikon */
    margin-right: 10px;
    /* Jarak antara ikon dan teks */
    object-fit: contain;
    /* Memastikan gambar tidak terdistorsi */
  }

  .accordionNew-header span {
    font-weight: bold;
    flex: 1;
    /* Memastikan teks tetap di tengah */
  }

  .accordionNew-content {
    background-color: #fff8e6;
    /* Warna latar konten accordion */
    padding: 15px;
    font-size: 14px;
    color: #333;
    border-bottom-left-radius: 8px;
    /* Rounded di bagian bawah kiri */
    border-bottom-right-radius: 8px;
    /* Rounded di bagian bawah kanan */
  }

  .accordionNew-content ul {
    padding-left: 20px;
    /* Indentasi untuk list */
    margin: 0;
  }

  .accordionNew-content ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    /* Gaya bullet list */
  }

  .title-600-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  .title-600-18 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-600-20 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 128%;
  }

  .title-primary-700-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  .font-500-16 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .font-500-14 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  .span-highlight {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-primary {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
    /* text-decoration: none; */
  }

  .span-highlight-primary-16 {
    color: #da2827;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-warning {
    color: #dd6407;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 168%;
  }

  .span-highlight-muted {
    color: #868686;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 168%;
  }

  .span-highlight-green {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-green-20 {
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .span-highlight-secondary {
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
  }

  .devider-bottom {
    border-bottom: 2px solid #ededed;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn-custom-outline-primary-bg-primary {
    border-radius: 8px;
    border: 1px solid #da2827 !important;
    width: max-content;
    height: 50%;
    padding: 10px 10px 30px;
    color: #da2827;
    border: none;
    background: transparent;
    font-size: 14px;
  }

  .alert-warning {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px !important;
    background: #fff9da !important;
  }

  .toast-success {
    border-radius: 8px;
    background: #d6fdd5 !important;
    color: #047d10;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.25px;
    width: fit-content;
  }

  .custom-checkbox {
    position: relative;
    width: 34px;
    max-width: 34px;
    height: 24px;
    max-height: 24px;
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
    transition: background-color 0.3s;
  }

  .custom-checkbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
  }

  .custom-checkbox:checked::before {
    background-color: #04b200;
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  .input-custom-default {
    display: flex;
    width: 224px;
    height: 30px;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
  }

  .alert-custom-warning {
    display: inline-flex;
    padding: 4px 12px;
    max-width: 700px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #fde589;
    background: #fffcf0;
    color: #a97755;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    margin-top: 10px;
  }

  .alert-custom-warning svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-warning p {
    margin: 10px;
  }

  .alert-custom-success {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 4px;
    border: 1px solid #7cb342;
    background: rgba(64, 174, 73, 0.1);
    color: #558b2f;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    width: 100%;
  }

  .alert-custom-success svg {
    min-width: 24px !important;
    min-height: 24px !important;
  }

  .alert-custom-success p {
    margin: 10px;
  }

  .form-input-custom-disabled {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #eee;
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-disabled input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .btn-custom-outline-primary-small {
    border-radius: 4px;
    border: 1px solid #de0a17;
    background: rgba(222, 10, 23, 0.1);
    display: flex;
    padding: 18px 12px;
    align-items: center;
    gap: 12px;
    text-align: start;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #da2827;
  }

  .btn-custom-outline-primary-white {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
  }

  .btn-custom-outline-primary-white-small {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #da2827;
    width: 100%;
    padding: 6px 12px;
    color: #da2827;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-upload-image-outline {
    display: flex;
    width: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #8e8e8e;
    margin-top: 12px;
    height: 200px;
  }

  .card-upload-image-outline .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }

  .form-group .form-input-custom {
    width: 100%;
  }

  .form-group .form-input-custom input {
    width: 100%;
  }

  .form-group .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
    margin-top: 8px;
  }

  .form-group .form-input-custom-select-modal span {
    width: 90%;
  }

  .form-input-custom {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    width: 100%;
    margin-top: 0px;
  }

  .form-input-custom span {
    width: 100%;
  }

  .form-input-custom input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .form-input-custom .gj-datepicker {
    margin-bottom: 0px !important;
  }

  .form-input-custom .gj-datepicker button {
    display: none;
  }

  .form-input-custom-select {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    width: 100%;
    margin-top: 8px;
  }

  .form-input-custom-select span {
    width: 100%;
    cursor: pointer;
  }

  .form-input-custom-select input {
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .list-select .list {
    cursor: pointer;
    padding: 14px;
    border-bottom: 1px solid #e3e3e3;
  }

  .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .form-upload-image {
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .button-group-confirmation {
    display: flex !important;
    gap: 10px;
    margin-top: 20px;
  }

  .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
    margin-top: 0;
    background-color: transparent;
    background: red;
  }

  .button-group-confirmation .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
  }

  .spinner-border {
    width: 4rem;
    height: 4rem;
    color: #da2827;
    position: relative;
    top: -2rem;
    z-index: 99999;
  }

  body {
    background-image: url("../images/background-image.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0;
        padding: 0; */
    /* width: fit-content; */
  }

  body .custom-checkbox {
    width: 25px !important;
    max-width: 34px !important;
  }

  body .navbar {
    display: flex;
    width: 100%;
    padding: 12px 20px !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(230, 230, 230, 0.9),
      -5px -5px 10px 0px rgba(255, 255, 255, 0.9),
      5px -5px 10px 0px rgba(230, 230, 230, 0.2),
      -5px 5px 10px 0px rgba(230, 230, 230, 0.2),
      -1px -1px 2px 0px rgba(230, 230, 230, 0.5) inset,
      1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset !important;
  }

  body .navbar .navbar-brand {
    max-width: 50% !important;
  }

  body .navbar .navbar-brand .logo-brand {
    max-width: 147.394px;
  }

  body .navbar .btn-back {
    border: none;
    background-color: transparent;
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  body .container {
    /* Add any styling you need for your content container */
    max-width: 1200px;
    margin: 0 auto;
  }

  body .container .toast-success {
    width: 87%;
  }

  body .container #body {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    /* display: flex; */
    /* custom accordion tutorial qris bootstrap */
    /* end custom tutorial qris accordion */
    /* custom pills navs */
    /* custom accrodion tutorial VA  */
    /* end custom accrodion tutorial VA  */
  }

  body .container #body .row-step-2 {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  body .container #body .row-step-2 #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body .container #body .row-step-2 #hero-index .hero-ilustration {
    width: 100%;
  }

  body .container #body .row-step-2 #hero-index .hero-ilustration-walkthrough {
    width: 70%;
  }

  body .container #body .row-step-2 #hero-index .span-highlight {
    font-size: 16px !important;
  }

  body .container #body .row-step-2 #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    width: 100%;
  }

  body .container #body .row-step-2 #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body .row-step-2 #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body .row-walkthrought {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  body .container #body .row-walkthrought #walkthrought {
    width: 100%;
    margin-bottom: 34px;
  }

  body .container #body .row-walkthrought #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body .container #body .row-walkthrought #hero-index .hero-ilustration {
    width: 100%;
  }

  body
    .container
    #body
    .row-walkthrought
    #hero-index
    .hero-ilustration-walkthrough {
    width: 70%;
  }

  body .container #body .row-walkthrought #hero-index .span-highlight {
    font-size: 16px !important;
  }

  body .container #body .row-walkthrought #hero-index h3 {
    color: #170e2b;
    width: 70%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  body .container #body .row-walkthrought #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body .row-walkthrought #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body .row-registration {
    display: block;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  body .container #body .row-registration #hero-index {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  body .container #body .row-registration #hero-index .hero-ilustration {
    width: 100%;
    height: 100%;
  }

  body
    .container
    #body
    .row-registration
    #hero-index
    .hero-ilustration-walkthrough {
    width: 70%;
    height: 70%;
  }

  body .container #body .row-registration #hero-index h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  body .container #body .row-registration #hero-index p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body .row-registration #hero-index .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body #hero {
    margin-top: 36px;
    text-align: center;
    background: transparent;
  }

  body .container #body #hero .info-user-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  body .container #body #hero .info-user-checkout .info-user {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.5px;
  }

  body .container #body #hero h3 {
    color: #da2827;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
  }

  body .container #body #hero p {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body #hero .register-yet {
    color: #5f6368;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body .container #body #form-card-otp {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  body .container #body #form-card-otp .form-group-otp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  body .container #body #form-card-otp .form-group-otp .form-input-custom {
    text-align: center;
  }

  body .container #body #form-card-registration {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    /* width: 320px; */
  }

  body .container #body #form-card-registration form {
    width: 100% !important;
  }

  body .container #body #form-card-registration h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body .container #body .form-input-custom {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  body .container #body .error {
    box-shadow: 0px 0px 4px 0px #a11212 !important;
  }

  body .container #body .devider {
    border: 1px #b0bec5 solid;
    margin-right: 3px;
    margin-left: 3px;
  }

  body .container #body .form-input-custom-number {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
    padding: 8px;
    width: 100%;
  }

  body .container #body .btn-number-select {
    border: none;
    background-color: #fff;
  }

  body .container #body .form-input-custom input {
    border: none;
    width: 85%;
  }

  body .container #body .form-input-custom input:focus {
    outline: none;
    width: 85%;
  }

  body .container #body .form-input-custom-number input {
    border: none;
    width: 65%;
  }

  body .container #body .form-input-custom-number input:focus {
    outline: none;
    width: 65%;
  }

  body .container #body .custom-small-text {
    color: #8e8e8e;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.25px;
  }

  body .container #body .custom-small-text-2 {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
    text-decoration: none;
  }

  body .container #body .tac {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  body .container #body .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
  }

  body .container #body .list-code .list {
    display: flex;
    padding: 14px 8px;
    gap: 10px;
    align-self: stretch;
    margin-top: 16px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }

  body .container #body .list-code .list .country-name {
    width: 100%;
  }

  body .container #body .list-code .btn-select-country {
    background-color: none;
    border: none;
  }

  body .container #body .btn-skema {
    border: none;
    background-color: transparent;
  }

  body .container #body .table-discount {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
  }

  body .container #body .table-discount .table .th-1 {
    border-radius: 10px 0px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  body .container #body .table-discount .table .th-2 {
    border-radius: 0px 10px 0px 0px;
    background-color: #da2424;
    color: #fff;
  }

  body .container #body .validation-confirmation {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  body .container #body .button-group-confirmation {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  body .container #body .button-group-confirmation .btn-custom-outline-primary {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    border: none;
  }

  body
    .container
    #body
    .button-group-confirmation
    .btn-custom-outline-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body .button-group-confirmation .btn-custom-disabled {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body .button-group-confirmation .btn-custom-disabled:hover {
    border-radius: 50px;
    background: #b0bec5;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body .button-group-confirmation .btn-custom-primary {
    border-radius: 50px;
    background: #da2827;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body .button-group-confirmation .btn-custom-primary:hover {
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body .card-list-pjsp {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 14px;
  }

  body .container #body .card-list-pjsp .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  body .container #body .card-list-pjsp .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  body .container #body .card-list-pjsp-check {
    width: 100%;
    border-radius: 12px;
    padding: 14px;
    background-color: #f2fff4;
    border: 1px solid #047d10;
  }

  body .container #body .card-list-pjsp-check .head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  body .container #body .card-list-pjsp-check .head .custom-checkbox-2 {
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
  }

  body .container #body .card-list-pjsp-check .head .title-head-pjsp {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    width: 100%;
  }

  body .container #body .card-va {
    background-color: #f8f8f8;
    border-radius: 14px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 9px;
    justify-content: center;
    align-items: center;
  }

  body .container #body .card-va img {
    width: 200px !important;
  }

  body .container #body #form-card-checkout {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }

  body .container #body #form-card-checkout h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body .container #body #form-card-checkout .row-checkout {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  body .container #body #form-card-checkout .row-checkout .card-item-checkout {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  body .container #body .list-item-checkout {
    display: flex;
    margin-top: 22px;
  }

  body .container #body .card-total-pay {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  body .container #body .card-accordion {
    border: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    margin-bottom: 24px;
  }

  body .container #body #accordionQris .accordion {
    --bs-accordion-bg: transparent !important;
  }

  body .container #body #accordionQris .badge-group {
    display: flex;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  body .container #body #accordionQris .badge-group .badge-accordion {
    width: fit-content;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #00b512;
    color: #fff;
  }

  body .container #body #accordionQris .button-accordion-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  body .container #body #accordionQris .button-accordion-payment .title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  body .container #body #accordionQris .barcode-reload {
    position: relative;
    display: flex;
    /* Membuat container sesuai dengan ukuran gambar */
    align-items: center;
    width: 70%;
  }

  body .container #body #accordionQris .barcode-reload::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.767);
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Menjadikan elemen anak di dalamnya menjadi kolom */
  }

  body .container #body #accordionQris .img-qris {
    display: block;
    margin: auto;
    height: auto;
  }

  body .container #body #accordionQris .center-content {
    text-align: center;
  }

  body .container #body #accordionQris .button-in-layer {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 18%;
    border-radius: 8px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    background-color: #a11212;
  }

  body .container #body #accordionQris .span-in-layer {
    position: absolute;
    top: 30%;
    left: 15%;
    right: 15%;
    width: 70%;
    height: 15%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  body .container #body #accordionQris .accordion-item {
    border: none !important;
    background-color: none !important;
  }

  body .container #body #accordionQris .accordion-button {
    display: block !important;
    height: 64px !important;
  }

  body
    .container
    #body
    #accordionQris
    .accordion-button
    .button-accordion-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 2px;
    /* padding: 20px 16px; */
  }

  body
    .container
    #body
    #accordionQris
    .accordion-button
    .button-accordion-payment
    .title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    /* width: 50%; */
  }

  body .container #body #accordionQris .accordion-button:not(.collapsed) {
    border-radius: 20px !important;
    border: 1.4px solid #7cb342 !important;
    background-color: #f9fff9 !important;
  }

  body .container #body #accordionQris .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  body .container #body #accordionQris .accordion-button::after {
    display: none;
  }

  body .container #body .icon-payment {
    margin-right: 10px !important;
  }

  body .container #body .title-icon span {
    font-size: 14px !important;
  }

  body .container #body .list-bank {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  body .container #body .list-bank .image-bank {
    align-self: center;
    margin-left: auto;
  }

  body .container #body .btn-pay-ovo {
    width: 50%;
    margin-top: 20px;
  }

  body .container #body .btn-custom-next-ovo {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #da2827;
    color: #da2827;
    background: #fff;
    text-decoration: none;
  }

  body .container #body #modalTutorial .nav-pills .nav-link.active,
  body .container #body .nav-pills .show > .nav-link {
    border-radius: 50px;
    background: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body #modalTutorial .nav-link {
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    background-color: transparent !important;
  }

  body .container #body #modalTutorial .nav-pills {
    gap: 10px;
  }

  body .container #body #modalTutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  body .container #body #modalTutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  body .container #body #form-card-waiting {
    margin-top: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    /* width: 320px; */
  }

  body .container #body #form-card-waiting .button-group-tutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  body .container #body #form-card-waiting .button-group-tutorial button {
    height: 20px;
  }

  body .container #body #form-card-waiting h3 {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body .container #body .cost-breakdown-waiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  body .container #body .modal-tutorial {
    max-width: none;
    height: 556px !important;
    margin: 90px auto;
    border-radius: 16px;
  }

  body .container #body .modal-tutorial .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  body .container #body .modal-tutorial .modal-body {
    border-radius: 16px !important;
    padding: 15px;
  }

  body .container #body .head-waiting-ewallet {
    display: flex;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #cfd8dc;
  }

  body .container #body .alert-countdown {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px !important;
    background: #fff0f0 !important;
    color: #da2827 !important;
    width: 104px;
    height: 24px;
  }

  body .container #body .form-va {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  body .container #body #form-card-pay-tutorial {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(132, 132, 132, 0.1);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 24px;
  }

  body .container #body #form-card-pay-tutorial .accordion {
    width: 100% !important;
  }

  body .container #body #form-card-pay-tutorial .accordion-button {
    margin-bottom: 16px;
    border-radius: 20px !important;
    border: 1.4px solid #d7d7d7 !important;
    background: #fff !important;
  }

  body .container #body #form-card-pay-tutorial .list-tutorial {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  body .container #body #form-card-pay-tutorial .list-tutorial .number-list {
    background-color: #da2827;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-self: center;
    text-align: center;
    color: #fff;
  }

  body .container #body .btn-custom-android {
    display: flex;
    width: 100%;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  body .container #body .btn-custom-ios {
    display: flex;
    max-width: 360px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: linear-gradient(180deg, #2b2b2b 0%, #505050 100%);
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
  }

  body .container #body .list-survei {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  body .container #body .list-survei input {
    width: 24px;
    height: 24px;
  }

  body .container #body .input-custom-default {
    display: flex;
    width: 100% !important;
    height: auto;
    padding: 20px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-left: 32px;
  }

  body .container #body .identity-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }

  body .container #body .identity-name span {
    font-size: 14px;
  }

  body .container #body .identity-name .name {
    color: #170e2b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
  }

  body .container #body #list-submission-qris .card-submission-qris {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 14px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 16px;
  }

  body .container #body #list-submission-qris .card-submission-qris .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
  }

  body .container #body #list-submission-qris .card-submission-qris .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  body .container #body #list-info-registration {
    display: flex;
    width: fit-content;
    padding: 24px 20px;
    flex-direction: column;
    line-height: 200%;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  body .container #body #list-info-registration .card-info-registration {
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
  }

  body .container #body #list-info-registration .card-info-registration .list {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    /* align-self: stretch; */
  }

  body .container #body #list-info-registration .list-track-submission {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  body
    .container
    #body
    #list-info-registration
    .list-track-submission
    .btn-next {
    width: 110%;
  }

  body
    .container
    #body
    #list-info-registration
    .list-track-submission
    .btn-jump-app {
    width: 100%;
  }

  body .container #body .list-track-submission {
    display: flex;
    gap: 10px;
    align-self: center;
  }

  body .container #body .number-list-success {
    background-color: #558b2f;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  body .container #body .number-list-warning {
    background-color: #cf8200;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  body .container #body .number-list-secondary {
    background-color: #868686;
    border-radius: 50%;
    width: 40px;
    max-width: 28px;
    max-height: 28px;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
  }

  body .container #body .btn-check-upload {
    width: 60%;
  }

  body .container #body #form-card-upload {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
    width: 100%;
  }

  body .container #body #form-card-upload .form-group {
    width: 100%;
  }

  body .container #body #form-card-upload .form-group .form-select-custom {
    border: none;
  }

  body
    .container
    #body
    #form-card-upload
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body
    .container
    #body
    #form-card-upload
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #form-card-upload .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  body .container #body #form-card-upload .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body .btn-custom-outline-primary-small {
    color: #a11212;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    height: 0 !important;
    margin-bottom: 14px;
  }

  body .container #body #card-company-type {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-bottom: 24px;
  }

  body .container #body #card-company-type .check-branch-store {
    background: rgba(30, 136, 229, 0.1);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  body .container #body #card-company-type .check-branch-store .form-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1 0 0;
    margin: 0px;
  }

  body .container #body #card-company-type .check-branch-store .form-group p {
    margin: 0px;
  }

  body .container #body #card-company-type .btn-ketentuan {
    color: #558b2f;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  body .container #body #card-company-type .card-store-name {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.24);
  }

  body .container #body #card-company-type .card-store-name .form-group {
    width: 100%;
  }

  body
    .container
    #body
    #card-company-type
    .card-store-name
    .form-group
    .form-input-custom {
    width: 100%;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    box-shadow: none;
  }

  body .container #body #card-company-type .card-store-name .alert-info {
    display: flex;
    width: fit-content;
    padding: 5px 10px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #1e88e5;
    background: rgba(30, 136, 229, 0.2);
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
  }

  body .container #body #card-company-type h3 {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }

  body .container #body #card-company-type .card-alert-company {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  body .container #body #card-company-type .card-alert-company p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  body .container #body #card-company-type .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
  }

  body .container #body #card-company-type .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
  }

  body .container #body #card-company-type .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  body .container #body #card-company-type .form-group .form-input-custom {
    width: 100%;
  }

  body .container #body #card-company-type .form-group .form-select-custom {
    border: none;
  }

  body
    .container
    #body
    #card-company-type
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body
    .container
    #body
    #card-company-type
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #card-company-type .label-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
  }

  body .container #body #card-company-type .label-company .head span {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  body .container #body #card-company-type .label-company .head small {
    color: #646464;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
  }

  body .container #body #card-company-type .label-company p {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  body .container #body .card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  body .container #body .card-empty img {
    width: 96px;
    height: 96px;
  }

  body .container #body .card-empty span {
    color: #969393;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    /* 23.52px */
  }

  body .container #body .button-group-detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
  }

  body .container #body .button-group-detail .btn-custom-outline-primary {
    margin-top: 16px !important;
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    margin-top: 0;
    border: none;
    background-color: transparent;
  }

  body .container #body .button-group-detail .btn-custom-outline-primary:hover {
    margin-top: 16px;
    border-radius: 50px;
    background-color: #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
  }

  body .container #body #walkthrought .card-alert-individu {
    padding: 10px;
    gap: 19px;
    align-self: stretch;
    border-radius: 10px;
    border-left: 5px solid #62aced;
    background: #e0eefb;
    display: flex;
    align-self: center;
    align-items: center;
  }

  body .container #body #walkthrought .card-alert-individu p {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: block;
    width: 100%;
  }

  body .container #body #walkthrought .card-alert-individu button {
    border: none;
    background-color: transparent;
  }

  body .container #body #walkthrought .list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  body .container #body #walkthrought .list-card .card-walkthrought {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
  }

  body .container #body #walkthrought .list-card .card-walkthrought span {
    width: 100%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought
    .btn-custom-primary {
    margin-top: 0px;
    width: 70px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  body .container #body #walkthrought .list-card .card-walkthrought.success {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.05);
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .icon-accordion {
    cursor: pointer;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion {
    width: 100%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-header
    span {
    margin-left: 10px !important;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content {
    display: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-pic
    .btn-custom-primary {
    width: 100px;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 12px;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    span {
    color: #595959;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-ktp
    .list-foto
    img {
    width: 130px;
    max-width: 130px;
    border-radius: 5px;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .title {
    color: #595959;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .list-description
    .data {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .accordion-content
    .data-rekening
    .btn-custom-primary {
    width: 100px;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion.active
    .accordion-content {
    display: block;
  }

  body
    .container
    #body
    #walkthrought
    .list-card
    .card-walkthrought.success
    .accordion
    .icon-accordion {
    margin-left: auto;
  }

  body .container #body #steper-pic {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 24px;
  }

  body .container #body #steper-pic .progress-bar {
    display: flex;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }

  body .container #body #steper-pic .progress-bar .bar-fill {
    width: 100%;
    border: 4px solid #ae0000;
    border-radius: 12px;
  }

  body .container #body #steper-pic .progress-bar .bar-fill-success {
    width: 100%;
    border: 4px solid #047d10;
    border-radius: 12px;
  }

  body .container #body #steper-pic .progress-bar .bar-notfill {
    width: 100%;
    border: 4px solid #c1c9d2;
    border-radius: 12px;
  }

  body .container #body #card-pic {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  body .container #body #card-pic h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  body .container #body #card-pic .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  body .container #body #card-pic .form-group label {
    font-size: 12px;
  }

  body .container #body #card-pic .form-group .form-select-custom {
    border: none;
  }

  body .container #body #card-pic .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body .container #body #card-pic .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #card-pic .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body
    .container
    #body
    #card-pic
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  body .container #body #card-pic .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  body .container #body #card-pic .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-pic .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body
    .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  body
    .container
    #body
    #card-pic
    #modalUploadKtp
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 310px;
    cursor: pointer;
  }

  body
    .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .img-check-ktp {
    width: 100%;
  }

  body
    .container
    #body
    #card-pic
    #modalSelfie
    .modal-dialog
    .modal-body
    .btn-custom-primary {
    width: 310px;
    cursor: pointer;
  }

  body .container #body #card-rekening {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  body .container #body #card-rekening .form-group {
    margin-bottom: 16px;
  }

  body .container #body #card-rekening .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
    margin-bottom: 8px;
  }

  body .container #body #card-rekening .form-group .form-input-custom {
    width: 100%;
  }

  body .container #body #card-rekening .form-group .form-input-custom input {
    width: 100%;
  }

  body
    .container
    #body
    #card-rekening
    .form-group
    .form-input-custom-select-modal {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Grey-1, #e2e4e4);
    background: #fff;
  }

  body
    .container
    #body
    #card-rekening
    .form-group
    .form-input-custom-select-modal
    span {
    width: 90%;
  }

  body .container #body #card-rekening .card-info {
    border-radius: 10px;
    background: #e0eefb;
    padding: 10px;
    width: 100%;
  }

  body
    .container
    #body
    #card-rekening
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .form-group
    .form-input-custom {
    display: flex !important;
    align-items: center;
  }

  body
    .container
    #body
    #card-rekening
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  body
    .container
    #body
    #card-rekening
    #modalBankReciver
    .modal-dialog
    .modal-body
    .modal-content
    .bank
    .list-bank {
    padding: 8px 8px;
    border-bottom: 1px solid #e3e3e3;
  }

  body .container #body #card-letter-authority {
    display: flex;
    width: 100;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
    margin-top: 34px;
    margin-bottom: 24px;
  }

  body .container #body #card-letter-authority h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body .container #body #card-letter-authority .card-warning {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fde589;
    background: #fffcf0;
  }

  body .container #body #card-letter-authority .card-warning p {
    color: #a97755;
    font-family: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0px;
  }

  body .container #body #card-letter-authority form {
    width: 100%;
  }

  body .container #body #card-letter-authority form .form-group {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  body .container #body #card-letter-authority form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }

  body .container #body #card-letter-authority .btn-custom-primary {
    width: 100%;
  }

  body .container #body #card-document {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  body .container #body #card-document #modalNpwp label {
    width: 100%;
  }

  body .container #body #card-document #modalAkta label {
    width: 100%;
  }

  body .container #body #card-document #modalUploadSiup label {
    width: 100%;
  }

  body .container #body #card-document #modalUploadQris label {
    width: 100%;
  }

  body .container #body #card-document h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  body .container #body #card-document .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  body .container #body #card-document .form-group .form-select-custom {
    border: none;
  }

  body .container #body #card-document .form-group .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body .container #body #card-document .form-group .form-select-custom option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #card-document .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body
    .container
    #body
    #card-document
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  body .container #body #card-document .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  body
    .container
    #body
    #card-document
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  body .container #body #card-document .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-document .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-business-data {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  body .container #body #card-business-data h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  body .container #body #card-business-data .open-hours {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  body .container #body #card-business-data .open-hours .form-group {
    width: 100% !important;
  }

  body .container #body #card-business-data .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  body .container #body #card-business-data .form-group .flex-sosmed {
    display: flex;
    height: 45.015px;
    justify-content: start;
    align-items: center;
    gap: 20.257px;
  }

  body .container #body #card-business-data .form-group .form-select-custom {
    border: none;
  }

  body
    .container
    #body
    #card-business-data
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body
    .container
    #body
    #card-business-data
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #card-business-data .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body
    .container
    #body
    #card-business-data
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  body .container #body #card-business-data .form-group .form-upload-image {
    display: flex;
    width: 100%;
    padding: 51px 92px 50px 91px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
  }

  body
    .container
    #body
    #card-business-data
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  body .container #body #card-business-data .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-business-data .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-business-pictures {
    display: flex;
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(1, 1, 1, 0.2);
  }

  body .container #body #card-business-pictures h3 {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  body .container #body #card-business-pictures #modalUploadProduk label {
    width: 100%;
  }

  body .container #body #card-business-pictures #modalUploadLocation label {
    width: 100%;
  }

  body .container #body #card-business-pictures #modalUploadBackground label {
    width: 100%;
  }

  body .container #body #card-business-pictures form {
    width: 100%;
  }

  body .container #body #card-business-pictures form .form-group {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .span-highlight-primary {
    width: 150%;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom {
    border: none;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-select-custom
    option {
    border-bottom: #e7e7e7;
    padding-bottom: 12px;
  }

  body .container #body #card-business-pictures form .form-group label {
    color: #170e2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-input-custom
    input[type="date"]::-webkit-calendar-picker-indicator {
    visibility: hidden;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image {
    display: flex;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer
    #uploadedImages
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer2
    #uploadedImages2
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    .delete-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #170e2b;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #imageContainer3
    #uploadedImages3
    li
    img {
    max-width: 55px;
    max-height: 55px;
    display: block;
    border-radius: 5px;
  }

  body
    .container
    #body
    #card-business-pictures
    form
    .form-group
    .form-upload-image
    #changeImageText {
    cursor: pointer !important;
  }

  body .container #body #card-business-pictures form .form-group .icon-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 200px;
  }

  body .container #body #card-business-pictures form .form-group .icon-image2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  body .container #body #card-business-pictures form .form-group .icon-image3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
