.new-phone{
    display: block;
    float: right;
    width: 34px;
    margin-right: 12px;
    margin-top: 7px;
  }
  .new-phone img{
    display: block;
  }
  .fa-star::before {
      content: "\f005";
  }
  .star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
  }
  .star-cb-group * {
    font-size: 1rem;
  }
  .star-cb-group > input {
    display: none;
  }
  .star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    width: 27px;
    font-size: 27px;
    white-space: nowrap;
    cursor: pointer;
  }
  .star-cb-group > input + label:before {
    display: inline-block;
    content: "☆";
    color: #2e77b0;
    width: 27px;
  }
  .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #2e77b0;
    text-shadow: 0 0 1px #333;
    width: 27px;
    font-size: 27px;
    height: 25px;
  }
  .star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 49px;
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #2e77b0;
    padding: 0px 0px 0px 7px;
    color: #2e77b0;
  }
  .star-cb-group > .star-cb-clear + label:before {
    width: .5em;
  }
  .star-cb-group:hover > input + label:before {
    content: "☆";
    color: #2e77b0;
    text-shadow: none;
  }
  .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #2e77b0;
    text-shadow: 0 0 1px #333;
  }
  .star-cb-clear + label::before{
    content: "" !important;
    height: 15px !important;
  }
  #log {
    margin: 1em auto;
    width: 5em;
    text-align: center;
    background: transparent;
  }
  .survey{
    text-align: left;
    padding: 5px 10px 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #98abc7;
    border-radius: 5px;
  }
  .survey p{
      font-weight: 500;
      color: #6c6c6c;
  }
  
  .address-field textarea{
    height: 63px;
    padding: 10px 20px;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid#d5d5d5;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color:#ffffff;
    color:#000000;
    -webkit-appearance: none;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .main-login-form {
    background: #fff;
    padding: 31px 20px 14px 20px;
    box-shadow: 0px 0px 13px 1px#36594cad;
    margin: 12px 0px 71px;
    border-radius: 3px;
  }
  @media screen and (max-width: 768px) {
    .survey {
        display: grid;
    }
} 


.customAccordion {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.customAccordion-item {
    border-bottom: 1px solid #ddd;
}
.customAccordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cce8ff;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: background 0.3s ease;
    font-size: 1rem;
}
.customAccordion-header:hover {
    background: #95c4ea;
}
.custom-chevron {
    transition: transform 0.3s ease;
}
.customAccordion-content {
    padding: 10px;
    display: none;
    background: #fff;
    border-top: 1px solid #ddd;
}
.active .custom-chevron {
    transform: rotate(180deg);
}




.custom-radio-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.custom-radio {
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.3rem 0.7rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #fff;
}

.custom-radio:hover {
  border-color: #198754;
  background-color: #f1fcf1;
}

/* .custom-radio input[type="radio"] {
  display: none;
} */

/* .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
} */

.custom-radio .radio-label {
  font-size: 13px;
  color: #333;
  font-weight: 500;
      margin-left: 5px;

}
.custom-radio input[type="radio"]:checked > .custom-radio{
      border: 1px solid #3e8754;
}
.custom-radio input[type="radio"]:checked + .radio-label {
  color: #198754;
  font-weight: 600;
  display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.custom-radio input[type="radio"]:checked ~ .radio-label::before {
    content: "✔";
    color: #198754;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}