.paying-myself-design ul {
  padding-left: 0px !important;
  margin-bottom: 0px;
}

.paying-myself-design ul li {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #021229;
  height: 48px;
  list-style: none !important;
  transition: 0.3s;
  padding-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
}

.paying-myself-design ul li i {
  padding-right: 10px;
  color: #021229;
  font-size: 11px;
}

.paying-myself-design ul li:hover {
  background-color: #4c6cdb6b;
}

.doctor-search-card-title {
  margin-bottom: 0 !important;
  font-size: 16px;
}

.doctor-search-card-image {
  max-width: 30px;
  height: auto;
  margin: 0 7px;
}

.f-12 {
  font-size: 12px;
}

/*  .paying-myself-design{
    border-top: 1px solid #C7D1D9 !important;
  }*/
.paying-myself-design h3 {
  margin-bottom: 8px;
  padding: 10px 10px !important;
  color: #42597a !important;
  font-weight: 600;
}

.new-form-content-sec {
  height: 100vh !important;
}

.paying-myself-icon-design ul li:hover {
  background-color: #4c6cdb !important;
  color: white !important;
}

.insurance-claim-new-desgn {
  border-top: none !important;
}

.overflow200Height {
  min-height: 200px;
  max-height: 200px;
  overflow-y: scroll;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control:focus {
  background-color: white !important;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #c7d1d9 !important;
}

.boxed ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  background: white;
  z-index: 99;
  border: none;
  border-bottom: none !important;
  border-top: none !important;
  box-shadow: 0px 24px 80px rgba(6, 24, 86, 0.08);
}

.font-10 {
  font-size: 10px;
}

.select2-container--default .select2-selection--multiple {
  border: solid #d0d2d559 1px !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #d0d2d559 1px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f3f5f9 !important;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px 0px 0px !important;
}

.rate:not(:checked) > input {
  position: absolute;
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rated:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.star-rating-complete {
  color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
  background: #fff;
  border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
  color: #000;
}

.rated {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rated:not(:checked) > input {
  position: absolute;
  display: none;
}

.rated:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ffc700;
}

.rated:not(:checked) > label:before {
  content: "★ ";
}

.rated > input:checked ~ label {
  color: #ffc700;
}

.rated:not(:checked) > label:hover,
.rated:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rated > input:checked + label:hover,
.rated > input:checked + label:hover ~ label,
.rated > input:checked ~ label:hover,
.rated > input:checked ~ label:hover ~ label,
.rated > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.top-header {
  margin-bottom: 5px;
  padding: 3px 0;
  width: 100%;
  text-align: center;
  color: black;
  background-color: #f69521;
  align-items: center;
}
.top-header i {
  font-size: 20px;
}
