.accordion {
    overflow: hidden auto !important;
    height: 99%;
}

.accordion-button {
    font-family: 'Poppins', sans-serif;
}

.accordion-body {
    padding: 10px;
}


.accordion-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.accordion {
    --bs-accordion-btn-active-icon: url('../img/up-white.png');
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-icon-transform: rotate(180deg)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon) !important
}

.accordion-button::after {
    transform: rotate(-90deg);
}

.accordion-button {
    font-weight: 500;
    /* font-style: "noto sans !important;"; */
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-4) !important;
    font-weight: 600;
    color: #fff;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.accordion-button:hover {
    z-index: 1;
}

.form-control::placeholder {
    color: #A1A5B7;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.item-wrapper {
    background-color: #f5f8fa;
    padding: 10px;
    border-radius: 5px;
}

.item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-title-wrapper {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-title-wrapper>.title {
    font-weight: 500;
    font-size: var(--font-size-13);
    margin-left: 10px;
    color: #5E6278
}

.item-title-wrapper img {
    max-width: 35px;
    max-height: 35px;
}



.btn-wrapper {
    display: flex;
    align-items: center;
}

.reset-btn {
    border: none;
    background-color: var(--clr-bluish-grey);
    border-radius: 5px;
    width: 52px;
    height: 21px;
    font-size: 12px;
    border-radius: 3px;
    color: white;
    margin-right: 10px;
}

.info-btn {
    border: none;
    background-color: #a1a5b7;
    width: 21px;
    height: 21px;
    font-size: 0.75rem;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    margin-bottom: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-btn-active {
    background-color: #FFBE1E;
}




.sample-wrapper {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sample-container {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.sample-container:first-child {
    margin-left: 0px;
}

.sample {
    width: 74px;
    height: 74px;
    background-color: #e7e9ef;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sample-name {
    font-size: var(--font-size-13);
    font-weight: 500;
    margin-bottom: 5px;
    color: #63739F;
    padding: 6px 0px
}

.recent-colors-wrapper,
.colors-point-wrapper {
    margin-top: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.recent-colors-title,
.color-point-title {
    font-size: var(--font-size-13);
    font-weight: 500;
    width: 117px;
    margin-bottom: 5px;

}

.recent-colors,
.choose-color-points {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.recent-color {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: blue;
}

.color-point {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 2px dashed rgb(191, 191, 191);
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.color-point .point-icon {
    font-size: 20px;
    font-weight: 100;
}



.all-colors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 3px;
    margin-top: 10px;
}

.color {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    cursor: pointer;
    border: 0.5px solid var(--clr-light-grey);
    background-color: var(--color-code);
}

.range {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-title {
    color: #A1A5B7;
    font-size: 14px;
    font-weight: 400;
    width: 70px;
    font-family: 'Poppins', sans-serif;
}

.range-slide {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: var(--color-4);
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    flex: 1;
}

.range-slide:hover {
    opacity: 1;
}

.range-slide::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px rgba(113, 113, 113, 0.7294117647);
}

.range-input-box {
    width: 75px;
    border: none;
    outline: none;
    border-radius: 3px;
    color: var(--clr-primary-blue);
    font-size: 14px;
    text-align: center !important;
}

.upload-logo {
    background-color: #f1faff;
    border: 1px dashed #8ccef2;
    padding: 15px 10px;
    border-radius: 5px;
}

.logo-title {
    font-size: var(--font-size-13);
    font-weight: 600;
    color: #615f5f;
}

.upload-image-note {
    font-size: 12px;
    font-weight: 500;
    flex: 1;
    padding-right: 5px;
}


.logo-upload-btn-wrapper {
    width: 100px;
    text-align: center;
}

.logo-upload-btn {
    border: none;
    background-color: #0066C0;
    font-size: var(--font-size-13);
    padding: 5px 15px;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.all-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
    margin: 25px 0px 15px 0px;
    grid-gap: 10px;
}

.logo-item {
    position: relative;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
    width: 3rem;
    cursor: pointer;
}

.logo-item .logo {
    width: 100%;
    height: 100%;
}

.logo-item .remove-logo {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 15px;
    cursor: pointer;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.image-wrapper>.img-container {
    border: 1px dashed #8ccef2;
    width: 90%;
    height: 264px;
    background-color: #f1faff;

    /* position: relative; */
}

.img>.image-preview {
    object-fit: contain;
}

.img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.img-container>.image-remove-btn {
    position: absolute;
    font-size: 40px;
    cursor: pointer;
    top: 40%;
    left: 42%;
    background-color: #edf0f3;
    border-radius: 5px;
}



.color-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.gender-wrapper {
    flex: 1;
}

.dob-input {
    flex: 1;
}

.name-input-wrapper {
    display: flex;
    margin: 10px 0px;
}


.size-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 0px 5px;
    border-radius: 5px;
    text-align: center;
    margin-left: 2rem;
}

.size-input-wrapper>.size-btn {
    border: none;
    background-color: #a1a5b7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.size-input-wrapper>.size-btn>i {
    font-size: var(--font-size-13);
    margin: 0;
    color: #5e6278;
}

.text-input {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

.messurement-wrapper {
    background-color: #f5f8fa;
    padding: 13px;
}

.height-weight-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;

    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.height-weight-wrapper .title {
    flex: 1;
}

.height-weight-wrapper .value {
    text-align: center;
    flex: 1;
}

.table>thead>tr {
    background-color: #fff !important;
}

.table>thead>tr>th {
    font-size: 14px !important;
}

.table>tbody>tr:nth-child(even) {
    background-color: #fff !important;
}

.table>thead>tr>th:last-child {
    text-align: center;
}

.table>tbody>tr>td:last-child {
    text-align: center;
}

.measurement-table-body {
    display: block;
    max-height: 350px;
    overflow: auto;
}

.measurement-table>thead,
.measurement-table>tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.apply-btn {
    width: 100%;
    background-color: var(--color-4);
    color: #fff;
    padding: 5px 12px;
    border: 1px solid #a3dcfb;
    outline: none;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 5px;
}

.all-hair-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.hair-item {
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.hair-item img {
    width: 74px;
    height: 74px;
}

.color-point-active {
    display: none;
}

.pms-color {
    height: 2.75rem;
}

.form-control {
    border: 1px solid var(--color-4) !important;
    outline: none !important;
    font-size: var(--font-size-13);
}

.form-control:focus {
    box-shadow: none;
}

.info-wrapper {
    width: 100%;
    padding-left: 6vw
  }
  

  
/* Media Query Start */

/* -----after 992px----- */
@media (min-width: 992px) {

  

    .setting-wrapper.show {
      display: block;
      z-index: 1;
    }
  
    .setting-wrapper.active {
      display: block;
    }
  
    .setting-wrapper:not(.show),
    .setting-wrapper:not(.active) {
      display: none;
    }
  
    .color-input,
    .text-input {
      flex-direction: column;
      gap: 0.25rem;
    }
  
    /* start */
  
   
  
    .accordion {
      width: 100%;
      --bs-accordion-btn-padding-x: 1rem;
      --bs-accordion-btn-padding-y: 0.75rem;
      --bs-accordion-btn-icon-width: 1rem
    }
  
    .setting-wrapper {
      display: none;
      flex: 1;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 7px;
      padding-bottom: 10px;
      height: 100%;
    }
  
    .setting-wrapper {
      width: 70%;
    }
  
    .accordion-button {
      font-size: 0.85rem;
      font-weight: normal;
    }
  
  
  
  }
  
  @media (min-width: 1200px) {
  
   
  
  
    .accordion-button {
      font-size: 0.9rem;
      font-weight: normal;
    }
  
    .accordion {
      width: 100%;
      --bs-accordion-btn-padding-x: 1rem;
      --bs-accordion-btn-padding-y: 0.85rem;
      --bs-accordion-btn-icon-width: 1rem
    }
  
    .setting-wrapper {
      display: none;
      flex: 1;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 7px;
      padding-bottom: 10px;
      height: 100%;
    }
  
    .setting-wrapper {
      width: 70%;
    }
  
  }
  
  @media (min-width: 1400px) {
  
    .color-input,
    .text-input {
      flex-direction: row;
      gap: 0.25rem;
    }
  
   
  
  
    .accordion-button {
      font-size: 1rem;
      font-weight: normal;
    }
  
    .accordion {
      width: 100%;
      --bs-accordion-btn-padding-x: 1rem;
      --bs-accordion-btn-padding-y: 0.90rem;
      --bs-accordion-btn-icon-width: 1rem
    }
  
    .setting-wrapper {
      display: none;
      flex: 1;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 7px;
      padding-bottom: 10px;
      height: 100%;
    }
  
    .setting-wrapper {
      width: 70%;
    }
  
  }
  
  @media (min-width: 1600px) {
    .logo-item {
      width: 5rem;
    }
  
    
  
    .accordion-button {
      font-size: 1.15rem;
      font-weight: normal;
    }
  
    .accordion {
      width: 100%;
      --bs-accordion-btn-padding-x: 1rem;
      --bs-accordion-btn-padding-y: 0.95rem;
      --bs-accordion-btn-icon-width: 1rem
    }
  
    .setting-wrapper {
      display: none;
      flex: 1;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 7px;
      padding-bottom: 10px;
      height: 100%;
    }
  
    .setting-wrapper {
      width: 70%;
    }
  
  }
  
  @media (min-width: 1800px) {
  
   
  
    .accordion-button {
      font-size: 1.25rem;
      font-weight: normal;
    }
  
    .accordion {
      width: 100%;
      --bs-accordion-btn-padding-x: 1rem;
      --bs-accordion-btn-padding-y: 1rem;
      --bs-accordion-btn-icon-width: 1.2rem
    }
  
    .setting-wrapper {
      display: none;
      flex: 1;
      padding-left: 12px;
      padding-top: 10px;
      padding-right: 7px;
      padding-bottom: 10px;
      height: 100%;
    }
  
    .setting-wrapper {
      width: 70%;
    }
  
  }
  
  @media (min-width: 2000px) {}
  
  @media (min-width: 2200px) {}
  
  @media (min-width: 2400px) {}
  
  /* mobile UI */
  @media (max-width: 991px) {
   
  
  
    .similar-product-img {
      height: 185px !important;
    }
  
   
    .setting-wrapper {
      position: fixed;
      margin: 0;
      background-color: #fff;
      padding: 0rem 2rem 3rem 2rem;
      border-radius: 0.5rem 0.5rem 0 0;
      box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
      transform-origin: bottom !important;
      transform: scaleY(0);
      transition: transform 0.5s ease-in-out !important;
      width: 100%;
      height: 100%;
      z-index: 1;
      /* top: 20%; */
      top: var(--mobile-setting-wrapper-top);
  
    }
  
    .setting-wrapper.transition {
      transform: scaleY(1) !important;
    }
  
    
  .measurement-table-body {
    font-size: 0.625rem;
  }

  

    @media (max-height: 500px) {
     
      .accordion {
        height: 53% !important;
      }
    }
  
    @media (min-height: 500px) {
     
      .accordion {
        height: 55% !important;
      }
    }
  
    @media (min-height: 600px) {
   
  
      .accordion {
        height: 58% !important;
      }
    }
  
    @media (min-height: 700px) {
     
  
      .accordion {
        height: 60% !important;
      }
    }
  
    @media (min-height: 800px) {
     
  
      .accordion {
        height: 61% !important;
      }
    }
  
    @media (min-height: 900px) {
  
      .accordion {
        height: 62% !important;
      }
    }
  
    @media (min-height: 1080px) {
      .accordion {
        height: 63% !important;
      }
    }
  
  
  }