@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");:root {
  --primary: #516beb;
  --secondary: #fcc312;
  --surface: #f0f3f8;
  --background: #eeeeee;
  --border: #cdced9;
  --table-background-color: #f5f6fa;
  --white: #ffffff;
  --text-color: #333860;
  --drag-drop-color: #d6d6d6;
  --elevation-1: 1px 2px 4px 0px rgba(51, 56, 96, 0.1450980392);
  --elevation-2: 0px 4px 4px 0px rgba(51, 56, 96, 0.1450980392);
  --elevation-3: 3px 5px 5px 0px rgba(51, 56, 96, 0.1450980392);
  --expand-row: #f3f3f3;
  --expand-row-bottom: #fbfbfb;
  --expand-text-color-bottom: #e1563c;
}

:export {
  PRIMARY_COLOR: #516beb;
  SECONDARY_COLOR: #fcc312;
  SURFACE_COLOR: #f0f3f8;
  BACKGROUND_COLOR: #eeeeee;
}

.mx-h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.mx-h1--medium {
  font-weight: 500;
}

.mx-h1--large {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
}

.mx-h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.mx-h2--medium {
  font-weight: 500;
}

.mx-h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.mx-h3--medium {
  font-weight: 500;
}

.mx-h3--regular {
  font-weight: 400;
}

.mx-h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.mx-h4--regular {
  font-weight: 400;
}

.mx-p {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  margin-bottom: 0px;
}

.mx-p--large {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.mx-p--medium {
  font-weight: 400;
  font-size: 16px;
}

.mx-p--regular {
  font-size: 14px;
  font-weight: 400;
}

.mx-p--small {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}

.mx-p--verysmall {
  font-size: 10px;
  font-weight: 400;
}

.mx-a {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-decoration: underline;
  cursor: pointer;
}

.mx-a--medium {
  font-size: 12px;
  line-height: 14.4px;
}

.mx-a--small {
  font-size: 11px;
  line-height: 12.2px;
}

.mx-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 13.2px;
}

.mx-label--small {
  font-size: 10px;
  line-height: 12px;
}

.plugin-main-container {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgb(179, 25, 66) 0%, rgb(36, 32, 32) 35%, rgb(241, 240, 240) 100%);
  transition: height 0.3s ease-in-out;
  transition-delay: 0.1s;
  height: auto;
}

.mx-plugin-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 10px 20px;
  background-color: #b31942;
  gap: 10px;
}

.mx-plugin-navbar-container p {
  margin-bottom: 0px;
}

.plugin-header-container {
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.plugin-icon-container {
  height: 50px;
  width: 50px;
  background-color: #f0f0f0;
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 15px;
}

.plugin-card-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 30px 20px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}

.plugin-footer-container {
  height: 25px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.mx_plugin_nav-head {
  margin-top: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}

.plugin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 12px 15px;
  box-shadow: 0px 5px 19px 5px rgba(0, 0, 0, 0.02);
}

.plugin-card-icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plugin-card-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.plugin-card-icon {
  height: 20px;
  width: 20px;
  border-radius: 50px;
}

.complient-input {
  height: 36px;
  width: 100%;
  border: 1px solid #cdced9;
  padding-left: 10px;
  padding-right: 10px;
}

.plugin-call-us-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.payment-card-one {
  border: 1px solid #cdced9;
  padding: 10px;
  margin-top: 10px;
}

.payment-card-two {
  border: 1px solid #cdced9;
  padding: 10px;
}

.payment-btn {
  width: 100%;
  height: 40px;
  background-color: #b31942;
  color: white;
  border: none;
  cursor: pointer;
}

.mx-plugin-pay-btn-submit {
  width: 100%;
  height: 40px;
  background-color: #b31942;
  color: white;
  border: none;
}

.pay-get-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #dff3de;
  justify-content: center;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;
}

.select-state {
  width: 330px;
  height: 36px;
  border: 1px solid #cdced9;
  margin-top: 10px;
}

s .a-view {
  text-decoration: underline;
  padding-left: 10px;
  color: #1a73e8;
}

.consumer-rights-body {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dispute-submit {
  width: 335px;
  height: 40px;
  background-color: #b31942;
  color: white;
  border: none;
}

.google-review-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdced9;
  gap: 5px;
}

.border-line {
  border-bottom: 1px solid #cdced9;
  width: 100px;
}

.border-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px;
}

.compliment-submit {
  width: 335px;
  height: 40px;
  background-color: #b31942;
  color: white;
  border: none;
}

.call-us-center {
  display: flex;
  justify-content: center;
}

.timimg-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 15px 5px;
}

.call-us-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px;
}

.email-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  text-align: center;
}

.email-us-center {
  display: flex;
  justify-content: center;
}

.email-us-below-info {
  text-align: center;
}

.head_color {
  color: #ffffff;
}

input[disabled] {
  background-color: #f0f0f0;
  cursor: no-drop;
  color: #cdced9;
}

.error-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffc7c7;
  justify-content: center;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;
}

.mx-input {
  position: relative;
  font-size: 16px;
  z-index: 0;
}

.mx-input__label {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  font-weight: normal;
  transition: all 0.4s ease;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #adadad;
  transform: translateY(-50%);
  line-height: 5px;
}

.mx-input__label--select {
  z-index: 1;
}

.mx-input__label--active {
  top: 0%;
  font-size: 12px;
  background: #fff;
}

.ta-input__label {
  position: absolute;
  left: 0.75rem;
  top: 20%;
  font-weight: normal;
  transition: all 0.4s ease;
  padding: 0 0.2rem;
  font-size: 14px;
  color: #adadad;
  transform: translateY(-50%);
}

.ta-input__label--select {
  z-index: 1;
}

.ta-input__label--active {
  top: 0%;
  font-size: 12px;
  background: #fff;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  /* Black border */
  border-top-color: #516beb;
  /* Red top border */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  text-align: center;
}

.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn-container:hover {
  filter: grayscale(20%);
}

a {
  color: inherit;
  text-decoration: inherit;
}

::placeholder {
  color: #757575;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #757575;
}

.mr {
  margin: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pd {
  padding: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.icon-button.primarysvg path {
  fill: var(--text-color);
}

.icon-button.primary:hover svg path {
  fill: var(--white);
}

.icon-button.tertiarysvg path {
  fill: var(--text-color);
}

.icon-button.tertiary:hover svg path {
  fill: var(--primary);
}

.text-primary {
  color: var(--primary) !important;
}

.text-error {
  color: #fd372a !important;
}

.action-container {
  background-color: var(--white);
  box-shadow: var(--elevation-2);
  width: 200px;
  border-radius: 5px;
  border: 0.5px solid var(--border);
  padding: 20px 20px;
  text-align: center;
}

.action-container-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.action-container-body button {
  margin: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.paymentcomment {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 68%;
  white-space: "nowrap";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.app_access {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.errors:hover {
  background: #ffdfdc;
  color: #fd372a;
  border-radius: 5px;
}

.paymentplancard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
  padding: 10px;
  height: 85px;
  overflow: hidden;
  border: 1px solid #cdced9;
  background: #fff;
  margin: 5px;
}

.bot_card_details {
  width: 5px;
  height: 5px;
  background-color: #adadad;
  border-radius: 5px;
}

.add_card {
  background-color: #f0f5ff;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.headline-dot-icon path {
  color: #adadad;
  fill: #adadad;
}

.mx-icon {
  display: flex;
}

.mx-icon--path-fill-primary > svg > path {
  fill: #516beb;
}

.mx-icon--path-fill-disabled > svg > path {
  fill: #787878;
}

.mx-icon-button {
  border-radius: 5px;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
}

.mx-icon-button:hover {
  background-color: #eeeeee;
}

.mx-text-currency {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-right: 2px;
}

.mx-chip {
  padding: 0px 5px;
  background-color: #f0f5ff;
  color: #516beb;
  border-radius: 5px;
}

.mx-chip--success {
  background-color: #f3fff9;
  color: #0fb158;
}

[data-baseweb=form-control-container] {
  margin-bottom: 12px !important;
}

.row {
  display: flex;
}

.gap-10 {
  gap: 10px;
}

.gap-5 {
  gap: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.align-items-center {
  align-items: center;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc !important;
  color: #666666;
  cursor: no-drop;
}
*{
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body {
    /* background-color: #ffffff; */
    padding: 0px;
  }
.external {
    font-family: monospace;
    font-size: 1.5em;
    color: greenyellow;
  }
.plugin-main-container {
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(
      180deg,
      rgba(179, 25, 66, 1) 0%,
      rgba(36, 32, 32, 1) 35%,
      rgb(241, 240, 240) 100%
    ); */
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    height: auto;
  }
.custom_class .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #b31942;
  }
.plugin-header-container {
    height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
.plugin-icon-container {
    height: 50px;
    width: 50px;
    background-color: #f0f0f0;
    border-radius: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
.header-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 15px;
  }
.plugin-card-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
    /* overflow-y: scroll; */
  }
.plugin-footer-container {
    height: 25px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
  }
.nav-head {
    margin-top: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
  }
.plugin-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 0px 5px 19px 5px rgba(0, 0, 0, 0.02);
    cursor: pointer;
  }
.plugin-card-icon-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.plugin-card-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
.plugin-card-icon {
    height: 20px;
    width: 20px;
    border-radius: 50px;
  }
.plugin-call-us-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    padding: 10px 20px 35px 20px;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* overflow-y: scroll; */
  }
/* //payment */
.payment-card-one {
    border: 1px solid #cdced9;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
  }
.payment-card-two {
    border: 1px solid #cdced9;
    padding: 10px;
    border-radius: 5px;
  }
.payment-btn {
    width: 100%;
    height: 40px;
    background-color: #b31942;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
.mx-plugin-pay-btn-submit {
    width: 100%;
    height: 40px;
    background-color: #b31942;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
.pay-get-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #dff3de;
    justify-content: center;
    margin: 5px 0px;
    padding: 10px ;
  }
/* //rights */
.select-state {
    width: 360px;
    height: 36px;
    border: 1px solid #cdced9;
    margin-top: 10px;
    border-radius: 5px;
  }
.a-view {
    text-decoration: underline;
    padding-left: 10px;
    color: #1a73e8;
  }
.consumer-rights-body {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
/* //Dispute */
.dispute-submit {
    width: 335px;
    height: 40px;
    background-color: #b31942;
    color: white;
    border: none;
  }
/* //Compliment */
.google-review-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdced9;
    gap: 5px;
  }
.border-line {
    border-bottom: 1px solid #cdced9;
    width: 100px;
  }
.border-line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px;
  }
.compliment-submit {
    width: 335px;
    height: 40px;
    background-color: #b31942;
    color: white;
    border: none;
  }
/* // CallUs */
.call-us-center {
    display: flex;
    justify-content: center;
  }
.timimg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 15px 5px;
  }
.call-us-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
  }
/* //Email Us */
.email-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
.email-us-center {
    display: flex;
    justify-content: center;
  }
.email-us-below-info {
    text-align: center;
  }
.mx-input {
    position: relative;
    font-size: 16px;
    z-index: 0;
  }
.mx-input__label {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    font-weight: normal;
    transition: all 0.4s ease;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #adadad;
    transform: translateY(-50%);
    line-height: 5px;
  }
.mx-input__label--select {
    z-index: 1;
  }
.mx-input__label--active {
    top: 0%;
    font-size: 12px;
    background: #fff;
  }
.ta-input__label {
    position: absolute;
    left: 0.75rem;
    top: 20%;
    font-weight: normal;
    transition: all 0.4s ease;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #adadad;
    transform: translateY(-50%);
  }
.ta-input__label--select {
    z-index: 1;
  }
.ta-input__label--active {
    top: 0%;
    font-size: 12px;
    background: #fff;
  }
.complient-input {
    height: 36px;
    width: 100%;
    border: 1px solid #cdced9;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
.or_conatiner{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 13px;
  }
.or_conatiner hr{
    width: 50%;
    border: none;
    border-top: 1px solid #cdced9; /* Black color */
  }
.or_conatiner p{
    position: absolute;
    color: #ADADAD;
    background-color: #ffffff;
    top:3px;

  }
.complient-textarea {
    height: 100px;
    border: 1px solid #cdced9;
    padding: 10px;
    line-height: 20px;
  }
.error_message{
    font-size: 13px;
    color: #ff0000;
    margin-top: 2px;
    margin-left: 3px;
  }/* @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); */
* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
/* body {
      background-color: #ffffff;
      padding: 0px;
    }
    
    .external {
      font-family: monospace;
      font-size: 1.5em;
      color: greenyellow;
    }
    
    .plugin-main-container {
      display: flex;
      flex-direction: column;
      background: linear-gradient(
        180deg,
        rgba(179, 25, 66, 1) 0%,
        rgba(36, 32, 32, 1) 35%,
        rgb(241, 240, 240) 100%
      );
      transition: height 0.3s ease-in-out;
      transition-delay: 0.1s;
      height: calc(100vh - 90px);
    }
    
    .custom_class .navbar-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      background-color: #b31942;
    }
    
    .plugin-header-container {
      height: 180px;
      padding: 10px 20px;
    }
    
    .plugin-icon-container {
      height: 50px;
      width: 50px;
      background-color: #f0f0f0;
      border-radius: 50px;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    
    .header-container {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 25px 15px;
    }
    
    .plugin-card-container {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 10px;
      padding: 30px 20px;
      background-color: #ffffff;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      height: 100%;
    }
    
    .plugin-footer-container {
      height: 25px;
      background-color: #fafafa;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      color: white;
      text-align: center;
    }
    
    .nav-head {
      margin-top: 5px;
      color: #ffffff;
      font-weight: 700;
      font-size: 30px;
      line-height: 45px;
    }
    
    .plugin-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #eeeeee;
      border-radius: 10px;
      padding: 19px 15px;
      box-shadow: 0px 5px 19px 5px rgba(0, 0, 0, 0.02);
      cursor: pointer;
    }
    
    .plugin-card-icon-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .plugin-card-name {
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
    }
    
    .plugin-card-icon {
      height: 20px;
      width: 20px;
      border-radius: 50px;
    }
    
    .plugin-call-us-container {
      padding: 0px 0px; 
      margin-top: 20px; 
      background-color: transparent;
      flex: 1; 
      display: flex; 
    }
    
    .payment-card-one {
      border: 1px solid #cdced9;
      padding: 10px;
      margin-top: 10px;
    }
    
    .payment-card-two {
      border: 1px solid #cdced9;
      padding: 10px;
    }
    
    .payment-btn {
      width: 100%;
      height: 40px;
      background-color: #b31942;
      color: white;
      border: none;
    }
    
    .pay-btn-submit {
      width: 335px;
      height: 40px;
      background-color: #b31942;
      color: white;
      border: none;
    }
    
    .pay-get-link {
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #dff3de;
      justify-content: center;
      margin: 5px 0px;
      padding: 10px ;
    }
    
    .select-state {
      width: 330px;
      height: 36px;
      border: 1px solid #cdced9;
      margin-top: 10px;
    }
    s .a-view {
      text-decoration: underline;
      padding-left: 10px;
      color: #1a73e8;
    }
    
    .consumer-rights-body {
      padding-bottom: 5px;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
    }
    
    .dispute-submit {
      width: 335px;
      height: 40px;
      background-color: #b31942;
      color: white;
      border: none;
    }
    
    .google-review-container {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #cdced9;
      gap: 5px;
    }
    
    .border-line {
      border-bottom: 1px solid #cdced9;
      width: 100px;
    }
    
    .border-line-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 10px;
    }
    
    .compliment-submit {
      width: 335px;
      height: 40px;
      background-color: #b31942;
      color: white;
      border: none;
    }
    
    .call-us-center {
      display: flex;
      justify-content: center;
    }
    
    .timimg-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      padding: 15px 5px;
    }
    
    .call-us-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 15px;
    }
    
    .email-us-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 15px;
      text-align: center;
    }
    
    .email-us-center {
      display: flex;
      justify-content: center;
    }
    
    .email-us-below-info {
      text-align: center;
    }
    */
/* Chat bot css Karan */
.plugin-call-us-container-special {
  /* padding: 0 10px;  */
  /* margin-top: 20px;  */
  /* background-color: transparent;  */
  flex: 1;
  display: flex;
  flex-direction: column;
  /* min-height: 82.8%; */
  /* max-height: 82.8%; */
}
.supportWindow {
  max-width: 500px;
  background-color: white;
  border-radius: 12px;
  /* border: 2px solid #b31942; */
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.33);
  display: flex;
  flex-direction: column;
  flex: 1;
  /* max-height: calc(85svh);  */
  overflow-y: hidden;
}
.chatContainer {
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  /* height: 400px; */
  gap: 0.25rem;
  /* flex: 1 1 0; */
  height: calc(100vh - 175px);
}
.inputContainer {
  width: 100%;
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
  border-top: 1px solid #cdced9;
}
.inputText {
  flex: 1;
  padding: 0.5rem;
  border: 2px solid #b3194200;
  border-radius: 12px;
  font-size: 16px;
}
.sendButton {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 12px;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sendButton:hover {
  filter: brightness(90%);
}
.messageTimeContainer {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  word-wrap: break-word;
}
.messageBubble {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  position: relative;
}
.userMessageAlign {
  align-self: flex-end;
}
.botMessageAlign {
  align-self: flex-start;
}
.userMessage {
  background-color: #b31942;
  color: white;
}
.botMessage {
  background-color: #f0f0f0;
  color: #333;
}
.timestamp {
  margin-left: 5px;
  font-size: 0.7rem;
  align-self: flex-start;
  margin-top: 0.25rem;
}
.overallContainer {
  display: flex;
  max-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 85%;
  align-items: center;
  gap: 0.5rem;
}
.Avatar {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  /* background-color: #b31942; */
  background-image: url("./assets/assets_icon/");
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
.bubble-container {
  display: flex;
}
.bot {
  justify-content: flex-start;
}
.user {
  justify-content: flex-end;
  border-radius: 20px !important;
  border-bottom-right-radius: 2px !important;
}
.chat-bubble {
  /* background-color:#E6F8F1; */
  padding: 10px 21px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  /* display:inline-block; */
  display: flex;
  gap: 5px;
  border: 1px solid var(--primary);
  max-width:250px
}
.chat-bubble .bot {
  border: 1px solid var(--primary);
  width: "70%";
}
.chat-bubble .user {
  background-color: var(--primary);
  border-radius: 20px;
  border-bottom-right-radius: 2px;
  color: #ffffff;
}
.chat-bubble p {
  color: var(--primary);
  padding-right: 10px;
  font-size: 13px;
}
.bubble-info {
  font-size: 11px;
  margin-bottom: 8px;
  margin-left: 5px;
  display: flex;
}
.bubble-info .bot {
  text-align: left;
}
.bubble-info .user {
  text-align: right;
}
.chat-button {
  display: flex;
  justify-content: center;
  border: 2px solid var(--primary);
  width: 70%;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
}
.chat-button p {
  text-align: center;
  color: var(--primary);
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: var(--background);
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
  animation-delay: 400ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 600ms;
}
.typing .dot:last-child {
  margin-right: 0;
}
@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: var(--primary);
  }
  28% {
    transform: translateY(-7px);
    background-color: var(--primary);
  }
  44% {
    transform: translateY(0px);
    background-color: var(--primary);
  }
}
button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc !important;
  color: #666666;
  cursor: no-drop;
}
