.b-reminder-form[data-v-5670fbe0] {
    color: #00aff0;
    background-color: rgba(0,175,240,.12);
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px
}

.b-reminder-form.m-error[data-v-5670fbe0] {
    color: #e76c6c;
    background-color: hsla(0,72%,66%,.12)
}

.b-reminder-form.m-info[data-v-5670fbe0] {
    color: var(--text-color);
    background-color: rgba(138,150,163,.12);
    flex-direction: row-reverse;
    justify-content: flex-end
}

.b-reminder-form.m-info .g-page__header__btn[data-v-5670fbe0] {
    margin-left: -5px;
    margin-right: 12px;
    padding: 0
}

.b-reminder-form__text[data-v-5670fbe0] {
    display: flex;
    flex-wrap: wrap
}

.b-reminder-form__icons[data-v-5670fbe0] {
    display: flex
}

.b-reminder-form__icons .g-icon[data-v-5670fbe0] {
    margin-left: 8px;
    cursor: pointer
}

.b-reminder-form .g-page__header__btn[data-v-5670fbe0] {
    margin: -1px -6px -1px auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center
}
