@import url('/css/colors.css');
@import url('/css/fonts.css');
@import url('/css/zuno-reset.css');

.main-container {
  padding: 24px;
  min-height: 100vh;
  height: 100%;
  background: var(
    --Background-v4,
    linear-gradient(180deg, #fff 51.04%, #f5f5f5 79.69%)
  );
}

.facility-name {
  color: var(--black);
  text-align: left;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.36px;
  text-align: center;
  width: 100%;
  padding: 0px 10px;
}

.powered-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  z-index: 9;
}

.powered-by p {
  color: var(--gray3);
  text-align: right;
  font-family: 'SFProDisplay-Regular';
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.36px;
}

.station-name {
  z-index: 1;
  color: var(--paragraphs);
  text-align: right;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.header-wrapper {
  gap: 16px;
}

.record-event__title {
  color: var(--gray5);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Regular';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.35px;
}

.record-event__card {
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
}

.record-event__type {
  color: var(--disabled);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.35px;
}

.zuno-checkbox-container input[type='checkbox']:checked + label {
  color: white;
  background: var(--light-blue);
}

.zuno-radio-group input[type='radio'],
.zuno-checkbox-container input[type='checkbox'] {
  display: none;
}

.zuno-selectable-check-icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.record-event__vendor-card {
  border-radius: 16px;
  background: var(--zuno-white, #fff);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  min-height: 60px;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.record-event__vendor-card-name {
  color: var(--zuno-mobile);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.record-event__vendor-card.add {
  background: #e8f8ff;
  text-align: center;
}

.record-event__vendor-card input {
  border: 0;
  outline: none;
}
.record-event__vendor-card input {
  width: 100%;
}

.zuno-icon-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.zuno-icon-button.selected {
  background: rgba(21, 192, 237, 1) !important;
  border-radius: 16px;
  padding: 4px;
}

.surgeon-wrapper .record-event__vendor-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.data-preload {
  opacity: 0.6;
}

#main {
  overflow: auto !important;
}

.event-back-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -6px;
  top: 0px;
}

.notes-box {
  width: 100%;
  min-height: 100px;
  padding: 1px;
  position: relative;
  border-radius: 12px;
  /* border: 1px solid var(--gray4); */
  /* background-color: var(--white); */
  background-color: var(--gray4);
}
.notes-box__inner {
  padding: 16px 16px 13px 16px;
  border-radius: 12px;
  background-color: var(--white);
}

.textarea-grow {
  display: grid;
}
.textarea-grow:after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
.textarea-grow > .event-notes {
  color: var(--black);
  font-family: 'SFProText-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  outline: none;
  resize: none;
  overflow: hidden;
  /* -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off; */
}
.textarea-grow > .event-notes,
.textarea-grow:after {
  border: none;
  grid-area: 1 / 1 / 2 /2;
}

.event-notes-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.event-notes-text p {
  color: var(--gray4);
  font-family: 'SFProText-Semibold';
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
}
.notes-buttons {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .event-notes {
  color: var(--black);
  font-family: 'SFProText-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  min-height: 100px;
  padding: 16px 16px 13px 16px;
  outline: 0;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
} */
.notes-box--negative {
  background: rgb(209,209,214);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(209,209,214,1)), color-stop(20%, rgba(209,209,214,1)), to(rgba(255,0,0,1)));
  background: linear-gradient(180deg, rgba(209,209,214,1) 0%, rgba(209,209,214,1) 20%, rgba(255,0,0,1) 100%);
}

.notes-box--positive {
  background: rgb(209,209,214);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(209,209,214,1)), color-stop(20%, rgba(209,209,214,1)), to(rgba(52,199,89,1)));
  background: linear-gradient(180deg, rgba(209,209,214,1) 0%, rgba(209,209,214,1) 20%, rgba(52,199,89,1) 100%);
}

.delete-btn,
.save-btn {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  border: none;
  outline: none;
}

.delete-btn {
  background: var(--light-red);
}

.save-btn {
  background: var(--light-blue);
}

.save-btn:disabled,
.delete-btn:disabled {
  background-color: var(--gray5);
}

/* #talk-icon.listening {
  background: var(
    --zuno-gradient,
    linear-gradient(0deg, #15c0ed 0.08%, #5876ba 100%)
  );
  position: relative;
}

#talk-icon.listening svg {
  -webkit-animation: scaleIcon 2s infinite;
          animation: scaleIcon 2s infinite;
}

#talk-icon.listening svg path {
  fill: white;
}

#talk-icon .close {
  display: none;
} */
#talk-icon .mic {
  display: block;
}
#talk-icon .stop {
  display: none;
}
#talk-icon.listening .mic {
  display: none;
}
#talk-icon.listening .stop {
  display: block;
}

.event-summary__title {
  color: var(--zuno-mobile);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.event-summary__value {
  color: var(--paragraphs);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  word-break: break-all;
}

.optional-info {
  border-radius: 16px;
  background: #ededee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.optional-info__text {
  color: var(--gray2);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Semibold';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.24px;
}

.optional-info .surgery-date__weekday {
  font-size: 24px;
  line-height: 24px;
}

.optional-info .surgery-date__date {
  font-size: 24px;
  line-height: 24px;
}

.optional-info .surgery-date__hour {
  font-size: 18px;
  line-height: 16px;
}

.total-pictures-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: var(--light-gray);
  position: absolute;
  top: -16px;
  right: -16px;
}

.total-pictures-text {
  color: var(--zuno-white, #fff);
  text-align: right;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.hidden-datetime-picker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-logo-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.optional-info .surgery-date,
.optional-info .surgery-picture {
  min-width: 106px;
  width: 106px;
}

.event-detail-card {
  border-radius: 16px;
  background: var(--zuno-white, #fff);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.thanks-message {
  color: var(--black);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Semibold';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.36px;
}

.delete-modal-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
}

.delete-modal-body .title-text {
  line-height: 24px;
}

.surgery-date__weekday {
  color: var(--zuno-mobile);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 6px;
}

.surgery-date__date {
  color: var(--zuno-mobile);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Semibold';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.surgery-date__hour {
  color: var(--zuno-mobile);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 6px;
}

.surgery-date,
.surgery-picture {
  min-width: 96px;
  width: 96px;
}

.surgery-picture {
  border-radius: 8px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
  height: 96px;
  min-height: 96px;
}

.ellipse-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
  width: 100%;
  -webkit-filter: drop-shadow(0px -12px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px -12px 8px rgba(0, 0, 0, 0.4));
}

.ellipse {
  width: 100%;
  -webkit-clip-path: ellipse(72% 183px);
          clip-path: ellipse(72% 183px);
  height: 425px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #e5faff), to(#fff));
  background: linear-gradient(180deg, #e5faff 60%, #fff 100%);
}
.ellipse--big {
  height: 580px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #e5faff), color-stop(80%, #fff));
  background: linear-gradient(180deg, #e5faff 60%, #fff 80%);
}

@-webkit-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scaleIcon {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.add-item-wrapper {
  max-width: 100%;
  width: 100%;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 331px) {
  .add-item-wrapper {
    max-width: 47%;
    width: 47%;
  }
}

@media (min-width: 410px) {
  .record-event__vendor-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}

.surgery-date__day-month {
  color: var(--paragraphs);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.36px;
}
.surgery-date-summary__week-day {
  color: var(--zuno-mobile);
  font-family: 'SFProText-Regular';
  font-size: 20px;
  line-height: 20px;
}
.surgery-date-summary__day-month {
  color: var(--zuno-mobile);
  font-family: 'SFProText-SemiBold';
  font-size: 20px;
  line-height: 20px;
}
.surgery-date-summary__time {
  color: var(--zuno-mobile);
  font-family: 'SFProText-Medium';
  font-size: 16px;
  line-height: 16px;
}

.picture-wrapper {
  background-size: cover !important;
}

.event-summary__header-title {
  color: var(--paragraphs);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  padding: 6px 0;
  margin-top: 12px;
}

.submit-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.08);
}

.thanks-text {
  color: var(--paragraphs);
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProText-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
}

.remove-picture {
  position: absolute;
  right: 3px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
  top: 3px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.applyBtn {
  background-color: var(--light-blue) !important;
}

.drp-buttons button {
  padding: 6px 12px !important;
}

.daterangepicker select.ampmselect {
  background: var(----gray5);
  border: 1px solid var(----gray5);
}

.daterangepicker td,
.applyBtn,
.daterangepicker th.month,
.daterangepicker .calendar-table th,
.cancelBtn {
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'SFProDisplay-Semibold';
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 20px;
  letter-spacing: 0.36px;
}
.progressbar {
  bottom: 0;
  height: 6px;
  position:fixed;
  background-color:#f9f9f9;
  z-index: 2;
}
.progressbar__inner {
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  background-color:#03ACD9;
}
.question-box {
  gap: 16px;
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid #FBFBFB;
  background-color: #F8F8FA;

  position: relative;
  z-index: 1;
}
.question-box .question-box__label {
  color: #636366;
  font-family: 'SFProDisplay-Semibold';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.36px;
}
.question-box .question-box__options {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question-box .question-box__option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: auto;
  padding: 8px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.question-box .question-box__option-text {
  color: #15C0ED;
}
.event-summary-title {
  color: var(--disabled);
  font-family: 'SFProDisplay-Medium';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.35px;
}

.switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: inline-block;
}
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 34px;
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: var(--light-blue);
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.ripple-button {
  overflow: hidden;
  position: relative;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.ripple {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple 600ms linear;
          animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7);
}
.ripple-button.ripple-button--blue-wave .ripple {
  background-color: rgba(232, 248, 255, 0.7);
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}