.short_data {
  border: 1px solid #e1eefd;
  background-color: #e1eefd;
  border-radius: 8px;
  padding: 10px 20px;
  height: 101px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.advisor_name {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #25373f;
}
.advisor_description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #595f62;
}
.advisor_rating {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #25373f;
}
.live_chat {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #595f62;
}
.live_rate {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #595f62;
}
.main_heading_chat_live {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  text-transform: capitalize;
  color: #1d170f;
  margin: 30px 0px;
}
.chat_extended {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #008033;
  margin: 30px 0px;
  text-align: center;
}
.btn {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  padding: 15px 0;
}
.continue_btn {
  color: #ffffff;
  background: #f7b614;
  box-shadow: 0px 3px 0px #ecad0d;
  margin-top: 30px;
}

.start_live_chat_btn {
  color: #ffffff;
  margin-top: 30px;
  box-shadow: 0px 3px 0px #0681e6;
  background-color: #2196f3;
}

/* DropDownPrice CSS */
.credits_drop_down {
  width: 100%;
  border: 1px solid rgb(191, 219, 240);
  padding: 5px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.body_drop_container {
  width: 100%;
  min-height: 290px;
  border: 1px solid rgb(247, 244, 244);
  border-radius: 8px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.body_drop_credits {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body_drop_container p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
  border-left: 3px solid #fff;
  height: 50px;
}
.body_drop_container p:hover {
  background-color: #e1eefd;
  padding: 5px 20px;
  border-left: 3px solid rgb(38, 105, 238);
}

/* Promo Code CSS  */
.promo_code_container {
  width: 100%;
  min-height: 108px;
  padding: 20px;
  background: rgba(89, 95, 98, 0.04);
  border-radius: 8px;
}
.promo_text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #25373f;
}

.promo_input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 4px;
}
.promo_input::placeholder {
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.promo_button {
  width: 81px;
  height: 44px;
  background: #3a86f4;
  box-shadow: 0px 3px 0px #2f71d0;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

/* Advisor Detial CSS  */

.advisor_detail_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 216px;
  background: rgba(58, 134, 244, 0.05);
  border-radius: 8px 8px 0px 0px;
  margin-top: 24px;
}
.tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--green, #00a542);
  padding: 2px 8px;
}
.rating_txt {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #25373f;
}
.divider {
  margin: 9px 0 !important;
  padding: 0px 16px;
}
.liveChat {
  margin-left: 16px;
}
.liveChat span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #595f62;
}
.liveChat p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #595f62;
}
.info {
  width: 100%;
  height: 52px;
  background: rgba(58, 134, 244, 0.1);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
}
.info p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25373f;
  margin-bottom: 0;
  padding: 0px 16px;
}
.advisor_reply_container {
  padding-top: 20px;
}
.advisor_reply {
  width: 100%;
  height: 162px;
  background: rgba(0, 165, 66, 0.1);
  border-radius: 8px;
  padding: 20px;
}
.advisor_reply span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #25373f;
}
.advisor_reply p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25373f;
  opacity: 0.8;
}
/* Payment CSS */
.payment_container {
  width: 100%;
  min-height: 397px;
  background: rgba(89, 95, 98, 0.04);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 24px;
  margin-top: 40px;
}
.payment_heading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #25373f;
  list-style-type: disc;
  margin-left: 12px;
  margin-bottom: 16px;
}
.payment_sections {
  width: 100%;
  height: 116px;
  background: #ffffff;
  border: 1px solid rgba(89, 95, 98, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 8px;
}
.payment-headings {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
}
.payment {
  color: #009688;
  line-height: normal;
}
.safe {
  color: #2196f3;
  line-height: normal;
}
.service {
  color: #e69720;
  line-height: normal;
}
.payment_details {
  margin-bottom: 0;
}
.payment_details li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #595f62;
  list-style-type: disc;
}
/* Break Down  */

.breakdown {
  background-color: #fdfdfd;
  border-radius: 0.625rem;
  width: 100%;
  min-height: 5rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 0.875rem;
  font-size: 0.875rem;
  color: #929292;
  margin: 1.5rem 0;
}
.breakdown_heading {
  line-height: 1.5625rem;
  color: #262628;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 0.735rem;
}
.breakdown_detail {
  @apply flex items-center justify-between;
  font-size: 0.875rem;
  color: #929292;
  margin-bottom: 0.625rem;
}

/* Payment Method */
.payment_heading {
  font-weight: 500;
  font-size: 1.375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
  color: #291149;
  margin: 0 0 0.5rem;
}
.payment_tabs {
  width: 100%;
  height: 4rem;
  cursor: pointer;
  box-shadow: 0 3px 4px #d3ddeb;
  border-radius: 8px;
  padding: 0.3rem;
  background-color: #fff;
}
.payment_btn {
  @apply flex justify-center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.card_btn {
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 3px 0px #0681e6;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  padding: 15px 0;
}
.card_detail_heading {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
