/* Public styles go here */

.with-full-footer .modal-footer{
    display: unset!important;
}

.btn-close-link{
padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    /* semi transparent bg */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.loading-overlay .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #007bff;
}

.divider-dash {
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed #E8E8E8;
    margin: 2px 0;
}

.outer {
    /* width: 500px;
    height: 100px; */
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.outer div {
    /* width: 24.5%;
    background-color: #eee; */
    float: none;
    /* height: 90%; */
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
}

.scrollable-row {
    height: 100px;
    scrollbar-width: thin;
  }
  .scrollable-row::-webkit-scrollbar {
    height: 7px;
  }
  .scrollable-row::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
  }

.border-bawah{
  border-bottom: #ddd;
  border-width: 1px;
  border-style: solid;
}


.required-field-border {
    border: 1px solid red !important;
}

.required-error {
    font-size: .7rem !important;
    color: red !important;
    /* font-weight: 500!important; */
}

.premium-badge {
    display: inline-block;
    background: #e4a101;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 8px;
    text-transform: uppercase;
}

/* Style khusus title premium */
.premium-article {
    position: relative;
    color: #d4af37;
}

.premium-article::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #d4af37, transparent);
}