* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

@font-face {
  font-family: "futura";
  font-style: normal;
  font-weight: normal;
  src: local("Proxima-Regular"),
    url("../assets/fonts/futura/futura medium bt.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Proxima-Regular"),
    url("../assets/fonts/helvetica/helvetica.ttf") format("truetype");
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima-Regular'), url('../assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
}


body {
  /* font-family: "futura"; */
  font-family: 'poppins', sans-serif;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* min-height: 100vh; */
  overflow-y: auto !important;
  overflow-x: auto !important;

  -webkit-text-stroke-width: 0 !important;

  /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

body.modal-open {
  overflow: hidden !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input {
  font-family: helvetica !important;
}

.text-helvetica {
  /* font-family: "helvetica" !important; */
  font-family: 'poppins', sans-serif !important;
}
.text-futura {
  /* font-family: "futura" !important; */
  font-family: 'poppins', sans-serif !important;
}
.font-futura {
  /* font-family: "futura" !important; */
  font-family: 'poppins', sans-serif !important;
  letter-spacing: 0.2px;
}
.text-segoe {
  /* font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif !important; */
  font-family: 'poppins', sans-serif !important;
}

input {
  font-family: 'poppins', sans-serif !important;
}

input::placeholder {
  font-family: 'poppins', sans-serif !important;
}

.with {
  font-family: 'poppins', sans-serif !important;
}

.see-detail {
  font-family: 'poppins', sans-serif !important;
}

.ui-menu-item-wrapper {
  font-family: 'poppins', sans-serif !important;
}


:root {
  --content-width: 600px;

  --dark-blue: #001d5c;
  --blue: #005199;
  --blue-rgba: rgba(0, 81, 153, 1);
  --ordinary-blue: #0679df;
  --text-blue: #0061a7;
  --light-blue: #00519926;
  --sky-blue: #eff8ff;
  --white: #fff;
  --grey: #f5f5f5;
  --border-grey: #0051995e;
  --border-secondary-grey: #d2d2d2;
  --light-grey: #d8d8d8;
  --text-grey: #484848;
  --text-grey-rgba: rgba(72, 72, 72, 1);
  --text-grey-secondary: #707070;
  --text-grey-secondary-rgba: rgba(112, 112, 112, 1);
  --text-grey-third: #b1b1b1;
  --text-grey-third-rgba: rgba(177, 177, 177, 1);
  --text-grey-forth: #828282;
  --background-grey: #f3f2f2;
  --black: #484848;
  --super-black: #000000;
  --yellow: #ffc917;
  --green: #0ed678;
  --red: #e63737;

  --custom-primary: var(--green);
  --custom-primary-filter: var(--green);
}

.text-grey-secondary {
  color: var(--text-grey-secondary) !important;
  -webkit-text-fill-color: var(--text-grey-secondary);
  -webkit-opacity: 1;
}

.path-image {
  /* background-color: yellow; */
}

.custom-primary {
  filter: var(--custom-primary-filter) !important;
}

.primary-theme {
  color: var(--primary-theme) !important;
  -webkit-text-fill-color: var(--primary-theme);
  -webkit-opacity: 1;
}
.primary-theme-fill {
  fill: var(--primary-theme) !important;
}
.secondary-theme {
  color: var(--secondary-theme) !important;
  -webkit-text-fill-color: var(--secondary-theme);
  -webkit-opacity: 1;
}
.link-theme {
  color: var(--link-theme) !important;
  -webkit-text-fill-color: var(--link-theme);
  -webkit-opacity: 1;
}
.header-theme {
  color: var(--header-theme) !important;
  -webkit-text-fill-color: var(--header-theme);
  -webkit-opacity: 1;
}

.f-12px {
  font-size: 12px !important;
}
.f-10px {
  font-size: 10.8px !important;
}
.f-8px {
  font-size: 8px !important;
}

@media only screen and (max-device-width: 599px) {
  :root {
    --content-width: 100vw;
  }

  .loader-spinner-2 {
    /* margin-top: -100px; */
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#staySafeHashtag {
  color: var(--ordinary-blue);
}

::-webkit-scrollbar {
  width: 7px;
  height: 50%;
  visibility: hidden !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-theme) !important;
  border-radius: 10px;
}

/* Add July, 10th 2024 */

.container-gomandor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.radio-item-gomandor {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  color: #707070;
}

.radio-item-gomandor input[type="radio"] {
  /* appearance: none; */
  width: 25px;
  height: 25px;
  border: 2px solid #125efa;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.radio-item-gomandor input[type="radio"]:checked::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #125efa;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-item-gomandor label {
  cursor: pointer;
}

.checkbox-container-gomandor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.checkbox-label-gomandor {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  color: #707070;
}

.checkbox-label-gomandor input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da !important; /* Perubahan di sini */
  border-radius: 3px;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.checkbox-label-gomandor input[type="checkbox"]:checked {
  border: 1px solid #125efa !important; /* Perubahan di sini */
  background-color: white;
}

.checkbox-label-gomandor input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #125efa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label-gomandor .checkbox-text {
  flex-grow: 1;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 170px);
  gap: 10px;
}
.image-placeholder {
  width: 170px;
  height: 170px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: -15px;
}

.image-placeholder-img {
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}

.text-muted-foreground.mb-4 {
  margin-bottom: -20px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
  border-radius: 10px;
} */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.camera-btn,
.storage-btn,
.capture-btn {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 15px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}

.camera-btn {
  background-color: #125efa;
  color: white;
}

.storage-btn {
  background-color: white;
  color: #125efa;
  border: 2px solid #125efa;
}

.capture-btn {
  background-color: #125efa;
  color: white;
}



body,
.form-control {
    font-size: .875rem;
}

/* ----- Main Style ----- */
.main-container {
    width: var(--content-width);
    margin: 0 auto;

    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.page-container {
    width: 100%;
    min-height: 100%;
    max-height: fit-content;
    padding-bottom: 70px !important;
    /* padding: 15px; */
    /* background-color: var(--white); */

    /* margin-bottom: 30px; */
    /* padding: 15px 15px 70px 15px !important; */
    /* overflow-x: hidden;
    overflow-y: hidden !important; */
}

.page-container2 {
    width: 100%;
    /* min-height: 92vh; */
    min-height: 100%;
    max-height: fit-content;
    /* padding: 15px;
    margin-bottom: 100px; */
    padding: 15px 15px 70px 15px;
}

.page-container3 {
    width: 100%;
    /* min-height: 92vh; */
    min-height: 100%;
    max-height: fit-content;
    padding-top: 15px;
    padding-bottom: 70px;
}

.parent-wrapper {
    padding-bottom: 65px !important;
}

.container-vh {
    min-height: calc(100vh - 57px);
}

/* ----- End Main Style ----- */

/* ----- Site Identity Style ----- */
.site-identity-container {
    display: flex;
    width: 100%;
    padding: 15px 0;

    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}

.site-identity-container .outter-site-identity {
    width: var(--outter-width);
    padding: 20px;
}

.site-identity-container .inner-site-identity {
    display: flex;
    width: var(--content-width);
    margin: 0 auto;

    justify-content: space-around;
    align-items: center;
}

.site-identity-container .inner-site-identity :nth-child(1) {
    width: 120px;
    /* height: 40px; */
    padding-left: 10px;
    /* margin-left: 15px; */
    cursor: pointer;
}

.site-identity-container .inner-site-identity :nth-child(2) {
    /* background-color: tomato; */
    margin: auto auto;
    padding: 0px;
    /* margin-left: -5px; */
    /* justify-content: flex-end */
    /* padding-top: 20px; */
    /* padding: 3px 0; */
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--super-black);
    /* margin-top: 5px; */
    /* background-color: tomato; */
}

.site-identity-container .inner-site-identity :nth-child(3) {
    width: 18%;
}

/* ----- End Site Identity Style ----- */

/* ----- Bottom Navbar Style ----- */
.bottom-navbar-container {
    display: flex;
    width: var(--content-width);
    height: 65px;
    /* height: auto; */
    justify-content: space-evenly;
    align-items: center;
    gap: 5%;
    padding-top: 5px;
    padding-bottom: 0px;

    position: fixed;
    bottom: 0;
    z-index: 1000;

    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}

.bottom-navbar-container .custom-bottom-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.test svg {
    fill: red !important;
}

.bottom-navbar-container .custom-bottom-nav p {
    /* color: red; */
    color: var(--primary-theme);
    font-size: 11.2px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 7px;
}

.bottom-navbar-container .custom-bottom-nav img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.bottom-navbar-container .custom-bottom-nav svg {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

/* ----- End Bottom Navbar Style ----- */

/* ----- Bottom Navbar 2 Style ----- */
.bottom-navbar2-container {
    display: flex;
    width: var(--content-width);
    height: 70px;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    /* background-color: tomato; */

    position: fixed;
    bottom: 0;
    z-index: 6;

    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.bottom-navbar2-container .left {
    display: flex;
    max-width: 40%;

    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--blue) !important;
    /* background-color: tomato; */
}

.bottom-navbar2-container .left svg {
    width: 6px;
    height: auto;
    font-family: 800 !important;
    fill: var(--link-theme) !important;
}

.bottom-navbar2-container .left :nth-child(2) {
    color: var(--link-theme) !important;
    font-weight: 700 !important;
    font-size: 1.2em;
}

.bottom-navbar2-container .right {
    width: 50%;
    max-width: 50%;
}

/* ----- End Bottom Navbar 2 Style ----- */

/* ----- Text Heading Style ----- */
.text-heading-container {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    /* gap: 5px; */
}

.text-heading-container span {
    color: red !important;
    -webkit-text-fill-color: red !important;
}

.text-smaller {
    font-size: 1.2em !important;
}

/* ----- End Text Heading Style ----- */

/* ----- Text Heading Secondary Style ----- */
.text-heading-secondary {
    color: var(--text-grey-secondary);
    font-size: 1.4em;
    font-weight: 600;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.text-heading-secondary2 {
    color: var(--text-grey-secondary);
    font-size: 1.2em !important;
    font-weight: 600;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.text-heading-secondary3 {
    color: var(--text-grey-secondary);
    font-size: 14.4px !important;
    font-weight: 600;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.text-heading-secondary4 {
    color: var(--white);
    font-size: 14.4px !important;
    font-weight: 600;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--white);
    -webkit-opacity: 1;
}

.fs4 {
    font-size: 15.4px !important;
}

.fs-14 {
    font-size: .875rem;
}
.fs-18 {
    font-size: 18px;
}

.text-heading-third {
    color: var(--text-grey-secondary);
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: capitalize;

    /* -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1; */
}

.text-heading-third2 {
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
}

/* ----- End Text Heading Secondary Style ----- */

/* ----- Text Link Style ----- */
.text-link-container {
    display: flex;
    justify-content: end;
    gap: 5px;

    cursor: pointer;
}

.text-link-container a {
    color: var(--link-theme) !important;
    font-size: 1em;
    font-weight: 700;
}

.text-link-container span {
    text-transform: capitalize;
}

.text-link-container div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5px;
}

.text-link-container .fa-angles-right {
    color: var(--link-theme) !important;
}

.text-link-custom-container {
    cursor: pointer;
}

.text-link-custom-container a {
    font-size: 1em;
    font-weight: 700;
}

/* ----- End Text Link Style ----- */

/* ----- Option Text Style ----- */

.custom-select-container {
    background-color: none !important;
    width: 100%;
}

select option {
    width: 10px !important;
    background-color: var(--white) !important;
}

/* ----- End Option Text Style ----- */

/* ----- Search Input Style ----- */
.search-input-container {
    display: flex;
    width: 100%;
    justify-content: center;

    padding: 13px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.search-input-container .icon {
    display: flex;
    width: 7%;
    justify-content: flex-start;
    align-items: center;
}

.search-input-container .icon img {
    width: 50%;
}

.search-input-container input {
    width: 93%;
    border: none !important;
}

.search-input-container input:focus {
    outline: none !important;
}

.search-input-container input::placeholder {
    color: #a3a3a3;
    font-size: 1.05rem;
    font-weight: 600;
}

/* ----- End Search Input Style ----- */

/* ----- Search Input 2 Style ----- */
.search-input-container2 {
    display: flex;
    width: 100%;
    justify-content: center;

    padding-left: 13px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 37px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
}

.search-input-container2 .icon {
    display: flex;
    width: 5%;
    justify-content: flex-start;
    align-items: center;
    color: #cccccc;
}

.search-input-container2 .icon img {
    width: 50%;
}

.search-input-container2 .icon i {
    width: 55%;
    font-size: 14px;
    margin-left: 0px;
}

.search-input-container2 input {
    width: 72%;
    border: none !important;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    /* font-family: "helvetica" !important; */
    font-family: 'poppins', sans-serif !important;
    padding-right: 10px;
    /* font-weight: 900; */
}

.search-input-container2 input:focus {
    outline: none !important;
}

.search-input-container2 input::placeholder {
    color: #cccccc;
    font-size: 1.1em;
    /* font-weight: 500; */
    /* font-family: "helvetica" !important; */
    font-family: 'poppins', sans-serif !important;
}

.search-input-container2 .select-filter {
    width: 23%;
    display: flex;
    padding: 7px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;

    font-weight: 700;

    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d1d1d1;
    border-radius: 37px;

    cursor: pointer;
}

.search-input-container2 .select-filter i {
    margin-top: 3px;
    /* margin: auto auto; */
}

/* ----- End Search Input 2 Style ----- */

.h-52 {
    height: 52px !important;
}

/* ----- Card Product Style ----- */
.card-product-container {
    width: 200px !important;
    height: 200px !important;

    border-radius: 5px;

    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.card-product-container img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    padding: 0;

    border-radius: 10px;
}

.card-product-container .card-img-overlay {
    padding: .78125rem;
    border-radius: calc(.15625rem - 1px);
}

.card-product-container .card-title {
    position: absolute;
    bottom: 25px;
    color: var(--white);
}

.card-product-container .card-subtitle {
    position: absolute;
    bottom: 10px;
    color: var(--white);

    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 300 !important;
    padding-right: 5%;

    /* font-family: "Helvetica", "Arial", sans-serif !important; */
    font-family: 'poppins', sans-serif !important;
    opacity: 0.7;

    z-index: 2;
}

/* ----- End Card Product Style ----- */

/* ----- Card Inspirasi Style ----- */
.card-inspirasi-container {
    position: relative;
    width: 32%;
    height: fit-content;

    border-radius: 5px;

    padding: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.card-inspirasi-container img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    padding: 0;
}

.card-inspirasi-container .card-img-overlay {}

.card-inspirasi-container .card-title {
    position: absolute;
    bottom: 22px;
    color: var(--white);
}

.card-inspirasi-container .card-subtitle {
    position: absolute;
    bottom: 10px;
    color: var(--white);

    opacity: 0.8;
    font-size: 0.8em;
}

/* ----- End Card Inspirasi Style ----- */

/* ----- Card Professional Style ----- */
.card-professional-container {
    width: 32%;
    height: auto;

    padding: 0;
    overflow: hidden;
    cursor: pointer;

    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
}

.card-professional-container .carousel {
    width: 100%;
    height: 190px !important;
    /* background-color: tomato; */
}

.card-professional-container .carousel img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    /* object-fit: contain !important; */
}

.card-professional-container .single img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.card-professional-container .desc {
    display: flex;
    flex-direction: column;

    padding: 10px 5px;
    text-align: center;
}

.card-professional-container .desc .logo {
    display: flex;
    width: 100%;
    padding-bottom: 20px;

    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.card-professional-container .desc .logo img {
    width: 80px;
    height: 80px;

    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #eeeeee;
    border-radius: 100px;
}

.card-professional-container .desc .title {
    color: var(--blue);
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
}

.card-professional-container .desc .address {
    color: var(--blue);
    margin-top: -8px;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
}

.card-professional-container .desc .proyek {
    color: var(--blue);
    margin-top: -8px;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: capitalize;
}

/* ----- End Card Professional Style ----- */

/* ----- Card Project Style ----- */
.card-project-container {
    position: relative;
    width: 190px;
    height: 190px;

    border-radius: 10px;

    padding: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.card-project-container img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    padding: 0;
}

.card-project-container .card-img-overlay {}

.card-project-container .card-title {
    position: absolute;
    bottom: 27px;
    left: 10px;
    color: var(--white);
}

.card-project-container .card-subtitle {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--white);
    opacity: 0.7;
}

/* ----- End Card Project Style ----- */

/* ----- Card Product 2 Style ----- */
.card-product2-container {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.card-product2-container img {
    width: 130px !important;
    height: 130px;

    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    object-fit: cover !important;
    margin: auto;
}

.card-product2-container .desc {
    padding: 10px 10px;
}

.card-product2-container .desc .title {
    color: var(--blue);
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.card-product2-container .desc .address {
    color: var(--blue);
    margin-top: -8px;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;

    /* font-family: "Helvetica", "Arial", sans-serif !important; */
    font-family: 'poppins', sans-serif !important;
}

/* ----- End Card Product 2 Style ----- */

/* ----- Card Partner Style ----- */
.single-partner {
    width: 70%;
}

.card-partner-container {
    display: flex;
    width: 100%;
    height: 140px;
    padding: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-grey);
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    cursor: pointer;
    margin: 0 auto;
}

.card-partner-container img {
    /* width: 83.9%!important; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ----- End Card Partner Style ----- */

/* ----- Card Category ----- */
.card-category-container {
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px;

    border: 1px solid #00000033;
    border-radius: 10px;
    gap: 10px;

    cursor: pointer;
}

.card-category-container.active {
    border: 1px solid var(--primary-theme) !important;
}

.card-category-container .icon {
    display: flex;
    width: 10%;

    justify-content: center;
    align-items: center;
}

.card-category-container .icon img {
    width: 40px;
    height: 40px;
}

.card-category-container .icon svg {
    width: 40px !important;
    height: 40px !important;
}

.card-category-container .text {
    display: flex;
    width: 90%;

    justify-content: flex-start;
    align-items: center;
}

.card-category-container .text p {
    font-size: 1.1375rem;
    color: #6c757d;
    /* text-transform: capitalize; */
    margin-top: 7px;
}

.card-category-container .checklist {
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
}

.card-category-container .checklist i {
    color: var(--blue);
    font-size: 1.2em;
    height: 100%;
}

/* ----- End Card Category ----- */

/* ----- Card Bantuan Style ----- */
.card-bantuan-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 23px;
    /* padding: 10px 23px 10px 23px; */

    border: 1px solid #00000033;
    border-radius: 10px;
    margin-top: 7px;

    cursor: pointer;
    overflow-wrap: break-word;
}

.card-bantuan-container .text-title {
    font-size: 17.5px;
    color: #6c757d;
    font-weight: 600;
    /* text-transform: capitalize; */
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    /* background-color: tomato; */
    padding: 0 !important;
    margin: 0 !important;
}

.collapse-bantuan-container .text-desc {
    /* padding: 0px 25px;
    border: 1px solid #00000033;
    border-radius: 0px 0px 10px 10px; */
    margin-top: 10px;
    margin-bottom: 0px;

    text-align: justify;
    font-size: 17.5px !important;
    color: #6c757d;
}

.card-bantuan-container .text-word-warp li {
    margin-left: 15px;
}

.modal-desc-wrap li {
    margin-left: 15px;
}

.modal-desc-wrap ol,
.modal-desc-wrap ul {
    /* margin-left: 17px; */
}

.modal-desc-wrap p {
    /* font-size: 2em !important; */
}

.modal-desc-wrap a {
    color: #337ab7;
    -webkit-text-fill-color: #337ab7;
    -webkit-opacity: 1;
}

.modal-dialog {
    margin: 0 auto;
    top: 150px;
    height: fit-content;
    /* background-color: tomato !important; */
    /* width: 300px !important; */
}

.modal-dialog-custom {
    margin: 0 auto;
    /* top: 20 !important;
    height: fit-content !important; */
    /* background-color: tomato; */
}

.modal-dialog.modal-dialog-centered {
    top: 0px;
}

.modal-dialog.modal-dialog-filter.modal-dialog-centered {
    top: 10px !important;
    padding-right: 0px !important;
    /* background-color: tomato !important; */
}

/* ----- End Card Bantuan Style ----- */

/* ----- Card Mitra Style ----- */
.card-mitra-container {
    display: flex;
    width: 100%;
    padding: 10px;

    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #00000033;
    border-radius: 10px;

    cursor: pointer;
}

.card-mitra-container .pp {
    display: flex;
    width: 70px;
    height: 70px;

    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.card-mitra-container .default {
    display: flex;
    width: 70px;
    height: 70px;

    justify-content: center;
    align-items: center;
    margin-right: 5px;

    background-color: var(--primary-theme);
    border-radius: 100px;

    font-size: 1.3em;
}

.card-mitra-container .pp img {
    width: fit-content;
}

.card-mitra-container .description {
    display: flex;
    width: 85%;
    padding: 0 10px;
    padding-right: 3px;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-mitra-container .description .name {
    color: var(--text-grey-secondary);
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all;

    -webkit-text-fill-color: rgba(112, 112, 112, 1);
    -webkit-opacity: 1;
    margin-top: 0px;
}

.card-mitra-container .description .phone {
    color: var(--text-grey-secondary);
    /* margin-top: -5px; */

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    margin-bottom: 0px;
}

.card-mitra-container .description .email {
    color: var(--text-grey-secondary);
    margin-top: -10px;
    font-weight: 600;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* ----- End Card Mitra Style ----- */

/* ----- Card Profile Style ----- */
.card-profile-container {
    display: flex;
    width: 100%;
}

.card-profile-container .pp {
    display: flex;
    width: 70px;
    height: 70px;

    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.card-profile-container .default {
    display: flex;
    width: 70px;
    height: 70px;

    justify-content: center;
    align-items: center;
    margin-right: 5px;

    background-color: #2c2e30;
    border-radius: 100px;
}

.card-profile-container .pp img {
    width: fit-content;
}

.card-profile-container .description {
    display: flex;
    width: 85%;
    padding: 0 10px;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-profile-container .description .name {
    color: #000000;
    font-weight: 600;

    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
}

.card-profile-container .description .phone {
    color: var(--text-grey);
    margin-top: -6px !important;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.card-profile-container .description .email {
    color: var(--text-grey);
    margin-top: -3px !important;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

/* ----- End Card Profile Style ----- */

/* ----- Card Pesanan Style ----- */
.card-pesanan-container {
    display: flex;
    width: 100%;
    padding: 10px 10px 5px 10px;

    box-shadow: 0px 3px 15px #00000029;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.card-pesanan-container .description .badge {
    height: 35px !important;
    width: 150px !important;
}

.card-pesanan-container .image {
    display: flex;
    width: 20%;

    justify-content: center;
    align-items: center;
}

.card-pesanan-container .image img {
    width: 70%;
}

.card-pesanan-container .description {
    display: flex;
    width: 80%;
    padding-left: 10px;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-pesanan-container .description .title {
    color: #6c757d;
    font-size: 16.8px;
    font-weight: 600;

    margin-bottom: 5px;
}

.transform-capitalize {
    text-transform: capitalize !important;
}

.no-capitalize {
    text-transform: none !important;
}

.card-pesanan-container .description .date {
    /* display: flex;
    width: 100%;
    align-items: center; */
    /* justify-content: center; */
    margin-bottom: 5px;
}

.card-pesanan-container .spacer {
    margin-bottom: 8px;
    margin-top: 0px;
}

.card-pesanan-container .description .date i {
    width: 5%;
    color: var(--text-blue);

    margin-top: 2px;
}

.card-pesanan-container .description .date img {
    width: 12px;
    height: 12px;
    margin-top: 3px;
}

.card-pesanan-container .description .date svg {
    width: 12px;
    height: 12px;
    margin-top: -2px;
}

.card-pesanan-container .description .date p {
    width: 100%;

    font-weight: 600;
    color: var(--primary-theme);

    text-transform: capitalize;
}

/* ----- End Card Pesanan Style ----- */

/* ----- Card Cara Pemesanan Style ----- */
.card-carapemesanan-container {
    display: flex;
    /* position: relative; */
    width: 33%;
    /* height: 150px; */
    padding: 5px 5px 20px 5px;

    flex-direction: column;

    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0051995e;
    border-radius: 10px;

    cursor: pointer;
}

.card-carapemesanan-container .num {
    display: flex;
    justify-content: flex-end;
    padding: 8px 8px;
}

.card-carapemesanan-container .num div {
    /* position: absolute; */
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 120px;

    /* top: 10px;
    right: 10px; */

    justify-content: center;
    align-items: center;

    background-color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0051995e;
}

.card-carapemesanan-container .num p {
    /* padding: 1px 8px; */
    /* border-radius: 120px; */
    color: var(--blue);
    margin: auto auto !important;

    font-size: 1.3em;
    font-weight: 800;
}

.card-carapemesanan-container .icon {
    display: flex;
    justify-content: center;
    flex-direction: c;
}

.card-carapemesanan-container .icon img {
    width: 50px;
    height: 50px;
}

.card-carapemesanan-container .icon svg {
    width: 50px;
    height: 50px;
}

.card-carapemesanan-container .title {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    margin-top: 15px;
    color: var(--blue);
    font-weight: 700;
}

.card-carapemesanan-container.active .num p {
    background-color: var(--white);
    color: var(--blue);
    font-weight: 700;
}

.card-carapemesanan-container.active {
    background-color: var(--blue);
}

.card-carapemesanan-container.active .icon svg {
    fill: var(--white) !important;
}

.card-carapemesanan-container.active .icon .second {
    width: 40px !important;
}

.card-carapemesanan-container.active .title {
    color: var(--white);
}

/* ----- EndsCard Cara Pemesanan Style ----- */

/* ----- Card Layanan Style -----*/
.card-layanan-container {
    display: flex;
    position: relative;
    padding: 20px;
    width: 32%;
    height: auto;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

    border: 1px solid #e1dfdf;
    border-radius: 10px;

    cursor: pointer;
}

.card-layanan-container.active {
    border: 1px solid var(--primary-theme) !important;
}

.card-layanan-container .icon img {
    width: 60px;
    height: 60px;
}

.card-layanan-container .title {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
}

.card-layanan-container .checklist {
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-layanan-container .checklist i {
    color: var(--primary-theme) !important;
    font-size: 1.2em;
    height: 20px;
}

/* ----- End Card Layanan Style -----*/

/* ----- Card Style Style ----- */
.card-style-container {
    position: relative;
    width: 32%;
    cursor: pointer;
}

.card-style-container .checklist {
    visibility: hidden;
}

.card-style-container .checklist i {
    position: absolute;
    font-size: 25px;
    color: var(--primary-theme);

    border-radius: 90px;
    /* line-height: 10%; */
    /* background-color: var(--white); */

    background: var(--white);
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19.5px;

    top: 15px;
    right: 15px;
}

.card-style-container .image {
    box-shadow: 0px 1px 3px #00000029;
    /* border: 1px solid #EBEBEB; */
    border-radius: 10px;
}

.card-style-container .image.selected {
    /* border: 4px solid var(--blue);
    border-radius: 13px; */
}

.card-style-container .image img {
    width: 100%;
    height: 190px;
    border-radius: 10px;
}

.card-style-container .image img.selected {
    border: 4px solid var(--primary-theme);
    border-radius: 10px;
}

.card-style-container .text {
    padding: 5px 5px 5px 5px;
    /* background-color: tomato; */

    color: var(--text-grey-secondary);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* ----- End Card Style Style ----- */

/* ----- Badge Style ----- */
.badge {
    display: flex;
    padding: 10px 20px;
    width: 130px;

    justify-content: center;
    align-items: center;

    color: var(--white) !important;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: capitalize;

    border-radius: 38px;
}

.badge-success,
.badge.bg-success {
    background-color: var(--green) !important;
}

.badge-warning,
.badge.bg-warning {
    background-color: var(--yellow) !important;
}

.badge-danger,
.badge.bg-danger {
    background-color: var(--red) !important;
}

/* ----- EndBadge Style ----- */

/* ----- Banner Stay Safe Style -----*/
.banner-staysafe-container {
    display: flex;
    width: 100%;
    padding: 3%;
    border-radius: 10px;

    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */

    background-color: var(--light-blue);
}

.banner-staysafe-container img {
    width: 9%;
}

.banner-staysafe-container p {
    width: 90%;
    padding: 0 5%;
    font-size: 1em;
}

/* ----- End Banner Stay Safe Style -----*/

/* ----- Filter Button Style ----- */
.button-filter-container {
    display: flex;
    position: fixed;
    width: fit-content;
    margin: auto auto !important;
    padding: 0 20px 0 5px;

    justify-content: space-between;
    align-items: center;

    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    background-color: var(--white);

    bottom: 80px;
    /* left: 50vh;
    right: 50vh; */
    left: 50%;
    transform: translateX(-50%);

    z-index: 3;
    cursor: pointer;
}

.button-filter-container .left {
    padding: 0px !important;
}

.button-filter-container .left img {
    width: 40px;
    height: auto;
}

.button-filter-container .left svg {
    width: 40px;
    height: auto;
}

.button-filter-container .right {
    color: var(--link-theme);
    font-weight: 700;
}

/* ----- End Filter Button Style ----- */

/* ----- Modal Filter Style ----- */
.custom-modal-filter {
    /* width: 300px !important; */
    height: 100% !important;
    overflow-y: hidden !important;
    /* top: 20 !important; */
}

.is-sejasa .transaction-status {
    text-align: end;
    font-size: 11.2px !important;
}

.is-sejasa.status-not-1 {
    justify-content: space-between;
}

.is-sejasa.status-not-1 .transaction-status {
    margin-top: 2px !important;
}

.is-sejasa.status-is-1 .title {
    width: 70% !important;
}

.is-sejasa.status-is-1 .transaction-status {
    width: 30% !important;
    margin-top: 3px !important;
}

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

.mt--1 {
    margin-top: 0px !important;
    line-height: 90% !important;
}

.btn {
    /* outline: none !important;
    border: none !important; */
}

button.btn-price-list-stepper {
    width: 23px;
    height: 24px;
    padding: 0;
    border-radius: 7px !important;
}

button.btn-price-list-stepper i {
    font-size: .875rem;
}

.modal-body {
    /* background-color: tomato; */
    max-height: 70vh;
    overflow-y: scroll;
}

.modal-body2 {
    overflow-y: auto !important;
    /* background-color: tomato; */
}

.modal-body3 {
    padding-left: 15px !important;
    overflow-y: hidden !important;
}

.modal-body3::-webkit-scrollbar-track {
    box-shadow: unset !important;
    border-radius: unset !important;
}

.modal-body3::-webkit-scrollbar-thumb {
    background: unset !important;
    border-radius: unset !important;
    display: none !important;
}

.modal-body2::-webkit-scrollbar-track {
    box-shadow: unset !important;
    border-radius: unset !important;
}

.modal-body2::-webkit-scrollbar-thumb {
    background: unset !important;
    border-radius: unset !important;
    display: none !important;
}

.modal-body2 {
    overflow: hidden !important;
}

.modal-body2 .text-heading-secondary {
    font-size: 16.8px !important;
}

.custom-modal-filter .modal-header {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}

.custom-modal-filter .modal-header .title {
    color: var(--blue);
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 20px;
}

.custom-modal-filter .modal-body {
    padding: 0 20px 40px 20px;
}

.custom-modal-filter .modal-body .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-modal-filter .modal-body .title {
    display: flex;
    justify-content: center;
    color: var(--blue);
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.custom-modal-filter .modal-body .body .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-modal-filter .modal-body .body .wrapper .top {
    display: flex;
    justify-content: space-between;
}

.custom-modal-filter .modal-body .body .wrapper .top p {
    color: var(--dark-blue);
    font-size: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.custom-modal-filter .modal-body .body .wrapper .top .toggling {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.custom-modal-filter .modal-body .body .wrapper .top .toggling i {
    color: var(--blue);
    height: auto;
    margin-top: -8px !important;
}

.custom-modal-filter .modal-body .body .wrapper .top .lihat-semua {
    color: var(--blue);
    font-size: 1.1em;
    font-weight: 700;
}

.custom-modal-filter .modal-body .body .wrapper .items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -8px;
}

.custom-modal-filter .modal-body .body .wrapper .items .custom-badge {
    padding: 10px 20px;
    color: #818181;
    border: 1px solid #d8d8d8;
    border-radius: 30px;

    cursor: pointer;
    text-transform: capitalize;
}

.custom-modal-filter .custom-badge.badge-hidden {
    display: none;
}

.custom-modal-filter .custom-badge.active {
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.custom-modal-filter .modal-body .body .wrapper .items .custom-badge.active {}

/* .custom-modal-filter .modal-body .body .wrapper .more-items {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -8px;
}
.custom-modal-filter .modal-body .body .wrapper .more-items .custom-badge {
    padding: 10px 20px;
    color: #818181;
    border: 1px solid #D8D8D8;
    border-radius: 30px;

    cursor: pointer;
    text-transform: capitalize;
} */

.modal .custom-modal-header {
    border: none !important;
    position: relative;
}

.modal .custom-modal-header .strip {
    width: 40px;
    height: 5px;

    background-color: #b2b2b2;
    border-radius: 5px;
}

.modal .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    overflow: hidden;
}

/* ----- End Modal Filter Style ----- */

/* ----- Home Style ----- */
.carousel-home {
    position: relative !important;
    overflow: hidden !important;
}

.carousel-home .carousel-inner {
    width: 100%;
    height: 240px !important;
}

.carousel-home .carousel-inner .carousel-item {
    height: 240px !important;
}

.carousel-home .carousel-inner .carousel-item img {
    height: 240px !important;
    /* object-fit: cover !important; */
}

.carousel-home .custom-carousel-wrapper a {
    text-decoration: none;
}

.carousel-home .custom-carousel-wrapper a:hover {
    text-decoration: none;
}

.carousel-home .custom-carousel-wrapper h3 {
    font-weight: 700;
}

.carousel-home .custom-carousel-wrapper .divider {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.carousel-home .custom-carousel-wrapper .divider .left {
    width: 40%;
    /* background-color: red; */
}

.carousel-home .custom-carousel-wrapper .divider .right {
    width: 60%;
    opacity: 0;
    /* background-color: blue; */
    cursor: pointer;
}

#ctitle {
    text-shadow: 3px 3px 0 var(--white), 3px -3px 0 var(--white),
        -3px 3px 0 var(--white), -3px -3px 0 var(--white),
        3px 0px 0 var(--white), 0px 3px 0 var(--white), -3px 0px 0 var(--white),
        0px -3px 0 var(--white);
    /* background-color: white !important;  */
    color: var(--primary-theme) !important;
    font-weight: 600 !important;
}

.home-container {
    padding: 15px;
}

.home-container .section-1 {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
}

.home-container .section-1 .top {
    color: var(--blue);
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.home-container .section-1 .bottom {
    display: flex;
    justify-content: center;
}

.home-container .section-1 .bottom .wrapper {
    display: flex;
    width: 32%;
    flex-direction: column;

    justify-content: flex-start;
    align-items: center;
}

.home-container .section-1 .bottom .wrapper .image {
    /* display: flex; */
    padding: 20px;
    /* margin: auto auto; */

    /* align-items: center;
    justify-content: center; */

    border-radius: 120px;
    background-color: var(--secondary-theme);
}

.home-container .section-1 .bottom .wrapper .image img {
    width: 50px;
    height: 50px;
}

.home-container .section-1 .bottom .wrapper .image svg {
    width: 65px;
    height: 65px;
}

.home-container .section-1 .bottom .wrapper .text {
    padding: 10px 23px;
    text-align: center;
    color: var(--text-blue);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.9em;
}

.home-container .section-1 .bottom .wrapper .text2 {
    margin-top: -4px;
    padding-top: 15px;
}

.home-container .section-1 .bottom .wrapper .text3 {
    /* margin-top: -2px; */
}

.home-container .section-1 .owl-category {
    height: 150px;
}

.home-container .section-1 .carousel-wrapper {
    gap: 1rem;
    width: 96px;
}

.home-container .section-1 .owl-stage-outer {
    height: 140px;
}

.home-container .section-1 .carousel-wrapper .rounded-circle {
    /* background-color: #EBF5FF; */
    /* padding: 2rem; */
    width: 80px;
    height: 80px;
    margin: auto;
}

.home-container .section-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: 1px solid var(--blue);
    border-radius: 24px;
    padding: 10px 10px;
    margin-top: 15px;

    background-color: var(--sky-blue);
}

.home-container .section-2 :nth-child(1) {
    display: flex;
    align-items: center;

    color: var(--blue);
    font-size: 1.1em;
    font-weight: 700;
}

.home-container .section-2 :nth-child(1) img {
    margin-right: 10px;
}

.home-container .section-2 :nth-child(2) {
    display: flex;
    align-items: center;

    color: var(--blue);
    font-size: 1.1em;
    font-weight: 700;

    cursor: pointer;
}

.home-container .section-2 :nth-child(2) img {
    margin-left: 10px;
}

.owl-stage-outer {
    height: 200px;
    overflow: hidden !important;
}

.owl-dots {
    display: none !important;
}

.home-container .section-3 {
    margin-bottom: 0px;
}

.home-container .section-3.list-prof {
    margin-top: 30px !important;
    position: relative;
    z-index: 30;
    /* background-color: tomato; */
}

.home-container .section-3 .top {
    display: flex;
    justify-content: space-between;
}

.home-container .section-3 .cards-container {
    /* display: flex; */
    width: 100%;

    /* flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
}

.list-prof :not(.top) .card-product-container,
.list-prof :not(.top) .base-skeleton:not(.link-skeleton)::before {
    border-radius: 50%;
    height: 160px !important;
    width: 160px !important;
}

.home-container .section-5 {
    display: flex;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    margin: 30px 0;
}

.home-container .section-4 {
    margin-top: -4rem;
}

.home-container .section-4 .section-3 {
    display: flex;
    /* padding: 20px; */

    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.home-container .section-4 .section-4 {
    display: flex;
    padding-bottom: 20px;
    margin-top: 0px;

    justify-content: center;
    gap: 5px;
}

.home-container .section-4 .section-5 {
    display: none;
    padding: 20px;

    margin: 20px 0;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
    background-color: var(--light-blue);
}

.home-container .section-4 .section-5 #titleCaraPemesanan {
    color: var(--text-grey);
    font-weight: 700;
    font-size: 1.2em;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.home-container .section-4 .section-5 #descCaraPemesanan {
    color: var(--text-grey);

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.home-container .section-4 .section-6 {
    width: 100%;
    padding: 10px;
}

.home-container .section-4 .section-6 .wrapper {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.home-container .section-4 .section-6 .wrapper .left {
    width: 21%;
}

.home-container .section-4 .section-6 .wrapper .center {
    display: flex;
    width: 58%;

    flex-direction: column;
    gap: 10px;
}

.home-container .section-4 .section-6 .wrapper .center .desc .title {
    color: var(--text-grey);

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.home-container .section-4 .section-6 .wrapper .center .desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.home-container .section-4 .section-6 .wrapper .center .desc .icon {
    display: flex;
    width: 25px;
    height: 25px;

    justify-content: center;
    align-items: center;

    background-color: var(--primary-theme) !important;
    border-radius: 50px;
}

.home-container .section-4 .section-6 .wrapper .center .desc .icon i {
    color: var(--white);
}

.home-container .section-4 .section-6 .wrapper .right {
    width: 21%;
}

/* ----- End Home Style ----- */

/* ----- Rekanan Style ----- */
.rekanan-container .section-1 {
    display: flex;
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .rekanan-container .section-1 :nth-child(1) {
    width: 100%;
    padding: 15px 0 15px 0;
} */
/* .rekanan-container .section-1 :nth-child(2) {
    width: 100%;
    padding: .75rem 1.25rem;
} */
.rekanan-container .section-1 .list-partner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ----- End Rekanan Style ----- */

/* ----- Icon Category Style ----- */
.icon-service-status {
    width: 65px;
}

.icon-container {
    display: flex;
    width: 150px;

    flex-direction: column;
    overflow-wrap: break-word;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    align-items: center;
    /* background-color: blue; */
}

.icon-container .image-wrapper {
    display: flex;
    height: 80px;
    width: 80px;

    margin-bottom: 20px;

    justify-content: center;
    align-items: center;

    box-shadow: 0px 3px 6px #00000029;
    border-radius: 95px;
    overflow: hidden;

    cursor: pointer;
}

.icon-container .image-wrapper img {
    width: 50%;
}

.icon-container .image-wrapper object {
    width: 50%;
}

.icon-container .text-wrapper {
    padding: 0 0px;
    width: 160px;
    /* background-color: tomato; */
}

.icon-container .text-wrapper p {
    color: var(--blue);
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    /* text-transform: capitalize; */
    padding: 0px 25px;

    cursor: pointer;
}

/* ----- End Icon Category Style ----- */

/* ----- Kategori Style -----*/
.kategori-container {
    padding: 15px;
}

.h180 {
    height: 180px !important;
}

.h160 {
    height: 160px !important;
}

.kategori-container .owl-carousel {
    /* height: 160px; */
    overflow: hidden !important;
    position: relative;
}

.kategori-container .rs .owl-stage {
    margin-left: -23px !important;
}

.kategori-container .owl-stage-outer {
    margin-left: 30px;
    /* background-color: tomato; */
}

.kategori-container .owl-dots {
    position: absolute;
    bottom: 0px;
    display: flex !important;
    gap: 5px;
    margin-left: 30px;
}

.kategori-container .owl-prev {
    position: absolute;
    bottom: 65px;
    left: 0;
}

.kategori-container .owl-prev span {
    font-size: 50px !important;
    color: var(--primary-theme) !important;
}

.kategori-container .owl-next {
    position: absolute;
    bottom: 65px;
    right: 0;
}

.kategori-container .owl-next span {
    font-size: 50px !important;
    color: var(--primary-theme) !important;
}

.kategori-container .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid var(--border-secondary-grey);
    border-radius: 100%;
}

.kategori-container .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--primary-theme) !important;
    border-radius: 100%;
}

.kategori-container .section-1 {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 20px;

    gap: 10px;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.kategori-container .section-1.slide {
    padding: 0 0px !important;
    overflow-x: scroll !important;
}

.kategori-container .section-2 {
    margin-top: -10px !important;
}

.kategori-container .section-3 {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
}

/* ----- End Kategori Style -----*/

/* ----- List Mitra ----- */
.mitra-container {
    position: relative;
    padding: 15px;
}

.mitra-container .section-1 {
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;

    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.mitra-container .section-1 .left {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #fbfbfb;
    border-radius: 100%;

    cursor: pointer;
    opacity: 1;
}

.mitra-container .section-1 .right {
    width: 90%;
}

.mitra-container .section-2 {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin-top: 30px;
}

.mitra-container .section-3 {
    width: 110px;
    position: absolute;

    top: 45px;
    right: 16px;

    z-index: 1;
}

.mitra-container .section-3 li {
    cursor: pointer;
}

.mitra-container .section-3 li.active {
    background-color: var(--primary-theme);
}

.mitra-container .section-3 .list-group-item:not(:last-child) {
    /* border-bottom: 2px solid #D9D9D9; */
    /* background-color: tomato; */
}

.mitra-container .section-3 .list-group-item:first-child {
    /* border-bottom: 3px solid #D9D9D9; */
}

.mitra-container .loading-more-mitra {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-theme) !important;
}

/* ----- End List Mitra ----- */

/* ----- Detail Mitra ----- */
.detail-mitra-container {
    padding: 15px;
}

.detail-mitra-container .section-1 {
    position: relative;
    display: flex;
    width: 100%;
    gap: 15px;

    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.detail-mitra-container .section-1 .left {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #fbfbfb;
    border-radius: 100%;

    cursor: pointer;
    opacity: 1;
}

.detail-mitra-container .section-1 .right {
    width: 90%;
    color: var(--text-grey-secondary);
    font-size: 1.2em;
    letter-spacing: 0px;
    overflow-wrap: break-word;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-mitra-container .section-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;

    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #00000033;
    border-radius: 10px;
}

.detail-mitra-container .section-2 .top {
    display: flex;
    width: 100%;
    padding: 15px;
    align-items: center;
}

.detail-mitra-container .section-2 .top .left {
    width: 85%;
    /* background-color: blue; */
}

.detail-mitra-container .section-2 .top .left .title {
    color: var(--text-grey-secondary);
    font-size: 1.2em;
    letter-spacing: 0px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    overflow-wrap: break-word;
}

.detail-mitra-container .middle h5 {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-mitra-container .section-2 .middle {
    width: 100%;
    margin-top: -20px;
    padding-left: 15px;
    padding-right: 15px;

    /* background: tomato; */
}

.detail-mitra-container .section-2 .middle .alamat p {
    margin-top: -5px;
    /* padding-right: 50px; */

    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-mitra-container .section-2 .middle .wilayah p {
    margin-top: -5px;
    padding-right: 50px;

    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-mitra-container .section-2 .top .right {
    width: 15%;
    /* background-color: tomato; */
}

.detail-mitra-container .section-2 .top .right .default {
    display: flex;
    width: 70px;
    height: 70px;

    justify-content: center;
    align-items: center;
    margin-right: 5px;

    background-color: var(--primary-theme);
    border-radius: 100px;

    font-size: 1.3em;
    color: var(--white) !important;
}

.detail-mitra-container .bottom {
    display: flex;
    width: 100%;

    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-mitra-container .bottom .telp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    gap: 5px;

    padding-top: 15px;
    padding-bottom: 5px;

    border-top: 1px solid #00000033;
    border-right: 1px solid #00000033;
    cursor: pointer;
}

.detail-mitra-container .bottom .email {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    gap: 5px;

    padding-top: 15px;
    padding-bottom: 5px;

    border-top: 1px solid #00000033;
    cursor: pointer;
}

.detail-mitra-container .bottom i {
    margin-top: -9px;
}

/* ----- End Detail Mitra ----- */

/* ----- Pesanan Style ----- */
.pesanan-container .owl-carousel {
    /* height: 160px !important; */
    overflow: hidden !important;
    position: relative;
}

.pesanan-container .rs .owl-stage {
    margin-left: -10px !important;
}

.pesanan-container {
    padding: 15px;
}

.pesanan-container .owl-prev {
    position: absolute;
    bottom: 65px;
    left: 10px;
}

.pesanan-container .owl-prev span {
    font-size: 50px !important;
    color: var(--primary-theme) !important;
}

.pesanan-container .owl-next {
    position: absolute;
    bottom: 65px;
    right: 10px;
}

.pesanan-container .owl-next span {
    font-size: 50px !important;
    color: var(--primary-theme) !important;
}

.pesanan-container .owl-dots {
    position: absolute;
    bottom: 0px;
    display: flex !important;
    gap: 5px !important;
}

.pesanan-container .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid var(--border-secondary-grey);
    border-radius: 100%;
}

.pesanan-container .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--primary-theme) !important;
    border-radius: 100%;
}

.pesanan-container .section-1 {
    padding: 8px 15px;
    margin-top: 10px;

    box-shadow: 0px 3px 15px #00000029;
    border-radius: 10px;
}

.pesanan-container .section-2 {
    display: flex;
    width: 100%;
    margin: 20px 0 0px 0;
    justify-content: center;
}

.pesanan-container .section-3 {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

    cursor: pointer;
}

.pesanan-container .section-4 {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    /* padding-top: 15px;
    padding-bottom: 15px; */
    /* margin-bottom: 40px; */
    margin-top: -10px;

    justify-content: center;

    gap: 10px;
    /* flex-wrap: wrap; */
}

/* ----- End Pesanan Style ----- */

/* ----- Pesanan Detail Style ----- */
.pesanan-detail-container {
    width: 100%;
    /* min-height: 100vh;
    max-height: fit-content; */
    padding: 15px 15px 10px 15px;

    margin-bottom: 0px;
}

.pesanan-detail-container .section-1 .top {
    display: flex;
    width: 100%;
    margin-top: 5px;

    justify-content: flex-start;
    gap: 10px;
}

.pesanan-detail-container .section-1 .top i {
    margin-top: 3px;
    font-size: 1.3em;
    cursor: pointer;
}

.pesanan-detail-container .section-1 .top .text {
    font-size: 0.9em !important;
}

/* .pesanan-detail-container .section-1 .top :last-child {
    width: 97%;
} */

.pesanan-detail-container .section-1 .desc {
    display: flex;
    padding: 15px 0px;
    margin: 0 20px;
    border-radius: 10px;

    justify-content: center;
    align-items: center;

    background-color: var(--secondary-theme);
}

.pesanan-detail-container .section-1 .desc p {
    display: flex;
    color: var(--text-grey-secondary);
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-status {
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 15px 15px;

    flex-direction: column;

    box-shadow: 0px 3px 15px #00000029;
    border-radius: 10px;

    color: var(--text-grey-secondary);
    font-size: 14px;
    font-weight: 600;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-status .top {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: 0px;
    /* background-color: tomato; */
}

.pesanan-detail-container .section-status .center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.pesanan-detail-container .section-status .center img {
    width: 65px;
    height: 65px;
}

.pesanan-detail-container .section-status .center svg {
    width: 45px;
    height: 45px;
}

.pesanan-detail-container .section-status .bottom {
    text-align: center;
    margin-top: 15px;
}

.pesanan-detail-container .section-2 {
    display: flex;
    width: 100%;
    margin-top: 15px;

    flex-direction: column;

    box-shadow: 0px 3px 15px #00000029;
    border-radius: 10px;
}

.pesanan-detail-container .section-2 .wrapper-top {
    padding: 10px 10px 10px 20px;
}

.pesanan-detail-container .section-2 .wrapper-top .title {
    font-size: 0.9em;
}

.pesanan-detail-container .section-2 .wrapper-top .subtitle {
    color: var(--text-grey-secondary);
    margin-top: -8px;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    margin-bottom: 0px;
}

.pesanan-detail-container .section-2 .wrapper-bottom {
    display: flex;
    padding: 0px 15px 0px 20px;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: space-between;

    background-color: #f5f5f5;
}

.pesanan-detail-container .section-2 .wrapper-bottom .title {
    display: flex;
    align-items: center;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;

    color: var(--text-grey-secondary);
    font-size: 1em;
    font-weight: 600;
}

.pesanan-detail-container .section-2 .wrapper-bottom .title2 {
    display: flex;
    align-items: center;
    margin-top: 10px;

    /* color: var(--text-grey-secondary); */
    font-size: 1em;
    font-weight: 600;

    /* -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1; */
}

.pesanan-detail-container .section-3 {
    margin-top: 15px;

    box-shadow: 0px 3px 15px #00000029;
    border-radius: 10px;
}

.pesanan-detail-container .section-3 .wrapper-top {
    font-size: 0.9em;
}

.pesanan-detail-container .section-3 .wrapper-bottom {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    gap: 10px;
    /* border-bottom: 1px solid #00000029; */
}

.pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper {
    display: flex;
    width: 100%;
    gap: 20px;
    /* background-color: tomato; */
}

.pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .icon {
    display: flex;
    align-items: center;
}

.pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .icon img {
    width: 12px;
    height: 18px;
}

.pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .desc {
    display: flex;
    align-items: flex-start;
    margin-left: -10px;
}

.pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .desc p {
    margin-bottom: 0px !important;
}

.pesanan-detail-container .section-3 .wrapper-top {
    display: flex;
    padding: 10px 0px 0px 20px;
    border-bottom: 1px solid #00000029;
    justify-content: space-between;
}

.pesanan-detail-container .section-3 .wrapper-top .left {
    width: 75%;
    padding-right: 20px;
}

.pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper .desc .date {
    color: var(--text-blue);
    font-weight: 600;
}

.pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper .icon {
    padding-left: 5px;
}

.pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper .icon img {
    width: 15px;
}

.pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper .desc {
    width: 90%;
}

.pesanan-detail-container .section-3 .wrapper-top .right {
    display: flex;
    width: 25%;
    /* background-color: tomato; */

    justify-content: flex-end;
    align-items: flex-start;
}

.pesanan-detail-container .section-4 {
    margin-top: 20px;
    flex-direction: column;

    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.pesanan-detail-container .section-4 .wrapper-top {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #00000029;
    justify-content: space-between;
}

.pesanan-detail-container .section-4 .wrapper-top .right {
    display: flex;

    justify-content: flex-end;
    align-items: flex-start;
}

.pesanan-detail-container .section-4 .wrapper-center {
    display: flex;
    padding: 20px;
    justify-content: space-between;
}

.pesanan-detail-container .section-4 .wrapper-center .left {
    color: var(--text-grey-secondary);
    font-weight: 600;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-4 .wrapper-center .right {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-4 .bottom-center {
    display: flex;
    padding: 20px 20px 8px 20px;
    background-color: #f5f5f5;
    justify-content: space-between;
}

.pesanan-detail-container .section-4 .bottom-center .left .subtotal {
    color: var(--text-grey-secondary);
    font-weight: 600;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-4 .bottom-center .left .min-transaksi {
    color: var(--text-grey-secondary);
    font-size: 0.84em;
    font-weight: 600;
    margin-top: -5px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-4 .bottom-center .right {
    color: var(--text-grey-secondary);
    font-weight: 600;
    font-size: 1.2em;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-5 {
    display: flex;
    margin-top: 15px;
    margin-bottom: 50px;
    flex-direction: column;

    box-shadow: 0px 3px 15px #00000029;
    border-radius: 10px;
    padding: 20px;
}

.pesanan-detail-container .section-5 .title {
    font-size: 0.9em;
}

.pesanan-detail-container .section-5 :nth-child(2) {
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-6 {
    display: flex;
    margin-top: 20px;
    flex-direction: column;

    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.pesanan-detail-container .section-6 .wrapper-top {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #00000029;
    padding: 15px 0px 10px 0px;
}

.pesanan-detail-container .section-6 .wrapper-center {
    margin: auto auto;
    padding: 20px;

    color: var(--blue);
    font-weight: 700;
    font-size: 1.4em;
}

.pesanan-detail-container .section-6 .wrapper-bottom {
    display: flex;
    justify-content: space-between;

    padding: 20px 20px 8px 20px;
    background-color: #f5f5f5;
}

.pesanan-detail-container .section-6 .wrapper-bottom :nth-child(1) {
    font-size: 0.9em;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-6 .wrapper-bottom :nth-child(2) {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-7 .wrapper-top {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.pesanan-detail-container .section-7 .wrapper-top p {
    color: var(--red);
    font-weight: 600;
    font-size: 0.9em;
}

.pesanan-detail-container .section-7 .wrapper-bottom {
    display: flex;
    padding: 20px 0px;

    justify-content: space-between;
}

.pesanan-detail-container .section-7 .wrapper-bottom .left :nth-child(1) {
    font-size: 0.83em;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-7 .wrapper-bottom .left :nth-child(2) {
    font-size: 1em;
    font-weight: 600;
    color: var(--text-grey-secondary);

    margin-top: -10px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-8 {
    margin-top: 20px;

    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.pesanan-detail-container .section-8 .wrapper-top {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #00000029;
}

.pesanan-detail-container .section-8 .wrapper-bottom {
    display: flex;
    padding: 20px 20px 10px 20px;

    justify-content: space-between;
}

.pesanan-detail-container .section-8 .wrapper-bottom .left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.pesanan-detail-container .section-8 .wrapper-bottom .left p {
    margin-top: 5px;
    color: var(--text-grey-secondary);
    font-weight: 600;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pesanan-detail-container .section-8 .wrapper-bottom .right {
    display: flex;
    align-items: center;
}

.pesanan-detail-container .section-9 {
    margin-top: 40px;
}

/* ----- End Pesanan Detail Style ----- */

/* ----- Cara Pemesanan Style ----- */
.cara-pemesanan-container {
    /* background-color: tomato; */
}

.cara-pemesanan-container .section-3 {
    display: flex;
    padding: 20px;

    justify-content: center;
    align-items: center;
}

.cara-pemesanan-container .section-4 {
    display: flex;
    padding-bottom: 20px;

    justify-content: center;
    gap: 5px;
}

.cara-pemesanan-container .section-5 {
    display: none;
    padding: 20px;

    margin: 20px 0;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
    background-color: var(--light-blue);
}

.cara-pemesanan-container .section-5 #titleCaraPemesanan {
    color: var(--text-grey);
    font-weight: 700;
    font-size: 1.2em;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.cara-pemesanan-container .section-5 #descCaraPemesanan {
    color: var(--text-grey);

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.cara-pemesanan-container .section-6 {
    width: 100%;
    padding: 10px;
}

.cara-pemesanan-container .section-6 .wrapper {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.cara-pemesanan-container .section-6 .wrapper .left {
    width: 21%;
}

.cara-pemesanan-container .section-6 .wrapper .center {
    display: flex;
    width: 58%;

    flex-direction: column;
    gap: 10px;
}

.cara-pemesanan-container .section-6 .wrapper .center .desc .title {
    color: var(--text-grey);

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.cara-pemesanan-container .section-6 .wrapper .center .desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.cara-pemesanan-container .section-6 .wrapper .center .desc .icon {
    display: flex;
    width: 25px;
    height: 25px;

    justify-content: center;
    align-items: center;

    background-color: var(--blue);
    border-radius: 50px;
}

.cara-pemesanan-container .section-6 .wrapper .center .desc .icon i {
    color: var(--white);
}

.cara-pemesanan-container .section-6 .wrapper .right {
    width: 21%;
}

/* ----- End Cara Pemesanan Style ----- */

/* ----- List Inspirasi Desain Style ----- */
.inspirasi-desain-container {
    width: 100%;
    padding: 15px 15px 10px 15px;
}

.inspirasi-desain-container .section-1 {
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 20px;
}

.inspirasi-desain-container .section-1 .top {
    color: var(--text-grey-secondary);
}

.inspirasi-desain-container .section-1 .bottom {
    font-size: 0.8em;
    color: #afafaf;
}

.inspirasi-desain-container .section-1 .bottom div {
    margin-top: -10px;
}

.inspirasi-desain-container .section-1 .bottom img {
    width: 50px;
    height: auto;
}

.inspirasi-desain-container .section-2 {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11px;
}

.inspirasi-desain-container .section-3 {
    display: flex;
    justify-content: center;
    padding: 30px 10px;
}

.inspirasi-desain-container .section-4 {
    margin-bottom: 50px;
}

/* ----- End List Inspirasi Desain Style ----- */

/* ----- Daftar Professional Desain Style ----- */
.daftar-professional-container {
    width: 100%;
    padding: 15px 15px 10px 15px;
    margin-bottom: 20px;
}

.daftar-professional-container .section-1 {
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 20px;
}

.daftar-professional-container .section-1 .top {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.daftar-professional-container .section-1 .bottom {
    font-size: 0.8em;
    color: #afafaf;
}

.daftar-professional-container .section-1 .bottom div {
    margin-top: -10px;
}

.daftar-professional-container .section-1 .bottom img {
    width: 50px;
    height: auto;
}

.daftar-professional-container .section-2 {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
}

.daftar-professional-container .section-3 {
    display: flex;
    justify-content: center;
    padding: 30px 10px;
}

/* ----- End Daftar Professional Style ----- */

/* ----- Detail Inspirasi Desain Style ----- */
.detail-inspirasi-container4 .owl-carousel .owl-item.active {
    /* filter: brightness(50%); */
}

.detail-inspirasi-container {
    width: 100%;
    /* min-height: 100vh; */
    max-height: fit-content;

    padding: 15px;
}

.detail-inspirasi-container .section-1 {
    display: flex;
    justify-content: flex-start;
}

.detail-inspirasi-container .section-1 .wrapper {
    display: flex;
    width: 40px;
    height: 40px;

    justify-content: center;
    align-items: center;

    border-radius: 50px;
    background-color: var(--text-grey-secondary);

    cursor: pointer;
}

.detail-inspirasi-container .section-1 .wrapper i {
    color: var(--white) !important;
}

.detail-inspirasi-container .section-2 {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}

.detail-inspirasi-container .section-2 .top {
    margin-top: 0px;
    padding: 0 60px;

    color: var(--text-grey-secondary);
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.detail-inspirasi-container .section-2 .middle {
    font-size: 1.1em;
    color: var(--text-grey-secondary);
    text-align: center;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-2 .middle .proyek {
    color: var(--primary-theme) !important;
    font-weight: 700;
    /* background-color: tomato; */
}

.detail-inspirasi-container .section-2 .bottom {
    color: var(--blue);

    text-align: center;
    text-transform: capitalize;
}

.detail-inspirasi-container .section-3 {}

.detail-inspirasi-container .section-4 {
    display: flex;
    flex-direction: column;
    margin-top: -10px !important;
}

.detail-inspirasi-container .section-4 .top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
    /* background-color: tomato; */

    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.detail-inspirasi-container .section-4 .top .left {
    display: flex;

    gap: 25px;
    cursor: pointer;
}

.detail-inspirasi-container .section-4 .top .left .image {
    display: flex;
    width: 80px;
    height: 80px;
    margin: auto auto;

    justify-content: center !important;
    align-items: center !important;

    border-radius: 100px;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #ebebeb;
}

.detail-inspirasi-container .section-4 .top .left .image img {
    width: 80px;
    height: 80px;
    object-fit: cover !important;
    border-radius: 100px;
}

.detail-inspirasi-container .section-4 .top .left .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.detail-inspirasi-container .section-4 .top .left .desc .title {
    color: var(--primary-theme);
    font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;

    -webkit-text-fill-color: var(--primary-theme);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .top .left .desc .subtitle {
    margin-top: -10px;
    color: var(--text-grey-secondary);
    font-size: 1em;
    width: 90%;
    /* background-color: tomato; */

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .top .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-inspirasi-container .section-4 .middle {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    /* background-color: tomato; */
    word-wrap: break-word !important;

    border-bottom: 1px solid #ebebeb;
}

.detail-inspirasi-container .section-4 .middle .title {
    color: var(--text-grey-secondary);
    font-weight: 700;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .middle .desc {
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .middle2 {
    display: flex;
    width: 100%;
    padding: 20px 0;
    gap: 0px;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: tomato; */

    border-bottom: 1px solid #ebebeb;
}

.detail-inspirasi-container .section-4 .middle2 p {}

.detail-inspirasi-container .section-4 .middle2 .wrapper {
    display: flex;
    width: 100%;
}

.detail-inspirasi-container .section-4 .middle2 .wrapper .left {
    width: 30%;
    color: var(--text-grey-secondary);
    font-weight: 700;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .middle2 .wrapper .right {
    text-transform: capitalize;
    width: 70%;
    color: var(--text-grey-secondary);
    /* background-color: tomato !important;
    word-wrap: break-word !important; */
    word-break: break-all !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .bottom {
    display: flex;
    width: 100%;
    padding: 20px 0 40px 0;
    flex-direction: column;
}

.detail-inspirasi-container .section-4 .bottom .title {
    color: var(--text-grey-secondary);
    font-weight: 700;
    text-transform: capitalize;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container .section-4 .bottom .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-right: 30px;
}

.detail-inspirasi-container .section-4 .bottom .tags .tag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;

    border: 1px solid var(--light-grey);
    border-radius: 30px;
    background-color: var(--text-grey-secondary);
    color: var(--white);
    text-transform: capitalize;

    text-decoration: none !important;
    -webkit-text-fill-color: var(--white);
    -webkit-opacity: 1;
}

.detail-inspirasi-container2 {
    background-color: var(--background-grey);
    padding: 30px 20px 60px 20px;
}

.detail-inspirasi-container2 .section-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.detail-inspirasi-container2 .section-5 .top {
    text-align: center;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container3 {
    padding: 20px 20px 0px 20px;
    /* background-color: tomato; */
    margin-bottom: 80px;
}

.detail-inspirasi-container3 .owl-stage-outer {
    height: fit-content !important;
}

.detail-inspirasi-container3 .section-6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-inspirasi-container3 .section-6 .top {
    color: var(--text-grey-secondary);
    font-weight: 700;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container4 .shading-image-left {
    height: 400px !important;
}

.detail-inspirasi-container4 .shading-image-right {
    height: 400px !important;
}

.detail-inspirasi-container4 .carousel-item img {
    height: 400px !important;
}

.detail-inspirasi-container4 {
    margin-top: 10px !important;
}

.detail-inspirasi-container4 .bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;

    padding: 15px;
    /* padding-right: 0px !important; */
}

.detail-inspirasi-container4 .bottom .title {
    color: var(--text-grey-secondary);
    font-weight: 700;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-inspirasi-container4 .bottom .owl-carousel {
    height: 90px !important;
    overflow: hidden !important;
}

.detail-inspirasi-container4 .bottom .images {
    width: 100%;
}

.detail-inspirasi-container4 .bottom .images .image-item {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    /* background-color: tomato; */
}

.detail-inspirasi-container4 .bottom img {
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
}

.detail-inspirasi-container4 .selected {
    filter: brightness(50%);
}

/* ----- End Detail Inspirasi Desain Style ----- */

/* ----- Detail Professional Style ----- */
.detail-professional-container .tab-projects {
    justify-content: flex-start !important;
    /* background-color: tomato; */
}

.detail-professional-container .owl-stage-outer {
    height: 190px !important;
    overflow: hidden !important;
}

.detail-professional-container {
    width: 100%;
    /* min-height: 100vh;
    max-height: fit-content; */
    height: fit-content;
    padding: 15px 15px 10px 15px;
}

.detail-professional-container.set-height {
    min-height: fit-content !important;
}

.detail-professional-container .section-1 {
    display: flex;
    justify-content: flex-start;
}

.detail-professional-container .section-1 .wrapper {
    display: flex;
    width: 30px;
    height: 30px;

    justify-content: center;
    align-items: center;

    border-radius: 50px;
    background-color: var(--text-grey-secondary);

    cursor: pointer;
}

.detail-professional-container .section-1 .wrapper i {
    color: var(--white) !important;
}

.detail-professional-container .section-4 {}

.detail-professional-container .section-4 .top {
    display: flex;
    flex-direction: column;
    gap: 0px;

    padding: 10px 5px;
    color: var(--text-grey-secondary);
    font-size: 1.1em;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container .section-4 .top .wrapper {
    display: flex;
    width: 100%;
}

.detail-professional-container .section-4 .top .wrapper .left .fa-briefcase {
    margin-left: -3px;
    /* margin-top: -13px !important; */
}

.detail-professional-container .section-4 .top .wrapper .left .fa-location-dot {
    margin-top: -10px !important;
}

.detail-professional-container .section-4 .top .wrapper .left {
    display: flex;
    width: 7%;

    justify-content: flex-start;
    align-items: center;
}

.detail-professional-container .section-4 .top .wrapper .left i {
    margin-top: -8px;
    font-size: 20px;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container .section-4 .top .wrapper .right {
    display: flex;
    width: 93%;
    justify-content: flex-start;
    align-items: center;
}

.detail-professional-container .section-4 .middle {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--white) !important;

    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.detail-professional-container .section-4 .middle .active {
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.detail-professional-container .section-4 .bottom {
    padding: 20px 0;
    /* background-color: blue; */
}

.detail-professional-container .section-4 .bottom .overview .title {
    color: var(--text-grey-secondary);
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container .section-4 .bottom .overview .desc {
    color: var(--text-grey-secondary);

    /* background-color: tomato; */
    /* padding: 0 20px; */

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container .section-4 .bottom .projects .title {
    color: var(--text-grey-secondary);
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container .section-4 .bottom .projects .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;
}

.detail-professional-container2 {
    background-color: var(--background-grey);
    padding: 20px 20px 20px 20px;
    /* margin-bottom: -70px; */
}

.detail-professional-container2 .section-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.detail-professional-container2 .section-5 .top {
    text-align: center;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container2 .section-5 .bottom {}

.detail-professional-container3 {
    padding: 20px 20px 0 20px;
}

.detail-professional-container3 .section-6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-professional-container3 .section-6 .top {
    color: var(--text-grey-secondary);
    font-weight: 700;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.detail-professional-container4 {
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 1px !important;
    background-size: 100%;

    justify-content: center;
    align-items: center;
    /* width: var(--content-width); */
}

.detail-professional-container4 .profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 50px; */
}

.detail-professional-container4 .profile .top {
    background-color: white;
    border-radius: 100px;
}

.detail-professional-container4 .profile .top img {
    width: 120px;
    height: 120px;

    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #ebebeb;
    border-radius: 100px;
}

.detail-professional-container4 .profile .middle {
    color: var(--white);
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
}

/* ----- End Detail Professional Style ----- */

/* ----- Bantuan Style -----*/
.bantuan-container {
    padding: 15px;
    /* padding-bottom: 10px; */
    /* margin-bottom: 30px; */
}

.bantuan-container .section-1 {
    padding-top: 10px;
    /* margin-bottom: -12px; */
}

.bantuan-container .section-2 {
    padding-bottom: 10px;
}

.bantuan-container .section-2 .title {
    margin: 30px 0 15px 0;
    font-size: 12.8px !important;
}

.bantuan-container .section-2 .items {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* ----- End Bantuan Style -----*/

/* ----- Form Pemesanan Style ----- */
.form-pemesanan {
    padding: 15px 15px 0px 15px;
}

/* Pengajuan Jasa */
.pengajuan-jasa {}

.pengajuan-jasa .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pengajuan-jasa .section-1 img {
    width: 150px;
}

.pengajuan-jasa .section-2 .title {
    font-size: 1.1em !important;
}

.pengajuan-jasa .section-2 .desc {
    padding: 0 50px;

    color: var(--text-grey);
    font-size: 1.1em;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.pengajuan-jasa .section-3 {
    margin-top: 70px;
    color: var(--red);
}

/* End Pengajuan Jasa */

/* Pilih Jasa Style */
.pilih-jasa .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pilih-jasa .section-2 {
    display: flex;
    width: 100%;
    padding: 10px 0 0px 10px;

    flex-wrap: wrap;
    gap: 5px;
}

/* End Pilih Jasa Style */

/* Pilih Lokasi Style */
.pilih-lokasi ::placeholder {
    /* font-family: "Helvetica", "Arial", sans-serif !important; */
    font-family: 'poppins', sans-serif !important;
    opacity: 0.7;
    font-size: .875rem;
}

.pilih-lokasi .totalwrapper {
    display: flex;
    justify-content: flex-end;
}

.pilih-lokasi .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pilih-lokasi .section-2 label {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-lokasi .section-2 input {
    padding: 12px 20px !important;
    padding-left: 12px !important;
    /* padding-left: 100px !important; */
}

.pilih-lokasi .section-2 textarea {
    height: 150px !important;
    resize: none;
}

/* End Pilih Lokasi Style */

/* Pilih Tipe Bangunan Style */
.pilih-tipe-bangunan .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pilih-tipe-bangunan .section-2 label {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-tipe-bangunan .section-2 .dropdown-toggle {
    padding: 15px !important;
    background-color: var(--white) !important;
    border-radius: 10px !important;
    border: 1px solid #d9d9d9;
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-tipe-bangunan .section-2 .dropdown-menu {
    padding: 0px !important;
    border-radius: 10px !important;
}

.pilih-tipe-bangunan .section-2 .dropdown-menu li {
    padding: 5px;
    background-color: var(--white) !important;
    border: 1px solid #d9d9d9;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-tipe-bangunan .section-2 .dropdown-menu .selected {
    background-color: var(--white) !important;
    color: var(--text-grey-secondary);
    border: none;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-tipe-bangunan .section-2 .dropdown-item:hover {
    background-color: var(--tomato) !important;
}

.pilih-tipe-bangunan .section-2 option {
    height: 50px !important;
    padding: 30px !important;
    margin: 30px !important;
}

.pilih-tipe-bangunan .section-2 {}

/* End Pilih Tipe Kebutuhan Style */

/* Pilih Luas Area */
.pilih-luas-area ::placeholder {
    /* font-family: "Helvetica", "Arial", sans-serif !important; */
    font-family: 'poppins', sans-serif !important;
    opacity: 0.7;
}

.pilih-luas-area .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 80px !important;
}

.pilih-luas-area .section-2 input {
    width: 90% !important;
    height: 50px !important;
}

.pilih-luas-area .section-2 .input-group-append {
    width: 10% !important;
    height: 50px !important;
}

.pilih-luas-area .section-2 .input-group-append span {
    padding: 20px;
    background-color: var(--white);
    border-left: none;
    font-size: 0.9em;
}

.pilih-luas-area .section-3 {
    display: flex;
    width: 100%;

    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    gap: 15px;
    /* background-color: tomato; */
}

.pilih-luas-area .section-3.active {
    border: 1px solid var(--primary-theme);
}

.pilih-luas-area .section-3 i {
    font-size: 20px;
    color: var(--primary-theme);
}

.pilih-luas-area .section-3 .empty {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

.pilih-luas-area .section-3 .right {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* End Pilih Luas Area */

/* Perkiraan Budget Style */
.perkiraan-budget {
    position: relative;
}

.perkiraan-budget .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.perkiraan-budget .section-2 label {
    color: var(--text-grey-secondary) !important;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.perkiraan-budget .section-2 .dropdown-toggle {
    padding: 15px !important;
    background-color: var(--white) !important;
    border-radius: 10px !important;
    border: 1px solid #d9d9d9;
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.perkiraan-budget .section-2 .dropdown-menu {
    padding: 0px !important;
}

.perkiraan-budget .section-2 .dropdown-menu li {
    padding: 5px;
    background-color: var(--white) !important;
    border: 1px solid #d9d9d9;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.perkiraan-budget .section-2 .dropdown-menu .selected {
    background-color: var(--white) !important;
    color: var(--text-grey-secondary);
    border: none;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.perkiraan-budget .section-2 .dropdown-item:hover {
    background-color: var(--tomato) !important;
}

.perkiraan-budget .section-2 option {
    height: 50px !important;
    padding: 30px !important;
    margin: 30px !important;
}

.perkiraan-budget .section-3 {
    /* position: absolute;
    bottom: 150px; */
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* End Perkiraan Budget Style */

/* Waktu Pengerjaan Style */
.waktu-pengerjaan .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.waktu-pengerjaan .section-2 p {
    color: var(--text-grey-secondary);
    font-size: 12.6px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.waktu-pengerjaan .section-2 .items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.waktu-pengerjaan .section-2 .wrapper {
    display: flex;
    width: 100%;

    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    gap: 15px;
}

.waktu-pengerjaan .section-2 .wrapper.active {
    border: 1px solid var(--primary-theme);
}

.waktu-pengerjaan .section-2 .wrapper i {
    font-size: 20px;
    color: var(--primary-theme);
}

.waktu-pengerjaan .section-2 .wrapper .empty {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

.waktu-pengerjaan .section-2 .wrapper .right {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* End Waktu Pengerjaan Style */

/* Pilih Style Style */
.pilih-style .section-1 {
    padding: 0 40px;
}

.pilih-style .section-2 {
    display: flex;
    width: 100%;
    justify-content: center;

    flex-wrap: wrap;
    gap: 7px;
}

/* Pilih Style Style */

/* Deskripsi Proyek Style */
.deskripsi-proyek ::placeholder {
    /* font-family: "Helvetica", "Arial", sans-serif !important; */
    font-family: 'poppins', sans-serif !important;
    opacity: 0.7;
}

.deskripsi-proyek .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.deskripsi-proyek .section-2 label {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.deskripsi-proyek .section-2 input {
    padding: 20px !important;
}

.deskripsi-proyek .section-2 textarea {
    height: 175px !important;
    resize: none;
}

.deskripsi-proyek .totalwrapper {
    display: flex;
    justify-content: flex-end;
}

/* End Deskripsi Proyek Style */

/* Pilih Pendanaan Style */
.pilih-pendanaan .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pilih-pendanaan .section-2 p {
    color: var(--text-grey-secondary);
    font-size: 0.9em;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-pendanaan .section-2 .items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pilih-pendanaan .section-2 .wrapper {
    display: flex;
    width: 100%;

    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    gap: 15px;
}

.pilih-pendanaan .section-2 .wrapper.active {
    border: 1px solid var(--primary-theme);
}

.pilih-pendanaan .section-2 .wrapper i {
    font-size: 20px;
    color: var(--primary-theme);
}

.pilih-pendanaan .section-2 .wrapper .empty {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

.pilih-pendanaan .section-2 .wrapper .right {
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-pendanaan .section-3 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pilih-pendanaan .section-3 .subtitle {
    padding: 0 20px;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pilih-pendanaan .section-3 .logo img {
    width: 110px;
    height: auto;

    /* REVAMP BTN */
    margin-top: -50px !important;
    /* END REVAMP BTN */
}

.pilih-pendanaan .section-3 .title {
    margin-top: -20px !important;
}

/* End Pilih Pendanaan Style */

/* Input Kontak Style */
.input-kontak .section-1 .title {
    padding: 0 50px;
}

.input-kontak .section-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
}

.input-kontak .section-2 .top {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;

    gap: 10px;
    background-color: var(--primary-theme);
    color: var(--white);
    font-weight: 700;

    /* border: 1px solid #0061A7; */
    border-radius: 38px;

    cursor: pointer;
}

.input-kontak .section-2 .top img {
    width: 25px;
    height: 25px;
}

.input-kontak .section-2 .middle {
    font-size: 1.2em;
    font-weight: 700;
}

.input-kontak .section-2 .bottom {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;

    gap: 10px;
    background-color: var(--white);
    color: var(--text-grey-secondary);
    font-weight: 700;

    border: 1px solid #9e9e9e;
    border-radius: 38px;

    cursor: pointer;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

/* End Input Kontak Style */

/* Finish Style */
.finish-pengajuan .section-1 {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;

    justify-content: center;
    align-items: center;
}

.finish-pengajuan .section-1 img {
    width: 180px;
    height: 180px;
}

.finish-pengajuan .section-1 svg {
    width: 180px;
    height: 180px;
}

.finish-pengajuan .section-2 .title {
    font-size: 1.3em;
}

.finish-pengajuan .section-2 .desc {
    padding: 0 70px;
    color: var(--text-grey);
    font-size: 1.2em;
    font: normal normal normal Helvetica;
    letter-spacing: 0px;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

/* End Finish Style */

/* ----- End Pemesanan Style ----- */

/* Akun BTN Style */
.akun-btn {
    position: relative;
}

.akun-btn .invalid-text {
    display: none;
    font-size: 12.6px;
    color: var(--red);
}

.akun-btn .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.akun-btn .section-1 img {
    width: 80px;
}

.akun-btn .section-2 .desc {
    padding: 0 30px;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.akun-btn .section-3 {
    display: flex;
    padding: 0 80px;

    margin-top: 40px;
    flex-direction: column;
    justify-content: center;

    /* border-bottom: 1px solid #EBEBEB; */
}

.akun-btn .section-3 .input .form-group label {
    font-size: 1em;
    font-weight: 800;
    color: var(--primary-theme);
}

.akun-btn .section-3 .input .form-group input {
    height: 50px;
}

.akun-btn .section-3 .input .form-group input::placeholder {
    font-weight: 800 !important;
}

.akun-btn .section-3 .forgot-password {
    display: flex;
    justify-content: end;
}

.akun-btn .section-3 .masuk {
    margin-top: 40px;
    /* border-bottom: 1px solid #EBEBEB; */
}

.akun-btn .section-3 .masuk .form-check label {
    margin-left: 25px;
    color: var(--text-grey-secondary);
    font-size: 1.1em;
    font-weight: 500;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.akun-btn .section-4 {
    width: 100%;
    display: flex;
    padding: 0 80px;

    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.akun-btn .section-4 .title {
    text-align: center;
    color: var(--text-grey-secondary);
    font-size: 1.1em;

    margin-top: 20px;
    margin-bottom: 10px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.akun-btn .section-5 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.akun-btn .section-5 img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.akun-btn .password-container {
    position: relative;
}

.akun-btn .password-container input[type="password"],
.akun-btn .password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
}

.akun-btn .password-container i {
    position: absolute;
    top: 35%;
    right: 4%;
    cursor: pointer;
    color: var(--text-grey-third);
    -webkit-text-fill-color: varvar(--text-grey-third);
    -webkit-opacity: 1;
}

/* End Akun BTN Style */

/* Akun Manual Style */
.akun-manual .alert-form {
    font-size: 14px !important;
}

.akun-manual .section-1 .title {
    padding: 0 50px;
}

.akun-manual .section-2 {
    display: flex;
    margin-top: 50px;

    flex-direction: column;
    gap: 5px;
}

.akun-manual .section-2 .wrapper {
    display: flex;
    width: 100%;
    padding: 0 20px;
    gap: 15px;
}

.akun-manual .section-2 .invalid-text {
    display: none;
    font-size: 12.6px;
    color: var(--red);
}

.akun-manual .section-2 .wrapper .left {
    display: flex;
    width: 5%;
    /* background-color: tomato; */

    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.akun-manual .section-2 .wrapper .left i {
    /* padding-top: 10px; */
    font-size: 25px;
    color: var(--primary-theme);
}

.akun-manual .section-2 .wrapper .right {
    width: 95%;
}

.akun-manual .section-2 .wrapper .right input {
    padding: 15px 10px;
}

.akun-manual .section-2 .wrapper-phone {
    display: flex;
    width: 100%;
    padding: 0 20px;
    gap: 15px;
}

.akun-manual .section-2 .wrapper-phone .input-group-text {
    height: 52px !important;
}

.akun-manual .section-2 .wrapper-phone .left {
    display: flex;
    width: 5%;

    /* background-color: tomato; */

    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.akun-manual .section-2 .wrapper-phone .left i {
    /* padding-top: 10px; */
    font-size: 25px;
    color: var(--primary-theme);
}

.akun-manual .section-2 .wrapper-phone .right {
    width: 95%;
}

.akun-manual .section-2 .wrapper-phone .right .input-group {
    display: flex;
    justify-content: flex-start;
}

.akun-manual .section-2 .wrapper-phone .right .input-group-prepend {
    min-width: 25px;
}

.akun-manual .section-2 .wrapper-phone .right input {
    padding: 15px 5px;
}

.akun-manual .section-2 .wrapper-phone .right span {
    font-size: 0.85em;
}

.akun-manual .section-3 {
    padding: 0 10px;
}

.akun-manual .section-3 label {
    color: var(--text-grey-secondary);
}

.akun-manual .section-3 .nt {
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.akun-manual .section-3 #triggerSK {
    color: var(--blue);
    font-weight: 700;
    cursor: pointer;
}

.akun-manual .form-check-input {
    margin-top: 3px !important;
    position: relative;
}

.akun-manual .capcha-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.akun-manual .capcha-wrapper .image {
    display: flex;
    gap: 10px;
}

.akun-manual .capcha-wrapper i {
    margin: auto auto;
    font-size: 1.2em;
    cursor: pointer;
}

.akun-manual .capcha-wrapper input {
    padding: 5px;
}

/* End Akun Manual Style */

/* Register Style */
.register {
    position: relative;
}

.register .invalid-text {
    display: none;
    font-size: 12.6px;
    color: var(--red);
}

/* .register .sk-container {
    width: 100%;
    display: flex;
    justify-content: space-around !important;
    background-color: tomato;
} */
.register .sk-container input {
    margin-right: 30px !important;
}

.register .section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register .section-1 img {
    width: 80px;
}

.register .section-2 .desc {
    padding: 0 70px;
    color: var(--text-grey-secondary);

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.register .section-2 .separator {
    margin: auto;
    width: 72%;
    height: 0.5px;
    background-color: var(--border-secondary-grey);
    margin-bottom: -20px;
}

.register .section-3 {
    display: flex;
    padding: 0 80px;

    margin-top: 40px;
    flex-direction: column;
    justify-content: center;

    /* border-bottom: 1px solid #EBEBEB; */
}

.register .section-3 .input .form-group label {
    font-size: 1em;
    font-weight: 800;
    color: var(--primary-theme);
}

.register .section-3 .input .form-group input {
    height: 50px;
}

.register .section-3 .input .form-group input::placeholder {
    font-weight: 800 !important;
}

.register .section-3 .forgot-password {
    display: flex;
    justify-content: end;
}

.register .section-3 .masuk {
    margin: 40px 0 25px 0;
}

.register .section-3 .masuk-sekarang {
    color: var(--link-theme);
    -webkit-text-fill-color: var(--link-theme);
    -webkit-opacity: 1;

    cursor: pointer;
}

.register .section-3 .masuk .form-check label {
    margin-left: 25px;
    color: var(--text-grey-secondary);
    font-size: 1.1em;
    font-weight: 500;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.register .section-4 {
    width: 100%;
    display: flex;
    padding: 0 80px;

    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.register .section-4 .title {
    text-align: center;
    color: var(--text-grey-secondary);
    font-size: 1.1em;

    margin-top: 20px;
    margin-bottom: 10px;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.register .section-5 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.register .section-5 img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.register .password-container {
    position: relative;
}

.register .password-container input[type="password"],
.register .password-container input[type="text"] {
    width: 100%;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
}

.register .password-container i {
    position: absolute;
    top: 35%;
    right: 4%;
    cursor: pointer;
    color: var(--text-grey-third);
    -webkit-text-fill-color: var(--text-grey-third);
    -webkit-opacity: 1;
}

/* End Register Style */

/* Akun Izinkan Style */
.akun-izinkan .section-1 {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 20px;
    margin-bottom: 10px;
}

.akun-izinkan .section-1 .arsitag-logo {
    width: 100px;
    height: auto;
}

.akun-izinkan .section-1 .sejasa-logo {
    width: 150px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

.akun-izinkan .section-2 {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1em;
    font-weight: 700;
    color: #002337;
    -webkit-text-fill-color: #002337;
}

.akun-izinkan .section-3 {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 20px;
}

.akun-izinkan .section-3 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 67%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.akun-izinkan .section-3 .left {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 100%;

    align-items: center;
    justify-content: center;

    background-color: var(--text-grey-secondary);
}

.akun-izinkan .section-3 .left i {
    color: var(--white);
}

.akun-izinkan .section-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.akun-izinkan .section-4 .wrapper {
    width: 67%;
    font-size: 1em;
    color: var(--text-grey);
}

/* End Akun Izinkan Style */

/* ----- Custom Bootstrap ----- */
.active-icon {
    border: 1px solid var(--primary-theme) !important;
    /* background-color: var(--blue) !important; */
}

.active-icon img {
    /* filter: brightness(0) invert(1) !important; */
}

.badge-dark,
.badge.bg-dark {
    color: var(--blue) !important;
    background-color: white !important;
    border: 1px solid var(--blue);
}

.btn {
    border-radius: 30px !important;
    font-size: 1em;
}

.btn-carousel {
    font-size: 0.8em !important;
    font-weight: 500;
    color: var(--white);
}

.btn-primary {
    background-color: var(--primary-theme) !important;
    font-weight: 600;
}

.btn-primary:active {
    border: 1px solid var(--primary-theme) !important;
}

.btn-primary:focus {
    border: 1px solid var(--primary-theme) !important;
    outline-color: var(--primary-theme) !important;
    box-shadow: none !important;
}

.btn-primary.active {
    border: 1px solid var(--primary-theme) !important;
    color: var(--white) !important;
}

.btn-outline-primary {
    border: 1px solid var(--primary-theme) !important;
    font-weight: 600;
    color: var(--primary-theme) !important;
}

.btn-outline-primary:hover {
    border: 1px solid var(--primary-theme) !important;
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.btn-outline-primary:focus {
    border: 1px solid var(--primary-theme) !important;
    outline-color: var(--primary-theme) !important;
    box-shadow: none !important;
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.btn-outline-primary:active {
    border: 1px solid var(--primary-theme) !important;
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.btn-outline-primary.active {
    background-color: var(--primary-theme) !important;
    color: var(--white) !important;
}

.btn-outline-primary-reverse {
    border: 1.5px solid var(--white) !important;
    font-weight: 600;
    color: var(--white) !important;
    outline: none !important;
}

.btn-outline-primary-reverse:focus,
.btn-outline-primary-reverse:active {
    outline: none !important;
    box-shadow: none !important;
    outline-color: var(--primary-theme) !important;
}

.btn-default {
    /* background-color: #E8E8E8; */
    border: 0.5px solid var(--border-secondary-grey) !important;
    color: var(--text-grey-secondary);
    font-weight: 800;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
}

.btn-default:active {
    border: none !important;
}

.btn-default:focus {
    border: none !important;
    outline-color: var(--text-grey-secondary) !important;
    box-shadow: none !important;
}

.btn-tab {
    width: 47%;
    padding: 10px;

    border: 1px solid var(--primary-theme) !important;
    background-color: var(--white) !important;
    color: var(--primary-theme);
    font-size: 1.1em;
    font-weight: 700;
    border-radius: 30px;
}

.btn-tab:hover {
    /* color: var(--primary-theme) !important; */
}

.btn-tab:focus {
    border: none !important;
    box-shadow: none;
}

.btn-tab:active {
    border: none !important;
    /* background-color: var(--primary-theme) !important; */
}

.btn-tab.active {
    border: 1px solid var(--primary-theme) !important;
    background-color: #d8ebfc !important;
    color: var(--primary-theme) !important;
    font-size: 1.1em;
    font-weight: 700;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline-color: var(--primary-theme) !important;
}

.form-control:focus {
    outline-color: var(--primary-theme) !important;
}

/* .btn-tab.active:focus {
    border: none !important;
    box-shadow: none;
} */
.btn-warning {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
}

.custom-btn-small {
    padding: 5px 25px;
}

.custom-btn-bayar {
    padding: 15px 0px;
    color: var(--white);
    font-weight: 600;
}

.carousel-item2 {
    height: 80% !important;
}

.carousel-control-prev {
    margin-left: -5% !important;
}

.carousel-control-next {
    margin-right: -5% !important;
}

.carousel-inner {
    overflow: hidden !important;
}

.carousel-indicators {
    margin-top: 30px !important;
    position: absolute !important;
    bottom: 5px;
}

ol.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background-color: var(--primary-theme) !important;
}

.carousel-control-prev .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 30px;

    border-radius: 100px;
    background-color: tomato;
}

.carousel-control-prev i {
    color: var(--black) !important;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
}

.carousel-control-next i {
    color: var(--black) !important;
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
}

.nfc {
    color: #707070 !important;
}

.card-blue-promo {
    display: flex;
    justify-content: space-between;
    padding: 15.72px;

    border-radius: 10px;
    box-shadow: 0px 3px 15px #00000029;
    background-color: var(--primary-theme);

    cursor: pointer;
}

.card-blue-promo .text-wrapper p {
    font-size: 11px;
    color: white;
    margin-bottom: 3px;
}

.card-blue-promo .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-blue-promo .icon-wrapper i {
    color: white;
}

.custom-card-title {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    padding-right: 5%;

    z-index: 2;
}

.custom-card-subtitle {
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 300 !important;
    padding-right: 5%;

    z-index: 2;
}

.custom-carousel-wrapper {
    position: absolute;
    width: 85%;
    top: 0;
    margin: 20px 0px 10px 50px;
    z-index: 1 !important;
    /* background-color: tomato; */
}

.custom-carousel-wrapper h3 {
    color: var(--white);
}

.custom-text-secondary {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.custom-text-secondary-sec {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.custom-text-third {
    color: var(--text-grey-third) !important;
    -webkit-text-fill-color: var(--text-grey-third-rgba);
    -webkit-opacity: 1;
}

.no-transform {
    text-transform: none !important;
}

#homepageForm form label {
    color: var(--blue);
    font-size: 1em;
    font-weight: 700;
}

.form-group label {
    color: var(--blue);
    font-size: 0.9em;
    font-weight: 700;
}

.bodyScroll {
    overflow-y: scroll !important;
}

.text-grey {
    color: var(--text-grey-secondary) !important;

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.link-grey {
    color: #b5b5b5 !important;
}

.darker-grey {
    color: #484848 !important;

    -webkit-text-fill-color: var(--text-grey-rgba);
    -webkit-opacity: 1;
}

.no-bold {
    font-weight: 300 !important;
}

.text-mengapa {
    color: var(--primary-theme);
    font-size: 1.2em;
    font-weight: 600;

    -webkit-text-fill-color: var(--primary-theme);
    -webkit-opacity: 1;
}

.pagination>li.active>a {
    background-color: var(--primary-theme) !important;
    border-color: var(--primary-theme) !important;
}

.pagination .page-item {
    cursor: pointer;
}

.page-item i {
    color: var(--primary-theme) !important;
}

.page-item a {
    color: var(--primary-theme) !important;
}

.page-item.active a {
    color: var(--white) !important;
}

.shading-image-left {
    position: absolute;
    left: 0;
    height: fit-content !important;
    z-index: 1;
}

.shading-image-right {
    position: absolute;
    right: 0;
    height: fit-content !important;
    z-index: 1;
}

.shading-image-bottom {
    position: absolute;
    width: 100% !important;
    bottom: 0 !important;
    height: auto !important;
    z-index: 1 !important;
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-capitalize {
    text-transform: capitalize;
}

.text-boldest {
    font-weight: 800;
}

input {
    border: 1px solid #ced4da !important;
}

textarea {
    border: 1px solid #ced4da !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--primary-theme) !important;
    box-shadow: none !important;
    outline: 0 none !important;
}

/* ----- End Custom Bootstrap ----- */

#pilihLokasiView .ui-autocomplete {
    /* max-width: 570px !important; */
    border-radius: 10px !important;
}

#pilihLokasiView .ui-menu-item-wrapper {
    /* background-color: tomato !important; */
    overflow-y: hidden !important;
    padding: 10px !important;
    border: none;
    /* max-width: 570px !important; */
    /* max-height: 400px !important; */
}

#pilihLokasiView .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border-color: none !important;
    background: none !important;
    color: var(--text-grey-secondary) !important;
    border: none;
    /* box-shadow: 0px 1px 3px #00000029 !important; */

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

#pilihLokasiView .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

#modalFilter .ui-autocomplete {
    /* max-width: 557px !important; */
    border-radius: 20px !important;
    /* padding: 0px !important; */
    /* border: none !important; */
    /* position:absolute !important; */
    /* background-color: tomato !important; */
}

#modalFilter .ui-menu-item-wrapper {
    /* background-color: tomato !important; */
    padding: 10px !important;

    border: none !important;
    /* border-radius: 20px !important; */
}

#modalFilter .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border-color: none !important;
    background: none !important;
    color: var(--text-grey-secondary) !important;
    /* border: 1px solid #D9D9D9 !important; */
    border: none !important;
    border-radius: 20px !important;
    /* box-shadow: 0px 1px 3px #00000029 !important; */

    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

#modalFilter .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.bootstrap-select .caret {
    display: none !important;
}

.modal-body-sk {
    height: 63vh !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
    overflow-y: scroll !important;
}

.modal-content-sk {
    z-index: 5 !important;
}

.modal-dialog img {
    cursor: pointer !important;
}

.modal-close-default {
    position: absolute;
    top: 60px;
    right: -16px;
    width: 2rem;
    height: auto;
    cursor: pointer !important;
    z-index: 10000000 !important;
}

.modal-default {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.modal-default2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.modal-dialog-default {
    width: auto !important;
}

.modal {}

.modal2 {
    overflow-y: hidden !important;
    margin: auto auto;
    /* align-items: center;
    justify-content: center; */
}

.modal-content2 {
    padding-right: 0px !important;
    height: fit-content !important;
    /* background-color: tomato !important; */
}

.modal-content3 {
    top: 50 !important;
}

.modal-close-default {
    position: absolute;
    top: -14px;
    right: -16px;
    width: 2rem;
    height: auto;
    cursor: pointer;
}

ul.classic-list {
    list-style: none;
    padding-left: 1.8rem;
}

ul.classic-list li::before {
    content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.my-spinner {
    text-rendering: optimizeLegibility;
    --fa-animation-duration: 2s;
}

.my-spinner.custom-spinner-size {
    width: 13px;
    height: 13px;
}

#mySpinner {
    width: 100%;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--text-grey-third);
    /* -webkit-text-fill-color: var(--text-grey-third-rgba); */
    -webkit-opacity: 1;
}

/* Spinner loading button */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.load {
    display: inline-block;
    width: 10px;
    height: 10px;
    /* margin: 110px auto 0; */
    border: 2px solid var(--white);
    border-radius: 100%;
    border-right-color: transparent;
    /* border-bottom-color: transparent; */
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Invisible Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    background-color: #f7f9fb;
    z-index: 10000;
    transition: opactity 0.75s, visibility 0.75s;
    -webkit-transition: opactity 0.75s, visibility 0.75s;
    -webkit-opacity: 0.7;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;

    -webkit-opacity: 0;
}

.loader-spinner-2 {
    opacity: 1 !important;
    -webkit-opacity: 1;
}

div.spinner {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    /* margin-left: 50%;
    margin-right: 50%; */
    background: var(--primary-theme);
    padding: 10px;
    z-index: 10001;
    border-radius: 10px;
}

div.spinner div {
    width: 6%;
    height: 16%;
    background: #fff;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}

div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}

div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}

div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}

div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}

div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}

div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}

div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}

div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}

div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}

/* Invisible Loader */

/* Skeleteon Loading */
@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }

    100% {
        background-position: 450px 0;
    }
}

.base-skeleton {
    background: #bfd4e4;
    position: relative;
    overflow: hidden;
}

.base-skeleton::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right,
            #bfd4e4 0%,
            rgba(0, 0, 0, 0.05) 20%,
            #bfd4e4 40%,
            #bfd4e4 100%);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 1.3s linear infinite;
}

.load-home .title-skeleton {
    height: 22px;
    width: 50%;
    border-radius: 2px;
}

.load-home .img-skeleton {
    height: 200px;
    width: 100%;
    border-radius: 8px;
}

.load-home .link-skeleton {
    height: 20px;
    width: 20%;
    border-radius: 2px;
    background: #ddeaf3;
}

.load-home .desc-skeleton {
    height: 15px;
    width: 100%;
    border-radius: 2px;
}

.load-home .banner-skeleton {
    height: 200px;
    width: 100%;
}

.load-home .banner-skeleton2 {
    height: 80px;
    width: 100%;
    border-radius: 4px;
}

.load-home .card-bantuan-skeleton {
    width: 100%;
    height: 40px;
    border-radius: 2px;
}

.load-home .location-skeleton {
    height: 32px;
    width: 100%;
    border-radius: 4px;
}

.card-promo-skeleton {
    width: 100%;
    height: 170px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.card-mitra-skeleton {
    width: 100%;
    height: 80px;
    border-radius: 2px;
}

/* Skeleteon Loading */

/* Sejasa */
.bottom-navbar-default {
    height: 70px;
    width: var(--content-width);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    display: flex;
    align-items: center;
}

.bottom-navbar-default.page-pay {
    flex-direction: column;
    height: auto;
    /* width: calc(var(--content-width) - 15px); */
}

.bottom-navbar-default2 {
    height: 50px;
    width: var(--content-width);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    display: flex;
    align-items: center;
}

.bottom-navbar-default2.page-pay {
    flex-direction: column;
    height: auto;
    /* width: calc(var(--content-width) - 15px); */
}

.bottom-navbar-default3 {
    height: 80px;
    width: var(--content-width);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    display: flex;
    align-items: center;
}

.custom-btn-small2 {
    background-color: var(--white);
    padding: 5px 25px;
}

.detail-service-date img {
    margin-top: 4px;
}

.detail-service-date svg {
    margin-top: 4px;
}

img.pemesanan-contact-detail-icon {
    width: 1.2rem;
}

svg.pemesanan-contact-detail-icon {
    width: .75rem;
    height: 30px;
}

.page-container.pay-container {
    padding-bottom: 50px;
}

.page-container.pay-container.with-button {
    padding-bottom: 130px;
}

.bottom-navbar-default.page-contact {
    flex-direction: column;
    align-items: unset;
    height: fit-content;
    padding: 5px 15px;
}

.bottom-navbar-default.page-contact .with {
    font-size: 0.9em;
}

.bottom-navbar-default.page-contact .estimasi p {
    font-size: 0.9em;
}

.bottom-navbar-default.page-contact .estimasi h3 {
    font-size: 1.6em;
}

.bottom-navbar-default.page-contact .estimasi small {
    font-size: 0.7em;
}

.bottom-navbar-default.page-promo {
    flex-direction: column;
    align-items: unset;
    height: 80px;
    padding: 5px 15px;
}

.bottom-navbar-default.page-promo .with {
    font-size: 0.9em;
}

.bottom-navbar-default.page-promo .estimasi p {
    font-size: 0.9em;
}

.bottom-navbar-default.page-promo .estimasi h3 {
    font-size: 1.6em;
}

.bottom-navbar-default.page-promo .estimasi small {
    font-size: 0.7em;
}

.text-black {
    color: #000000 !important;
    font-weight: 400;
}

.bottom-navbar-default.page-confirm-order {
    flex-direction: column;
    align-items: unset;
    height: 134px;
    padding: 5px 15px;
}

.manual-contact-detail img {
    width: 1.5rem;
    margin-right: 1.5rem;
}

.manual-contact-detail svg {
    width: 1.5rem;
    margin-right: 1.5rem;
}

.manual-contact-checklist label {
    margin-left: 1.8rem;
    padding-top: 1rem;
    font-weight: normal;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.pemesanan-form .text-heading-secondary {
    text-transform: none;
}

.btn-page-pay {
    padding: 15px 0px;
}

.hr-no-margin-default {
    margin: 0 -15px;
    border: 0.5px solid var(--border-secondary-grey);
}

.hr-no-margin-default.page-pay {
    margin: 0px;
    height: 1px;
    width: 100%;
    border: 0.5px solid var(--border-secondary-grey);
}

button.btn-detail-contact {
    padding: 1.5rem;
    border: 0.5px solid var(--border-secondary-grey) !important;
}

button.btn-detail-contact img {
    height: 1.8rem;
}

.detail-contact-separator-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 4px;
    background-color: var(--white);
    font-weight: bold;
}

.detail-contact-separator-hr {
    border: 0.5px solid var(--border-secondary-grey);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.text-blue {
    color: var(--blue);
    -webkit-text-fill-color: var(--blue-rgba);
    -webkit-opacity: 1;
}

.text-blue2 {
    color: var(--link-theme);
    -webkit-text-fill-color: var(--link-theme);
    -webkit-opacity: 1;
}

.question-counting p {
    font-size: 0.9em;
}

.question-counting h3 {
    font-size: 1.6em;
}

.question-counting small {
    font-size: 0.7em;
}

.price-list-stepper-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.extended-margin-page-container {
    /* margin-bottom: 45px; */
}

.extended-margin-page-container2 {
    margin-bottom: 45px;
}

.extended-margin-page-container-confirm-order {
    padding-bottom: 134px;
}

.extended-margin-page-container-view-order {
    padding-bottom: 10px;
}

.extended-margin-page-container-list-pesanan {
    padding-bottom: 75px;
}

.extended-margin-page-container.contact-form {
    padding-bottom: 9rem;
}

.counter-textarea-wrap {
    position: relative;
}

.counter-textarea-wrap .counter-textarea {
    position: absolute;
    right: 0;
    top: -20px;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    opacity: 0.7;
}

.counter-textarea-wrap .textarea-counter::placeholder {}

.font-size-required {
    font-weight: 600;
    font-size: 1.2em;
}

.success-img {
    width: 65px;
}

.btn-reset-input {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0px;
}

.btn-reset-input:focus,
.btn-reset-input:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-reset-input2 {
    position: absolute;
    top: 16px;
    right: 10px;
    padding: 0px;
}

.btn-reset-input2:focus,
.btn-reset-input2:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-reset-input2 i {
    font-size: 18px;
    color: #a6a6a6;
}

.pay-mobile-bank {
    display: none;
}

.choose-time-container {
    border: 1px solid var(--border-secondary-grey) !important;
    border-radius: 10px;
}

.choose-time-options {
    border: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    background: white !important;
    text-align: -webkit-center;
}

.double-dots-time {
    margin-top: 0px;
    margin-left: 8px;
    margin-right: 8px;
}

.select-holder {
    position: relative;
    width: 200px;
    /* margin-bottom: 10px; */
}

.select-holder select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}

.select-holder input {
    text-align: center;
    width: 100%;
    pointer-events: none;
    border: none;
}

.sejasa-paragraph-container {
    /* font-family: helvetica; */
    font-family: 'poppins', sans-serif !important;
}

.sejasa-paragraph-container p,
.sejasa-paragraph-container h1,
.sejasa-paragraph-container h2 {
    margin: 0.5rem;
    /* font-family: helvetica; */
    font-family: 'poppins', sans-serif !important;
}

.sejasa-paragraph-container ul {
    padding-left: 20px;
}

.sejasa-paragraph-container ol {
    padding-left: 20px;
    /* font-family: helvetica; */
    font-family: 'poppins', sans-serif !important;
}

.order-calendar .datepicker-inline,
.order-calendar .datepicker table {
    width: 100%;
}

.q-list-price-stepper .modal-body {
    padding: 0px !important;
}

.options-separator {
    border: 0.5px solid var(--border-secondary-grey);
}

.autocomplete-main-card {
    max-height: 13em !important;
    overflow-y: auto !important;
}

.autocomplete-main-item {
    cursor: pointer !important;
    background-color: var(--white) !important;
}

.autocomplete-main-item:hover {
    background-color: var(--grey) !important;
}

.default-icon-card {
    width: 80px;
    height: 80px;
    border-radius: 90px !important;
}

.default-icon-card.active {
    border: 1.5px solid var(--blue) !important;
}

.default-icon-card img {
    width: 35px !important;
}

.price-list-stepper-separator {
    border: 0.5px solid var(--border-secondary-grey);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.chips-box {
    position: relative;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--border-secondary-grey);
    cursor: pointer;
    font-size: .8125rem;
}

.chips-box.active {
    cursor: default;
    border: 2px solid var(--primary-theme);
}

.chips-box.multiple-active {
    border: 2px solid var(--primary-theme);
}

.chips-box-selected {
    position: absolute;
    background-color: var(--primary-theme);
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: var(--white);
    text-align: center;
    padding: 1px;
}

.light-primary-alert {
    background-color: var(--secondary-theme);
}

.pointer {
    cursor: pointer;
}

.rounded-xl {
    border-radius: 10px;
}

.pemesanan-number {
    width: 94% !important;
}

.pemesanan-number p {
    font-size: 14px !important;
}

.cancel-modal-title {
    font-size: 1.2em;
    font-weight: 600;
}

.table-cancel {
    width: 100%;
    font-size: 1em;
}

.table-cancel .number {
    width: 18px;
    display: flex;
    justify-content: center;
}

.prev-modal {
    width: auto;
    height: 1.6rem;
    cursor: pointer;
}

.order-track {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
    /* transform: scale(0);
    height: 0; */
}

.order-track .order-track-step {
    display: flex;
    /* height: 4rem; */
}

.order-track .order-track-step:last-child {
    overflow: hidden;
    /* height: 4rem; */
}

.order-track .order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.order-track .order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.order-track .order-track-status-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9ca4ac;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #e9edf1;
}

.order-track .order-track-status-dot i {
    font-size: 11px;
}

.order-track .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    min-height: 3rem;
    background: #e9edf1;
}

.order-track .order-track-step.active .order-track-status-dot {
    background: var(--primary-theme);
    color: #fff;
}

.order-track .order-track-step.active .order-track-status-line {
    background: var(--primary-theme);
}

.order-track .order-track-text .order-track-text-stat {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3px;
    padding-top: 3px;
}

.order-track .order-track-text .order-track-text-sub {
    font-size: 1rem;
    font-weight: 300;
}

.order-track .order-track-step.active .order-track-text .order-track-text-stat {
    font-weight: 600;
}

.scroll-modal {
    /* width: 8px; */
    max-height: 330px;
    overflow-y: auto;
    /* margin-left: 30px; */
}

.scroll-modal::-webkit-scrollbar {
    width: 0.4em;
    visibility: hidden !important;
}

.scroll-modal::-webkit-scrollbar-thumb {
    background-color: var(--primary-theme);
    height: 2px;
}

.scroll-modal::-webkit-scrollbar-track {
    margin-left: 30px !important;
}

.modal-tracker {
    overflow-y: auto !important;
    margin-top: 20px;
    padding: 0px;
}

.modal-tracker .track-item {
    position: relative;
    width: 96%;
    height: fit-content;
    display: flex;
    padding: 0px;
    /* padding-right: 20px; */
}

.modal-tracker .track-item .left {
    width: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.modal-tracker .track-item .left .dot {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: var(--light-grey);
}

.modal-tracker .track-item .left .strip {
    width: 5px;
    height: 60%;
    border-radius: 15px;

    margin-top: 10px;
    background-color: var(--light-grey);
}

.modal-tracker .track-item .left .dot.active {
    background-color: var(--primary-theme) !important;
}

.modal-tracker .track-item .left .strip.active {
    background-color: var(--primary-theme) !important;
}

.modal-tracker .track-item .right {
    width: 93%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-left: 5px;
    padding-top: 0px;
    /* background-color: tomato; */
}

.modal-tracker .track-item .right .date {
    margin-top: -1px;
    color: var(--text-grey-forth);
    font-weight: 400;
    /* font-size: 24px; */
}

.modal-tracker .track-item .right .status {
    margin-top: -1px;
    color: #4f4f4f;
}

.modal-tracker .track-item .right .desc {
    /* margin-top: 1px; */
    font-size: 14px;
    color: var(--text-grey-forth);
    font-weight: 400;
}

.modal-tracker .track-item .hour {
    position: absolute;
    top: 0;
    right: 0;

    color: var(--text-grey-forth);
    font-weight: 400;
    font-size: 14px;
}

.modal-tracker .separator {
    width: 96%;
    margin-top: 10px !important;
}

.default-card {
    border-radius: 10px;
    box-shadow: 0px 3px 15px #00000029;
}

.default-card .card-header {
    font-size: 1.2rem;
}

.default-card .summary {
    background-color: var(--grey);
    margin: -1rem;
    border-radius: 0 0 10px 10px;
}

.no-margin-separator {
    border: 0.5px solid var(--border-secondary-grey);
    margin-left: -1rem;
    margin-right: -1rem;
}

.opacity-60 {
    opacity: 0.6;
}

.btn-popup-success {
    font-size: 12px;
    color: #fff;
    background: var(--primary-theme);
    padding: 8px 25px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
}

.btn-popup-success:hover {
    color: #fff;
}

.btn-popup-success:disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
    border-color: #007bff;
    height: 34px;
    display: flex;
    align-items: center;
}

.btn-popup-success:disabled i {
    margin-right: 5px;
}

.btn-default.btn-default2 {
    background-color: #e8e8e8 !important;
}

.detail-persetujuan-form-pemesanan-container {
    max-height: 60vh;
    overflow-y: scroll;
}

.detail-persetujuan-form-pemesanan-container p strong {
    color: #000000;
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
}

.detail-persetujuan-form-pemesanan-container::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: unset;
}

.detail-persetujuan-form-pemesanan-container::-webkit-scrollbar-thumb {
    background: unset;
    border-radius: unset;
}

/* .accordion-for-collapse.collapsed img {
    transform: rotate(0deg);
} */
.accordion-for-collapse::after {
    /* transform: rotate(180deg);
    transition: 0.5s; */
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    padding-right: 15px;
    top: 10px;
    color: #707070;
}

.accordion-for-collapse[aria-expanded="true"]:after {
    content: "\f077";
}

.list-how-to-pay .numbering {
    background: var(--primary-theme);
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-how-to-pay .numbering div {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 2px; */
}

.list-how-to-pay .point-wrap p {
    margin-top: 1px;
}

.form-control {
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
    border: 1px solid var(--border-secondary-grey);
}

.form-control:focus {
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.form-control-lg-custom {
    padding: .625rem 1rem !important;
}

input.default-radio[type="radio"]:checked,
input.default-radio[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input.default-radio[type="radio"]:checked+label,
input.default-radio[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: normal;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

input.default-radio[type="radio"]:checked+label:before,
input.default-radio[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-secondary-grey);
    border-radius: 100%;
    background: var(--white);
}

input.default-radio[type="radio"]:checked+label:after,
input.default-radio[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--primary-theme);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input.default-radio[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input.default-radio[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-aggrement {
    margin-top: 0.5rem !important;
}

.default-checkbox-container {
    margin: 5px 0px;
}

.default-checkbox-container label {
    font-size: .875rem;
    margin-left: 1.1rem;
    margin-bottom: 0px;
    font-weight: normal;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

.default-checkbox-container input.default-checkbox[type="checkbox"] {
    height: 18px;
    width: 18px;

    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
}

.default-checkbox-label {
    margin-left: 1.125rem;
    padding-top: 1rem;
    font-weight: normal;
    color: var(--text-grey-secondary);
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
}

input.default-checkbox[type="checkbox"] {
    position: relative;
    cursor: pointer;
    color: var(--primary-theme);
    -webkit-text-fill-color: var(--primary-theme);
    -webkit-opacity: 1;
    margin: 0px;
}

input.default-checkbox[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1.5px solid var(--primary-theme);
    border-radius: 3px;
    background-color: var(--white);
}

input.default-checkbox[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid var(--primary-theme);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 7px;
}

input.default-checkbox2[type="checkbox"] {
    /* -webkit-appearance: none;
    -moz-appearance: none; */
}

.default-checkbox-wrapper input.default-checkbox2[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.default-checkbox2[type="checkbox"]:before {
    content: "";
    border: 1.5px solid var(--primary-theme);
    width: 18px;
    height: 18px;
    background-color: var(--white);
    display: block;

    border-radius: 3px;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
}

input.default-checkbox2[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid var(--primary-theme);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 7px;
}

.price-list-form-pemesanan-th {
    width: 50%;
    border: none !important;
    border-bottom: 1px solid var(--border-secondary-grey) !important;
    padding-bottom: 0px;
}

.price-list-form-pemesanan-td {
    border: none !important;
    padding-bottom: 0px;
}

.price-list-form-pemesanan-td:nth-child(2) {
    /* background-color: var(--border-secondary-grey); */
    background-color: #eff1f6;
}

.detail-persetujuan-form-pemesanan-container {
    max-height: 60vh;
    overflow-y: scroll;
}

.detail-persetujuan-form-pemesanan-container p strong {
    color: #000000;
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
}

.detail-persetujuan-form-pemesanan-container::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: unset;
}

.detail-persetujuan-form-pemesanan-container::-webkit-scrollbar-thumb {
    background: unset;
    border-radius: unset;
}

.list-price-modal-wrap {
    max-height: 40vh !important;
    overflow-y: auto !important;
    padding-right: 5px !important;
}

/* .list-price-modal-wrap::-webkit-scrollbar-track {
    box-shadow: unset !important; 
    border-radius: unset !important;
}
.list-price-modal-wrap::-webkit-scrollbar-thumb {
    background: unset !important; 
    border-radius: unset !important;
} */

.slide-category-wrap::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: unset;
}

.slide-category-wrap::-webkit-scrollbar-thumb {
    background: unset;
    border-radius: unset;
}

/* Custom Bootstrap Datepicker */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.highlighted:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.highlighted.active {
    background-image: none;
    background-color: var(--primary-theme);
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    background-color: var(--primary-theme);
}

/* .datepicker table tr td.new.day {
    color: #333 !important;
}

.datepicker table tr td.new.disabled.day {
    color: #999 !important;
} */

.datepicker table tr td.old.day {
    color: #333 !important;
}

.datepicker table tr td.old.disabled.day {
    color: #999 !important;
}

.datepicker table tr td.new.day {
    color: #333 !important;
}

.datepicker table tr td.new.disabled.day {
    color: #999 !important;
}

/* End Bootstrap Datepicker */
/* End Sejasa */

.text-danger {
    -webkit-text-fill-color: rgba(220, 53, 69, 1);
    -webkit-opacity: 1;
}

/* Bintang */
.bh-stars {
    display: flex;
}

.bh-stars .bh-star {
    width: 2rem;
    height: 2rem;
}

.bh-stars .bh-star .outline {
    fill: gold;
}

.bh-stars .bh-star .full,
.bh-stars .bh-star .left-half {
    fill: transparent;
}

.bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: gold;
}

.svg-color2 path {
    fill: var(--primary-theme) !important;
}

.svg-color path {
    fill: var(--primary-theme) !important;
}

.svg-color-bg ellipse {
    fill: var(--primary-theme);
}

.promo-page .search-input {
    margin-bottom: 30px;
}

.promo-page .search-input input {
    height: 50px !important;
    border-radius: 15px !important;
}

.promo-page .search-notif {
    margin-top: -15px;
    color: var(--red);
}

.promo-page .search-notif2 {
    display: flex;
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 35px;
}

.promo-page .search-notif2 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: auto auto; */
}

.promo-page .search-notif2 .top svg {
    width: 80%;
    height: auto;
}

.promo-page .search-notif2 .bottom {
    margin-top: 10px;
    color: var(--primary-theme);

    font-weight: 400;
    font-size: 1.2em;
    line-height: 24px;
    /* identical to box height */

    text-align: center;
}

.promo-page .text-black {
    color: #333 !important;
}

.card-promo {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.card-promo svg {
    max-width: 100%;
}

.card-promo .desc {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px !important;
}

.card-promo .desc .left {
    width: 70%;
    cursor: pointer;
}

.card-promo .desc .left .title {
    color: var(--primary-theme);
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 1.125rem;
    margin-top: 10px;
}

.card-promo .desc .left .date {
    display: flex;
    gap: 10px;

    margin-top: 15px;
}

.card-promo .desc .left .kode {
    display: flex;
    gap: 10px;
    margin-top: -5px;
}

.card-promo .desc .left .kode span {
    font-weight: 800;
}

.card-promo .desc .left .date svg {
    margin-top: 3px;
}

.card-promo .desc .left .kode svg {
    margin-top: 3px;
}

.card-promo .desc .right button {
    width: 75% !important;
}

.card-promo .img-background svg {
    max-width: 100%;
    height: 100%;
}

.card-promo.active {
    color: var(--white);
}

.card-promo.active .desc .left .title {
    color: var(--white);
}

#commit-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-promo .desc .right {
    display: flex;
    width: 30%;

    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 15px;
}

.detail-promo-page .wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.detail-promo-page .section-1 {
    margin-top: 20px;
    font-size: 1.8em;
    color: var(--primary-theme);
    font-weight: 800;

    word-wrap: break-word;
}

.detail-promo-page .section-2 {
    width: 100%;

    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;

    border: 1px solid var(--primary-theme);
    border-radius: 15px;
}

.detail-promo-page .section-2 .min-order {
    color: #333333;
    font-size: 1em;
}

.detail-promo-page .section-2 .date {
    display: flex;
    gap: 10px;

    margin-top: 0px;
    color: #333333;
    font-weight: 300;
}

.detail-promo-page .section-2 .kode {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    color: #333333;
}

.detail-promo-page .section-2 .kode span {
    font-weight: 800;
}

.detail-promo-page .section-2 .date svg {
    margin-top: 3px;
}

.detail-promo-page .section-2 .kode svg {
    margin-top: 3px;
}

.detail-promo-page .section-3 {
    margin-bottom: 30px;
}

.detail-promo-page .section-3 .title {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 29px;
}

.detail-promo-page .section-3 .desc {
    font-size: 1em;
    font-weight: 400;
    line-height: 29px;
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    width: fit-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;

    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);

    z-index: 100 !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.waver-promo {
    background-color: tomato !important;
    height: 500px !important;
}

.disable-scroll {
    overflow-y: hidden !important;
}

.load-home-kategori .title-skeleton {
    height: 22px;
    width: 50%;
    border-radius: 4px;
}

.load-home-kategori .img-skeleton {
    height: 137px;
    width: 100%;
    border-radius: 8px;
}

.load-home-kategori .link-skeleton {
    height: 20px;
    width: 40%;
    border-radius: 4px;
    background: #ddeaf3;
}

.load-home-kategori .location-skeleton {
    height: 32px;
    width: 100%;
    border-radius: 4px;
}

.load-home-kategori .cards-container {
    display: flex;
    /* gap: 5px; */
    justify-content: center;
}

.load-home-kategori .card-product-container-skeleton {
    position: relative;
    width: 33%;
    height: auto;
    overflow: hidden;
    padding: 0px 5px;
    cursor: pointer;
    aspect-ratio: 5 / 4;
}

/* For iOS devices */
/* ----- Coba ----- */
/* ----- End Coba ----- */



/* Add July, 17th 2024*/
/* [HOMEPAGE OWL CAROUSEL] */
/* Container for the icon and accent */
.jasa-profesional-list-container {
    padding: 5px;
    gap: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* Stack children vertically */
    align-items: center;
}

/* Styling the circle background */
.jasa-profesional-list-circle {
    width: 100px;
    height: 100px;
    background-color: #ebf5ff;
    /* Light blue background */
    border-radius: 50%;
    /* Making the div a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px;
    z-index: 2;
    /* Adjusted z-index */
}

/* Styling the icon inside the circle */
.jasa-profesional-list-icon img {
    width: 50px;
    /* Width of the icon */
    height: 50px;
    /* Height of the icon */
    position: relative;
    z-index: 3;
    /* Adjusted z-index */
}

/* Styling the red accent shape */
.jasa-profesional-list-red-accent {
    width: 30px;
    height: 25px;
    background-color: #bd2d2d;
    position: absolute;
    border-radius: 10px;
    right: 0px;
    top: 7px;
    z-index: 1;
}

/* Styling the "Baru" badge */
.jasa-profesional-badge-new {
    position: absolute;
    width: 44px;
    height: 21px;
    left: 66px;
    border-radius: 5px;
    font-family: futura md bt;
    font-size: 12px;
    font-weight: 400px;
    line-height: 21px;
    text-align: center;
    background-color: #e63737;
    top: 5px;
    /*top: 5px;
    right: 0px;
    background-color: #e63737;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    */
    color: #ffffff;
    z-index: 4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* New styling for the label text */
.jasa-profesional-list-text {
    margin-top: 10px;
    /* Space above the text */
    font-size: 14px;
    /* Font size */
    color: #333;
    /* Text color */
    text-align: center;
    /* Center-align the text */
    max-width: 100px;
    /* Ensure the text stays within bounds */
    word-break: break-word;
    /* Break long words */
}

/* Media query untuk layar dengan lebar 600px atau kurang */
@media (max-width: 600px) {
    .jasa-profesional-list-container {
        padding-top: 25px;
    }

    .jasa-profesional-list-circle {
        width: 75px;
        height: 75px;
    }

    .jasa-profesional-list-icon img {
        width: 35px;
        height: 35px;
    }

    .jasa-profesional-list-text {
        font-size: 12px;
    }

    .jasa-profesional-badge-new {
        width: 40px;
        height: 18px;
        left: 44px;
        font-size: 11px;
        top: 25px;
        line-height: 16px;
    }

    .jasa-profesional-list-red-accent {
        width: 30px;
        height: 25px;
        right: 1px;
        top: 25px;
    }
}

/* [END HOMEPAGE OWL CAROUSEL] */


/* ADD JULY, 18TH 2024 */
/* HOME SCROL BAR CUSTOM */
.custom-scrollbar-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.custom-scrollbar {
    height: 10px;
    background-color: #ebf5ff;
    position: relative;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.custom-scrollbar .scroll-thumb {
    height: 100%;
    background-color: #125efa;
    width: 250px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: left 0.3s ease;
}

@media (max-width: 600px) {
    .custom-scrollbar {
        margin-top: -35px;
    }

    .custom-scrollbar .scroll-thumb {
        width: 80%;
    }
}

/* END SCROL BAR CUSTOM */

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.button-custom-location-by-maps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    width: 540px;
    padding: 6.5px 12px;
    border-radius: 25px;
    background: #ebf5ff;
    border: none;
    color: #125efa;
    font-size: 90%;
    text-align: left;
    gap: 5px;
}

@media screen and (max-width: 600px) {
    .button-custom-location-by-maps {
        width: calc(100vw - 60px);
        /* Mengatur lebar tombol */
    }
}

.button-custom-location-by-maps img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.button-custom-location-by-maps span {
    flex: 1;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    /* Allow text to wrap */
}


/* Add July, 11th 2024 PAGES GOMANDOR/MAPS */
/* New CSS for maps.blade.php */
#map {
    height: 100vh;
    /* max-height: 1000px; Set a maximum height */
    width: 100%;
}

/* Search bar styling */
.search-container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 550px;
    z-index: 9999;
}

#map-search {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    /* Use a fixed font size */
    color: #707070;
    font-family: "Futura", sans-serif;
    font-weight: bold;
    padding: 10px;
    padding-left: 40px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

#map-search:focus {
    border-color: #707070;
    outline: none;
}

/* Button "Ambil Dari Lokasi Saat Ini" styling */
.current-location-btn-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    max-width: 200px;
    z-index: 1;
}

#get-current-location {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: #707070;
    border: 1px solid #707070;
    font-size: 13px;
    color: #ffffff;
    font-family: "Futura", sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 130px;
    margin-left: 185px;
}

/* Responsiveness adjustments */
/* @media (max-width: 768px) {
    .current-location-btn-container {
      bottom: 60px;
    }
  } */

/* Responsiveness adjustments */
/* Media query untuk layar di bawah 590px */
@media (max-width: 590px) {
    /* Adjust height for smaller screens */
    /* #map {
        height: 300px;
    } */

    /* .search-container {
        top: 35px;
    } */

    /* Button "Ambil Dari Lokasi Saat Ini" styling */
    .current-location-btn-container {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        max-width: 200px;
        z-index: 1;
    }

    #get-current-location {
        width: 100%;
        height: 40px;
        border-radius: 25px;
        background: #707070;
        border: 1px solid #707070;
        font-size: 13px;
        color: #ffffff;
        font-family: "Futura", sans-serif;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 130px;

        /* Responsif margin-left menyesuaikan lebar layar */
        margin-left: calc((100vw - 220px) / 2);
        /* Menjaga tombol tetap di tengah layar, menyesuaikan ukuran layar */
    }
}

/* Pages Gomandor/Detail-Contact */

.button-custom-location-by-maps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    width: 540px;
    padding: 6.5px 12px;
    border-radius: 25px;
    background: #ebf5ff;
    border: none;
    color: #125efa;
    font-size: 90%;
    text-align: left;
    gap: 5px;
}

@media screen and (max-width: 600px) {
    .button-custom-location-by-maps {
        width: calc(100vw - 60px);
        /* Mengatur lebar tombol */
    }
}

.button-custom-location-by-maps img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.button-custom-location-by-maps span {
    flex: 1;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    /* Allow text to wrap */
}

.gomandor-button-modal-ubah-waktu-survey {
    flex: 1;
    min-width: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    transition: background-color 0.3s ease;
}

.gomandor-button-modal-ubah-waktu-survey:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.fa-circle-o-notch {
    margin-right: 8px;
}

.gomandor-button-modal-ubah-waktu-survey.gomandor-button-outline {
    background-color: transparent;
    border: 1px solid #125efa;
    color: #125efa;
}

.gomandor-button-modal-ubah-waktu-survey.gomandor-button-primary {
    background-color: #125efa;
    color: white;
}

.gomandor-button-modal-ubah-waktu-survey:hover {
    opacity: 0.8;
}

/* Gomandor Modal Detail Ahli */
#gomandor-modal-detail-ahli {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.keterangan {
    margin-bottom: 5px;
    opacity: 0.8;
}


/* Gomandor Gagal Pesan Modal */
#gomandor-modal-pesanan-gagal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.pesanan-gagal-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 570px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

/* Media query untuk layar di bawah 590px */
@media (max-width: 590px) {
    .pesanan-gagal-modal-content {
        width: calc(100vw - 30px);
        /* Menyesuaikan lebar layar dengan margin kiri-kanan masing-masing 15px */
        max-width: 100%;
        /* Batas maksimal agar tidak overflow */
        margin: 15% auto;
        /* Tetap di tengah */
    }
}

.pesanan-gagal-modal-content .close {
    color: #707070;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.pesanan-gagal-modal-content .close:hover,
.pesanan-gagal-modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pesanan-gagal-icon {
    margin-bottom: 20px;
}

#gomandor-modal-pesanan-gagal .text-heading-secondary {
    font-size: 24px;
    margin-bottom: 10px;
}

#pesanan-gagal-message {
    font-size: 16px;
    line-height: 1.5;
}

/* End Gomandor Gagal Pesan Modal */


.home-container .list-section-4 {
    margin-top: 2rem !important;
}

body.ios-browser input,
body.ios-browser textarea,
body.ios-browser select {
  font-size: 16px !important;
}

textarea:focus {
     font-size: 16px;
}

.swal2-popup{
    font-size: .625rem;
}
/* ----- Breakpoint ----- */
@media only screen and (max-device-width: 599px) {
    body {
        -webkit-text-size-adjust: none !important;
    }

    .main-container {
        box-shadow: none;
    }

    .page-container {
        /* width: 100%;
        min-height: 100%;
        max-height: fit-content;
    
        
        margin-bottom: 50px; */
        /* padding: 0px 15px 0px 15px !important; */
    }
    .parent-wrapper {
        padding-bottom: 55px !important;
    }
    /* ----- Site Identity Style ----- */
    .site-identity-container {
        padding: 10px 0;
    }
    .site-identity-container .inner-site-identity {
        width: 100vw;
        justify-content: space-between;
        padding: 1% 5%;
    }
    .site-identity-container .inner-site-identity :nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px !important;
        /* background-color: tomato; */
    }
    .site-identity-container .inner-site-identity :nth-child(2) {
        /* background-color: tomato; */
        margin: auto auto;
        margin-right: -3px;
        /* justify-content: flex-end; */
        /* padding-top: 20px; */
        /* width: 200px; */
        padding: 0px 0px 0px 0px !important;
        text-align: right;
        font-size: .875rem;
        font-weight: 600;
        text-transform: uppercase;
        /* margin-top: 3px; */

        /* background-color: tomato; */
    }
    .site-identity-container .inner-site-identity :nth-child(3) {
        display: none;
    }
    /* ----- End Site Identity Style ----- */

    /* ----- Bottom Navbar Style ----- */
    .bottom-navbar-container {
        max-height: 54px !important;
        padding-top: 5px;
        padding-bottom: 0px;
        /* gap: 1.5px !important; */
    }
    .bottom-navbar-container .custom-bottom-nav p {
        font-size: 9.6px !important;
        margin-top: 4px;
    }

    .bottom-navbar-container .custom-bottom-nav img {
        width: 18.34px !important;
        height: 22.09px !important;
    }
    .bottom-navbar-container .custom-bottom-nav svg {
        width: 18.34px !important;
        height: 22.09px !important;
    }

    .bottom-navbar2-container .left :nth-child(2) {
        font-size: 14px !important;
    }
    /* ----- End Bottom Navbar Style ----- */

    /* ----- Text Heading Style ----- */
    .text-heading-container {
        font-size: .875rem;
    }
    /* ----- End Text Heading Style ----- */

    /* ----- Text Link Style ----- */
    .text-link-container a {
        font-size: 12px !important;
    }

    .text-link-container div {
        margin-top: 0px;
    }
    /* ----- End Text Link Style ----- */
    .search-input-container {
        padding: 12.5px;
    }
    .search-input-container .icon img {
        width: 70%;
    }

    .search-input-container input {
        /* width: 90%; */
    }
    .search-input-container input::placeholder {
        font-size: .875rem;
    }

    .search-input-container2 input {
        /* background-color: tomato !important; */
        padding-top: 0px;
        margin-top: -2px;
    }

    .search-input-container2 .icon {
        /* width: ; */
    }
    .search-input-container2 .icon i {
        font-size: 12px;
    }

    .search-input-container2 .icon img {
        width: 70%;
    }

    .search-input-container2 input {
        width: 63%;
        padding-left: 5px;
    }
    .search-input-container2 input::placeholder {
        font-size: 0.74em;
    }

    .search-input-container2 .select-filter {
        display: flex;
        /* justify-content: center;
        align-items: center; */

        width: 30%;
        font-size: 0.83em;
        padding: 7px 15px;
        gap: 10px;
    }

    /* .mitra-container .section-3 {
        width: 98px;
        top: 45px;
        right: 9px;
    } */
    /* ----- End Search Input Style ----- */

    .card-mitra-container .default {
        /* font-size: 1.1em; */
        /* width: 75px; */

        font-size: 4vw;
        width: 15vw;
        height: 15vw;
    }
    .card-mitra-container .description .name {
        font-size: 3.5vw;
    }
    .card-mitra-container .description .phone {
        font-size: 3.5vw;
    }

    .mitra-container .section-3 {
        width: 22vw;
        top: 45px;
        right: 7px;
        font-size: 1em;
    }

    .dfh {
        margin-left: -20px !important;
    }

    .detail-mitra-container .section-1 .right {
        word-wrap: break-word;
    }

    .detail-mitra-container .section-1 .left {
        width: 13%;
        width: 30px;
        height: 30px;
    }
    .detail-mitra-container .section-1 .right {
        width: 87%;
    }

    .detail-mitra-container .section-2 .top .right .default {
        width: 60px;
        height: 60px;
        font-size: 1.1em;
    }

    .detail-mitra-container .section-2 .top .left {
        width: 80%;
        padding-right: 5px;
        /* background-color: blue; */
    }
    .detail-mitra-container .section-2 .top .right {
        width: 20%;
        /* background-color: tomato; */
    }

    .detail-mitra-container .section-2 .top .alamat p {
        padding-right: 20px;
        font-size: 0.8em;
    }
    .detail-mitra-container .section-2 .top .wilayah p {
        padding-right: 20px;
        font-size: 0.8em;
    }

    .search-input-container2 .select-filter i {
        font-size: 10px;
        margin-top: 1px;
        font-weight: 900;
    }
    .detail-mitra-container .section-2 .middle {
        margin-top: -10px;
    }
    /* ----- Card Partner Style ----- */
    .single-partner {
        width: 50%;
    }
    .card-partner-container {
        width: 100%;
        height: 95px;
        margin: 0 auto;
        padding: 13px;
        justify-content: center;
        align-items: center;
    }

    .card-partner-container img {
        margin: 0 auto;
        width: 80%;
    }
    /* ----- End Card Partner Style ----- */

    /* ----- Card Category Style ----- */
    .card-category-container {
        padding: 8px;
    }
    .card-category-container .text {
        /* padding-top: 3px; */
    }
    .card-category-container .text p {
        font-size: .875rem;
    }
    .card-category-container .checklist {
        top: 17px;
        right: 15px;
    }
    .card-category-container .icon img {
        width: 30px;
        height: auto;
    }
    .card-category-container .icon svg {
        width: 30px;
        height: auto;
    }
    /* ----- End Card Category Style ----- */

    .card-project-container .card-title {
        font-size: 10px !important;
    }
    .card-project-container .card-subtitle {
        font-size: 9.8px !important;
    }

    .card-product-container .card-title {
        font-size: 10px !important;
    }
    .card-product2-container .title {
        font-size: 10px !important;
        /* background-color: tomato; */
    }
    .card-product2-container .address {
        font-size: 9.8px !important;
    }

    /* ----- Card Profile Style ----- */
    .card-profile-container .default {
        width: 60px;
        height: 60px;
    }

    .card-profile-container .pp {
        width: 60px;
        height: 60px;
    }
    .card-profile-container .pp img {
    }
    .card-profile-container .description {
        width: 80%;
    }
    .card-profile-container .description .name {
        font-size: 0.82em;
    }
    .card-profile-container .description .phone {
        font-size: 0.74em;
    }
    .card-profile-container .description .email {
        font-size: 0.74em;
    }
    /* ----- End Card Profile Style ----- */

    /* ----- Card Pesanan Style ----- */
    .card-pesanan-container {
        /* background-color: tomato; */
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .card-pesanan-container .spacer {
        margin-bottom: 0px;
    }
    .card-pesanan-container .image {
        width: 20%;
    }
    .card-pesanan-container .image img {
        width: 60px;
        height: 60px;
    }
    .card-pesanan-container .description {
        width: 80%;
    }
    .card-pesanan-container .description .title {
        font-size: 1em;
        margin-bottom: 5px;
    }
    .card-pesanan-container .description .date {
        margin-top: 4px !important;
        margin-bottom: 0px;
        padding-right: 0px;
        margin-right: 0px;

        /* background-color: tomato; */

        /* justify-content: center; */
        /* align-items: center !important; */
    }
    .card-pesanan-container .description .date p {
        /* display: flex; */
        /* width: 93%; */
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 0px;

        /* justify-content: center !important;
       align-items: center !important; */
    }
    .card-pesanan-container .description .date img {
        width: 12px;
        height: 12px;
        margin-top: 2px !important;
        /* margin: auto auto; */
        /* margin-bottom: 0px !important; */
    }
    .card-pesanan-container .description .date i {
        width: 8%;
        margin-top: 0px;
    }
    /* ----- End Card Pesanan Style ----- */

    /* ----- Card Cara Pemesanan Style ----- */
    .card-carapemesanan-container {
        position: relative;
        width: 32%;
        height: 28vw;
        padding-bottom: 0px !important;
        padding-right: 5px;
        padding-top: 0px !important;

        /* justify-content: center; */
        /* align-items: center; */
    }
    .card-carapemesanan-container .wrapper {
        margin: auto auto;
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; */
    }

    .card-carapemesanan-container .num div {
        position: absolute;
        width: 20px;
        height: 20px;

        top: 10px;
        right: 10px;

        margin-top: -5px;
        margin-right: -3px;
    }

    .card-carapemesanan-container .num p {
        /* padding: 3px 8px; */
        /* border-radius: 100px; */
        /* margin: auto auto; */

        font-size: 0.8em;
        font-weight: 700;
    }
    .card-carapemesanan-container .penawaran {
        /* margin-top: 13%; */
    }
    .card-carapemesanan-container .icon .penawaran {
        width: 50px !important;
    }
    .card-carapemesanan-container .icon {
        display: flex;
        justify-content: center;
        margin-top: -20px;
    }
    .card-carapemesanan-container .icon .second {
        width: 40px;
        height: 40px;
    }

    .card-carapemesanan-container .title {
        display: flex;
        justify-content: center;

        margin-top: 5px;
        margin-bottom: -9px;

        color: var(--blue);
        font-weight: 700;
        font-size: 8.5px;
    }
    /* ----- End Card Cara Pemesanan Style ----- */

    /* ----- Card Inspirasi Style ----- */
    .card-inspirasi-container {
        position: relative;
        width: 48.5%;
        height: 47vw;
    }

    .card-inspirasi-container img {
        height: 47vw;
    }

    .card-inspirasi2-container {
        position: relative;
        width: 48%;
        height: 44vw;
    }

    .card-inspirasi2-container img {
        height: 44vw;
    }

    .card-inspirasi2-container .card-title {
        font-size: 10px !important;
    }
    .card-inspirasi2-container .custom-card-subtitle {
        font-size: 9.8px !important;
        /* background-color: tomato; */
    }
    /* ----- End Card Inspirasi Style ----- */

    /* ----- Card Professional Style ----- */
    .card-professional-container {
        position: relative;
        width: 48%;
    }

    .card-professional-container .desc {
        padding: 10px 3px;
    }
    .card-professional-container .desc .title {
        font-size: 0.8em;
    }
    .card-professional-container .single img {
        height: 140px;
    }
    .card-professional-container .carousel {
        width: 100%;
        height: 140px !important;
        /* background-color: tomato; */
    }
    .card-professional-container .carousel img {
        height: 140px !important;
    }
    /* ----- End Card Professional Style ----- */

    .bantuan-container .section-2 .title {
        font-size: 1em !important;
    }

    /* ----- Card Bantuan Style ----- */
    .card-bantuan-container {
        /* font-size: 1.2em; */
    }
    .card-bantuan-container .text-title {
        /* margin-top: 20px !important;  */
        font-size: 0.83125rem;
    }
    .card-bantuan-container .text-word-warp li {
        margin-left: 17px;
    }
    .collapse-bantuan-container .text-desc {
        /* padding: 0px 25px;
        border: 1px solid #00000033;
        border-radius: 0px 0px 10px 10px; */
        margin-top: 10px;
        margin-bottom: -3px;
        /* background-color: tomato; */

        font-size: 0.7875em !important;
        color: #6c757d;
        font-weight: 400;
    }
    /* ----- End Card Bantuan Style ----- */

    /* ----- Card Layanan Style -----*/
    .card-layanan-container {
        padding: 20px 10px;
        width: 48%;
    }
    /* ----- End Card Layanan Style -----*/

    /* ----- Card Style Style ----- */
    .card-style-container {
        width: 48%;
        /* background-color: tomato; */
    }
    .card-style-container .image img {
        width: 100%;
        height: 43vw;
    }
    .card-style-container .checklist i {
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 18px;
    }
    /* ----- End Card Style Style ----- */

    /* ----- Badge Style ----- */
    .badge {
        padding: 8px 10px;
        font-size: 0.8em;
    }
    /* ----- End Badge Style ----- */

    /* ----- Banner Stay Safe Style -----*/
    .banner-staysafe-container p {
        padding: 2% 0 0 7%;
        font-size: 0.8em;
    }

    .banner-staysafe-container img {
        margin-left: 10px;
    }
    /* ----- End Banner Stay Safe Style -----*/

    /* ----- Filter Button Style ----- */
    .button-filter-container {
        /* left: 0;
        right: 0; */
    }
    /* ----- End Filter Button Style ----- */

    /* ----- Home Style ----- */
    .home-container .section-1 {
        padding: 20px 0px;
    }
    .home-container .section-1 .top {
        font-size: 1em;
    }
    .home-container .section-1 .bottom .wrapper {
    }
    .home-container .section-1 .bottom .wrapper .image {
        padding: 15px;
    }
    .home-container .section-1 .bottom .wrapper .image img {
        width: 30px;
        height: 30px;
    }
    .home-container .section-1 .bottom .wrapper .image svg {
        width: 50px;
        height: 50px;
    }
    .home-container .section-1 .bottom .wrapper .text {
        padding: 10px 2px;
        font-size: 0.8em;
    }
    .home-container .section-1 .bottom .wrapper .text2 {
        margin-top: 0px;
    }

    .home-container .section-2 {
        padding: 7px 7px;
    }

    .home-container .section-2 :nth-child(1) {
        font-size: 1em;
    }
    .home-container .section-2 :nth-child(1) img {
        width: 18%;
    }
    .home-container .section-2 :nth-child(2) {
        font-size: 1em;
    }

    .home-container .section-3 {
        margin-top: 20px !important;
    }
    .home-container .section-3 .top {
        font-size: 12px !important;
    }
    .home-container .section-3 .owl-stage-outer {
        height: fit-content !important;
        /* background-color: tomato; */
    }

    .home-container .section-3.list-prof {
        margin-top: 30px !important;
        /* background-color: tomato; */
    }
    .home-container .list-section-4 {
        margin-top: -2.5rem !important;
    }

    .home-container .section-4 .section-3 {
        font-size: 10.7px !important;
        padding-top: 30px;
        /* background-color: tomato; */
    }

    .home-container .section-4 .section-4 {
        flex-wrap: wrap;
    }

    .home-container .section-5 {
        width: 100%;
    }

    .home-container .section-4 .section-6 p {
        font-size: 15px !important;
    }

    .home-container .section-4 .section-6 .wrapper .left {
        width: 0% !important;
    }
    .home-container .section-4 .section-6 .wrapper .right {
        width: 0% !important;
    }
    .home-container .section-4 .section-6 .wrapper .center {
        width: 100% !important;
        padding-left: 15px;
    }
    .home-container .section-4 .section-6 .wrapper .center .desc .title {
        font-size: 0.95em;
    }

    .home-container .section-5 {
        font-size: 12px !important;
    }
    /* ----- End Home Style ----- */

    /* ----- Rekanan Style ----- */
    /* ----- End Rekanan Style ----- */

    /* ----- Icon Category Style ----- */
    .icon-container.customWidth {
        width: 32% !important;
    }
    .icon-container .image-wrapper {
        margin-bottom: 12px;
    }
    .icon-container .text-wrapper {
        line-height: 95%;
    }
    .icon-container .text-wrapper p {
        font-size: 12px !important;
        padding: 0px 30px;
    }

    .modal-desc-wrap li {
        margin-left: 19px;
    }
    /* ----- EndIcon Category Style ----- */

    /* ----- Daftar Professional Style ----- */
    .daftar-professional-container .section-2 {
        justify-content: space-between;
    }
    /* ----- End Daftar Professional Style ----- */

    /* ----- Detail Professional Style -----*/
    .detail-professional-container .tab-projects {
        justify-content: flex-start !important;
    }
    .detail-professional-container .section-4 .top .wrapper .left {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .detail-professional-container .section-4 .top .wrapper .left i {
        margin-top: 0px;
        font-size: 20px;
        color: var(--text-grey-secondary);

        -webkit-text-fill-color: var(--text-grey-secondary-rgba);
        -webkit-opacity: 1;
    }
    .detail-professional-container
        .section-4
        .top
        .wrapper
        .left
        .fa-briefcase {
        margin-left: -3px;
        margin-top: 0px !important;
    }
    .detail-professional-container
        .section-4
        .top
        .wrapper
        .left
        .fa-location-dot {
        margin-top: 2px !important;
        font-size: 20px;
        color: var(--text-grey-secondary);

        -webkit-text-fill-color: var(--text-grey-secondary-rgba);
        -webkit-opacity: 1;
    }
    .detail-professional-container .section-4 .top .wrapper {
        gap: 5px;
    }
    .detail-professional-container .section-4 .bottom {
        padding: 15px 0 !important;
    }
    .detail-professional-container .section-4 .bottom .overview .desc {
        /* background-color: tomato; */
        margin-top: 10px !important;
    }
    .detail-professional-container .section-4 .bottom .projects {
        /* background-color: tomato; */
        margin-top: 3px !important;
    }
    /* ----- End Detail Professional Style -----*/

    /* ----- Kategori Style -----*/
    .kategori-container {
        /* min-height: 100vh; */
        overflow: hidden !important;
        /* overflow-x: hidden !important; */
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .kategori-container .section-1 {
        /* background-color: tomato; */
        padding: 5px 5px 10px 5px;
        /* gap: 50px; */
        gap: 0px;
    }
    .kategori-container .owl-carousel {
        height: 143px !important;

        /* display: flex;
        justify-content: center; */
        /* align-items: center; */
    }
    .kategori-container .owl-carousel .owl-stage {
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    .kategori-container .section-2 {
        margin-top: -10px !important;
    }
    .kategori-container .owl-prev {
        bottom: 55px;
    }
    .kategori-container .owl-prev span {
        font-size: 12vw !important;
    }
    .kategori-container .owl-next {
        bottom: 55px;
    }
    .kategori-container .owl-next span {
        font-size: 12vw !important;
    }
    .kategori-container .owl-stage-outer {
        margin-left: 16px;
        margin-right: 9px;
    }
    .kategori-container .rs .owl-stage {
        margin-left: -10vw !important;
    }
    .kategori-container .owl-dots {
        margin-left: 0px;
    }
    /* ----- End Kategori Style -----*/

    /* ----- Pesanan Style ----- */
    .badge {
        /* padding-left: 5px !important;
        padding-right: 5px !important; */
        width: 100px;
    }
    .pesanan-container {
        overflow: hidden !important;

        padding-right: 15px !important;
    }
    .pesanan-container .owl-carousel {
        margin-bottom: 0px !important;
    }
    .pesanan-container .owl-prev {
        bottom: 50px;
        left: 0;
    }
    .pesanan-container .owl-prev span {
        font-size: 12vw !important;
    }
    .pesanan-container .owl-next {
        bottom: 50px;
        right: 0;
    }
    .pesanan-container .owl-next span {
        font-size: 12vw !important;
    }
    .pesanan-container .owl-stage-outer {
        margin-left: 10px !important;
    }
    .pesanan-container .rs .owl-stage {
        margin-left: 60px !important;
    }
    .pesanan-container .section-2 {
        font-size: 0.74em !important;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .pesanan-container .section-3 {
        /* margin-top: -20px; */
        gap: 10px;
    }
    .pesanan-container .section-4 {
        padding: 5px 5px 0px 5px;
        margin-top: -10px;
    }
    .pesanan-container .owl-carousel {
        height: 143px !important;
        /* background-color: tomato; */
        /* height: 50% !important; */
        /* overflow: hidden !important; */
    }
    .pesanan-container .section-4 {
        margin-bottom: 10px;
        /* background-color: tomato; */
    }
    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -27px !important;
    }
    /* ----- End Pesanan Style ----- */

    /* ----- Detail Pesanan Style ----- */
    .pesanan-detail-container {
        /* margin-bottom: 200px; */
    }

    .pesanan-detail-container .section-status {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .pesanan-detail-container .section-status .center img {
        width: 40px;
        height: 40px;
    }
    .pesanan-detail-container .section-status .center svg {
        width: 30px;
        height: 30px;
    }
    .pesanan-detail-container .section-1 .top {
        gap: 10px;
        margin-top: 0px;
    }
    .pesanan-detail-container .section-1 .top div {
        margin-top: 2px;
    }
    .pesanan-detail-container .section-1 .top i {
        margin-top: 2px;
        font-size: 1.1em;
    }
    .pesanan-detail-container .section-1 .top .text {
        margin-top: 1px;
        font-size: 0.74em !important;
        /* background-color: tomato; */
    }
    .pesanan-detail-container .text-smaller {
        font-size: 1em !important;
    }

    .pesanan-detail-container .section-1 .desc {
        padding: 15px 20px;
        margin: 5px 10px 0px 10px;
    }
    .pesanan-detail-container .section-1 .desc p {
        font-size: 12px;
    }

    .pesanan-detail-container .section-2 {
        margin-top: 10px;
    }
    .pesanan-detail-container .section-2 .wrapper-top {
        padding: 10px 15px;
        /* padding-bottom: 0px !important; */
    }
    .pesanan-detail-container .section-2 .wrapper-top .title {
        font-size: 0.74em;
    }
    .pesanan-detail-container .section-2 .wrapper-top .subtitle {
        font-size: 12px !important;
    }
    .pesanan-detail-container .section-2 .wrapper-bottom {
        padding: 0px 15px;
        /* background-color: tomato; */
    }
    .pesanan-detail-container .section-2 .wrapper-bottom .title {
        font-size: 12px !important;
    }

    .pesanan-detail-container .section-3 .wrapper-top {
        padding: 10px 15px 0px 15px;
        margin: 0px;
    }
    .pesanan-detail-container .section-3 .wrapper-top .left {
        font-size: 0.74em !important;
    }

    .pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper {
        gap: 10px;
    }
    .pesanan-detail-container .section-3 .wrapper-top .left .sub-wrapper .icon {
        padding-left: 5px;
    }
    .pesanan-detail-container
        .section-3
        .wrapper-top
        .left
        .sub-wrapper
        .icon
        img {
        width: 13px;
    }
    .pesanan-detail-container .section-3 .wrapper-bottom {
        padding: 15px 10px;
    }
    .pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .icon {
        margin-top: -3px;
        padding-left: 5px;
    }
    .pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper {
        font-size: 0.8em !important;
    }
    .pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .icon {
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }
    .pesanan-detail-container
        .section-3
        .wrapper-bottom
        .sub-wrapper
        .icon
        img {
        /* width: 12px; */
    }
    .pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .desc {
        display: flex;
        align-items: center !important;
        /* background-color: tomato; */
        /* margin: 0px; */
        /* padding: 0px; */
    }
    .pesanan-detail-container .section-3 .wrapper-bottom .sub-wrapper .desc p {
        margin: 0px;
    }
    .pesanan-detail-container .section-5 {
        margin-bottom: -10px;
    }
    .pesanan-detail-container .section-5 {
        /* background-color: tomato; */
        padding: 15px;
    }
    .pesanan-detail-container .section-5 .title {
        font-size: 0.74em !important;
    }
    .pesanan-detail-container .section-5 .subtitle {
        font-size: 12px !important;
        margin: 0;
    }

    .pesanan-detail-container .section-7 .wrapper-top img {
        width: 30px;
    }
    /* ----- End Detail Pesanan Style ----- */

    /* ----- Cara Pemesanan Style ----- */
    .cara-pemesanan-container {
        margin-bottom: 20px !important;
    }
    .cara-pemesanan-container .section-3 {
        display: flex;
        padding: 20px;

        justify-content: center;
        align-items: center;
    }

    .cara-pemesanan-container .section-4 {
        display: flex;
        padding-bottom: 20px;

        justify-content: center;
        gap: 5px;
    }

    .home-container .section-1 {
        /* background-color: tomato; */
        padding-bottom: 0px !important;
    }
    .home-container .section-1 .bottom .wrapper .text2 {
        padding-top: 10px;
    }

    .home-container .section-inspirasi {
        margin-top: 0px !important;
    }

    .home-container .section-4 .section-6 {
        width: 100%;
        padding: 10px;
    }
    .home-container .section-4 .section-6 .wrapper {
        display: flex;
        width: 100%;
        margin-top: 30px;
    }
    .home-container .section-4 .section-6 .wrapper .left {
        width: 15%;
    }
    .home-container .section-4 .section-6 .wrapper .center {
        display: flex;
        width: 70%;

        flex-direction: column;
        gap: 10px;
    }
    .home-container .section-4 .section-6 .wrapper .center .desc .title {
        color: var(--text-grey);
        width: 80%;

        -webkit-text-fill-color: var(--text-grey-rgba);
        -webkit-opacity: 1;
    }
    .home-container .section-4 .section-6 .wrapper .center .desc {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        gap: 10px;
    }
    .home-container .section-4 .section-6 .wrapper .center .desc .icon {
        display: flex;
        width: 20px;
        height: 20px;

        justify-content: center;
        align-items: center;

        background-color: var(--blue);
        border-radius: 50px;
    }
    .home-container .section-4 .section-6 .wrapper .center .desc .icon i {
        color: var(--white);
    }
    .home-container .section-4 .section-6 .wrapper .right {
        width: 15%;
    }
    /* ----- End Cara Pemesanan Style ----- */

    /* ------ Cara Pemesanan Style ------ */
    .cara-pemesanan-container {
        margin-bottom: 80px !important;
    }
    /* ------ End Cara Pemesanan Style ------ */

    /* ----- List Inspirasi Desain Style ----- */
    .inspirasi-desain-container {
        width: 100%;
        min-height: 100vh;
        max-height: fit-content;
        padding: 15px 5px 10px 5px;
    }

    .inspirasi-desain-container .section-2 {
        justify-content: space-between;
        gap: 9px;
        padding: 0 5px;
    }

    .inspirasi-desain-container .wrapper-alert {
        padding: 0 10px;
    }
    /* ----- End List Inspirasi Desain Style ----- */

    /* ----- Detail Inspirasi Desain Style ----- */
    .detail-inspirasi-container .section-1 .wrapper {
        width: 30px;
        height: 30px;
    }

    .detail-inspirasi-container .section-2 {
        /* padding-top: 0px; */
        /* background-color: tomato; */
    }

    .detail-inspirasi-container .section-2 .top {
        padding: 0 30px;
        margin-top: 3px !important;
        font-size: 17px !important;
        /* background-color: tomato; */
    }

    .detail-inspirasi-container .section-4 .top {
        gap: 15px;
        justify-content: flex-start;
    }

    .detail-inspirasi-container .section-4 .middle2 .wrapper {
        /* gap: 20px; */
    }
    .detail-inspirasi-container .section-4 .middle2 .wrapper .left {
        width: 50%;
        color: var(--text-grey-secondary);
        font-weight: 700;
        /* background-color: red; */

        -webkit-text-fill-color: var(--text-grey-secondary-rgba);
        -webkit-opacity: 1;
    }
    .detail-inspirasi-container .section-4 .middle2 .wrapper .right {
        width: 50%;
        color: var(--text-grey-secondary);
        display: flex;
        /* padding-right: 100px; */
        flex-wrap: wrap !important;
        /* background-color: blue; */

        -webkit-text-fill-color: var(--text-grey-secondary-rgba);
        -webkit-opacity: 1;
    }

    .detail-inspirasi-container4 {
        /* margin-top: -300px !important; */
    }
    .detail-inspirasi-container4 .bottom .owl-carousel {
        height: 90px !important;
    }
    .detail-inspirasi-container4 .bottom .images {
        width: 95%;
    }
    .detail-inspirasi-container4 .bottom {
        padding-right: 0px !important;
    }

    /* .detail-inspirasi-container4 .bottom img {
        width: 80px;
        height: 80px;
        cursor: pointer;
    } */
    .detail-inspirasi-container .section-4 .top .left .desc .subtitle {
        width: 100%;
    }
    /* ----- End Detail Inspirasi Desain Style ----- */

    .text-pendanaan {
        font-size: 3.2vw !important;
    }

    /* ----- Form Pemesanan Style ----- */
    .pengajuan-jasa .section-2 .desc {
        padding: 0 10px;
    }
    /* End Pengajuan Jasa */

    /* Pilih Jasa Style */
    .pilih-jasa .section-2 {
        justify-content: center;
        padding-left: 0px;
    }
    /* End Pilih Jasa Style */

    /* Luas Area Style */
    .pilih-luas-area .section-1 {
        padding: 0 20px !important;
    }
    .pilih-luas-area .section-2 .input-group-append {
        width: 10% !important;
        height: 50px !important;
    }
    .pilih-luas-area .section-2 .input-group-append span {
        padding: 10px;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pilih-luas-area .section-2 input {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .pilih-luas-area .section-3 {
        /* width: 101vw !important; */
        /* background-color: tomato; */
        width: 92.3vw !important;
    }
    /* End Luas Area Style */

    /* Pilih Style Style */
    .pilih-style .section-1 {
        padding: 0 20px;
    }

    .pilih-style .section-2 {
        display: flex;
        width: 100%;
        justify-content: center;

        flex-wrap: wrap;
        gap: 10px;
    }
    /* End Pilih Style Style */

    .waktu-pengerjaan .section-2 p {
        font-size: 12.6px !important;
    }

    /* Input Kontak Style */
    .input-kontak .section-1 .title {
        padding: 0 20px;
    }
    /* End Input Kontak Style */

    /* Finish Style */
    .finish-pengajuan .section-1 {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;

        justify-content: center;
        align-items: center;
    }
    .finish-pengajuan .section-1 img {
        width: 180px;
        height: 180px;
    }

    .finish-pengajuan .section-2 .title {
        font-size: 1.3em;
    }
    .finish-pengajuan .section-2 .desc {
        padding: 0 30px;
        color: var(--text-grey);
        font-size: 1.2em;
        font: normal normal normal Helvetica;
        letter-spacing: 0px;

        -webkit-text-fill-color: var(--text-grey-rgba);
        -webkit-opacity: 1;
    }
    /* End Finish Style */

    /* ----- End Pemesanan Style ----- */

    /* ----- Akun Btn Style ----- */
    .akun-btn .section-3 {
        padding: 0 30px;
    }
    .akun-btn .section-4 {
        padding: 0 30px;
    }
    /* ----- End Akun Btn Style ----- */

    /* ----- Akun Btn Style ----- */
    .register .section-2 .desc {
        margin-top: 10px !important;
        padding: 0 25px;
    }
    .register .section-3 {
        padding: 0 30px;
    }
    .register .section-4 {
        padding: 0 30px;
    }
    /* ----- End Akun Btn Style ----- */

    /* Akun Manual Style */
    .akun-manual .alert-form {
        font-size: 14px !important;
    }
    .akun-manual .section-1 .title {
        padding: 0 20px;
    }

    .akun-manual .left .fa-user {
        font-size: 23px !important;
        margin-top: -3px;
        /* background-color: tomato; */
    }

    .akun-manual .section-2 {
        display: flex;
        margin-top: 50px;

        flex-direction: column;
        gap: 10px;
    }

    .akun-manual .section-2 .wrapper {
        display: flex;
        width: 100%;
        padding: 0 20px;
        gap: 5px;
    }
    .akun-manual .section-2 .wrapper .left {
        display: flex;
        width: 10%;

        justify-content: flex-start;
        margin-top: 13px;
        /* align-items: flex-start; */
    }
    .akun-manual .section-2 .wrapper .left i {
        /* margin-top: -10px; */
        font-size: 20px;
        color: var(--blue);
    }
    .akun-manual .section-2 .wrapper .right {
        width: 90%;
    }
    .akun-manual .section-2 .wrapper .right input {
        padding: 10px 8px;
    }
    .akun-manual .section-2 .wrapper .right input::placeholder {
        /* font-size: .8em; */
    }

    .akun-manual .section-2 .wrapper-phone {
        gap: 20px !important;
    }

    .akun-manual .section-2 .wrapper-phone .input-group-text {
        height: 42px !important;
    }

    .akun-manual .section-2 .wrapper-phone .right {
        width: 100%;
    }
    .akun-manual .section-2 .wrapper-phone .left {
        margin-top: 9px;
        padding-left: 3px;
    }
    .akun-manual .section-2 .wrapper-phone .right span {
        font-size: 13px !important;
        padding-top: 5px !important;
    }
    .akun-manual .section-2 .wrapper-phone .right .input-group-prepend {
        width: fit-content;
        margin-left: 1.7%;
    }
    .akun-manual .section-2 .wrapper-phone .right input {
        padding: 10px 5px;
        font-size: 13px !important;
    }
    .akun-manual .section-2 .wrapper-phone .right input::placeholder {
        /* font-size: .8em; */
    }
    .akun-manual .section-2 .wrapper-phone .right .invalid-text {
        margin-left: 1.7%;
    }

    .akun-manual .section-3 {
        padding: 0 10px;
    }
    .akun-manual .section-3 label {
    }
    .akun-manual .form-check-input {
        margin-top: 3px !important;
    }

    .akun-manual .invalid-text {
        font-size: 12.6px !important;
    }
    /* End Akun Manual Style */

    /* Akun izinkan Style */
    .akun-izinkan .section-3 {
    }
    .akun-izinkan .section-3 .left {
        display: flex;
        width: 25px;
        height: 25px;
        border-radius: 100%;

        align-items: center;
        justify-content: center;

        background-color: var(--text-grey-secondary);
    }
    .akun-izinkan .section-3 .left i {
        color: var(--white);
        font-size: 10px !important;
    }
    .akun-izinkan .section-3 .wrapper {
        width: 100%;
        justify-content: center !important;
        gap: 5px;
    }
    .akun-izinkan .wrapper .right {
        font-size: 0.95em;
    }
    .akun-izinkan .section-4 .wrapper {
        width: 100%;
    }
    /* End Akun izinkan Style */

    /* ----- Custom Bootstrap ----- */
    .carousel-home .carousel-inner .carousel-item img {
        height: 162px !important;
        /* object-fit: cover !important; */
    }
    .carousel-home .carousel-inner .carousel-item {
        height: 162px !important;
        /* object-fit: cover !important; */
    }
    .carousel-home .carousel-inner {
        width: 100%;
        height: 162px !important;
    }
    .carousel-home .carousel-indicators {
        bottom: -5px;
    }
    .carousel-home {
        overflow-x: hidden !important;
    }
    .carousel-control-prev {
        margin-left: -2% !important;
    }

    .carousel-control-next {
        margin-right: -2% !important;
    }

    .custom-card-title {
        font-size: 0.8em;
        margin-bottom: 3px !important;
    }

    .price-list-stepper-image {
        width: 70px;
        height: 70px;
    }

    .chips-box {
        padding: 7px;
    }
    .custom-text-secondary {
        font-size: 12px !important;
    }

    .ct {
        margin-top: 1px;
        color: var(--text-grey-secondary) !important;

        -webkit-text-fill-color: var(--text-grey-secondary-rgba);
        -webkit-opacity: 1;
    }
    /* .contact-form .fa-angle-left {
        font-size: 14px !important;
    } */
    .default-icon-card {
        width: 70px;
        height: 70px;
    }
    .double-dots-time {
        margin-top: 0px;
    }

    .question-counting p {
        font-size: 0.9em;
    }
    .question-counting h3 {
        font-size: 1.6em;
    }
    .question-counting small {
        font-size: 0.58em !important;
    }

    .list-how-to-pay {
        margin-bottom: 20px;
    }

    .list-how-to-pay .point-wrap p {
        margin-top: 3px;
    }

    .custom-btn-small {
        padding: 5px 10px;
    }
    .custom-btn-small2 {
        padding: 5px 10px;
    }
    .detail-service-date img {
        margin-top: 1px;
    }

    .custom-carousel-wrapper {
        margin: 0px 0px 0px 40px;
    }
    .custom-carousel-wrapper h3 {
        font-size: 1.2em !important;
        color: var(--white);
    }
    .custom-carousel-wrapper p {
        margin-top: -5px;
        font-size: 0.9em !important;
    }
    .btn-carousel {
        margin-top: -5px;
        font-size: 0.8em !important;
    }

    .q-list-price-stepper .daftar-harga {
        font-size: 12px !important;
    }
    .q-list-price-stepper .custom-text-secondary {
        font-size: 12px !important;
    }

    .modal-tracker .track-item .left .strip {
        width: 5px;
        height: 57%;
    }
    .modal-tracker .track-item .right .date {
        margin-top: 0px;
        color: var(--text-grey-forth);
        font-weight: 400;
        font-size: 14px;
    }

    .promo-page .search-notif2 .top svg {
        width: 70%;
    }

    .manual-contact-detail svg {
        width: 1.3rem;
        margin-right: 1rem;
    }

    body.modal-open {
        overflow: hidden;
    }

    /* .promo-page .waver-promo {
        height: 500px !important;
        color: black !important;
    } */

    .modal-tracker .track-item .right .status {
        margin-top: -1px;
        font-size: 14px;
    }

    /* .custom-modal-filter {
        overflow-y: scroll !important;
    } */

    /* .modal {
        padding: 0 10%;
    } */

    .checkbox-akun {
        margin-left: -3px;
    }
    .nt {
        /* margin-left: 10px; */
    }
    .modal-dialog {
        width: 97% !important;
        margin: auto auto !important;
    }

    .form-check-sk {
        margin-top: 19px !important;
    }
    .form-check-promosi {
        margin-top: 7px !important;
    }
    .owl-one {
        /* height: 190px !important; */
    }
    .home-container .list-prof {
        /* background-color: tomato; */
        /* margin-top: -50px !important; */
    }
    /* ----- End Custom Bootstrap ----- */

    .btn-penawaran-smaller {
        font-size: 12px !important;
    }

    #pilihLokasiView .ui-autocomplete {
        /* max-width: 92vw !important; */
    }
    /* #modalFilter .ui-autocomplete {
        max-width: 84vw !important;
    } */

    #modalFilter .filter-title {
        /* font-size: 12px !important; */
    }

    .modal-body {
        /* background-color: tomato; */
        height: 100vh;
        overflow-y: scroll !important;
    }
    .modal-body2 {
        height: 100% !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
    }

    .terapkan-filter {
        height: 42px !important;
    }

    .modal-body-sk {
        height: 80vh !important;
    }

    .extended-margin-page-container.contact-form {
        padding-bottom: 125px;
    }
    .bottom-navbar-default.page-contact {
        height: fit-content;
    }
    /* .bottom-navbar-default.page-question {
        height: 100px;
    } */
    .default-checkbox-container label {
        margin-top: 1px;
    }

    .question-counting p {
        font-size: 10.8px;
    }
    .question-counting h3 {
        font-size: 19.2px;
    }
    .question-counting small {
        font-size: 8.4px;
    }
    .estimasi p {
        font-size: 10.8px !important;
    }
    .estimasi h3 {
        font-size: 19.2px !important;
    }
    .estimasi small {
        font-size: 8.4px !important;
    }
    .btn-selanjutnya2 {
        padding: 10px 30px !important;
        width: fit-content !important;
        font-size: 13px;
    }

    .default-checkbox-label .with {
        font-size: 10.8px !important;
    }
    .default-checkbox-label .see-detail {
        font-size: 12px !important;
    }

    #ctitle {
        text-shadow: 1.5px 1.5px 0 var(--white), 1.5px -1.5px 0 var(--white),
            -1.5px 1.5px 0 var(--white), -1.5px -1.5px 0 var(--white),
            1.5px 0px 0 var(--white), 0px 1.5px 0 var(--white),
            -1.5px 0px 0 var(--white), 0px -1.5px 0 var(--white);
        /* -webkit-text-stroke: 1px black; */
        /* background-color: white !important;  */
    }
    .fs1 {
        font-size: 14.4px !important;
    }
    .fs2 {
        font-size: 12px !important;
    }
    .fs3 {
        font-size: 10.2px !important;
    }
    .fs4 {
        font-size: 13.2px !important;
    }

    .pemesanan-form .custom-text-secondary {
        font-size: 14px !important;
    }
    .pemesanan-form .text-heading-third {
        font-size: .9rem !important;
    }
    .pemesanan-form .text-heading-secondary {
        font-size: 13px !important;
    }
    .pemesanan-form .text-heading-secondary2 {
        font-size: 13px !important;
    }
    .pay-container .text-heading-secondary2 {
        font-size: 14.4px !important;
    }
    .pay-container .default-card span {
        font-size: 14.4px !important;
    }
    .detail-order .text-heading-secondary2 {
        font-size: 14.4px !important;
    }
    .detail-order .go-to-question {
        font-size: 12px !important;
    }
    .detail-order .detail-service-date {
        font-size: 12px !important;
    }
    .detail-order .custom-text-secondary {
        font-size: 12px !important;
    }
    .confirm-order .conf {
        font-size: 14.4px !important;
    }
    .confirm-order .custom-text-secondary {
        font-size: 12px !important;
    }
    .confirm-order .note {
        font-size: 2.7vw !important;
    }
    .text-heading-third2 {
        font-size: 13px !important;
    }

    .modal-body2 p {
        font-size: 12px !important;
    }
    .modal-body2 .text-heading-secondary {
        font-size: 14px !important;
    }
    .modal-body3 .text-heading-secondary {
        font-size: 14px !important;
    }

    .modal-order-2 p {
        font-size: 12px !important;
    }
    .modal-order-2 .text-heading-secondary {
        font-size: 14px !important;
    }

    .sejasa-paragraph-container h3 {
        font-size: 13px !important;
    }

    .is-sejasa.status-is-1 .title {
        width: 50% !important;
    }
    .is-sejasa.status-is-1 .transaction-status {
        display: flex;
        align-items: center;
        width: 50% !important;
        justify-content: flex-end;
        font-size: 9px !important;
        margin-top: -5px !important;
    }
    .is-sejasa.status-not-1 .transaction-status {
        margin-top: 0px !important;
    }

    .input-kontak .detail-contact-separator-caption {
        font-size: 14px !important;
    }

    .pemesanan-number p {
        font-size: 12px !important;
    }

    .icon-service-status {
        width: 40px;
    }

    .text-status-sejasa {
        font-size: 13.2px !important;
    }

    .card-promo {
        margin-bottom: 20px;
    }
    .card-promo .desc {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-promo .desc .left {
        width: 77%;
    }
    .card-promo .desc .left .title {
        color: var(--primary-theme);
        font-weight: 800;
        margin-bottom: 7px;
        /* margin-top: 1.4vw !important; */
        /* font-size: 13px; */
        font-size: 3vw !important;
    }
    .card-promo .desc .left p {
        font-size: 10px;
    }
    .card-promo .desc .left .penggunaan {
        margin-top: -10px !important;
    }
    .card-promo .desc .left .date {
        margin-top: -5px;
    }
    .card-promo .desc .left .date p {
        font-size: 2.7vw;
    }
    .card-promo .desc .left p {
        font-size: 2.5vw;
    }
    .card-promo .desc .left .date svg {
        margin-top: 0.5vw !important;
        width: 2.7vw !important;
        height: 2.7vw !important;
    }
    .card-promo .desc .left .kode svg {
        margin-top: 0.5vw !important;
        width: 2.7vw !important;
        height: 2.7vw !important;
    }

    .card-promo .img-background svg {
        width: 100% !important;
        /* max-height: 80vw !important; */
    }

    .card-promo .desc .right {
        width: 23%;
    }
    .card-promo .desc .right button {
        font-size: 10px !important;
        width: 100% !important;
    }
    .promo-page .search-input {
        margin-bottom: 15px;
    }
    .promo-page .search-notif {
        margin-top: 0px;
        font-size: 12px;
    }
    .detail-promo-page .section-1 {
        font-size: 1.5em;
    }

    .bottom-navbar-default.page-promo {
        height: 70px;
    }
    .bottom-navbar-default.page-promo button {
        width: 40% !important;
    }

    .card-promo-skeleton {
        width: 100%;
        height: 100px;
        border-radius: 2px;
        margin-bottom: 15px;
    }

    .rekanan-container .section-1 .list-partner {
        margin-left: 0px;
    }
    .rekanan-container .section-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rekanan-container .card-partner-container {
        margin-bottom: 10px;
    }

    .from-start {
        /* justify-content: space-between !important; */
    }

    .load-home-kategori .img-skeleton {
        max-height: 85px;
    }

    .table-cancel .number {
        font-size: 12px !important;
    }
    .table-cancel .desc {
        font-size: 12px !important;
    }

    .cancel-modal-title {
        font-size: 14px !important;
    }

    .form-cancel-pesanan input::placeholder {
        color: red !important;
    }
}
/* End Breakpoint */

@media only screen and (min-device-width: 599px) {
    .akun-manual .section-2 .wrapper-phone .input-group-text {
        height: 53px !important;
    }
}

@media only screen and (max-device-width: 358px) {
    .pilih-luas-area .wrapper {
        /* padding-right: 10px; */
    }
    .pilih-luas-area .section-2 {
        /* padding-right: 25px; */
        /* width: 100% !important; */
    }
    .pilih-luas-area .section-3 {
        /* padding-right: 25px; */
        /* width: 100% !important; */
    }

    .c55 {
        font-size: 10px;
    }
    .c55-img {
        width: 20px;
    }

    .card-pesanan-container .image img {
        width: 40px;
        height: 40px;
    }
    .card-pesanan-container .description .title {
        font-size: 0.9em !important;
    }
    .card-pesanan-container .description .transaction-status {
        font-size: 0.7em !important;
    }

    .pesanan-container .rs .owl-stage {
        margin-left: -26px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: var(--primary-theme) !important;
        /* border-radius: 10px; */
    }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 598px) {
    .card-promo .custom-spacer1 {
        margin-top: 1.5vw !important;
    }
    .card-promo .custom-spacer2 {
        margin-top: 2.5vw !important;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -10px !important;
    }

    .pesanan-container .rs .owl-stage {
        margin-left: -10px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 400px) {
    .kategori-container .owl-stage-outer {
        margin-right: 8px !important;
    }
    .kategori-container .rs .owl-stage {
        margin-left: -7.3vw !important;
    }
}

@media only screen and (min-device-width: 336px) and (max-device-width: 345px) {
    /* .text-pendanaan {
        font-size: 11.8px !important;
    } */
    .text-pilih-jasa {
        font-size: 12.3px !important;
    }
}

/* Iphone SE */
@media only screen and (device-width: 375px) and (device-height: 667px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -29px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -27px !important;
    }
}
/* Iphone XR */
@media only screen and (device-width: 414px) and (device-height: 896px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -23px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -22px !important;
    }
}
/* Iphone 12 */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .text-pendanaan {
        font-size: 3.2vw !important;
    }
}

/* Iphone 12 Pro */
@media only screen and (device-width: 390px) and (device-height: 844px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -26px !important;
    }
}
/* Iphone 6/7/8 Plus*/
@media only screen and (device-width: 414px) and (device-height: 736px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -24px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -22px !important;
    }
}
/* Iphone 6/7/8 */
@media only screen and (device-width: 375px) and (device-height: 667px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -29px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -28px !important;
    }
}
/* Iphone X */
@media only screen and (device-width: 375px) and (device-height: 812px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -28px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -29px !important;
    }
}

/* Samsung Galaxy S8+ */
@media only screen and (device-width: 360px) and (device-height: 740px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -31px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -32px !important;
    }
}
/* Samsung Galaxy S20 Ultra */
@media only screen and (device-width: 412px) and (device-height: 915px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -23px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -22px !important;
    }
}
/* Samsung Galaxy A51/A71 */
@media only screen and (device-width: 412px) and (device-height: 914px) {
    .kategori-container .owl-stage-outer {
        margin-left: 15px;
        margin-right: 10px;
    }

    .kategori-container .rs .owl-stage {
        margin-left: -23px !important;
    }

    .pesanan-container .section-4.owl-carousel {
        margin-bottom: 20px;
        /* background-color: tomato; */
    }
    .pesanan-container .rs .owl-stage {
        margin-left: -22px !important;
    }
}


/* Start Gomandor Style */

/* Add July, 17th 2024*/
/* [HOMEPAGE OWL CAROUSEL] */
/* Container for the icon and accent */
.jasa-profesional-list-container {
  padding: 5px;
  gap: 10px;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack children vertically */
  align-items: center;
}

/* Styling the circle background */
.jasa-profesional-list-circle {
  width: 100px;
  height: 100px;
  background-color: #ebf5ff; /* Light blue background */
  border-radius: 50%; /* Making the div a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  z-index: 2; /* Adjusted z-index */
}

/* Styling the icon inside the circle */
.jasa-profesional-list-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
}

/* Styling the red accent shape */
.jasa-profesional-list-red-accent {
  width: 30px;
  height: 25px;
  background-color: #bd2d2d;
  position: absolute;
  border-radius: 10px;
  right: 0px;
  top: 7px;
  z-index: 1;
}

/* Styling the "Baru" badge */
.jasa-profesional-badge-new {
  position: absolute;
  width: 44px;
  height: 21px;
  left: 66px;
  border-radius: 5px;
  font-family: poppins;
  font-size: 12px;
  font-weight: 400px;
  line-height: 21px;
  text-align: center;
  background-color: #e63737;
  top: 5px;
  /*top: 5px;
  right: 0px;
  background-color: #e63737;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  */
  color: #ffffff;
  z-index: 4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* New styling for the label text */
.jasa-profesional-list-text {
  margin-top: 10px; /* Space above the text */
  font-size: 14px; /* Font size */
  color: #333; /* Text color */
  text-align: center; /* Center-align the text */
  max-width: 100px; /* Ensure the text stays within bounds */
  word-break: break-word; /* Break long words */
}

/* KATEGORI BUDGE NEW */
.kategori-jasa-profesional-badge-new {
  position: absolute;
  width: 68px;
  height: 27px;
  top: 12px;
  right: 10px;
  background-color: #e63737;
  font-family: poppins;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Styling the red accent shape */
.kategori-jasa-profesional-list-red-accent {
  width: 67px;
  height: 25px;
  background-color: #bd2d2d;
  position: absolute;
  border-radius: 10px;
  right: 10px;
  bottom: 29px;
  z-index: 1;
}
/* END KATEGORI BUDGE NEW */

/* Start Owl Carrousel Mobile View */

/* iPhone Device */
/* iPhone SE (1st and 2nd generation) */
@media only screen and (device-width: 320px) and (device-height: 568px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 6/7/8 */
@media only screen and (device-width: 375px) and (device-height: 667px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 6+/7+/8+ */
@media only screen and (device-width: 414px) and (device-height: 736px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone X/XS/11 Pro */
@media only screen and (device-width: 375px) and (device-height: 812px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone XR/11/11 Pro Max */
@media only screen and (device-width: 414px) and (device-height: 896px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 12 mini */
@media only screen and (device-width: 360px) and (device-height: 780px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 12/12 Pro/13/13 Pro/14 */
@media only screen and (device-width: 390px) and (device-height: 844px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 12 Pro Max/13 Pro Max/14 Plus */
@media only screen and (device-width: 428px) and (device-height: 926px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 14 Pro */
@media only screen and (device-width: 393px) and (device-height: 852px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 14 Pro Max */
@media only screen and (device-width: 430px) and (device-height: 932px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 15 Pro */
@media only screen and (device-width: 393px) and (device-height: 852px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 15 Pro Max */
@media only screen and (device-width: 430px) and (device-height: 932px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* iPhone 16 Plus (as requested) */
@media only screen and (device-width: 430px) and (device-height: 932px) {
  .jasa-profesional-list-icon img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 3;
  }
}

/* End iPhone Device */

/* Safari fallback for .jasa-profesional-list-icon img */
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .jasa-profesional-list-icon img {
      width: 60px !important;
      height: 60px !important;
      object-fit: contain !important;
    }
  }
}

/* Media query untuk layar dengan lebar 598px atau kurang */
@media (max-width: 598px) {
  .jasa-profesional-list-container {
      padding-top: 25px;
  }
  .jasa-profesional-list-circle {
      width: 75px;
      height: 75px; 
  }
  .jasa-profesional-list-icon img {
      width: 50% !important;
      height: 50% !important; 
  }
  .jasa-profesional-list-text {
      font-size: 12px;
  }
  .jasa-profesional-badge-new {
    width: 40px;
    height: 18px;
    left: 47px;
    font-size: 11px;
    top: 25px;
    line-height: 16px;
  }
  .jasa-profesional-list-red-accent {
    width: 30px;
    height: 24px;
    right: 3px;
    top: 25px;
  }
  .kategori-jasa-profesional-badge-new {
    top: 6px;
    width: 58px !important;
    height: 17px !important;
    font-size: 10px!important;
  }
  .kategori-jasa-profesional-list-red-accent {
    top: 12px;
    right: 10.2px !important;
    width: 57px !important;
    height: 15px !important;
  }
}
/* End Owl Carousel Mobile View */

/* ADD JULY, 18TH 2024 */
/* HOME SCROL BAR CUSTOM */
.custom-scrollbar-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.custom-scrollbar {
  height: 10px;
  background-color: #ebf5ff;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.custom-scrollbar .scroll-thumb {
  height: 100%;
  background-color: #125efa;
  width: 250px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transition: left 0.3s ease;
}

@media (max-width: 600px) {
  .custom-scrollbar {
    margin-top: -35px;
  }
  .custom-scrollbar .scroll-thumb{
    width: 80%;
  }
}
/* END SCROL BAR CUSTOM */
/* [END HOMEPAGE OWL CAROUSEL] */

/* Add July, 10th 2024 [PAGE GOMANDOR/RINCIAN-MASALAH] */
.bottom-navbar-default.page-confirm-order-gomandor {
    flex-direction: column;
    align-items: unset;
    height: 134px;
    padding: 5px 15px;
}

.container-gomandor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.radio-item-gomandor {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  color: #707070;
}

.radio-item-gomandor input[type="radio"] {
  /* appearance: none; */
  width: 25px;
  height: 25px;
  border: 2px solid #125efa;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.radio-item-gomandor input[type="radio"]:checked::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #125efa;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-item-gomandor label {
  cursor: pointer;
}

.checkbox-container-gomandor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.checkbox-label-gomandor {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  color: #707070;
}

.checkbox-label-gomandor input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da !important; /* Perubahan di sini */
  border-radius: 3px;
  margin: 0px 10px 0px 0px !important;
  position: relative;
}

.checkbox-label-gomandor input[type="checkbox"]:checked {
  border: 1px solid #125efa !important; /* Perubahan di sini */
  background-color: white;
}

.checkbox-label-gomandor input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #125efa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label-gomandor .checkbox-text {
  flex-grow: 1;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 175px);
  gap: 10px;
  padding-left: 15px;
}

.image-placeholder {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 598px) {
  .image-placeholder {
      width: calc(100vw - 430px);
      height: calc(100vw - 430px); /* Menjaga proporsi persegi */
  }

  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 515px) {
  .image-placeholder {
      width: calc(100vw - 400px);
      height: calc(100vw - 400px); /* Menjaga proporsi persegi */
  }

  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 498px) {
  .image-placeholder {
      width: calc(100vw - 370px);
      height: calc(100vw - 370px); /* Menjaga proporsi persegi */
  }
}

@media screen and (max-width: 438px) {
    .image-placeholder {
        width: calc(100vw - 330px);
        height: calc(100vw - 330px);
    }
}

@media screen and (max-width: 415px) {
  .image-placeholder {
      width: calc(100vw - 320px);
      height: calc(100vw - 320px);
  }
}

@media screen and (max-width: 398px) {
  .image-placeholder {
      width: calc(100vw - 290px);
      height: calc(100vw - 290px); /* Menjaga proporsi persegi */
  }

  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 349px) {
  .image-placeholder {
      width: calc(100vw - 270px);
      height: calc(100vw - 270px); /* Menjaga proporsi persegi */
  }

  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 311px) {
  .image-placeholder {
      width: calc(100vw - 250px);
      height: calc(100vw - 250px); /* Menjaga proporsi persegi */
  }

  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 298px) {
  .image-placeholder {
      width: calc(100vw - 230px);
      height: calc(100vw - 230px);
  }
  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 275px) {
  .image-placeholder {
      width: calc(100vw - 220px);
      height: calc(100vw - 220px);
  }
  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

@media screen and (max-width: 239px) {
  .image-placeholder {
      width: calc(100vw - 190px);
      height: calc(100vw - 190px);
  }
  .grid-container {
    grid-template-columns: repeat(3, calc((100vw - 50px - 5px) / 3)); /* 3 kolom, hitung lebar dengan mengurangi margin dan gap */
    gap: 5px; /* Jarak antar kolom dan baris 5px */
  }
}

.image-placeholder-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.uploaded-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px; /* Menambahkan border-radius yang sama dengan placeholder */
}

.text-muted-foreground.mb-4 {
  margin-bottom: -20px;
}

/* Modal Styles */
.modal-upload-gomandor {
  display: none;
  position: fixed;
  z-index: 1060;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-upload-gomandor-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 66%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.modal-upload-gomandor-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  opacity: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.modal-upload-gomandor-close:hover,
.modal-upload-gomandor-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1060;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
  border-radius: 10px;
} */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.camera-btn,
.storage-btn,
.capture-btn {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 15px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}

.camera-btn {
  background-color: #125efa;
  color: white;
}

.storage-btn {
  background-color: white;
  color: #125efa;
  border: 2px solid #125efa;
}

.capture-btn {
  background-color: #125efa;
  color: white;
}

/* [PAGE GOMANDOR/CARA-KERJA] */
/* Card Gomandor Cara Kerja Style */

/* Gomandor Button Next */
.btn-gomandor-next {
  border-radius: 30px !important;
  font-size: 1em;
  width: 100%;
}
/* End Gomandor Button Next */

.section-gomandor-cara-kerja {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-gomandor-cara-kerja {
  display: flex;
  width: 23%;
  padding: 5px 5px 20px 5px;
  flex-direction: column;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0051995e;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
}

.card-gomandor-cara-kerja .num {
  display: flex;
  justify-content: flex-end;
  padding: 8px 8px;
}

.card-gomandor-cara-kerja .num div {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-theme);
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0051995e;
  color: var(--white);
  transition: background-color 0.3s, color 0.3s;
}

.card-gomandor-cara-kerja .num p {
  margin: auto auto !important;
  font-size: 1.3em;
  font-weight: 800;
}

.card-gomandor-cara-kerja .icon {
  display: flex;
  justify-content: center;
}

.card-gomandor-cara-kerja .icon img {
  width: 50px;
  height: 50px;
  transition: filter 0.3s;
}

.card-gomandor-cara-kerja .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  color: #125efa;
  font-weight: 700;
  transition: color 0.3s;
}

.card-gomandor-cara-kerja.active {
  background-color: #125efa;
  color: white;
}

.card-gomandor-cara-kerja.active .num div {
  background-color: #ffffff;
  color: #125efa;
}

.card-gomandor-cara-kerja.active .title {
  color: white;
}

.card-gomandor-cara-kerja.active img {
  filter: brightness(0) invert(1); /* Invert the icon color to white */
}

@media (max-width: 598px) {
  .text-mengapadua{
      padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .card-gomandor-cara-kerja {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .card-gomandor-cara-kerja {
    width: 100%;
  }
}

/* ----- Banner Cara Kerja -----*/
.banner-carakerja-container {
  display: flex;
  width: 100%;
  padding: 3%;
  border-radius: 10px;

  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 20px; */

  background-color: #ebf5ff;
}

.banner-carakerja-container img {
  width: 9%;
}

.banner-carakerja-container p {
  /* padding: 0 5%; */
  font-size: 1em;
}
/* ----- End Banner Cara Kerja Style -----*/

/* Add July, 11th 2024 PAGES GOMANDOR/MAPS */
/* New CSS for maps.blade.php */
#map {
  height: 100vh;
  /* max-height: 1000px; Set a maximum height */
  width: 100%;
}

/* Search bar styling */
.search-container {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 550px;
  z-index: 9999;
}

#map-search {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-size: 16px; /* Use a fixed font size */
  color: #707070;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  padding: 10px;
  padding-left: 40px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

#map-search:focus {
  border-color: #707070;
  outline: none;
}

/* Button "Ambil Dari Lokasi Saat Ini" styling */
.current-location-btn-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  max-width: 200px;
  z-index: 9999;
}

#get-current-location {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  background: #707070;
  border: 1px solid #707070;
  font-size: 13px;
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 130px;
  margin-left: 185px;
}

.pac-container {
  font-family: 'poppins', sans-serif !important;
  z-index: 10000 !important;
}

/* Responsiveness adjustments */
/* @media (max-width: 768px) {
  .current-location-btn-container {
    bottom: 60px;
  }
} */

/* Responsiveness adjustments */
/* Media query untuk layar di bawah 590px */
@media (max-width: 590px) {
  /* Adjust height for smaller screens */
  /* #map {
      height: 300px;
  } */

  /* .search-container {
      top: 35px;
  } */

  /* Button "Ambil Dari Lokasi Saat Ini" styling */
  .current-location-btn-container {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      max-width: 200px;
      z-index: 9999;
  }

  #get-current-location {
      width: 100%;
      height: 40px;
      border-radius: 25px;
      background: #707070;
      border: 1px solid #707070;
      font-size: 13px;
      color: #ffffff;
      font-family: "poppins", sans-serif;
      font-weight: bold;
      cursor: pointer;
      margin-bottom: 130px;

      /* Responsif margin-left menyesuaikan lebar layar */
      margin-left: calc((100vw - 220px) / 2); /* Menjaga tombol tetap di tengah layar, menyesuaikan ukuran layar */
  }
}

.text-ubahlokasi-gomandor {
  padding: 6.5px 10px;
  width: 100px; 
  height: 35px; 
  border-radius: 
  25px; background: 
  none; border: 1px solid #125EFA; 
  font-size: 90%; 
  color: #125EFA; 
  font-family: 'poppins', sans-serif; 
  margin-top: 2px; 
  font-weight: bold;
}

@media (max-width: 590px) {
  .text-ubahlokasi-gomandor{
    font-size: 80%; 
  }
}
/* Pages Gomandor/Detail-Contact */

.button-custom-location-by-maps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  width: 540px;
  padding: 6.5px 12px;
  border-radius: 25px;
  background: #ebf5ff;
  border: none;
  color: #125efa;
  font-size: 90%;
  text-align: left;
  gap: 5px;
}

@media screen and (max-width: 600px) {
    .button-custom-location-by-maps {
        width: calc(100vw - 60px); /* Mengatur lebar tombol */
    }
}

.button-custom-location-by-maps img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.button-custom-location-by-maps span {
  flex: 1;
  text-align: left;
  word-wrap: break-word;
  white-space: normal; /* Allow text to wrap */
}

/* Add July, 19th 2024 */
/* Detail Pesanan Page */
.card-body-gomandor {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: .8rem;
}

.d-flex-gomandor {
  display: flex !important;
  gap: 20px !important;
}

.d-flex-gomandor2 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.images-detail-pesanan-gomandor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (max-width: 598px) {
  .images-detail-pesanan-gomandor {
      width: 100%; /* Bisa disesuaikan kalau mau */
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 kolom */
      gap: 10px; /* Jarak antar gambar */
      margin-left: -6px; /* Tambah jarak ke kiri */
  }

  .images-detail-pesanan-gomandor img {
      width: 100%; /* Agar gambarnya responsif di grid */
      height: auto; /* Menjaga rasio */
  }
}


.images-detail-pesanan-gomandor .image-wrapper {
  width: calc(33.33% - 1rem);
  max-width: 200px;
  aspect-ratio: 1 / 1;
  margin: 0.5rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.images-detail-pesanan-gomandor .image-placeholder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.images-detail-pesanan-gomandor .image-wrapper:hover .image-placeholder-img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .images-detail-pesanan-gomandor .image-wrapper {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .images-detail-pesanan-gomandor .image-wrapper {
    width: 100%;
    max-width: none;
  }
}

/* End Detail Pesanan Page */

/* Button Footer Detail Pesanan Page */
.gomandor-detail-pesanan-container-button {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 25px;
  background-color: #f8f9fa;
  border-radius: 10px;
}

.gomandor-button {
  width: 100%;
  height: 52px;
  border-radius: 25px;
  background: #707070;
  border: 1px solid #707070;
  font-size: 100%;
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: block;
  margin: 10px auto;
}

.gomandor-button-primary {
  background-color: #125efa;
  border-color: #125efa;
}

.gomandor-button-outline {
  background-color: transparent;
  color: #125efa;
  border-color: #125efa;
}

.gomandor-button-text {
  display: inline-block;
  vertical-align: middle;
}

.hr-no-margin-default {
  /* margin: 15px 0; */
  border-top: 1px solid #e9ecef;
}
/* End Button Footer Detail Pesanan Page */

/* Add July, 24th 2024 */
/* Modal List Detail Transaksi Pesanan */
.main-modal-gomandor {
  display: none;
  position: fixed;
  z-index: 1060;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-modal-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.timeline li {
  position: relative;
  padding-left: 30px;
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; /* Align with date and time */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #828282;
  z-index: 2;
}

.timeline li::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  left: 7px;
  top: 40px;
  height: calc(100% - 60px);
  width: 5px;
  background-color: #828282;
  z-index: 1;
}

.timeline li:last-child::after {
  height: calc(100% - 40px);
}

/* .timeline li:last-child::after {
  display: none;
} */

.timeline li.active::before {
  background-color: #125efa;
}

.timeline li.active::after {
  background-color: #125efa;
}

.time {
  position: absolute;
  right: 0;
  top: 0;
  color: #828282;
  font-size: 20px;
  font-family: poppins;
}

@media (max-width: 498px) {
  .time {
    font-size: 14px;
    top: 8px;
  }
}

.dates {
  font-family: poppins;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 5px;
}

.active .dates {
  color: #125efa;
  font-family: poppins;
}

.inactive .dates {
  color: #828282;
}

.status {
  font-family: poppins;
  font-weight: 400;
  font-size: 24px;
  /* margin-top: 10px; */
  margin-bottom: 5px;
}

.active .status {
  color: #4f4f4f;
}

.inactive .status {
  color: #4f4f4f;
}

.descrpt {
  font-family: poppins;
  color: #828282;
  font-size: 20px;
  margin-bottom: 15px;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  /* margin: 15px 0 15px 30px; */
}
/* End Modal List Detail Transaksi Pesanan */
/* Accordion */

p.accordion-jadwal-collapse[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-jadwal-collapse[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-detailpengerjaan-collapse[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-detailpengerjaan-collapse[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-detailpesanan-collapse[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-detailpesanan-collapse[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-tagihan-collapse[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-tagihan-collapse[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

/* Accordion */

/* Accordion Petunjuk Pembayarn */
.accordion-header-gomandor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Accordion Button */
.accordion-button-gomandor {
display: flex;
align-items: center;
width: 100%;
/* padding: 10px 20px; */
background-color: transparent;
border: none;
position: relative;
font-family: 'poppins', sans-serif;
}

/* Pseudo-element untuk ikon */
.accordion-button-gomandor::after {
content: "\f078"; /* Ikon panah ke bawah (plus) */
font-family: "FontAwesome";
color: #707070;
margin-left: auto; /* Push ikon ke paling kanan */
padding-left: 10px;
transition: transform 0.2s;
}

/* Saat collapsed */
.accordion-button-gomandor.collapsed::after {
content: "\f078"; /* plus */
}

/* Saat terbuka */
.accordion-button-gomandor:not(.collapsed)::after {
content: "\f077"; /* minus */
}

/* End Accordion Petunjuk Pembayaran */

p.accordion-petunjuk-collapse[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

p.accordion-petunjuk-collapse[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #707070;
}

/* End Accordion */

/* End Accordion */
.success-notification {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.check-icon {
  margin-right: 10px;
  font-weight: bold;
}
/* Modal Batalkan Pesanan */
.gomandor-modal-batalkan-pesanan {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-modal-batalkan-pesanan-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.gomandor-modal-batalkan-pesanan-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.gomandor-modal-batalkan-pesanan-close:hover,
.gomandor-modal-batalkan-pesanan-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.gomandor-modal-batalkan-pesanan h2 {
  margin-top: 0;
}

.gomandor-modal-batalkan-pesanan-subtitle {
  color: #666;
  font-size: 0.9em;
}

.gomandor-modal-batalkan-pesanan-checkbox-group {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 20px;
}

.button-container-modal-batalkan-pesanan {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.gomandor-button-modal-batalkan-pesanan {
  flex: 1;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gomandor-button-modal-batalkan-pesanan.gomandor-button-outline {
  background-color: white;
  color: #125efa;
  border: 1px solid #125efa;
}

.gomandor-button-modal-batalkan-pesanan.gomandor-button-outline:hover {
  background-color: #f0f5ff;
}

.gomandor-button-modal-batalkan-pesanan.gomandor-button-primary {
  background-color: #125efa;
  color: white;
  border: none;
}

.gomandor-button-modal-batalkan-pesanan.gomandor-button-primary:hover {
  background-color: #0e4cd6;
}

.gomandor-button-modal-batalkan-pesanan.gomandor-button-primary:disabled {
  background-color: #b3b3b3;
  cursor: not-allowed;
}

.gomandor-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gomandor-button-text i {
  margin-right: 5px;
}
/* End Modal Batalkan Pesanan */
.gomandor-modal-ubah-waktu-survey {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 66%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.gomandor-modal-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.gomandor-modal-close:hover,
.gomandor-modal-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.modal-title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px !important;
}

.button-container-modal-ubah-waktu-survey {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.gomandor-button-modal-ubah-waktu-survey {
  flex: 1;
  min-width: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transition: background-color 0.3s ease;
}

.gomandor-button-modal-ubah-waktu-survey:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.fa-circle-o-notch {
  margin-right: 8px;
}

.gomandor-button-modal-ubah-waktu-survey.gomandor-button-outline {
  background-color: transparent;
  border: 1px solid #125efa;
  color: #125efa;
}

.gomandor-button-modal-ubah-waktu-survey.gomandor-button-primary {
  background-color: #125efa;
  color: white;
}

.gomandor-button-modal-ubah-waktu-survey:hover {
  opacity: 0.8;
}

/* Gomandor Modal Detail Ahli */
#gomandor-modal-detail-ahli {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.detail-ahli-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  opacity: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.close:hover,
.close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

/* h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px !important;
} */

.ahli-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.ahli-info img {
  width: 280px;
  height: 280px;
  border-radius: 5px;
  object-fit: cover;
  margin-top: 30px;
  /* margin-bottom: 20px; */
}

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

.ahli-details h3 {
  font-family: "poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.rating {
  color: gold;
  font-size: 20px;
  /* letter-spacing: 10px; */
}

@media (max-width: 398px) {
  .ahli-info img {
    width: 200px;
    height: 200px;
  }
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.gomandor-btn {
  flex: 1;
  min-width: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

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

.btn-download {
  background-color: #125efa;
}

.btn-use {
  background-color: #00a145;
}

.btn-change {
  background-color: #e63737;
}

.btn:hover {
  opacity: 0.8;
}
/* End Gomandor Modal Detail Ahli */

/* Gomandor Ganti Ahli */
.gomandor-modal-ganti-ahli {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 66%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.gomandor-modal-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.gomandor-modal-close:hover,
.gomandor-modal-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.modal-title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px !important;
}

.button-container-modal-ganti-ahli {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.gomandor-button-modal-ganti-ahli {
  flex: 1;
  min-width: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transition: background-color 0.3s ease;
}

.gomandor-button-modal-ganti-ahli:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.fa-circle-o-notch {
  margin-right: 8px;
}

.gomandor-button-modal-ganti-ahli.gomandor-button-outline {
  background-color: transparent;
  border: 1px solid #125efa;
  color: #125efa;
}

.gomandor-button-modal-ganti-ahli.gomandor-button-primary {
  background-color: #125efa;
  color: white;
}

.gomandor-button-modal-ganti-ahli:hover {
  opacity: 0.8;
}

/* Tambahan untuk elemen-elemen lain dalam modal */
.form-select,
.form-control,
.choose-time-container {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.choose-time-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
}

.choose-time-options {
  text-align: center;
  font-size: 18px;
  border: none;
  background: transparent;
}

.double-dots-time {
  font-size: 18px;
  font-weight: bold;
}

.text-xs {
  font-size: 12px;
}

.keterangan {
  margin-bottom: 5px;
  opacity: 0.8;
}
/* End Gomandor Ganti Ahli */
/* End Add July, 24th 2024 */

/* Add July, 25Th 2024 */
.gomandor-payment-methode.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-payment-methode .modal-isi {
  width: 480px;
  height: 400px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}

/* Media query untuk layar kecil */
@media (max-width: 600px) {
  .gomandor-payment-methode .modal-isi {
    width: 80%; /* Lebar lebih besar pada layar kecil */
    padding: 15px; /* Mengurangi padding */
  }
}

.gomandor-payment-methode-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.gomandor-payment-methode-close:hover,
.gomandor-payment-methode-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.gomandor-payment-methode .payment-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}

.gomandor-payment-methode .payment-option img {
  width: 30px;
  margin-right: 10px;
}

.gomandor-payment-methode .payment-option span {
  margin-left: 10px;
}

.gomandor-radio {
  display: none;
}

.icon-check {
  width: 20px;
  height: 20px;
  border: 2px solid #125efa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  /* outline: 2px solid #125efa; */
  outline-offset: 2px;
  background-color: white;
}

.icon-check i {
  color: white;
  font-size: 12px;
  display: none;
}

.gomandor-radio:checked + .icon-check {
  background-color: #125efa;
}

.gomandor-radio:checked + .icon-check i {
  display: block;
}

.gomandor-payment-methode .btn-continue {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}
/* End July, 25Th 2024 */

/* Add July, 29th 2024 */
/* Modal Penilaian Ahli */
.gomandor-modal-penilaian-ahli {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.gomandor-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 66%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 598px) {
  .gomandor-modal-content {
    width: 90%;
  }
}

.gomandor-modal-close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.gomandor-modal-close:hover,
.gomandor-modal-close:focus {
  color: #ffffff;
  background-color: #999;
  text-decoration: none;
}

.modal-title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px !important;
}

.star-rating {
  font-size: 30px;
  color: #ffc107;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.star-rating-result {
  color: #ffc107;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.star {
  cursor: pointer;
}

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

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  opacity: 0.9;
  resize: vertical;
}

.button-container-modal-penilaian-ahli {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}

.gomandor-button-modal-penilaian-ahli {
  flex: 1;
  min-width: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gomandor-button-modal-penilaian-ahli:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.gomandor-button-modal-penilaian-ahli.gomandor-button-outline {
  background-color: transparent;
  border: 1px solid #125efa;
  color: #125efa;
}

.gomandor-button-modal-penilaian-ahli.gomandor-button-primary {
  background-color: #125efa;
  color: white;
}

.gomandor-button-modal-penilaian-ahli:hover:not(:disabled) {
  opacity: 0.8;
}
/* End Modal Penilaian Ahli */

/* Styling untuk button saat disabled */
.gomandor-button.disabled-button {
  opacity: 0.5;
  cursor: not-allowed; /* Mengubah cursor menjadi not-allowed saat disabled */
}

/* Style khusus saat hover di button disabled untuk memastikan opacity tetap 0.5 */
.gomandor-button.disabled-button:hover {
  opacity: 0.5;
}

/* Memastikan button aktif memiliki opacity penuh */
.gomandor-button:not(.disabled-button) {
  opacity: 1;
}
/* End Styling untuk button saat disabled */

/* Gomandor Gagal Pesan Modal */
#gomandor-modal-pesanan-gagal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.pesanan-gagal-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 570px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

/* Media query untuk layar di bawah 590px */
@media (max-width: 590px) {
  .pesanan-gagal-modal-content {
      width: calc(100vw - 30px); /* Menyesuaikan lebar layar dengan margin kiri-kanan masing-masing 15px */
      max-width: 100%; /* Batas maksimal agar tidak overflow */
      margin: 15% auto; /* Tetap di tengah */
  }
}

.pesanan-gagal-modal-content .close {
  color: #707070;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.pesanan-gagal-modal-content .close:hover,
.pesanan-gagal-modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pesanan-gagal-icon {
  margin-bottom: 20px;
}

#gomandor-modal-pesanan-gagal .text-heading-secondary {
  font-size: 24px;
  margin-bottom: 10px;
}

#pesanan-gagal-message {
  font-size: 16px;
  line-height: 1.5;
}
/* End Gomandor Gagal Pesan Modal */

/* Modal Berita Acara */
.berita-acara-image {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  /* margin-bottom: 20px; */
  display: block;
  margin: auto;
}

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

.button-container {
  display: flex;
  justify-content: space-between;
}

#catatanCustomer {
  resize: none;
}
/* End Modal Berita Acara */

/* loading upload photo */
.image-placeholder {
  position: relative;
}
.loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
/* End Loading Upload Photo */

/* Button Setujui Pesanan */
.gomandor-setujui-pesanan-btn {
  background-color: #125efa;
  color: white;
  border: none;
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.gomandor-setujui-pesanan-btn:active {
  opacity: 0.5;
}

@keyframes ellipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

.gomandor-setujui-pesanan-btn.loading::after {
  content: "";
  display: inline-block;
  animation: ellipsis 1.5s infinite;
  width: 20px;
  text-align: left;
}

.gomandor-setujui-pesanan-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
/* End Button Setujui Pesanan */

/* Accordion */
.detpes-accordion {
  max-width: 600px;
  margin: 10px auto;
  background: white;
  font-family: "poppins", sans-serif;
  border-radius: 10px;
  box-shadow: 0px 3px 15px #00000029;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 15px 20px; */
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.accordion-header h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.arrow {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 30px;
  transition: transform 0.3s ease;
}

.arrow::before {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--text-grey-secondary);
}

.accordion-header.collapsed .arrow::before {
  content: "\f078";
}

.accordion-content {
  padding-left: 15px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.accordion-content.collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* End Accordion */

/* Lihat Detail RAB Text */
.lihatDetailRAB {
  display: flex;
  align-items: center;      /* Vertikal sejajar */
  justify-content: flex-start; /* Biar text kiri dan icon kanan */
  padding-left: 13px;
  cursor: pointer;
  gap: 8px; /* Jarak antara teks dan icon */
}
/* End Lihat Detail RAB Text */

/* Button Penilaian */
.button-penilaian-gomandor{
  background-color: #00A145 !important;
  color: white !important;
  width: 150px;
  height: 40px;
  border-radius: 25px;
  padding: 0 20px;
  top: 65%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
}

.button-penilaian-gomandor:hover {
  opacity: 1 !important;
}

/* End Button Penilaian */

/* Button Ganti Ahli gomandor */
.button-ganti-ahli-gomandor{
  background-color: transparent;
  border: 1px solid #FF0000;
  color: #FF0000;
  width: 150px;
  height: 40px;
  border-radius: 25px;
  padding: 0 20px;
  top: 65%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
}
/* End Button Ganti Ahli Gomandor */

/* Ahli Image Display */
.image-ahli-gomandor {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  object-fit: cover;
  cursor: pointer;
}
/* End Ahli Image Display */

/* Title Ahli Gomandor */
@media (max-width: 515px) {
  .bh-stars-gomandor {
    width: 7rem;
  }
  .image-ahli-gomandor {
    width: 50px;
    height: 50px;
    margin: 1rem !important;
  }
  .title-ahli-gomandor {
    color: var(--text-grey-secondary);
    font-size: 14px !important;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
    -webkit-opacity: 1;
  }
  .button-penilaian-gomandor {
    width: 120px;
    height: 35px;
    font-size: 9px;
    padding: 11px;
    top: 70%;
    right: 15px;
    }

  .button-ganti-ahli-gomandor{
    width: 100px;
    height: 30px;
    font-size: 12px;
    top: 70%;
    right: 20px;
  }
}

/* iPhone kecil (SE, 12 Mini, 6/7/8, X, 11 Pro) - Lebar ≤ 414px */
@media only screen and (max-width: 414px) {
  .bh-stars-gomandor {
    width: 6.5rem;
  }

  .image-ahli-gomandor {
    width: 45px;
    height: 45px;
    margin: 1rem !important;
  }

  .title-ahli-gomandor {
    margin-top: 8px;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
  }

  .button-penilaian-gomandor {
    width: 100px;
    height: 30px;
    font-size: 7.5px;
    padding: 8px;
    top: 70%;
    right: 12px;
  }

  .button-ganti-ahli-gomandor {
    width: 90px;
    height: 26px;
    font-size: 10px;
    top: 70%;
    right: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .bh-stars-gomandor {
    width: 6.5rem;
  }

  .image-ahli-gomandor {
    width: 45px;
    height: 45px;
    margin: 1rem !important;
  }

  .title-ahli-gomandor {
    margin-top: 8px;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-text-fill-color: var(--text-grey-secondary-rgba);
  }

  .button-penilaian-gomandor {
    width: 100px;
    height: 30px;
    font-size: 6px;
    padding: 8px;
    top: 70%;
    right: 12px;
  }

  .button-penilaian-gomandor svg {
    width: 12px;
    height: 12px;
  }

  .button-ganti-ahli-gomandor {
    width: 90px;
    height: 26px;
    font-size: 7px;
    top: 70%;
    right: 18px;
  }
}

/* Title Ahli Gomandor */

/* End Gomandor Style */