.remind-me {
  width: auto;
  margin: 0 auto 1.875rem;
  padding: 0 !important;
  background-color: white;
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03);
}
.remind-me__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: white;
  font-size: 20px;
  background-color: #0197F6;
}
.remind-me__title i {
  width: 25px;
  margin-left: 0.625rem;
}
.remind-me__body {
  padding: 50px;
}
.remind-me__body__desc {
  color: #717C8B;
  font-size: 16px;
  line-height: 24px;
}
.remind-me__body__checkboxes li {
  display: flex;
  font-size: 16px;
  margin-bottom: 0.625rem;
}
.remind-me__body__checkboxes li label {
  margin-right: 0.3125rem;
}
.remind-me__body__checkboxes li label:hover {
  cursor: pointer;
}
.remind-me__body__checkboxes li .checkbox {
  padding-left: 0;
}
.remind-me__body__checkboxes li .checkbox:hover {
  cursor: pointer;
}
.remind-me__body__checkboxes li .tel-desc {
  margin-top: 0.625rem;
  color: #2F3742;
  font-size: 12px;
  font-weight: bold;
}
.remind-me__body__checkboxes li textarea {
  font-size: 14px;
}
.remind-me__body__checkboxes .tel-notification {
  flex-direction: column;
}
.remind-me__body__submit {
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 140px;
  height: 45px;
  margin: 0 auto;
  font-size: 16px !important;
}
.remind-me__body .text-danger {
  color: red;
}
.stepper__container {
  background: white;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.stepper__step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stepper__step-container {
  display: flex;
  align-items: center;
}
.stepper__step-divider {
  display: flex;
  align-items: center;
}
.stepper__step-divider::before {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 2px dashed #DBDEE8;
}
.stepper__step-divider::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-color: transparent #DBDEE8 transparent transparent;
  border-style: solid;
}
.stepper__step-index {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-color: #E6F5FE;
  color: #0197F6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.active .stepper__step-index {
  color: white;
  background-color: #0197F6;
}
.passed .stepper__step-index {
  color: white;
  background-color: rgba(56, 202, 150, 0.7);
}
.stepper__step-title {
  color: #2F3742;
  font-size: 12px;
  font-weight: bold;
}
.passed .stepper__step-title {
  color: #949CA7;
}
.sr-remind-me__wrapper > *:not(:first-child) {
  margin-top: 22px;
}
.sr-remind-me__list-item {
  display: flex;
  align-items: baseline;
  font-size: 12px;
}
.sr-remind-me__list-item.agency-info {
  color: #717C8B;
}
.sr-remind-me__list-item > i {
  font-size: 6px;
  margin-left: 4px;
  color: #4E5C6E;
}
.sr-remind-me__main-option {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
}
.sr-remind-me__main-option > img {
  width: 84px;
  height: auto;
}
.sr-remind-me__main-option-error {
  font-size: 12px;
  color: #ED145B;
}
.sr-remind-me__side-option {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
}
.sr-remind-me__side-option > img {
  width: 50px;
  height: auto;
}
.sr-remind-me__checkbox {
  display: flex;
  align-items: center;
}
.sr-remind-me__checkbox > label {
  margin-bottom: 0;
}
.sr-remind-me__checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.sr-remind-me__divider {
  border-top: 2px dashed #DBDEE8;
  width: 100%;
}
.sr-remind-me__actions {
  display: flex;
  align-items: center;
  margin-top: 110px;
}
.sr-remind-me__actions-divider {
  border-top: 2px dashed #949CA7;
  flex: 1;
}
