.exp-bg {
    height: 40vh;
    padding: 0 !important;
    position: relative;
  }
  .exp-bg-img {
    /* background-image: url("../img/hasala/background.png"); */
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .exp-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
    z-index: 10;
    color: aliceblue;
    font-size: 64.8px;
  }
  
  .exp-filter {
    position: absolute;
    opacity: 0.68;
    background: var(--Accent-Color, #9bca41);
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    top: 0;
  }
  
  .exp-top-cont {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.09);
    padding: 0 24px 24px 24px;
  }
  
  .exp-sub-text {
    color: var(--Primary-Color, rgba(24, 25, 61, 0.99));
    font-family: Alexandria;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .exp-value-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .exp-value-cont-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 16px; */
  }
  
  .exp-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
  }
  .checkbox-input {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-radius: 20px;
  }
  
  .green-check input[type="checkbox"]:checked {
    /* accent-color: #fff; */
    background-color: #9bca41;
    border-color: #9bca41;
  }
  .green-check input[type="radio"]:checked {
    /* accent-color: #fff; */
    background-color: #9bca41;
    border-color: #9bca41;
  }
  
  .green-check input[type="checkbox"] {
    box-shadow: none;
  }
  .green-check input[type="radio"] {
    box-shadow: none;
  }
  
  .checkbox-text {
    font-size: 12px;
    color: #000;
  }
  
  .count-text {
    color: #9bca41;
    font-size: 14px;
    margin-right: auto;
  }
  
  .exp-extra-title {
    color: var(--Primary-Color, rgba(24, 25, 61, 0.99));
    text-align: right;
    font-family: Alexandria;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .exp-extra-container {
    display: flex;
    padding: 8px 13px;
    /* flex-direction: column; */
    align-items: center;
    gap: 13px;
    align-self: stretch;
  
    border-radius: 18px;
    background: var(--Primary-Color, rgba(24, 25, 61, 0.99));
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
  }
  
  .exp-extra-text-cont {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1 0 0;
  }
  
  .details-box {
    border: solid 1px #efefef;
  }
  
  .count-container {
    background-color: #fff !important;
  }
  .count-container-green {
    background-color: #9bca41 !important;
  }
  
  .epx-extra-text1 {
    color: #fff;
    font-family: Alexandria;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .epx-extra-text2 {
    flex: 1 0 0;
    color: var(--Accent-Color, #9bca41);
    text-align: right;
    font-family: Alexandria;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .number {
    background-color: #f0f0f0;
    border-radius: 8px;
    width: fit-content;
    padding: 5px 15px;
  }
  .number input {
    background-color: transparent;
    border: none;
    width: 50px;
    text-align: center;
    font-size: 20px;
  }
  .number span {
    font-size: 14px;
    color: #9bca41;
    cursor: pointer;
  }
  .number-2 {
    background-color: #f0f0f0;
    border-radius: 8px;
    width: fit-content;
    padding: 5px 15px;
  }
  .number-2 input {
    background-color: transparent;
    border: none;
    width: 50px;
    text-align: center;
    font-size: 20px;
  }
  .number-2 span {
    font-size: 14px;
    color: #fdfdfd;
    cursor: pointer;
  }
  
  .exp-box-top {
    border-bottom: 1px solid #dedde4;
  }
  
  .exp-list-box {
    display: flex;
    width: 100%;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--Gray-200, #dedde4);
  }
  
  .exp-apple {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  
    border-radius: 9px;
    background-color: #18193d !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
  }
  
  .custom-control-input-exp:checked ~ .borderGreen {
    border: 1px solid #9bca41;
  }
  .custom-control-input-exp:checked ~ .bg-selected {
    background-color: #9bca4114;
  }
  .custom-control-input-exp:checked ~ .textGreen {
    color: #9bca41;
  }
  
  .custom-control-input-exp:disabled ~ .textGreen {
    color: #dedde4;
  }
  .custom-control-input-exp:disabled ~ .black {
    color: #dedde4;
  }
  
  .custom-control-input-exp:checked ~ .filter > .filter {
    filter: invert(75%) sepia(64%) saturate(454%) hue-rotate(30deg)
      brightness(91%) contrast(86%);
  }
  
  .custom-control-input-exp {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  