#provider-coverage-table p.on-shift {
  width: -moz-max-content;
  width: max-content;
}

#provider-coverage-table p.on-shift.highlighted-on-shift {
  color: #f94545;
}

#provider-coverage-table tr.provider-row {
  background-color: #cfc;
}

#provider-coverage-table tr.provider-row.highlighted-provider {
  background-color: #fcc;
}

.provider-surge-incentive .provider-surge-title {
  margin-bottom: .12em;
}

.provider-surge-incentive .search-filter {
  display: flex;
  flex-direction: column;
}

.provider-surge-incentive .search-filter .filter {
  margin-bottom: .5em;
}

.provider-surge-incentive .search-filter .filter .filter-label {
  display: block;
}

.provider-surge-incentive .search-filter .filter select {
  width: 100%;
  font-weight: bold;
}

.provider-surge-incentive .search-filter .filter .starting-after-clear {
  cursor: pointer;
}

.provider-surge-incentive .surge-button {
  text-align: center;
  display: block;
  margin: 0;
  width: 100%;
}

.provider-surge-incentive .full-width {
  width: 100%;
}

.provider-surge-incentive .display-area {
  margin-left: 50px;
  width: 100%;
}

.edit-incentive {
  margin-top: 2em;
}

.edit-incentive .button {
  margin-top: 2em;
}

.routing-rules {
  font-size: 18px;
  color: #565656;
}

.routing-rules.rule-details .back-label {
  color: #0060fc;
  cursor: pointer;
}

.routing-rules.rule-details .back-label img {
  padding-right: 8px;
}

.routing-rules.rule-details .title {
  color: #373939;
  padding: 20px 0;
  font-size: 26px;
}

.routing-rules.rule-details .change-log-table {
  color: #373939;
  border: 1px solid #e5e8e8;
}

.routing-rules.rule-details .change-log-table thead {
  background: none;
}

.routing-rules.rule-details .change-log-table thead th {
  color: #373939;
  font-size: 18px;
  cursor: pointer;
  padding: 16px 14px;
  font-family: Effra;
  border: none;
}

.routing-rules.rule-details .change-log-table thead th svg {
  padding: 3px 11px;
}

.routing-rules.rule-details .change-log-table tbody tr {
  border: 1px solid #e5e8e8;
  height: 48px;
}

.routing-rules.rule-details .change-log-table tbody tr td {
  word-break: break-word;
  font-size: 18px;
  line-height: 20px;
  font-family: Effra;
  padding: 16px 14px;
}

.routing-rules.rule-details .change-log-table tbody tr .change-log-date-data {
  color: #181919;
}

.routing-rules .header-section {
  color: #373939;
}

.routing-rules .consult-count-section {
  display: flex;
  flex-direction: row;
}

.routing-rules .consult-count-section p {
  font-size: 15px;
  word-break: keep-all;
  padding-left: 16px;
  padding-right: 16px;
  color: #181919;
}

.routing-rules .consult-count-section p span {
  background-color: #e2f3ff;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 8px;
  font-weight: 500;
  line-height: 20px;
}

.routing-rules .consult-count-section p:nth-child(2) {
  border-left: 2px solid #e5e8e8;
}

.routing-rules .consult-count-section p:nth-child(3) {
  border-left: 2px solid #e5e8e8;
}

.routing-rules .rule-actions-section a {
  color: white;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 32px 12px 32px;
}

.routing-rules .rule-actions-section .duplicate-link {
  font-family: Effra;
  color: #5b2f91;
  font-size: 18px;
  line-height: 20px;
}

.routing-rules .arrows {
  display: flex;
  flex-direction: column;
  line-height: 6px;
  margin: 5px;
}

.routing-rules .arrows .arrow-up {
  display: inline-block;
  transform: scale(1, -1);
}

.routing-rules h2 {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  color: #373939;
  font-size: 26px;
  text-transform: none;
}

.routing-rules .tpns-wrapper {
  width: 100%;
  overflow-x: auto;
}

.routing-rules .tpns-table {
  color: #373939;
  border: 1px solid #d5d7d7;
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
}

.routing-rules .tpns-table .expandable {
  position: relative;
  padding: 3px 0;
  align-items: center;
}

.routing-rules .tpns-table .expandable .location-name {
  padding: 0 10px 0 60px;
}

.routing-rules .tpns-table .expandable .arrow {
  font-size: 24px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .08);
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  margin: auto 16px;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: all .5s;
  background-color: white;
}

.routing-rules .tpns-table .expandable .arrow::after {
  content: none;
}

.routing-rules .tpns-table .expandable.active .arrow {
  transform: rotate(180deg);
}

.routing-rules .tpns-table .expandable .row-label {
  position: absolute;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 15px;
}

.routing-rules .tpns-table .expandable .row-label.active {
  background-color: #e2f3ff;
}

.routing-rules .tpns-table .tpn-rows {
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: all .5s;
}

.routing-rules .tpns-table .tpn-rows.active {
  max-height: 999px;
}

.routing-rules .dropdown-wrapper input {
  border: 0;
  background: transparent;
}

.routing-rules .tpns-wrapper {
  text-align: left;
}

.routing-rules .tpns-wrapper .tpns-header {
  color: #373939;
  background-color: white;
}

.routing-rules .tpns-wrapper .tpns-header .tpns-cell {
  color: #373939;
}

.routing-rules .tpns-wrapper .tpns-row {
  border-top: 1px solid #d5d7d7;
}

.routing-rules .tpns-wrapper .tpns-row:hover {
  background-color: #e2f3ff;
}

.routing-rules .tpns-wrapper .tpns-row.inner {
  background: #f7f9f9;
  font-size: 15px;
}

.routing-rules .tpns-wrapper .tpns-row.inner .tpns-cell {
  border-left: 1px solid #d5d7d7;
  border-collapse: collapse;
}

.routing-rules .tpns-wrapper .tpns-row.inner .tpns-cell:first-child {
  border: 0;
}

.routing-rules .tpns-wrapper .tpn-wrapper {
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: max-height 1s ease-in-out;
}

.routing-rules .tpns-wrapper .tpn-wrapper.active {
  max-height: 69999px;
  overflow: initial;
}

.routing-rules .tpns-wrapper .tpns-cell {
  width: 260px;
  padding: 14px 16px;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  word-break: break-word;
  position: relative;
}

.routing-rules .tpns-wrapper .tpns-cell.location-label {
  flex-grow: 0;
  width: 160px;
  position: static;
}

.routing-rules .tpns-wrapper .search-dropdown:hover {
  background-color: #e2f3ff;
}

.routing-rules .tpns-wrapper .search-dropdown:hover .dropdown-wrapper {
  display: inline;
}

.routing-rules .tpns-wrapper .search-dropdown.final-locations .dropdown-list {
  bottom: 35px;
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-wrapper {
  display: none;
}

.routing-rules .tpns-wrapper .search-dropdown input {
  display: inline-block;
  border: 0;
  background: transparent;
  width: auto;
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-list {
  position: absolute;
  z-index: 999;
  max-height: 320px;
  overflow-y: scroll;
  width: 290px;
  left: 0;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, .16);
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-list li {
  background: white;
  padding: 16px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 18px;
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-list li:hover {
  background: #71c5e8;
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-list li.active {
  background: #71c5e8;
}

.routing-rules .tpns-wrapper .search-dropdown .dropdown-list li.disabled {
  cursor: not-allowed;
  background-color: #f2f2f2;
}

.routing-rules .header-text {
  color: #373939;
  margin: 20px 0;
  font-weight: bold;
}

.routing-rules .spill-overs-container {
  background: #f7f9f9;
}

.routing-rules .spill-overs-container .type-wrapper {
  min-width: 265px;
}

.routing-rules .spill-overs-container .value-wrapper {
  min-width: 105px;
}

.routing-rules .spill-overs-container .spill-overs {
  background: #f7f9f9;
  padding: 20px;
  display: flex;
}

.routing-rules .spill-overs-container .spill-overs .type-wrapper {
  min-width: 270px;
}

.routing-rules .spill-overs-container .spill-overs.edit {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all .5s;
}

.routing-rules .spill-overs-container .spill-overs.edit.active {
  max-height: 140px;
  padding: 20px;
}

.routing-rules .spill-overs-container .spill-overs.edit .spill-over-value {
  background: white;
  line-height: 24px;
}

.routing-rules .spill-overs-container .spill-overs select.spill-over-value {
  color: #9b9c9c;
}

.routing-rules .spill-overs-container .spill-overs select.spill-over-value.selected {
  color: #373939;
}

.routing-rules .spill-overs-container .spill-overs .spill-over-value {
  border-radius: 8px;
  border: 1px solid #919393;
  background: #e5e8e8;
  padding: 12px;
  margin-top: 10px;
  color: #373939;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.routing-rules .spill-overs-container .spill-overs span {
  color: #919393;
}

.routing-rules .spill-overs-container .spill-overs span.span-for-shared-table {
  color: #373939;
}

.routing-rules .spill-overs-container .trigger-type-description {
  margin: 12px 32px;
  display: inline-block;
}

.routing-rules .spill-overs-container .trigger-type-description span {
  margin-left: 8px;
  color: #373939;
}

.routing-rules .trigger-type-tooltip {
  word-break: break-word;
  max-width: 400px;
}

.routing-rules .form-group {
  display: flex;
  justify-content: space-between;
}

.routing-rules .form-group.spillover {
  justify-content: initial;
}

.routing-rules .form-group.spillover input {
  width: 133px;
  height: 20px;
}

.routing-rules .form-group .input-wrapper {
  width: 80%;
}

.routing-rules .form-group .input-wrapper.name {
  max-width: 30%;
  padding-right: 45px;
}

.routing-rules .form-group input,
.routing-rules .form-group textarea {
  width: 100%;
  border: 1px solid #d5d7d7;
  border-radius: 8px;
  background: transparent;
  height: auto;
  box-sizing: border-box;
  font-size: 18px;
  padding: 10px;
  color: #373939;
  min-height: 42px;
  max-height: 140px;
}

.routing-rules .rule-id {
  font-size: 15px;
}

.routing-rules .word-break {
  word-break: break-word;
}

.routing-rules a.create-rule-button {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 1px;
  height: 40px;
  width: 40px;
}

.routing-rules div.rule-form-actions button.btn {
  padding: 10px 32px;
  font-size: 16px;
  font-weight: normal;
}

.routing-rules .error-block .label {
  color: red;
}

.routing-rules .error-block textarea,
.routing-rules .error-block input,
.routing-rules .error-block select,
.routing-rules .error-block .spill-over-value {
  border-color: red;
}

.routing-rules .error-block .error-text {
  color: red;
}

.routing-rules a.btn,
.routing-rules .btn {
  background: #5b2f91;
  padding: 14px 32px;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  box-sizing: border-box;
}

.routing-rules a.btn.secondary,
.routing-rules .btn.secondary {
  border: 2px solid #5b2f91;
  color: #5b2f91;
  background: transparent;
}

.routing-rules a.btn.secondary:hover,
.routing-rules .btn.secondary:hover {
  color: #5b2f91;
}

.routing-rules a.btn.link,
.routing-rules .btn.link {
  color: #5b2f91;
  background: transparent;
  outline: none;
}

.routing-rules a.btn.link:hover,
.routing-rules .btn.link:hover {
  color: #5b2f91;
}

.routing-rules a.btn[disabled],
.routing-rules .btn[disabled] {
  cursor: not-allowed;
  background: grey;
}

.routing-rules a.btn:hover,
.routing-rules .btn:hover {
  color: white;
}

.routing-rules a.btn.circle,
.routing-rules .btn.circle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 48px;
  height: 48px;
  font-size: 35px;
  padding: 0;
  color: white;
  border-radius: 50%;
  flex-shrink: 0;
}

.routing-rules a.btn.circle:hover,
.routing-rules .btn.circle:hover {
  color: white;
}

.routing-rules .required:after {
  content: "*";
}

.routing-rules .error {
  color: red;
}

.routing-rules .chip {
  display: inline-block;
  padding: 4px 16px;
  background: #e5e8e8;
  border-radius: 4px;
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 3px;
}

.reason-field .label {
  padding-bottom: 8px;
}

.reason-field .field-wrapper {
  position: relative;
}

.reason-field .field-wrapper .input-count {
  position: absolute;
  bottom: 9px;
  right: 12px;
  font-size: 15px;
  color: #565656;
}

.reason-field textarea {
  min-width: 650px;
  background: transparent;
  height: auto;
  border-radius: 8px;
  max-height: 300px;
  min-height: 20px;
}

.copy-icon {
  margin-left: 25px;
  margin-top: 29.5px;
}

.spill-over-link {
  cursor: pointer;
  color: #5b2f91;
}

.spill-over-link img {
  margin-right: 9px;
}

.routing-rules-toast-message {
  border-top: 8px solid #46944b;
  position: absolute;
  right: 10vw;
  top: 13vw;
  background-color: white;
  box-shadow: 5px 5px 5px #ccc;
  border-radius: 8px;
  max-width: 500px;
}

.routing-rules-toast-message .text-and-icon {
  margin-top: 16px;
}

.routing-rules-toast-message span {
  font-family: Effra;
  font-size: 22px;
  line-height: 28px;
  color: #181919;
  margin-right: 80px;
  vertical-align: top;
  word-break: keep-all;
}

.routing-rules-toast-message p {
  font-size: 18px;
  font-family: Effra;
  color: #565757;
  margin: 0 44px 12px 48px;
}

.routing-rules-toast-message img {
  margin: 0 12px;
}

.routing-rules-toast-message .close-icon {
  cursor: pointer;
}

.consult-queue-filters .specialty-filter {
  margin: 0 0 10px;
}

.consult-queue-filters .consult-queue-filter {
  margin: 2px;
}

.consult-queue-filters .consult-queue-filter.dirty {
  font-style: italic;
  border-color: #d0f0f0;
}

.consult-queue-filters .consult-queue-filter.dirty option {
  font-style: normal;
}

.consult-queue-filters .consult-queue-filter:not(.default):not(.dirty) {
  font-weight: 450;
  background-color: #4e89a4;
  color: #fff;
  border-color: #4e89a4;
}

.consult-queue-filters .consult-queue-filter:not(.default):not(.dirty) > option {
  background-color: #fff;
  color: #7c7d74;
}

.consult-queue-filters .apply-button {
  margin: 10px 0 0;
}

.consult-queue-filters a.reset-link {
  text-decoration: underline;
  margin-left: 15px;
  cursor: pointer;
  font-size: 15px;
}

.consult-queue-pager {
  margin-bottom: 3px;
}

.consult-queue-pager > * {
  display: inline-block;
}

.consult-queue-pager > select {
  min-width: 50px;
  margin-left: 10px;
  font-weight: normal;
}

.consult-queue-pager > p {
  text-shadow: none;
  color: #bfcdcf;
  font-weight: normal;
}

.rc-pager.rc-pager-consult-queue {
  height: 31px;
  float: right;
  padding-top: 3px;
}

.rc-pager.rc-pager-consult-queue li:not(.navigation) {
  border-left: 1px solid #fff;
  padding-right: .4em;
  padding-left: .4em;
}

.rc-pager.rc-pager-consult-queue li.navigation + li {
  border-left: none;
}

.rc-pager.rc-pager-consult-queue li.navigation:first-child {
  padding-right: .6em;
}

.rc-pager.rc-pager-consult-queue li.navigation:last-child {
  padding-left: .6em;
}

.rc-pager.rc-pager-consult-queue li.navigation:not(.disabled) {
  text-decoration: underline;
}

.rc-pager.rc-pager-consult-queue li a {
  color: #fff;
  text-shadow: none;
}

.rc-pager.rc-pager-consult-queue li.active a,
.rc-pager.rc-pager-consult-queue li.disabled a {
  color: #a6bfc4 !important;
  cursor: default;
}

@tailwind base;

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-black {
  background-color: #000;
}

.bg-currentColor {
  background-color: currentColor;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #005c95;
}

.bg-gray {
  background-color: #727069;
}

.bg-teladoc-primary {
  background-color: #5b2f91;
}

.bg-brand {
  background-color: #5b2f91;
}

.bg-primary {
  background-color: #fff;
}

.bg-error-primary {
  background-color: #fcd04d;
}

.bg-secondary {
  background-color: #196ecf;
}

.bg-tertiary {
  background-color: #000;
}

.bg-attention-primary {
  background-color: #fdf5eb;
}

.bg-accent-primary {
  background-color: #fff;
}

.bg-info-primary {
  background-color: #b8e3eb;
}

.bg-info-secondary {
  background-color: #eaf7f9;
}

.bg-success-primary {
  background-color: transparent;
}

.bg-disabled-primary {
  background-color: #c5c5c5;
}

.bg-nav-primary {
  background-color: #0071bc;
}

.bg-notification-primary {
  background-color: #0d880b;
}

.bg-neutral-primary {
  background-color: #f1f4f8;
}

.bg-avatar-primary {
  background-color: #25264c;
}

.bg-message-primary {
  background-color: #27accd;
}

.bg-grid-row {
  background-color: #f6f6f6;
}

.bg-button-primary {
  background-color: #5b2f91;
}

.bg-button-primary-active {
  background-color: #5b2f91;
}

.bg-button-primary-hover {
  background-color: #5b2f91;
}

.bg-button-secondary {
  background-color: transparent;
}

.bg-button-secondary-active {
  background-color: #e8f6fa;
}

.bg-button-tertiary {
  background-color: #c03c00;
}

.bg-button-tertiary-active {
  background-color: #8c3615;
}

.bg-button-disabled {
  background-color: #727069;
}

.bg-progress-bar-default {
  background-color: #dae1e7;
}

.bg-progress-bar-active {
  background-color: #003b5c;
}

.bg-button-provider-search-selected {
  background-color: #0d880b;
}

.bg-badge-primary {
  background-color: #f00;
}

.bg-modal-footer {
  background-color: #f6f6f6;
}

.bg-messaging-primary {
  background-color: #005c95;
}

.bg-messaging-secondary {
  background-color: #f6f6f6;
}

.bg-messaging-tertiary {
  background-color: #979797;
}

.bg-messaging-disabled {
  background-color: #bdbdbd;
}

.bg-messaging-accept {
  background-color: #f5f9ec;
}

.bg-messaging-active {
  background-color: #edf7fc;
}

.bg-messaging-attachments {
  background-color: #eeeaf4;
}

.bg-messaging-attention {
  background-color: #fdf5eb;
}

.bg-messaging-error {
  background-color: #fcddd8;
}

.bg-messaging-success-primary {
  background-color: #167f01;
}

.bg-messaging-success-secondary {
  background-color: #e7f1cd;
}

.bg-messaging-success-tertiary {
  background-color: #a1c345;
}

.bg-messaging-error-primary {
  background-color: #aa1010;
}

.bg-messaging-error-secondary {
  background-color: #ee543e;
}

.bg-messaging-warning {
  background-color: #fdecb3;
}

.bg-messaging-warning-secondary {
  background-color: #9f8633;
}

.bg-messaging-delimiter {
  background-color: #6dc4e5;
}

.bg-messaging-avatar {
  background-color: #3f2065;
}

.bg-messaging-gallery {
  background-color: #727069;
}

.bg-messaging-error-new {
  background-color: #c9311a;
}

.bg-messaging-pink-blur {
  background-color: #fce9e8;
}

.bg-toast-primary {
  background-color: #166174;
}

.bg-toast-secondary {
  background-color: #aa1010;
}

.bg-toast-emergency {
  background-color: #fdefed;
}

.bg-adminorange-light {
  background-color: #f9a100;
}

.bg-adminorange-dark {
  background-color: #d28d00;
}

.bg-adminblue-800 {
  background-color: #4e89a4;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-adminblue-100 {
  background-color: #e5f4fa;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-currentColor:hover {
  background-color: currentColor;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-blue:hover {
  background-color: #005c95;
}

.hover\:bg-gray:hover {
  background-color: #727069;
}

.hover\:bg-teladoc-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-brand:hover {
  background-color: #5b2f91;
}

.hover\:bg-primary:hover {
  background-color: #fff;
}

.hover\:bg-error-primary:hover {
  background-color: #fcd04d;
}

.hover\:bg-secondary:hover {
  background-color: #196ecf;
}

.hover\:bg-tertiary:hover {
  background-color: #000;
}

.hover\:bg-attention-primary:hover {
  background-color: #fdf5eb;
}

.hover\:bg-accent-primary:hover {
  background-color: #fff;
}

.hover\:bg-info-primary:hover {
  background-color: #b8e3eb;
}

.hover\:bg-info-secondary:hover {
  background-color: #eaf7f9;
}

.hover\:bg-success-primary:hover {
  background-color: transparent;
}

.hover\:bg-disabled-primary:hover {
  background-color: #c5c5c5;
}

.hover\:bg-nav-primary:hover {
  background-color: #0071bc;
}

.hover\:bg-notification-primary:hover {
  background-color: #0d880b;
}

.hover\:bg-neutral-primary:hover {
  background-color: #f1f4f8;
}

.hover\:bg-avatar-primary:hover {
  background-color: #25264c;
}

.hover\:bg-message-primary:hover {
  background-color: #27accd;
}

.hover\:bg-grid-row:hover {
  background-color: #f6f6f6;
}

.hover\:bg-button-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-active:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-hover:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-secondary:hover {
  background-color: transparent;
}

.hover\:bg-button-secondary-active:hover {
  background-color: #e8f6fa;
}

.hover\:bg-button-tertiary:hover {
  background-color: #c03c00;
}

.hover\:bg-button-tertiary-active:hover {
  background-color: #8c3615;
}

.hover\:bg-button-disabled:hover {
  background-color: #727069;
}

.hover\:bg-progress-bar-default:hover {
  background-color: #dae1e7;
}

.hover\:bg-progress-bar-active:hover {
  background-color: #003b5c;
}

.hover\:bg-button-provider-search-selected:hover {
  background-color: #0d880b;
}

.hover\:bg-badge-primary:hover {
  background-color: #f00;
}

.hover\:bg-modal-footer:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-primary:hover {
  background-color: #005c95;
}

.hover\:bg-messaging-secondary:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-tertiary:hover {
  background-color: #979797;
}

.hover\:bg-messaging-disabled:hover {
  background-color: #bdbdbd;
}

.hover\:bg-messaging-accept:hover {
  background-color: #f5f9ec;
}

.hover\:bg-messaging-active:hover {
  background-color: #edf7fc;
}

.hover\:bg-messaging-attachments:hover {
  background-color: #eeeaf4;
}

.hover\:bg-messaging-attention:hover {
  background-color: #fdf5eb;
}

.hover\:bg-messaging-error:hover {
  background-color: #fcddd8;
}

.hover\:bg-messaging-success-primary:hover {
  background-color: #167f01;
}

.hover\:bg-messaging-success-secondary:hover {
  background-color: #e7f1cd;
}

.hover\:bg-messaging-success-tertiary:hover {
  background-color: #a1c345;
}

.hover\:bg-messaging-error-primary:hover {
  background-color: #aa1010;
}

.hover\:bg-messaging-error-secondary:hover {
  background-color: #ee543e;
}

.hover\:bg-messaging-warning:hover {
  background-color: #fdecb3;
}

.hover\:bg-messaging-warning-secondary:hover {
  background-color: #9f8633;
}

.hover\:bg-messaging-delimiter:hover {
  background-color: #6dc4e5;
}

.hover\:bg-messaging-avatar:hover {
  background-color: #3f2065;
}

.hover\:bg-messaging-gallery:hover {
  background-color: #727069;
}

.hover\:bg-messaging-error-new:hover {
  background-color: #c9311a;
}

.hover\:bg-messaging-pink-blur:hover {
  background-color: #fce9e8;
}

.hover\:bg-toast-primary:hover {
  background-color: #166174;
}

.hover\:bg-toast-secondary:hover {
  background-color: #aa1010;
}

.hover\:bg-toast-emergency:hover {
  background-color: #fdefed;
}

.hover\:bg-adminorange-light:hover {
  background-color: #f9a100;
}

.hover\:bg-adminorange-dark:hover {
  background-color: #d28d00;
}

.hover\:bg-adminblue-800:hover {
  background-color: #4e89a4;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-adminblue-100:hover {
  background-color: #e5f4fa;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-2 {
  background-size: 2rem;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-black {
  border-color: #000;
}

.border-currentColor {
  border-color: currentColor;
}

.border-white {
  border-color: #fff;
}

.border-blue {
  border-color: #005c95;
}

.border-gray {
  border-color: #727069;
}

.border-teladoc-primary {
  border-color: #5b2f91;
}

.border-primary {
  border-color: #bbb;
}

.border-secondary {
  border-color: #000;
}

.border-tertiary {
  border-color: #333;
}

.border-accent {
  border-color: #fff;
}

.border-accent-primary {
  border-color: #f7f7f7;
}

.border-error-primary {
  border-color: #fcd04d;
}

.border-disabled-primary {
  border-color: #c5c5c5;
}

.border-info-primary {
  border-color: #b8e3eb;
}

.border-info-secondary {
  border-color: #196ecf;
}

.border-success-primary {
  border-color: transparent;
}

.border-chevron-primary {
  border-color: #fff;
}

.border-neutral-primary {
  border-color: #dcdedf;
}

.border-focus-primary {
  border-color: #3b99fc;
}

.border-button-primary {
  border-color: #5b2f91;
}

.border-button-primary-hover {
  border-color: #5b2f91;
}

.border-button-secondary {
  border-color: #5b2f91;
}

.border-button-secondary-hover {
  border-color: #5b2f91;
}

.border-button-tertiary {
  border-color: #c03c00;
}

.border-button-tertiary-active {
  border-color: #8c3615;
}

.border-button-rav-survey-primary {
  border-color: #5b2f91;
}

.border-button-provider-search-selected {
  border-color: #0d880b;
}

.border-progress-bar-active {
  border-color: #003b5c;
}

.border-input-outline-primary {
  border-color: #b1b1b3;
}

.border-checkboxes-outline {
  border-color: #bdbdbd;
}

.border-checkboxes-outline-hover {
  border-color: #5b2f91;
}

.border-toast-primary {
  border-color: #166174;
}

.border-toast-secondary {
  border-color: #aa1010;
}

.border-ems-modal-title-border {
  border-color: #6dc4e5;
}

.border-messaging-grid {
  border-color: #bdbdbd;
}

.border-messaging-primary {
  border-color: #005c95;
}

.border-messaging-common-grey {
  border-color: #696b6b;
}

.border-messaging-common-blue {
  border-color: #00498a;
}

.border-messaging-light-blue {
  border-color: #d3eef5;
}

.border-messaging-secondary {
  border-color: #727069;
}

.border-messaging-tertiary {
  border-color: #979797;
}

.border-messaging-link {
  border-color: #a5a197;
}

.border-messaging-attention {
  border-color: #eeac47;
}

.border-messaging-error {
  border-color: #ee543e;
}

.border-messaging-error-new {
  border-color: #c9311a;
}

.border-messaging-pink-blur {
  border-color: #fce9e8;
}

.border-messaging-accept-primary {
  border-color: #85b500;
}

.border-messaging-error-primary {
  border-color: #aa1010;
}

.border-messaging-attach-outline {
  border-color: #565554;
}

.border-messaging-outline-primary {
  border-color: #96999c;
}

.border-messaging-outline-tertiary {
  border-color: #cbc9bf;
}

.border-messaging-outline-accent {
  border-color: #5b2f91;
}

.border-messaging-success {
  border-color: #167f01;
}

.border-messaging-pending {
  border-color: #f4c785;
}

.border-messaging-warning {
  border-color: #9f8633;
}

.border-messaging-grey {
  border-color: #919393;
}

.border-adminblue-400 {
  border-color: #a4c5d4;
}

.border-adminblue-100 {
  border-color: #e5f4fa;
}

.border-adminblue-500 {
  border-color: #8fb6c7;
}

.border-adminblue-800 {
  border-color: #4e89a4;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-currentColor:hover {
  border-color: currentColor;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-blue:hover {
  border-color: #005c95;
}

.hover\:border-gray:hover {
  border-color: #727069;
}

.hover\:border-teladoc-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-primary:hover {
  border-color: #bbb;
}

.hover\:border-secondary:hover {
  border-color: #000;
}

.hover\:border-tertiary:hover {
  border-color: #333;
}

.hover\:border-accent:hover {
  border-color: #fff;
}

.hover\:border-accent-primary:hover {
  border-color: #f7f7f7;
}

.hover\:border-error-primary:hover {
  border-color: #fcd04d;
}

.hover\:border-disabled-primary:hover {
  border-color: #c5c5c5;
}

.hover\:border-info-primary:hover {
  border-color: #b8e3eb;
}

.hover\:border-info-secondary:hover {
  border-color: #196ecf;
}

.hover\:border-success-primary:hover {
  border-color: transparent;
}

.hover\:border-chevron-primary:hover {
  border-color: #fff;
}

.hover\:border-neutral-primary:hover {
  border-color: #dcdedf;
}

.hover\:border-focus-primary:hover {
  border-color: #3b99fc;
}

.hover\:border-button-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-primary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-tertiary:hover {
  border-color: #c03c00;
}

.hover\:border-button-tertiary-active:hover {
  border-color: #8c3615;
}

.hover\:border-button-rav-survey-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-provider-search-selected:hover {
  border-color: #0d880b;
}

.hover\:border-progress-bar-active:hover {
  border-color: #003b5c;
}

.hover\:border-input-outline-primary:hover {
  border-color: #b1b1b3;
}

.hover\:border-checkboxes-outline:hover {
  border-color: #bdbdbd;
}

.hover\:border-checkboxes-outline-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-toast-primary:hover {
  border-color: #166174;
}

.hover\:border-toast-secondary:hover {
  border-color: #aa1010;
}

.hover\:border-ems-modal-title-border:hover {
  border-color: #6dc4e5;
}

.hover\:border-messaging-grid:hover {
  border-color: #bdbdbd;
}

.hover\:border-messaging-primary:hover {
  border-color: #005c95;
}

.hover\:border-messaging-common-grey:hover {
  border-color: #696b6b;
}

.hover\:border-messaging-common-blue:hover {
  border-color: #00498a;
}

.hover\:border-messaging-light-blue:hover {
  border-color: #d3eef5;
}

.hover\:border-messaging-secondary:hover {
  border-color: #727069;
}

.hover\:border-messaging-tertiary:hover {
  border-color: #979797;
}

.hover\:border-messaging-link:hover {
  border-color: #a5a197;
}

.hover\:border-messaging-attention:hover {
  border-color: #eeac47;
}

.hover\:border-messaging-error:hover {
  border-color: #ee543e;
}

.hover\:border-messaging-error-new:hover {
  border-color: #c9311a;
}

.hover\:border-messaging-pink-blur:hover {
  border-color: #fce9e8;
}

.hover\:border-messaging-accept-primary:hover {
  border-color: #85b500;
}

.hover\:border-messaging-error-primary:hover {
  border-color: #aa1010;
}

.hover\:border-messaging-attach-outline:hover {
  border-color: #565554;
}

.hover\:border-messaging-outline-primary:hover {
  border-color: #96999c;
}

.hover\:border-messaging-outline-tertiary:hover {
  border-color: #cbc9bf;
}

.hover\:border-messaging-outline-accent:hover {
  border-color: #5b2f91;
}

.hover\:border-messaging-success:hover {
  border-color: #167f01;
}

.hover\:border-messaging-pending:hover {
  border-color: #f4c785;
}

.hover\:border-messaging-warning:hover {
  border-color: #9f8633;
}

.hover\:border-messaging-grey:hover {
  border-color: #919393;
}

.hover\:border-adminblue-400:hover {
  border-color: #a4c5d4;
}

.hover\:border-adminblue-100:hover {
  border-color: #e5f4fa;
}

.hover\:border-adminblue-500:hover {
  border-color: #8fb6c7;
}

.hover\:border-adminblue-800:hover {
  border-color: #4e89a4;
}

.hover\:border-gray-400:hover {
  border-color: #9ca3af;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-button-primary {
  border-radius: .5rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-button-primary {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-button-primary {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-button-primary {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-button-primary {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-button-primary {
  border-top-left-radius: .5rem;
}

.rounded-tr-button-primary {
  border-top-right-radius: .5rem;
}

.rounded-br-button-primary {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-button-primary {
  border-bottom-left-radius: .5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-chevron {
  border-width: .1rem;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-chevron {
  border-top-width: .1rem;
}

.border-r-chevron {
  border-right-width: .1rem;
}

.border-b-chevron {
  border-bottom-width: .1rem;
}

.border-l-chevron {
  border-left-width: .1rem;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-24 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-px {
  margin-right: 1px;
}

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

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-1 {
  max-width: .25rem;
}

.max-w-2 {
  max-width: .5rem;
}

.max-w-3 {
  max-width: .75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-200 {
  max-width: 50rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-half {
  max-width: 50%;
}

.max-w-9\/10 {
  max-width: 90%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-container {
  max-width: 37.5rem;
}

.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-68 {
  min-width: 17rem;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

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

.-mr-px {
  margin-right: -1px;
}

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

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-24 {
  padding: 6rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

.pr-px {
  padding-right: 1px;
}

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

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-none {
  box-shadow: none;
}

.fill-black {
  fill: #000;
}

.fill-currentColor {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-blue {
  fill: #005c95;
}

.fill-gray {
  fill: #727069;
}

.fill-teladoc-primary {
  fill: #5b2f91;
}

.fill-primary {
  fill: #5b2f91;
}

.fill-btn-icon-primary {
  fill: #727069;
}

.fill-btn-icon-secondary {
  fill: #005c95;
}

.fill-toast-primary {
  fill: #166174;
}

.fill-toast-secondary {
  fill: #aa1010;
}

.stroke-black {
  stroke: #000;
}

.stroke-currentColor {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-blue {
  stroke: #005c95;
}

.stroke-gray {
  stroke: #727069;
}

.stroke-teladoc-primary {
  stroke: #5b2f91;
}

.stroke-primary {
  stroke: #5b2f91;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  color: #000;
}

.text-currentColor {
  color: currentColor;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #005c95;
}

.text-gray {
  color: #727069;
}

.text-teladoc-primary {
  color: #5b2f91;
}

.text-primary {
  color: #2c2a29;
}

.text-secondary {
  color: #000;
}

.text-tertiary {
  color: #5b2f91;
}

.text-quaternary {
  color: #003da1;
}

.text-accent-primary {
  color: #fff;
}

.text-neutral-primary {
  color: #96999c;
}

.text-neutral-secondary {
  color: #7c7873;
}

.text-neutral-tertiary {
  color: #333;
}

.text-success-primary {
  color: #0d880b;
}

.text-alert-primary {
  color: #e91b18;
}

.text-button-primary {
  color: #fffef9;
}

.text-button-secondary {
  color: #5b2f91;
}

.text-button-secondary-hover {
  color: #71c5e8;
}

.text-button-rav-survey-primary {
  color: #5b2f91;
}

.text-progress-bar-default {
  color: #75787b;
}

.text-progress-bar-active {
  color: #003c5c;
}

.text-modal-provider-select {
  color: #003c5c;
}

.text-ems-modal-title {
  color: #244861;
}

.text-checkbox-label {
  color: #32302e;
}

.text-disabled-primary {
  color: #9a9fa8;
}

.text-messaging-primary {
  color: #727069;
}

.text-messaging-common-grey {
  color: #696b6b;
}

.text-messaging-common-blue {
  color: #00498a;
}

.text-toast-primary {
  color: #166174;
}

.text-toast-secondary {
  color: #aa1010;
}

.text-messaging-secondary {
  color: #005c95;
}

.text-messaging-tertiary {
  color: #2c2a29;
}

.text-messaging-error {
  color: #ee543e;
}

.text-messaging-error-primary {
  color: #aa1010;
}

.text-messaging-link {
  color: #a5a197;
}

.text-messaging-black {
  color: #181919;
}

.text-messaging-grey {
  color: #919393;
}

.text-messaging-new-links {
  color: #00498a;
}

.text-messaging-avatar {
  color: #3f2065;
}

.text-messaging-warning {
  color: #9f8633;
}

.text-ha-notification {
  color: #939289;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-600 {
  color: #71809;
}

.text-member-detail-li {
  color: #7000;
}

.text-member-detail-links {
  color: #00518f;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-currentColor:hover {
  color: currentColor;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-blue:hover {
  color: #005c95;
}

.hover\:text-gray:hover {
  color: #727069;
}

.hover\:text-teladoc-primary:hover {
  color: #5b2f91;
}

.hover\:text-primary:hover {
  color: #2c2a29;
}

.hover\:text-secondary:hover {
  color: #000;
}

.hover\:text-tertiary:hover {
  color: #5b2f91;
}

.hover\:text-quaternary:hover {
  color: #003da1;
}

.hover\:text-accent-primary:hover {
  color: #fff;
}

.hover\:text-neutral-primary:hover {
  color: #96999c;
}

.hover\:text-neutral-secondary:hover {
  color: #7c7873;
}

.hover\:text-neutral-tertiary:hover {
  color: #333;
}

.hover\:text-success-primary:hover {
  color: #0d880b;
}

.hover\:text-alert-primary:hover {
  color: #e91b18;
}

.hover\:text-button-primary:hover {
  color: #fffef9;
}

.hover\:text-button-secondary:hover {
  color: #5b2f91;
}

.hover\:text-button-secondary-hover:hover {
  color: #71c5e8;
}

.hover\:text-button-rav-survey-primary:hover {
  color: #5b2f91;
}

.hover\:text-progress-bar-default:hover {
  color: #75787b;
}

.hover\:text-progress-bar-active:hover {
  color: #003c5c;
}

.hover\:text-modal-provider-select:hover {
  color: #003c5c;
}

.hover\:text-ems-modal-title:hover {
  color: #244861;
}

.hover\:text-checkbox-label:hover {
  color: #32302e;
}

.hover\:text-disabled-primary:hover {
  color: #9a9fa8;
}

.hover\:text-messaging-primary:hover {
  color: #727069;
}

.hover\:text-messaging-common-grey:hover {
  color: #696b6b;
}

.hover\:text-messaging-common-blue:hover {
  color: #00498a;
}

.hover\:text-toast-primary:hover {
  color: #166174;
}

.hover\:text-toast-secondary:hover {
  color: #aa1010;
}

.hover\:text-messaging-secondary:hover {
  color: #005c95;
}

.hover\:text-messaging-tertiary:hover {
  color: #2c2a29;
}

.hover\:text-messaging-error:hover {
  color: #ee543e;
}

.hover\:text-messaging-error-primary:hover {
  color: #aa1010;
}

.hover\:text-messaging-link:hover {
  color: #a5a197;
}

.hover\:text-messaging-black:hover {
  color: #181919;
}

.hover\:text-messaging-grey:hover {
  color: #919393;
}

.hover\:text-messaging-new-links:hover {
  color: #00498a;
}

.hover\:text-messaging-avatar:hover {
  color: #3f2065;
}

.hover\:text-messaging-warning:hover {
  color: #9f8633;
}

.hover\:text-ha-notification:hover {
  color: #939289;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-600:hover {
  color: #71809;
}

.hover\:text-member-detail-li:hover {
  color: #7000;
}

.hover\:text-member-detail-links:hover {
  color: #00518f;
}

.text-xxs {
  font-size: .625rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-1\.5xl {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-2\.5xl {
  font-size: 1.6rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-128 {
  width: 32rem;
}

.w-200 {
  width: 50rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-container {
  width: 37.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.z--1 {
  z-index: -1;
}

.rotate-1\/8 {
  transform: rotate(45deg);
}

.rotate-1\/4 {
  transform: rotate(90deg);
}

.rotate-3\/8 {
  transform: rotate(135deg);
}

.rotate-1\/2 {
  transform: rotate(180deg);
}

.rotate-5\/8 {
  transform: rotate(225deg);
}

.rotate-3\/4 {
  transform: rotate(270deg);
}

.rotate-7\/8 {
  transform: rotate(315deg);
}

.outline-color-black {
  outline-color: #000;
}

.outline-color-currentColor {
  outline-color: currentColor;
}

.outline-color-white {
  outline-color: #fff;
}

.outline-color-blue {
  outline-color: #005c95;
}

.outline-color-gray {
  outline-color: #727069;
}

.outline-color-teladoc-primary {
  outline-color: #5b2f91;
}

.outline-color-focus-primary {
  outline-color: #3b99fc;
}

.outline-w-0 {
  outline-width: 0;
}

.outline-w-2 {
  outline-width: 2px;
}

.outline-w-4 {
  outline-width: 4px;
}

.outline-w-8 {
  outline-width: 8px;
}

.outline-w-default {
  outline-width: 1px;
}

.outline-style-solid {
  outline-style: solid;
}

.outline-style-dashed {
  outline-style: dashed;
}

hidden {
  display: none;
}

.saml_configs .h2-border {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #a4c5d4;
  margin-bottom: .5rem;
  border-bottom-style: dotted;
}

.saml_configs .form-text {
  border-width: 1px;
  border-color: #a0aec0;
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #71809;
}

.saml_configs .form-checkbox {
  width: 1.25rem;
  height: 1.25rem;
}

.saml_configs .form-select {
  border-width: 1px;
  background-color: #e5f4fa;
  border-color: #8fb6c7;
}

.saml_configs .button {
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-width: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.saml_configs .button[disabled] {
  opacity: .75;
  cursor: not-allowed;
}

.saml_configs .button.button-primary {
  color: #fff;
  background: linear-gradient(90deg, #d28d00, #f9a100);
}

.saml_configs .button.button-primary[disabled] {
  background-color: #f9a100;
  color: #edf2f7;
}

.saml_configs .button.button-light {
  background-color: #fff;
  color: #2d3748;
  border-width: 1px;
  border-color: #9ca3af;
}

.saml_configs .button.button-light:hover {
  background-color: #f3f4f6;
}

.saml_configs .button.button-light[disabled] {
  background-color: #f3f4f6;
}

.saml_configs .button.button-small {
  font-size: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.saml_configs .button.button-upload {
  box-shadow: none;
  border-style: none;
}

@media (min-width: 320px) {
  .xxs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxs\:bg-fixed {
    background-attachment: fixed;
  }

  .xxs\:bg-local {
    background-attachment: local;
  }

  .xxs\:bg-scroll {
    background-attachment: scroll;
  }

  .xxs\:bg-black {
    background-color: #000;
  }

  .xxs\:bg-currentColor {
    background-color: currentColor;
  }

  .xxs\:bg-white {
    background-color: #fff;
  }

  .xxs\:bg-blue {
    background-color: #005c95;
  }

  .xxs\:bg-gray {
    background-color: #727069;
  }

  .xxs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-brand {
    background-color: #5b2f91;
  }

  .xxs\:bg-primary {
    background-color: #fff;
  }

  .xxs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xxs\:bg-secondary {
    background-color: #196ecf;
  }

  .xxs\:bg-tertiary {
    background-color: #000;
  }

  .xxs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xxs\:bg-accent-primary {
    background-color: #fff;
  }

  .xxs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xxs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xxs\:bg-success-primary {
    background-color: transparent;
  }

  .xxs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xxs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xxs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xxs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xxs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xxs\:bg-message-primary {
    background-color: #27accd;
  }

  .xxs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xxs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-secondary {
    background-color: transparent;
  }

  .xxs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xxs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xxs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xxs\:bg-button-disabled {
    background-color: #727069;
  }

  .xxs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xxs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xxs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xxs\:bg-badge-primary {
    background-color: #f00;
  }

  .xxs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xxs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xxs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xxs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xxs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xxs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xxs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xxs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xxs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xxs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xxs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xxs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xxs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xxs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xxs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xxs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xxs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xxs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xxs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xxs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xxs\:bg-toast-primary {
    background-color: #166174;
  }

  .xxs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xxs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xxs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xxs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xxs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xxs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xxs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xxs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xxs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xxs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xxs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xxs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xxs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xxs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xxs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xxs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xxs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xxs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xxs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xxs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xxs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xxs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xxs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xxs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xxs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xxs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xxs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xxs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xxs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xxs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xxs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xxs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xxs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xxs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xxs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xxs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xxs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xxs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xxs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xxs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xxs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xxs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xxs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xxs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xxs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xxs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xxs\:bg-bottom {
    background-position: bottom;
  }

  .xxs\:bg-center {
    background-position: center;
  }

  .xxs\:bg-left {
    background-position: left;
  }

  .xxs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxs\:bg-left-top {
    background-position: left top;
  }

  .xxs\:bg-right {
    background-position: right;
  }

  .xxs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxs\:bg-right-top {
    background-position: right top;
  }

  .xxs\:bg-top {
    background-position: top;
  }

  .xxs\:bg-repeat {
    background-repeat: repeat;
  }

  .xxs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxs\:bg-2 {
    background-size: 2rem;
  }

  .xxs\:bg-auto {
    background-size: auto;
  }

  .xxs\:bg-cover {
    background-size: cover;
  }

  .xxs\:bg-contain {
    background-size: contain;
  }

  .xxs\:border-black {
    border-color: #000;
  }

  .xxs\:border-currentColor {
    border-color: currentColor;
  }

  .xxs\:border-white {
    border-color: #fff;
  }

  .xxs\:border-blue {
    border-color: #005c95;
  }

  .xxs\:border-gray {
    border-color: #727069;
  }

  .xxs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-primary {
    border-color: #bbb;
  }

  .xxs\:border-secondary {
    border-color: #000;
  }

  .xxs\:border-tertiary {
    border-color: #333;
  }

  .xxs\:border-accent {
    border-color: #fff;
  }

  .xxs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xxs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xxs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xxs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xxs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xxs\:border-success-primary {
    border-color: transparent;
  }

  .xxs\:border-chevron-primary {
    border-color: #fff;
  }

  .xxs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xxs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xxs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xxs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xxs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xxs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xxs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xxs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xxs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-toast-primary {
    border-color: #166174;
  }

  .xxs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xxs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xxs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xxs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xxs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xxs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xxs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xxs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xxs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xxs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xxs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xxs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xxs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xxs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xxs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xxs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xxs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xxs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xxs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xxs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xxs\:border-messaging-success {
    border-color: #167f01;
  }

  .xxs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xxs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xxs\:border-messaging-grey {
    border-color: #919393;
  }

  .xxs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xxs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xxs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xxs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xxs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xxs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xxs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xxs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xxs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xxs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xxs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xxs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xxs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xxs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xxs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xxs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xxs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xxs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xxs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xxs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xxs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xxs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xxs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xxs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xxs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xxs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xxs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xxs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xxs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xxs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xxs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xxs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xxs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xxs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xxs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xxs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xxs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xxs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xxs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xxs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xxs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xxs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xxs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xxs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xxs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xxs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xxs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: .125rem;
  }

  .xxs\:rounded {
    border-radius: .25rem;
  }

  .xxs\:rounded-lg {
    border-radius: .5rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xxs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:border-0 {
    border-width: 0;
  }

  .xxs\:border-1 {
    border-width: 1px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-3 {
    border-width: 3px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:border-chevron {
    border-width: .1rem;
  }

  .xxs\:border-t-0 {
    border-top-width: 0;
  }

  .xxs\:border-r-0 {
    border-right-width: 0;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxs\:border-l-0 {
    border-left-width: 0;
  }

  .xxs\:border-t-1 {
    border-top-width: 1px;
  }

  .xxs\:border-r-1 {
    border-right-width: 1px;
  }

  .xxs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxs\:border-l-1 {
    border-left-width: 1px;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-t-3 {
    border-top-width: 3px;
  }

  .xxs\:border-r-3 {
    border-right-width: 3px;
  }

  .xxs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxs\:border-l-3 {
    border-left-width: 3px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xxs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xxs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xxs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

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

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:flex-no-grow {
    flex-grow: 0;
  }

  .xxs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xxs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xxs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxs\:font-hairline {
    font-weight: 100;
  }

  .xxs\:font-thin {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 700;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:h-1 {
    height: .25rem;
  }

  .xxs\:h-2 {
    height: .5rem;
  }

  .xxs\:h-3 {
    height: .75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 1.25rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-7 {
    height: 1.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-9 {
    height: 2.25rem;
  }

  .xxs\:h-10 {
    height: 2.5rem;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-12 {
    height: 3rem;
  }

  .xxs\:h-15 {
    height: 3.75rem;
  }

  .xxs\:h-16 {
    height: 4rem;
  }

  .xxs\:h-20 {
    height: 5rem;
  }

  .xxs\:h-22 {
    height: 5.5rem;
  }

  .xxs\:h-24 {
    height: 6rem;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-48 {
    height: 12rem;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-96 {
    height: 24rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: .25rem;
  }

  .xxs\:m-2 {
    margin: .5rem;
  }

  .xxs\:m-3 {
    margin: .75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 1.25rem;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-10 {
    margin: 2.5rem;
  }

  .xxs\:m-19 {
    margin: 4.75rem;
  }

  .xxs\:m-24 {
    margin: 6rem;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xxs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xxs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:mt-1 {
    margin-top: .25rem;
  }

  .xxs\:mr-1 {
    margin-right: .25rem;
  }

  .xxs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxs\:ml-1 {
    margin-left: .25rem;
  }

  .xxs\:mt-2 {
    margin-top: .5rem;
  }

  .xxs\:mr-2 {
    margin-right: .5rem;
  }

  .xxs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxs\:ml-2 {
    margin-left: .5rem;
  }

  .xxs\:mt-3 {
    margin-top: .75rem;
  }

  .xxs\:mr-3 {
    margin-right: .75rem;
  }

  .xxs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxs\:ml-3 {
    margin-left: .75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xxs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xxs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xxs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xxs\:mt-24 {
    margin-top: 6rem;
  }

  .xxs\:mr-24 {
    margin-right: 6rem;
  }

  .xxs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxs\:ml-24 {
    margin-left: 6rem;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:max-w-1 {
    max-width: .25rem;
  }

  .xxs\:max-w-2 {
    max-width: .5rem;
  }

  .xxs\:max-w-3 {
    max-width: .75rem;
  }

  .xxs\:max-w-4 {
    max-width: 1rem;
  }

  .xxs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xxs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xxs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xxs\:max-w-8 {
    max-width: 2rem;
  }

  .xxs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xxs\:max-w-12 {
    max-width: 3rem;
  }

  .xxs\:max-w-16 {
    max-width: 4rem;
  }

  .xxs\:max-w-24 {
    max-width: 6rem;
  }

  .xxs\:max-w-32 {
    max-width: 8rem;
  }

  .xxs\:max-w-48 {
    max-width: 12rem;
  }

  .xxs\:max-w-52 {
    max-width: 13rem;
  }

  .xxs\:max-w-64 {
    max-width: 16rem;
  }

  .xxs\:max-w-128 {
    max-width: 32rem;
  }

  .xxs\:max-w-200 {
    max-width: 50rem;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 30rem;
  }

  .xxs\:max-w-md {
    max-width: 40rem;
  }

  .xxs\:max-w-lg {
    max-width: 50rem;
  }

  .xxs\:max-w-xl {
    max-width: 60rem;
  }

  .xxs\:max-w-2xl {
    max-width: 70rem;
  }

  .xxs\:max-w-3xl {
    max-width: 80rem;
  }

  .xxs\:max-w-4xl {
    max-width: 90rem;
  }

  .xxs\:max-w-5xl {
    max-width: 100rem;
  }

  .xxs\:max-w-half {
    max-width: 50%;
  }

  .xxs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-container {
    max-width: 37.5rem;
  }

  .xxs\:min-h-0 {
    min-height: 0;
  }

  .xxs\:min-h-12 {
    min-height: 3rem;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-w-0 {
    min-width: 0;
  }

  .xxs\:min-w-16 {
    min-width: 4rem;
  }

  .xxs\:min-w-24 {
    min-width: 6rem;
  }

  .xxs\:min-w-32 {
    min-width: 8rem;
  }

  .xxs\:min-w-40 {
    min-width: 10rem;
  }

  .xxs\:min-w-60 {
    min-width: 15rem;
  }

  .xxs\:min-w-64 {
    min-width: 16rem;
  }

  .xxs\:min-w-68 {
    min-width: 17rem;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:-m-0 {
    margin: 0;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-10 {
    margin: -2.5rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -3.5rem;
  }

  .xxs\:-m-16 {
    margin: -4rem;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-mt-0 {
    margin-top: 0;
  }

  .xxs\:-mr-0 {
    margin-right: 0;
  }

  .xxs\:-mb-0 {
    margin-bottom: 0;
  }

  .xxs\:-ml-0 {
    margin-left: 0;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxs\:-mt-16 {
    margin-top: -4rem;
  }

  .xxs\:-mr-16 {
    margin-right: -4rem;
  }

  .xxs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxs\:-ml-16 {
    margin-left: -4rem;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-25 {
    opacity: .25;
  }

  .xxs\:opacity-50 {
    opacity: .5;
  }

  .xxs\:opacity-75 {
    opacity: .75;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: .25rem;
  }

  .xxs\:p-2 {
    padding: .5rem;
  }

  .xxs\:p-3 {
    padding: .75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 1.25rem;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-10 {
    padding: 2.5rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-16 {
    padding: 4rem;
  }

  .xxs\:p-24 {
    padding: 6rem;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pt-1 {
    padding-top: .25rem;
  }

  .xxs\:pr-1 {
    padding-right: .25rem;
  }

  .xxs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxs\:pl-1 {
    padding-left: .25rem;
  }

  .xxs\:pt-2 {
    padding-top: .5rem;
  }

  .xxs\:pr-2 {
    padding-right: .5rem;
  }

  .xxs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxs\:pl-2 {
    padding-left: .5rem;
  }

  .xxs\:pt-3 {
    padding-top: .75rem;
  }

  .xxs\:pr-3 {
    padding-right: .75rem;
  }

  .xxs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxs\:pl-3 {
    padding-left: .75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pt-16 {
    padding-top: 4rem;
  }

  .xxs\:pr-16 {
    padding-right: 4rem;
  }

  .xxs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxs\:pl-16 {
    padding-left: 4rem;
  }

  .xxs\:pt-24 {
    padding-top: 6rem;
  }

  .xxs\:pr-24 {
    padding-right: 6rem;
  }

  .xxs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxs\:pl-24 {
    padding-left: 6rem;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: sticky;
  }

  .xxs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxs\:pin-x {
    right: 0;
    left: 0;
  }

  .xxs\:pin-t {
    top: 0;
  }

  .xxs\:pin-r {
    right: 0;
  }

  .xxs\:pin-b {
    bottom: 0;
  }

  .xxs\:pin-l {
    left: 0;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxs\:shadow-none {
    box-shadow: none;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:text-black {
    color: #000;
  }

  .xxs\:text-currentColor {
    color: currentColor;
  }

  .xxs\:text-white {
    color: #fff;
  }

  .xxs\:text-blue {
    color: #005c95;
  }

  .xxs\:text-gray {
    color: #727069;
  }

  .xxs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xxs\:text-primary {
    color: #2c2a29;
  }

  .xxs\:text-secondary {
    color: #000;
  }

  .xxs\:text-tertiary {
    color: #5b2f91;
  }

  .xxs\:text-quaternary {
    color: #003da1;
  }

  .xxs\:text-accent-primary {
    color: #fff;
  }

  .xxs\:text-neutral-primary {
    color: #96999c;
  }

  .xxs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xxs\:text-neutral-tertiary {
    color: #333;
  }

  .xxs\:text-success-primary {
    color: #0d880b;
  }

  .xxs\:text-alert-primary {
    color: #e91b18;
  }

  .xxs\:text-button-primary {
    color: #fffef9;
  }

  .xxs\:text-button-secondary {
    color: #5b2f91;
  }

  .xxs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xxs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xxs\:text-progress-bar-default {
    color: #75787b;
  }

  .xxs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xxs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xxs\:text-ems-modal-title {
    color: #244861;
  }

  .xxs\:text-checkbox-label {
    color: #32302e;
  }

  .xxs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xxs\:text-messaging-primary {
    color: #727069;
  }

  .xxs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xxs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xxs\:text-toast-primary {
    color: #166174;
  }

  .xxs\:text-toast-secondary {
    color: #aa1010;
  }

  .xxs\:text-messaging-secondary {
    color: #005c95;
  }

  .xxs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xxs\:text-messaging-error {
    color: #ee543e;
  }

  .xxs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xxs\:text-messaging-link {
    color: #a5a197;
  }

  .xxs\:text-messaging-black {
    color: #181919;
  }

  .xxs\:text-messaging-grey {
    color: #919393;
  }

  .xxs\:text-messaging-new-links {
    color: #00498a;
  }

  .xxs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xxs\:text-messaging-warning {
    color: #9f8633;
  }

  .xxs\:text-ha-notification {
    color: #939289;
  }

  .xxs\:text-gray-200 {
    color: #edf2f7;
  }

  .xxs\:text-gray-800 {
    color: #2d3748;
  }

  .xxs\:text-gray-600 {
    color: #71809;
  }

  .xxs\:text-member-detail-li {
    color: #7000;
  }

  .xxs\:text-member-detail-links {
    color: #00518f;
  }

  .xxs\:hover\:text-black:hover {
    color: #000;
  }

  .xxs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xxs\:hover\:text-white:hover {
    color: #fff;
  }

  .xxs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xxs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xxs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xxs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xxs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xxs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xxs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xxs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xxs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xxs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xxs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xxs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xxs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xxs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xxs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xxs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xxs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xxs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xxs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xxs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xxs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xxs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xxs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xxs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xxs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xxs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xxs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xxs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xxs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xxs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xxs\:text-xxs {
    font-size: .625rem;
  }

  .xxs\:text-xs {
    font-size: .75rem;
  }

  .xxs\:text-sm {
    font-size: .875rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
  }

  .xxs\:text-xl {
    font-size: 1.25rem;
  }

  .xxs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xxs\:text-2xl {
    font-size: 1.5rem;
  }

  .xxs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xxs\:text-3xl {
    font-size: 1.875rem;
  }

  .xxs\:text-4xl {
    font-size: 2rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:roman {
    font-style: normal;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:hover\:italic:hover {
    font-style: italic;
  }

  .xxs\:hover\:roman:hover {
    font-style: normal;
  }

  .xxs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0;
  }

  .xxs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-words {
    word-wrap: break-word;
  }

  .xxs\:break-normal {
    word-wrap: normal;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:w-1 {
    width: .25rem;
  }

  .xxs\:w-2 {
    width: .5rem;
  }

  .xxs\:w-3 {
    width: .75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 1.25rem;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-7 {
    width: 1.75rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-9 {
    width: 2.25rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-16 {
    width: 4rem;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-24 {
    width: 6rem;
  }

  .xxs\:w-25 {
    width: 6.25rem;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-48 {
    width: 12rem;
  }

  .xxs\:w-52 {
    width: 13rem;
  }

  .xxs\:w-60 {
    width: 15rem;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-128 {
    width: 32rem;
  }

  .xxs\:w-200 {
    width: 50rem;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.33333%;
  }

  .xxs\:w-2\/3 {
    width: 66.66667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.66667%;
  }

  .xxs\:w-5\/6 {
    width: 83.33333%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-container {
    width: 37.5rem;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 375px) {
  .xs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-black {
    background-color: #000;
  }

  .xs\:bg-currentColor {
    background-color: currentColor;
  }

  .xs\:bg-white {
    background-color: #fff;
  }

  .xs\:bg-blue {
    background-color: #005c95;
  }

  .xs\:bg-gray {
    background-color: #727069;
  }

  .xs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-brand {
    background-color: #5b2f91;
  }

  .xs\:bg-primary {
    background-color: #fff;
  }

  .xs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xs\:bg-secondary {
    background-color: #196ecf;
  }

  .xs\:bg-tertiary {
    background-color: #000;
  }

  .xs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xs\:bg-accent-primary {
    background-color: #fff;
  }

  .xs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xs\:bg-success-primary {
    background-color: transparent;
  }

  .xs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xs\:bg-message-primary {
    background-color: #27accd;
  }

  .xs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xs\:bg-button-secondary {
    background-color: transparent;
  }

  .xs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xs\:bg-button-disabled {
    background-color: #727069;
  }

  .xs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xs\:bg-badge-primary {
    background-color: #f00;
  }

  .xs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xs\:bg-toast-primary {
    background-color: #166174;
  }

  .xs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-2 {
    background-size: 2rem;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-black {
    border-color: #000;
  }

  .xs\:border-currentColor {
    border-color: currentColor;
  }

  .xs\:border-white {
    border-color: #fff;
  }

  .xs\:border-blue {
    border-color: #005c95;
  }

  .xs\:border-gray {
    border-color: #727069;
  }

  .xs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xs\:border-primary {
    border-color: #bbb;
  }

  .xs\:border-secondary {
    border-color: #000;
  }

  .xs\:border-tertiary {
    border-color: #333;
  }

  .xs\:border-accent {
    border-color: #fff;
  }

  .xs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xs\:border-success-primary {
    border-color: transparent;
  }

  .xs\:border-chevron-primary {
    border-color: #fff;
  }

  .xs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xs\:border-toast-primary {
    border-color: #166174;
  }

  .xs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xs\:border-messaging-success {
    border-color: #167f01;
  }

  .xs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xs\:border-messaging-grey {
    border-color: #919393;
  }

  .xs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: .125rem;
  }

  .xs\:rounded {
    border-radius: .25rem;
  }

  .xs\:rounded-lg {
    border-radius: .5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-1 {
    border-width: 1px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-chevron {
    border-width: .1rem;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-1 {
    border-top-width: 1px;
  }

  .xs\:border-r-1 {
    border-right-width: 1px;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xs\:border-l-1 {
    border-left-width: 1px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

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

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-no-grow {
    flex-grow: 0;
  }

  .xs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:h-1 {
    height: .25rem;
  }

  .xs\:h-2 {
    height: .5rem;
  }

  .xs\:h-3 {
    height: .75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: .25rem;
  }

  .xs\:m-2 {
    margin: .5rem;
  }

  .xs\:m-3 {
    margin: .75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-19 {
    margin: 4.75rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: .25rem;
  }

  .xs\:mr-1 {
    margin-right: .25rem;
  }

  .xs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xs\:ml-1 {
    margin-left: .25rem;
  }

  .xs\:mt-2 {
    margin-top: .5rem;
  }

  .xs\:mr-2 {
    margin-right: .5rem;
  }

  .xs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xs\:ml-2 {
    margin-left: .5rem;
  }

  .xs\:mt-3 {
    margin-top: .75rem;
  }

  .xs\:mr-3 {
    margin-right: .75rem;
  }

  .xs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xs\:ml-3 {
    margin-left: .75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-1 {
    max-width: .25rem;
  }

  .xs\:max-w-2 {
    max-width: .5rem;
  }

  .xs\:max-w-3 {
    max-width: .75rem;
  }

  .xs\:max-w-4 {
    max-width: 1rem;
  }

  .xs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xs\:max-w-8 {
    max-width: 2rem;
  }

  .xs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xs\:max-w-12 {
    max-width: 3rem;
  }

  .xs\:max-w-16 {
    max-width: 4rem;
  }

  .xs\:max-w-24 {
    max-width: 6rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-52 {
    max-width: 13rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-128 {
    max-width: 32rem;
  }

  .xs\:max-w-200 {
    max-width: 50rem;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 30rem;
  }

  .xs\:max-w-md {
    max-width: 40rem;
  }

  .xs\:max-w-lg {
    max-width: 50rem;
  }

  .xs\:max-w-xl {
    max-width: 60rem;
  }

  .xs\:max-w-2xl {
    max-width: 70rem;
  }

  .xs\:max-w-3xl {
    max-width: 80rem;
  }

  .xs\:max-w-4xl {
    max-width: 90rem;
  }

  .xs\:max-w-5xl {
    max-width: 100rem;
  }

  .xs\:max-w-half {
    max-width: 50%;
  }

  .xs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-container {
    max-width: 37.5rem;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-16 {
    min-width: 4rem;
  }

  .xs\:min-w-24 {
    min-width: 6rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-40 {
    min-width: 10rem;
  }

  .xs\:min-w-60 {
    min-width: 15rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-68 {
    min-width: 17rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:-m-0 {
    margin: 0;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mt-0 {
    margin-top: 0;
  }

  .xs\:-mr-0 {
    margin-right: 0;
  }

  .xs\:-mb-0 {
    margin-bottom: 0;
  }

  .xs\:-ml-0 {
    margin-left: 0;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: .25;
  }

  .xs\:opacity-50 {
    opacity: .5;
  }

  .xs\:opacity-75 {
    opacity: .75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: .25rem;
  }

  .xs\:p-2 {
    padding: .5rem;
  }

  .xs\:p-3 {
    padding: .75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: .25rem;
  }

  .xs\:pr-1 {
    padding-right: .25rem;
  }

  .xs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xs\:pl-1 {
    padding-left: .25rem;
  }

  .xs\:pt-2 {
    padding-top: .5rem;
  }

  .xs\:pr-2 {
    padding-right: .5rem;
  }

  .xs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xs\:pl-2 {
    padding-left: .5rem;
  }

  .xs\:pt-3 {
    padding-top: .75rem;
  }

  .xs\:pr-3 {
    padding-right: .75rem;
  }

  .xs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xs\:pl-3 {
    padding-left: .75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xs\:pin-x {
    right: 0;
    left: 0;
  }

  .xs\:pin-t {
    top: 0;
  }

  .xs\:pin-r {
    right: 0;
  }

  .xs\:pin-b {
    bottom: 0;
  }

  .xs\:pin-l {
    left: 0;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-black {
    color: #000;
  }

  .xs\:text-currentColor {
    color: currentColor;
  }

  .xs\:text-white {
    color: #fff;
  }

  .xs\:text-blue {
    color: #005c95;
  }

  .xs\:text-gray {
    color: #727069;
  }

  .xs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xs\:text-primary {
    color: #2c2a29;
  }

  .xs\:text-secondary {
    color: #000;
  }

  .xs\:text-tertiary {
    color: #5b2f91;
  }

  .xs\:text-quaternary {
    color: #003da1;
  }

  .xs\:text-accent-primary {
    color: #fff;
  }

  .xs\:text-neutral-primary {
    color: #96999c;
  }

  .xs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xs\:text-neutral-tertiary {
    color: #333;
  }

  .xs\:text-success-primary {
    color: #0d880b;
  }

  .xs\:text-alert-primary {
    color: #e91b18;
  }

  .xs\:text-button-primary {
    color: #fffef9;
  }

  .xs\:text-button-secondary {
    color: #5b2f91;
  }

  .xs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xs\:text-progress-bar-default {
    color: #75787b;
  }

  .xs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xs\:text-ems-modal-title {
    color: #244861;
  }

  .xs\:text-checkbox-label {
    color: #32302e;
  }

  .xs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xs\:text-messaging-primary {
    color: #727069;
  }

  .xs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xs\:text-toast-primary {
    color: #166174;
  }

  .xs\:text-toast-secondary {
    color: #aa1010;
  }

  .xs\:text-messaging-secondary {
    color: #005c95;
  }

  .xs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xs\:text-messaging-error {
    color: #ee543e;
  }

  .xs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xs\:text-messaging-link {
    color: #a5a197;
  }

  .xs\:text-messaging-black {
    color: #181919;
  }

  .xs\:text-messaging-grey {
    color: #919393;
  }

  .xs\:text-messaging-new-links {
    color: #00498a;
  }

  .xs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xs\:text-messaging-warning {
    color: #9f8633;
  }

  .xs\:text-ha-notification {
    color: #939289;
  }

  .xs\:text-gray-200 {
    color: #edf2f7;
  }

  .xs\:text-gray-800 {
    color: #2d3748;
  }

  .xs\:text-gray-600 {
    color: #71809;
  }

  .xs\:text-member-detail-li {
    color: #7000;
  }

  .xs\:text-member-detail-links {
    color: #00518f;
  }

  .xs\:hover\:text-black:hover {
    color: #000;
  }

  .xs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xs\:hover\:text-white:hover {
    color: #fff;
  }

  .xs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xs\:text-xxs {
    font-size: .625rem;
  }

  .xs\:text-xs {
    font-size: .75rem;
  }

  .xs\:text-sm {
    font-size: .875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:roman {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:hover\:italic:hover {
    font-style: italic;
  }

  .xs\:hover\:roman:hover {
    font-style: normal;
  }

  .xs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-words {
    word-wrap: break-word;
  }

  .xs\:break-normal {
    word-wrap: normal;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-1 {
    width: .25rem;
  }

  .xs\:w-2 {
    width: .5rem;
  }

  .xs\:w-3 {
    width: .75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-25 {
    width: 6.25rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-128 {
    width: 32rem;
  }

  .xs\:w-200 {
    width: 50rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.33333%;
  }

  .xs\:w-2\/3 {
    width: 66.66667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.66667%;
  }

  .xs\:w-5\/6 {
    width: 83.33333%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-container {
    width: 37.5rem;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-currentColor {
    background-color: currentColor;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-blue {
    background-color: #005c95;
  }

  .sm\:bg-gray {
    background-color: #727069;
  }

  .sm\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-brand {
    background-color: #5b2f91;
  }

  .sm\:bg-primary {
    background-color: #fff;
  }

  .sm\:bg-error-primary {
    background-color: #fcd04d;
  }

  .sm\:bg-secondary {
    background-color: #196ecf;
  }

  .sm\:bg-tertiary {
    background-color: #000;
  }

  .sm\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .sm\:bg-accent-primary {
    background-color: #fff;
  }

  .sm\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .sm\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .sm\:bg-success-primary {
    background-color: transparent;
  }

  .sm\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .sm\:bg-nav-primary {
    background-color: #0071bc;
  }

  .sm\:bg-notification-primary {
    background-color: #0d880b;
  }

  .sm\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .sm\:bg-avatar-primary {
    background-color: #25264c;
  }

  .sm\:bg-message-primary {
    background-color: #27accd;
  }

  .sm\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .sm\:bg-button-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .sm\:bg-button-secondary {
    background-color: transparent;
  }

  .sm\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .sm\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .sm\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .sm\:bg-button-disabled {
    background-color: #727069;
  }

  .sm\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .sm\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .sm\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .sm\:bg-badge-primary {
    background-color: #f00;
  }

  .sm\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-primary {
    background-color: #005c95;
  }

  .sm\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .sm\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .sm\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .sm\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .sm\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .sm\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .sm\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .sm\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .sm\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .sm\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .sm\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .sm\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .sm\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .sm\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .sm\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .sm\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .sm\:bg-messaging-gallery {
    background-color: #727069;
  }

  .sm\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .sm\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .sm\:bg-toast-primary {
    background-color: #166174;
  }

  .sm\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .sm\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .sm\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .sm\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .sm\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .sm\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .sm\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .sm\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .sm\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .sm\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .sm\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .sm\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .sm\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .sm\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .sm\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .sm\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .sm\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .sm\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .sm\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .sm\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .sm\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .sm\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .sm\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .sm\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .sm\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .sm\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .sm\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .sm\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .sm\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .sm\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .sm\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .sm\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .sm\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .sm\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .sm\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .sm\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .sm\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .sm\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .sm\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .sm\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .sm\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-2 {
    background-size: 2rem;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-currentColor {
    border-color: currentColor;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-blue {
    border-color: #005c95;
  }

  .sm\:border-gray {
    border-color: #727069;
  }

  .sm\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .sm\:border-primary {
    border-color: #bbb;
  }

  .sm\:border-secondary {
    border-color: #000;
  }

  .sm\:border-tertiary {
    border-color: #333;
  }

  .sm\:border-accent {
    border-color: #fff;
  }

  .sm\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .sm\:border-error-primary {
    border-color: #fcd04d;
  }

  .sm\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .sm\:border-info-primary {
    border-color: #b8e3eb;
  }

  .sm\:border-info-secondary {
    border-color: #196ecf;
  }

  .sm\:border-success-primary {
    border-color: transparent;
  }

  .sm\:border-chevron-primary {
    border-color: #fff;
  }

  .sm\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .sm\:border-focus-primary {
    border-color: #3b99fc;
  }

  .sm\:border-button-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-tertiary {
    border-color: #c03c00;
  }

  .sm\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .sm\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .sm\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .sm\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .sm\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .sm\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .sm\:border-toast-primary {
    border-color: #166174;
  }

  .sm\:border-toast-secondary {
    border-color: #aa1010;
  }

  .sm\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .sm\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .sm\:border-messaging-primary {
    border-color: #005c95;
  }

  .sm\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .sm\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .sm\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .sm\:border-messaging-secondary {
    border-color: #727069;
  }

  .sm\:border-messaging-tertiary {
    border-color: #979797;
  }

  .sm\:border-messaging-link {
    border-color: #a5a197;
  }

  .sm\:border-messaging-attention {
    border-color: #eeac47;
  }

  .sm\:border-messaging-error {
    border-color: #ee543e;
  }

  .sm\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .sm\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .sm\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .sm\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .sm\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .sm\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .sm\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .sm\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .sm\:border-messaging-success {
    border-color: #167f01;
  }

  .sm\:border-messaging-pending {
    border-color: #f4c785;
  }

  .sm\:border-messaging-warning {
    border-color: #9f8633;
  }

  .sm\:border-messaging-grey {
    border-color: #919393;
  }

  .sm\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .sm\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .sm\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .sm\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .sm\:border-gray-400 {
    border-color: #9ca3af;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .sm\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .sm\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .sm\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .sm\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .sm\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .sm\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .sm\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .sm\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .sm\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .sm\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .sm\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .sm\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .sm\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .sm\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .sm\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .sm\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .sm\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .sm\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .sm\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .sm\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .sm\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .sm\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .sm\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .sm\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .sm\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .sm\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .sm\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .sm\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .sm\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .sm\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .sm\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .sm\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .sm\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .sm\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .sm\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .sm\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-button-primary {
    border-radius: .5rem;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-1 {
    border-width: 1px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-chevron {
    border-width: .1rem;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-l-1 {
    border-left-width: 1px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-t-chevron {
    border-top-width: .1rem;
  }

  .sm\:border-r-chevron {
    border-right-width: .1rem;
  }

  .sm\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .sm\:border-l-chevron {
    border-left-width: .1rem;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-1 {
    max-width: .25rem;
  }

  .sm\:max-w-2 {
    max-width: .5rem;
  }

  .sm\:max-w-3 {
    max-width: .75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-128 {
    max-width: 32rem;
  }

  .sm\:max-w-200 {
    max-width: 50rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-half {
    max-width: 50%;
  }

  .sm\:max-w-9\/10 {
    max-width: 90%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-container {
    max-width: 37.5rem;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-60 {
    min-width: 15rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-68 {
    min-width: 17rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-currentColor {
    color: currentColor;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-blue {
    color: #005c95;
  }

  .sm\:text-gray {
    color: #727069;
  }

  .sm\:text-teladoc-primary {
    color: #5b2f91;
  }

  .sm\:text-primary {
    color: #2c2a29;
  }

  .sm\:text-secondary {
    color: #000;
  }

  .sm\:text-tertiary {
    color: #5b2f91;
  }

  .sm\:text-quaternary {
    color: #003da1;
  }

  .sm\:text-accent-primary {
    color: #fff;
  }

  .sm\:text-neutral-primary {
    color: #96999c;
  }

  .sm\:text-neutral-secondary {
    color: #7c7873;
  }

  .sm\:text-neutral-tertiary {
    color: #333;
  }

  .sm\:text-success-primary {
    color: #0d880b;
  }

  .sm\:text-alert-primary {
    color: #e91b18;
  }

  .sm\:text-button-primary {
    color: #fffef9;
  }

  .sm\:text-button-secondary {
    color: #5b2f91;
  }

  .sm\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .sm\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .sm\:text-progress-bar-default {
    color: #75787b;
  }

  .sm\:text-progress-bar-active {
    color: #003c5c;
  }

  .sm\:text-modal-provider-select {
    color: #003c5c;
  }

  .sm\:text-ems-modal-title {
    color: #244861;
  }

  .sm\:text-checkbox-label {
    color: #32302e;
  }

  .sm\:text-disabled-primary {
    color: #9a9fa8;
  }

  .sm\:text-messaging-primary {
    color: #727069;
  }

  .sm\:text-messaging-common-grey {
    color: #696b6b;
  }

  .sm\:text-messaging-common-blue {
    color: #00498a;
  }

  .sm\:text-toast-primary {
    color: #166174;
  }

  .sm\:text-toast-secondary {
    color: #aa1010;
  }

  .sm\:text-messaging-secondary {
    color: #005c95;
  }

  .sm\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .sm\:text-messaging-error {
    color: #ee543e;
  }

  .sm\:text-messaging-error-primary {
    color: #aa1010;
  }

  .sm\:text-messaging-link {
    color: #a5a197;
  }

  .sm\:text-messaging-black {
    color: #181919;
  }

  .sm\:text-messaging-grey {
    color: #919393;
  }

  .sm\:text-messaging-new-links {
    color: #00498a;
  }

  .sm\:text-messaging-avatar {
    color: #3f2065;
  }

  .sm\:text-messaging-warning {
    color: #9f8633;
  }

  .sm\:text-ha-notification {
    color: #939289;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-600 {
    color: #71809;
  }

  .sm\:text-member-detail-li {
    color: #7000;
  }

  .sm\:text-member-detail-links {
    color: #00518f;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-blue:hover {
    color: #005c95;
  }

  .sm\:hover\:text-gray:hover {
    color: #727069;
  }

  .sm\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-secondary:hover {
    color: #000;
  }

  .sm\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .sm\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .sm\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .sm\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .sm\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .sm\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .sm\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .sm\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .sm\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .sm\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .sm\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .sm\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .sm\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .sm\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .sm\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .sm\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .sm\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .sm\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .sm\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .sm\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .sm\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .sm\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .sm\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .sm\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .sm\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .sm\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .sm\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .sm\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .sm\:text-xxs {
    font-size: .625rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 6.25rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-200 {
    width: 50rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-container {
    width: 37.5rem;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-currentColor {
    background-color: currentColor;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-blue {
    background-color: #005c95;
  }

  .md\:bg-gray {
    background-color: #727069;
  }

  .md\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .md\:bg-brand {
    background-color: #5b2f91;
  }

  .md\:bg-primary {
    background-color: #fff;
  }

  .md\:bg-error-primary {
    background-color: #fcd04d;
  }

  .md\:bg-secondary {
    background-color: #196ecf;
  }

  .md\:bg-tertiary {
    background-color: #000;
  }

  .md\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .md\:bg-accent-primary {
    background-color: #fff;
  }

  .md\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .md\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .md\:bg-success-primary {
    background-color: transparent;
  }

  .md\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .md\:bg-nav-primary {
    background-color: #0071bc;
  }

  .md\:bg-notification-primary {
    background-color: #0d880b;
  }

  .md\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .md\:bg-avatar-primary {
    background-color: #25264c;
  }

  .md\:bg-message-primary {
    background-color: #27accd;
  }

  .md\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .md\:bg-button-primary {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .md\:bg-button-secondary {
    background-color: transparent;
  }

  .md\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .md\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .md\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .md\:bg-button-disabled {
    background-color: #727069;
  }

  .md\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .md\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .md\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .md\:bg-badge-primary {
    background-color: #f00;
  }

  .md\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-primary {
    background-color: #005c95;
  }

  .md\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .md\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .md\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .md\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .md\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .md\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .md\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .md\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .md\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .md\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .md\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .md\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .md\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .md\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .md\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .md\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .md\:bg-messaging-gallery {
    background-color: #727069;
  }

  .md\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .md\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .md\:bg-toast-primary {
    background-color: #166174;
  }

  .md\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .md\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .md\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .md\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .md\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .md\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .md\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .md\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .md\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .md\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .md\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .md\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .md\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .md\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .md\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .md\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .md\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .md\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .md\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .md\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .md\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .md\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .md\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .md\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .md\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .md\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .md\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .md\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .md\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .md\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .md\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .md\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .md\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .md\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .md\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .md\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .md\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .md\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .md\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .md\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .md\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .md\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-2 {
    background-size: 2rem;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-currentColor {
    border-color: currentColor;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-blue {
    border-color: #005c95;
  }

  .md\:border-gray {
    border-color: #727069;
  }

  .md\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .md\:border-primary {
    border-color: #bbb;
  }

  .md\:border-secondary {
    border-color: #000;
  }

  .md\:border-tertiary {
    border-color: #333;
  }

  .md\:border-accent {
    border-color: #fff;
  }

  .md\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .md\:border-error-primary {
    border-color: #fcd04d;
  }

  .md\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .md\:border-info-primary {
    border-color: #b8e3eb;
  }

  .md\:border-info-secondary {
    border-color: #196ecf;
  }

  .md\:border-success-primary {
    border-color: transparent;
  }

  .md\:border-chevron-primary {
    border-color: #fff;
  }

  .md\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .md\:border-focus-primary {
    border-color: #3b99fc;
  }

  .md\:border-button-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-tertiary {
    border-color: #c03c00;
  }

  .md\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .md\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .md\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .md\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .md\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .md\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .md\:border-toast-primary {
    border-color: #166174;
  }

  .md\:border-toast-secondary {
    border-color: #aa1010;
  }

  .md\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .md\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .md\:border-messaging-primary {
    border-color: #005c95;
  }

  .md\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .md\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .md\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .md\:border-messaging-secondary {
    border-color: #727069;
  }

  .md\:border-messaging-tertiary {
    border-color: #979797;
  }

  .md\:border-messaging-link {
    border-color: #a5a197;
  }

  .md\:border-messaging-attention {
    border-color: #eeac47;
  }

  .md\:border-messaging-error {
    border-color: #ee543e;
  }

  .md\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .md\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .md\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .md\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .md\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .md\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .md\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .md\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .md\:border-messaging-success {
    border-color: #167f01;
  }

  .md\:border-messaging-pending {
    border-color: #f4c785;
  }

  .md\:border-messaging-warning {
    border-color: #9f8633;
  }

  .md\:border-messaging-grey {
    border-color: #919393;
  }

  .md\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .md\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .md\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .md\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .md\:border-gray-400 {
    border-color: #9ca3af;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .md\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .md\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .md\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .md\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .md\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .md\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .md\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .md\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .md\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .md\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .md\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .md\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .md\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .md\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .md\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .md\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .md\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .md\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .md\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .md\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .md\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .md\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .md\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .md\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .md\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .md\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .md\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .md\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .md\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .md\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .md\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .md\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .md\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .md\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .md\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .md\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .md\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .md\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .md\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .md\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .md\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .md\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-button-primary {
    border-radius: .5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-1 {
    border-width: 1px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-chevron {
    border-width: .1rem;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-1 {
    border-top-width: 1px;
  }

  .md\:border-r-1 {
    border-right-width: 1px;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px;
  }

  .md\:border-l-1 {
    border-left-width: 1px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-chevron {
    border-top-width: .1rem;
  }

  .md\:border-r-chevron {
    border-right-width: .1rem;
  }

  .md\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .md\:border-l-chevron {
    border-left-width: .1rem;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-1 {
    max-width: .25rem;
  }

  .md\:max-w-2 {
    max-width: .5rem;
  }

  .md\:max-w-3 {
    max-width: .75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-128 {
    max-width: 32rem;
  }

  .md\:max-w-200 {
    max-width: 50rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-half {
    max-width: 50%;
  }

  .md\:max-w-9\/10 {
    max-width: 90%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-container {
    max-width: 37.5rem;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-68 {
    min-width: 17rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-currentColor {
    color: currentColor;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-blue {
    color: #005c95;
  }

  .md\:text-gray {
    color: #727069;
  }

  .md\:text-teladoc-primary {
    color: #5b2f91;
  }

  .md\:text-primary {
    color: #2c2a29;
  }

  .md\:text-secondary {
    color: #000;
  }

  .md\:text-tertiary {
    color: #5b2f91;
  }

  .md\:text-quaternary {
    color: #003da1;
  }

  .md\:text-accent-primary {
    color: #fff;
  }

  .md\:text-neutral-primary {
    color: #96999c;
  }

  .md\:text-neutral-secondary {
    color: #7c7873;
  }

  .md\:text-neutral-tertiary {
    color: #333;
  }

  .md\:text-success-primary {
    color: #0d880b;
  }

  .md\:text-alert-primary {
    color: #e91b18;
  }

  .md\:text-button-primary {
    color: #fffef9;
  }

  .md\:text-button-secondary {
    color: #5b2f91;
  }

  .md\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .md\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .md\:text-progress-bar-default {
    color: #75787b;
  }

  .md\:text-progress-bar-active {
    color: #003c5c;
  }

  .md\:text-modal-provider-select {
    color: #003c5c;
  }

  .md\:text-ems-modal-title {
    color: #244861;
  }

  .md\:text-checkbox-label {
    color: #32302e;
  }

  .md\:text-disabled-primary {
    color: #9a9fa8;
  }

  .md\:text-messaging-primary {
    color: #727069;
  }

  .md\:text-messaging-common-grey {
    color: #696b6b;
  }

  .md\:text-messaging-common-blue {
    color: #00498a;
  }

  .md\:text-toast-primary {
    color: #166174;
  }

  .md\:text-toast-secondary {
    color: #aa1010;
  }

  .md\:text-messaging-secondary {
    color: #005c95;
  }

  .md\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .md\:text-messaging-error {
    color: #ee543e;
  }

  .md\:text-messaging-error-primary {
    color: #aa1010;
  }

  .md\:text-messaging-link {
    color: #a5a197;
  }

  .md\:text-messaging-black {
    color: #181919;
  }

  .md\:text-messaging-grey {
    color: #919393;
  }

  .md\:text-messaging-new-links {
    color: #00498a;
  }

  .md\:text-messaging-avatar {
    color: #3f2065;
  }

  .md\:text-messaging-warning {
    color: #9f8633;
  }

  .md\:text-ha-notification {
    color: #939289;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-600 {
    color: #71809;
  }

  .md\:text-member-detail-li {
    color: #7000;
  }

  .md\:text-member-detail-links {
    color: #00518f;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-blue:hover {
    color: #005c95;
  }

  .md\:hover\:text-gray:hover {
    color: #727069;
  }

  .md\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-secondary:hover {
    color: #000;
  }

  .md\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .md\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .md\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .md\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .md\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .md\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .md\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .md\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .md\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .md\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .md\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .md\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .md\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .md\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .md\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .md\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .md\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .md\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .md\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .md\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .md\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .md\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .md\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .md\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .md\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .md\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .md\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .md\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .md\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .md\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .md\:text-xxs {
    font-size: .625rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-200 {
    width: 50rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-container {
    width: 37.5rem;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-currentColor {
    background-color: currentColor;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-blue {
    background-color: #005c95;
  }

  .lg\:bg-gray {
    background-color: #727069;
  }

  .lg\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-brand {
    background-color: #5b2f91;
  }

  .lg\:bg-primary {
    background-color: #fff;
  }

  .lg\:bg-error-primary {
    background-color: #fcd04d;
  }

  .lg\:bg-secondary {
    background-color: #196ecf;
  }

  .lg\:bg-tertiary {
    background-color: #000;
  }

  .lg\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .lg\:bg-accent-primary {
    background-color: #fff;
  }

  .lg\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .lg\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .lg\:bg-success-primary {
    background-color: transparent;
  }

  .lg\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .lg\:bg-nav-primary {
    background-color: #0071bc;
  }

  .lg\:bg-notification-primary {
    background-color: #0d880b;
  }

  .lg\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .lg\:bg-avatar-primary {
    background-color: #25264c;
  }

  .lg\:bg-message-primary {
    background-color: #27accd;
  }

  .lg\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .lg\:bg-button-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .lg\:bg-button-secondary {
    background-color: transparent;
  }

  .lg\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .lg\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .lg\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .lg\:bg-button-disabled {
    background-color: #727069;
  }

  .lg\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .lg\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .lg\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .lg\:bg-badge-primary {
    background-color: #f00;
  }

  .lg\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-primary {
    background-color: #005c95;
  }

  .lg\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .lg\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .lg\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .lg\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .lg\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .lg\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .lg\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .lg\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .lg\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .lg\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .lg\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .lg\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .lg\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .lg\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .lg\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .lg\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .lg\:bg-messaging-gallery {
    background-color: #727069;
  }

  .lg\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .lg\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .lg\:bg-toast-primary {
    background-color: #166174;
  }

  .lg\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .lg\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .lg\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .lg\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .lg\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .lg\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .lg\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .lg\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .lg\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .lg\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .lg\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .lg\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .lg\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .lg\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .lg\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .lg\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .lg\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .lg\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .lg\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .lg\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .lg\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .lg\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .lg\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .lg\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .lg\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .lg\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .lg\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .lg\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .lg\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .lg\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .lg\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .lg\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .lg\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .lg\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .lg\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .lg\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .lg\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .lg\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .lg\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .lg\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .lg\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-2 {
    background-size: 2rem;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-currentColor {
    border-color: currentColor;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-blue {
    border-color: #005c95;
  }

  .lg\:border-gray {
    border-color: #727069;
  }

  .lg\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .lg\:border-primary {
    border-color: #bbb;
  }

  .lg\:border-secondary {
    border-color: #000;
  }

  .lg\:border-tertiary {
    border-color: #333;
  }

  .lg\:border-accent {
    border-color: #fff;
  }

  .lg\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .lg\:border-error-primary {
    border-color: #fcd04d;
  }

  .lg\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .lg\:border-info-primary {
    border-color: #b8e3eb;
  }

  .lg\:border-info-secondary {
    border-color: #196ecf;
  }

  .lg\:border-success-primary {
    border-color: transparent;
  }

  .lg\:border-chevron-primary {
    border-color: #fff;
  }

  .lg\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .lg\:border-focus-primary {
    border-color: #3b99fc;
  }

  .lg\:border-button-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-tertiary {
    border-color: #c03c00;
  }

  .lg\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .lg\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .lg\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .lg\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .lg\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .lg\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .lg\:border-toast-primary {
    border-color: #166174;
  }

  .lg\:border-toast-secondary {
    border-color: #aa1010;
  }

  .lg\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .lg\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .lg\:border-messaging-primary {
    border-color: #005c95;
  }

  .lg\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .lg\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .lg\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .lg\:border-messaging-secondary {
    border-color: #727069;
  }

  .lg\:border-messaging-tertiary {
    border-color: #979797;
  }

  .lg\:border-messaging-link {
    border-color: #a5a197;
  }

  .lg\:border-messaging-attention {
    border-color: #eeac47;
  }

  .lg\:border-messaging-error {
    border-color: #ee543e;
  }

  .lg\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .lg\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .lg\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .lg\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .lg\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .lg\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .lg\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .lg\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .lg\:border-messaging-success {
    border-color: #167f01;
  }

  .lg\:border-messaging-pending {
    border-color: #f4c785;
  }

  .lg\:border-messaging-warning {
    border-color: #9f8633;
  }

  .lg\:border-messaging-grey {
    border-color: #919393;
  }

  .lg\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .lg\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .lg\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .lg\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .lg\:border-gray-400 {
    border-color: #9ca3af;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .lg\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .lg\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .lg\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .lg\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .lg\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .lg\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .lg\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .lg\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .lg\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .lg\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .lg\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .lg\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .lg\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .lg\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .lg\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .lg\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .lg\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .lg\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .lg\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .lg\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .lg\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .lg\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .lg\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .lg\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .lg\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .lg\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .lg\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .lg\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .lg\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .lg\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .lg\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .lg\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .lg\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .lg\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .lg\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .lg\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-button-primary {
    border-radius: .5rem;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-chevron {
    border-width: .1rem;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:border-r-1 {
    border-right-width: 1px;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-l-1 {
    border-left-width: 1px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-chevron {
    border-top-width: .1rem;
  }

  .lg\:border-r-chevron {
    border-right-width: .1rem;
  }

  .lg\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .lg\:border-l-chevron {
    border-left-width: .1rem;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-1 {
    max-width: .25rem;
  }

  .lg\:max-w-2 {
    max-width: .5rem;
  }

  .lg\:max-w-3 {
    max-width: .75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-128 {
    max-width: 32rem;
  }

  .lg\:max-w-200 {
    max-width: 50rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-half {
    max-width: 50%;
  }

  .lg\:max-w-9\/10 {
    max-width: 90%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-container {
    max-width: 37.5rem;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-68 {
    min-width: 17rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-currentColor {
    color: currentColor;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-blue {
    color: #005c95;
  }

  .lg\:text-gray {
    color: #727069;
  }

  .lg\:text-teladoc-primary {
    color: #5b2f91;
  }

  .lg\:text-primary {
    color: #2c2a29;
  }

  .lg\:text-secondary {
    color: #000;
  }

  .lg\:text-tertiary {
    color: #5b2f91;
  }

  .lg\:text-quaternary {
    color: #003da1;
  }

  .lg\:text-accent-primary {
    color: #fff;
  }

  .lg\:text-neutral-primary {
    color: #96999c;
  }

  .lg\:text-neutral-secondary {
    color: #7c7873;
  }

  .lg\:text-neutral-tertiary {
    color: #333;
  }

  .lg\:text-success-primary {
    color: #0d880b;
  }

  .lg\:text-alert-primary {
    color: #e91b18;
  }

  .lg\:text-button-primary {
    color: #fffef9;
  }

  .lg\:text-button-secondary {
    color: #5b2f91;
  }

  .lg\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .lg\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .lg\:text-progress-bar-default {
    color: #75787b;
  }

  .lg\:text-progress-bar-active {
    color: #003c5c;
  }

  .lg\:text-modal-provider-select {
    color: #003c5c;
  }

  .lg\:text-ems-modal-title {
    color: #244861;
  }

  .lg\:text-checkbox-label {
    color: #32302e;
  }

  .lg\:text-disabled-primary {
    color: #9a9fa8;
  }

  .lg\:text-messaging-primary {
    color: #727069;
  }

  .lg\:text-messaging-common-grey {
    color: #696b6b;
  }

  .lg\:text-messaging-common-blue {
    color: #00498a;
  }

  .lg\:text-toast-primary {
    color: #166174;
  }

  .lg\:text-toast-secondary {
    color: #aa1010;
  }

  .lg\:text-messaging-secondary {
    color: #005c95;
  }

  .lg\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .lg\:text-messaging-error {
    color: #ee543e;
  }

  .lg\:text-messaging-error-primary {
    color: #aa1010;
  }

  .lg\:text-messaging-link {
    color: #a5a197;
  }

  .lg\:text-messaging-black {
    color: #181919;
  }

  .lg\:text-messaging-grey {
    color: #919393;
  }

  .lg\:text-messaging-new-links {
    color: #00498a;
  }

  .lg\:text-messaging-avatar {
    color: #3f2065;
  }

  .lg\:text-messaging-warning {
    color: #9f8633;
  }

  .lg\:text-ha-notification {
    color: #939289;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-600 {
    color: #71809;
  }

  .lg\:text-member-detail-li {
    color: #7000;
  }

  .lg\:text-member-detail-links {
    color: #00518f;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-blue:hover {
    color: #005c95;
  }

  .lg\:hover\:text-gray:hover {
    color: #727069;
  }

  .lg\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-secondary:hover {
    color: #000;
  }

  .lg\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .lg\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .lg\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .lg\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .lg\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .lg\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .lg\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .lg\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .lg\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .lg\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .lg\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .lg\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .lg\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .lg\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .lg\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .lg\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .lg\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .lg\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .lg\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .lg\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .lg\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .lg\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .lg\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .lg\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .lg\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .lg\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .lg\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .lg\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .lg\:text-xxs {
    font-size: .625rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 6.25rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-200 {
    width: 50rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-container {
    width: 37.5rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-currentColor {
    background-color: currentColor;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-blue {
    background-color: #005c95;
  }

  .xl\:bg-gray {
    background-color: #727069;
  }

  .xl\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-brand {
    background-color: #5b2f91;
  }

  .xl\:bg-primary {
    background-color: #fff;
  }

  .xl\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xl\:bg-secondary {
    background-color: #196ecf;
  }

  .xl\:bg-tertiary {
    background-color: #000;
  }

  .xl\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xl\:bg-accent-primary {
    background-color: #fff;
  }

  .xl\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xl\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xl\:bg-success-primary {
    background-color: transparent;
  }

  .xl\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xl\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xl\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xl\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xl\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xl\:bg-message-primary {
    background-color: #27accd;
  }

  .xl\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xl\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xl\:bg-button-secondary {
    background-color: transparent;
  }

  .xl\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xl\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xl\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xl\:bg-button-disabled {
    background-color: #727069;
  }

  .xl\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xl\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xl\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xl\:bg-badge-primary {
    background-color: #f00;
  }

  .xl\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xl\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xl\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xl\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xl\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xl\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xl\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xl\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xl\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xl\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xl\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xl\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xl\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xl\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xl\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xl\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xl\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xl\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xl\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xl\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xl\:bg-toast-primary {
    background-color: #166174;
  }

  .xl\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xl\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xl\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xl\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xl\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xl\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xl\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xl\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xl\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xl\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xl\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xl\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xl\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xl\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xl\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xl\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xl\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xl\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xl\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xl\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xl\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xl\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xl\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xl\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xl\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xl\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xl\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xl\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xl\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xl\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xl\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xl\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xl\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xl\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xl\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xl\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xl\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xl\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xl\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xl\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-2 {
    background-size: 2rem;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-currentColor {
    border-color: currentColor;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-blue {
    border-color: #005c95;
  }

  .xl\:border-gray {
    border-color: #727069;
  }

  .xl\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xl\:border-primary {
    border-color: #bbb;
  }

  .xl\:border-secondary {
    border-color: #000;
  }

  .xl\:border-tertiary {
    border-color: #333;
  }

  .xl\:border-accent {
    border-color: #fff;
  }

  .xl\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xl\:border-error-primary {
    border-color: #fcd04d;
  }

  .xl\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xl\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xl\:border-info-secondary {
    border-color: #196ecf;
  }

  .xl\:border-success-primary {
    border-color: transparent;
  }

  .xl\:border-chevron-primary {
    border-color: #fff;
  }

  .xl\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xl\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xl\:border-button-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xl\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xl\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xl\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xl\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xl\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xl\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xl\:border-toast-primary {
    border-color: #166174;
  }

  .xl\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xl\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xl\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xl\:border-messaging-primary {
    border-color: #005c95;
  }

  .xl\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xl\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xl\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xl\:border-messaging-secondary {
    border-color: #727069;
  }

  .xl\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xl\:border-messaging-link {
    border-color: #a5a197;
  }

  .xl\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xl\:border-messaging-error {
    border-color: #ee543e;
  }

  .xl\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xl\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xl\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xl\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xl\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xl\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xl\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xl\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xl\:border-messaging-success {
    border-color: #167f01;
  }

  .xl\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xl\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xl\:border-messaging-grey {
    border-color: #919393;
  }

  .xl\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xl\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xl\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xl\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xl\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xl\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xl\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xl\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xl\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xl\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xl\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xl\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xl\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xl\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xl\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xl\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xl\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xl\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xl\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xl\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xl\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xl\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xl\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xl\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xl\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xl\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xl\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xl\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xl\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xl\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xl\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xl\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xl\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xl\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xl\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xl\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xl\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xl\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xl\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xl\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xl\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-1 {
    border-width: 1px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-chevron {
    border-width: .1rem;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-1 {
    border-top-width: 1px;
  }

  .xl\:border-r-1 {
    border-right-width: 1px;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xl\:border-l-1 {
    border-left-width: 1px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xl\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xl\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xl\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-1 {
    max-width: .25rem;
  }

  .xl\:max-w-2 {
    max-width: .5rem;
  }

  .xl\:max-w-3 {
    max-width: .75rem;
  }

  .xl\:max-w-4 {
    max-width: 1rem;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem;
  }

  .xl\:max-w-8 {
    max-width: 2rem;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-52 {
    max-width: 13rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-128 {
    max-width: 32rem;
  }

  .xl\:max-w-200 {
    max-width: 50rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-half {
    max-width: 50%;
  }

  .xl\:max-w-9\/10 {
    max-width: 90%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-container {
    max-width: 37.5rem;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-16 {
    min-width: 4rem;
  }

  .xl\:min-w-24 {
    min-width: 6rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-40 {
    min-width: 10rem;
  }

  .xl\:min-w-60 {
    min-width: 15rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-68 {
    min-width: 17rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-currentColor {
    color: currentColor;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-blue {
    color: #005c95;
  }

  .xl\:text-gray {
    color: #727069;
  }

  .xl\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xl\:text-primary {
    color: #2c2a29;
  }

  .xl\:text-secondary {
    color: #000;
  }

  .xl\:text-tertiary {
    color: #5b2f91;
  }

  .xl\:text-quaternary {
    color: #003da1;
  }

  .xl\:text-accent-primary {
    color: #fff;
  }

  .xl\:text-neutral-primary {
    color: #96999c;
  }

  .xl\:text-neutral-secondary {
    color: #7c7873;
  }

  .xl\:text-neutral-tertiary {
    color: #333;
  }

  .xl\:text-success-primary {
    color: #0d880b;
  }

  .xl\:text-alert-primary {
    color: #e91b18;
  }

  .xl\:text-button-primary {
    color: #fffef9;
  }

  .xl\:text-button-secondary {
    color: #5b2f91;
  }

  .xl\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xl\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xl\:text-progress-bar-default {
    color: #75787b;
  }

  .xl\:text-progress-bar-active {
    color: #003c5c;
  }

  .xl\:text-modal-provider-select {
    color: #003c5c;
  }

  .xl\:text-ems-modal-title {
    color: #244861;
  }

  .xl\:text-checkbox-label {
    color: #32302e;
  }

  .xl\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xl\:text-messaging-primary {
    color: #727069;
  }

  .xl\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xl\:text-messaging-common-blue {
    color: #00498a;
  }

  .xl\:text-toast-primary {
    color: #166174;
  }

  .xl\:text-toast-secondary {
    color: #aa1010;
  }

  .xl\:text-messaging-secondary {
    color: #005c95;
  }

  .xl\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xl\:text-messaging-error {
    color: #ee543e;
  }

  .xl\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xl\:text-messaging-link {
    color: #a5a197;
  }

  .xl\:text-messaging-black {
    color: #181919;
  }

  .xl\:text-messaging-grey {
    color: #919393;
  }

  .xl\:text-messaging-new-links {
    color: #00498a;
  }

  .xl\:text-messaging-avatar {
    color: #3f2065;
  }

  .xl\:text-messaging-warning {
    color: #9f8633;
  }

  .xl\:text-ha-notification {
    color: #939289;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-600 {
    color: #71809;
  }

  .xl\:text-member-detail-li {
    color: #7000;
  }

  .xl\:text-member-detail-links {
    color: #00518f;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xl\:hover\:text-gray:hover {
    color: #727069;
  }

  .xl\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-secondary:hover {
    color: #000;
  }

  .xl\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xl\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xl\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xl\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xl\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xl\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xl\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xl\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xl\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xl\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xl\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xl\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xl\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xl\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xl\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xl\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xl\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xl\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xl\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xl\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xl\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xl\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xl\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xl\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xl\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xl\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xl\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xl\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xl\:text-xxs {
    font-size: .625rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 6.25rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-200 {
    width: 50rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-container {
    width: 37.5rem;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:z--1 {
    z-index: -1;
  }
}

@tailwind base;

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-black {
  background-color: #000;
}

.bg-currentColor {
  background-color: currentColor;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #005c95;
}

.bg-gray {
  background-color: #727069;
}

.bg-teladoc-primary {
  background-color: #5b2f91;
}

.bg-brand {
  background-color: #5b2f91;
}

.bg-primary {
  background-color: #fff;
}

.bg-error-primary {
  background-color: #fcd04d;
}

.bg-secondary {
  background-color: #196ecf;
}

.bg-tertiary {
  background-color: #000;
}

.bg-attention-primary {
  background-color: #fdf5eb;
}

.bg-accent-primary {
  background-color: #fff;
}

.bg-info-primary {
  background-color: #b8e3eb;
}

.bg-info-secondary {
  background-color: #eaf7f9;
}

.bg-success-primary {
  background-color: transparent;
}

.bg-disabled-primary {
  background-color: #c5c5c5;
}

.bg-nav-primary {
  background-color: #0071bc;
}

.bg-notification-primary {
  background-color: #0d880b;
}

.bg-neutral-primary {
  background-color: #f1f4f8;
}

.bg-avatar-primary {
  background-color: #25264c;
}

.bg-message-primary {
  background-color: #27accd;
}

.bg-grid-row {
  background-color: #f6f6f6;
}

.bg-button-primary {
  background-color: #5b2f91;
}

.bg-button-primary-active {
  background-color: #5b2f91;
}

.bg-button-primary-hover {
  background-color: #5b2f91;
}

.bg-button-secondary {
  background-color: transparent;
}

.bg-button-secondary-active {
  background-color: #e8f6fa;
}

.bg-button-tertiary {
  background-color: #c03c00;
}

.bg-button-tertiary-active {
  background-color: #8c3615;
}

.bg-button-disabled {
  background-color: #727069;
}

.bg-progress-bar-default {
  background-color: #dae1e7;
}

.bg-progress-bar-active {
  background-color: #003b5c;
}

.bg-button-provider-search-selected {
  background-color: #0d880b;
}

.bg-badge-primary {
  background-color: #f00;
}

.bg-modal-footer {
  background-color: #f6f6f6;
}

.bg-messaging-primary {
  background-color: #005c95;
}

.bg-messaging-secondary {
  background-color: #f6f6f6;
}

.bg-messaging-tertiary {
  background-color: #979797;
}

.bg-messaging-disabled {
  background-color: #bdbdbd;
}

.bg-messaging-accept {
  background-color: #f5f9ec;
}

.bg-messaging-active {
  background-color: #edf7fc;
}

.bg-messaging-attachments {
  background-color: #eeeaf4;
}

.bg-messaging-attention {
  background-color: #fdf5eb;
}

.bg-messaging-error {
  background-color: #fcddd8;
}

.bg-messaging-success-primary {
  background-color: #167f01;
}

.bg-messaging-success-secondary {
  background-color: #e7f1cd;
}

.bg-messaging-success-tertiary {
  background-color: #a1c345;
}

.bg-messaging-error-primary {
  background-color: #aa1010;
}

.bg-messaging-error-secondary {
  background-color: #ee543e;
}

.bg-messaging-warning {
  background-color: #fdecb3;
}

.bg-messaging-warning-secondary {
  background-color: #9f8633;
}

.bg-messaging-delimiter {
  background-color: #6dc4e5;
}

.bg-messaging-avatar {
  background-color: #3f2065;
}

.bg-messaging-gallery {
  background-color: #727069;
}

.bg-messaging-error-new {
  background-color: #c9311a;
}

.bg-messaging-pink-blur {
  background-color: #fce9e8;
}

.bg-toast-primary {
  background-color: #166174;
}

.bg-toast-secondary {
  background-color: #aa1010;
}

.bg-toast-emergency {
  background-color: #fdefed;
}

.bg-adminorange-light {
  background-color: #f9a100;
}

.bg-adminorange-dark {
  background-color: #d28d00;
}

.bg-adminblue-800 {
  background-color: #4e89a4;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-adminblue-100 {
  background-color: #e5f4fa;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-currentColor:hover {
  background-color: currentColor;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-blue:hover {
  background-color: #005c95;
}

.hover\:bg-gray:hover {
  background-color: #727069;
}

.hover\:bg-teladoc-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-brand:hover {
  background-color: #5b2f91;
}

.hover\:bg-primary:hover {
  background-color: #fff;
}

.hover\:bg-error-primary:hover {
  background-color: #fcd04d;
}

.hover\:bg-secondary:hover {
  background-color: #196ecf;
}

.hover\:bg-tertiary:hover {
  background-color: #000;
}

.hover\:bg-attention-primary:hover {
  background-color: #fdf5eb;
}

.hover\:bg-accent-primary:hover {
  background-color: #fff;
}

.hover\:bg-info-primary:hover {
  background-color: #b8e3eb;
}

.hover\:bg-info-secondary:hover {
  background-color: #eaf7f9;
}

.hover\:bg-success-primary:hover {
  background-color: transparent;
}

.hover\:bg-disabled-primary:hover {
  background-color: #c5c5c5;
}

.hover\:bg-nav-primary:hover {
  background-color: #0071bc;
}

.hover\:bg-notification-primary:hover {
  background-color: #0d880b;
}

.hover\:bg-neutral-primary:hover {
  background-color: #f1f4f8;
}

.hover\:bg-avatar-primary:hover {
  background-color: #25264c;
}

.hover\:bg-message-primary:hover {
  background-color: #27accd;
}

.hover\:bg-grid-row:hover {
  background-color: #f6f6f6;
}

.hover\:bg-button-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-active:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-hover:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-secondary:hover {
  background-color: transparent;
}

.hover\:bg-button-secondary-active:hover {
  background-color: #e8f6fa;
}

.hover\:bg-button-tertiary:hover {
  background-color: #c03c00;
}

.hover\:bg-button-tertiary-active:hover {
  background-color: #8c3615;
}

.hover\:bg-button-disabled:hover {
  background-color: #727069;
}

.hover\:bg-progress-bar-default:hover {
  background-color: #dae1e7;
}

.hover\:bg-progress-bar-active:hover {
  background-color: #003b5c;
}

.hover\:bg-button-provider-search-selected:hover {
  background-color: #0d880b;
}

.hover\:bg-badge-primary:hover {
  background-color: #f00;
}

.hover\:bg-modal-footer:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-primary:hover {
  background-color: #005c95;
}

.hover\:bg-messaging-secondary:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-tertiary:hover {
  background-color: #979797;
}

.hover\:bg-messaging-disabled:hover {
  background-color: #bdbdbd;
}

.hover\:bg-messaging-accept:hover {
  background-color: #f5f9ec;
}

.hover\:bg-messaging-active:hover {
  background-color: #edf7fc;
}

.hover\:bg-messaging-attachments:hover {
  background-color: #eeeaf4;
}

.hover\:bg-messaging-attention:hover {
  background-color: #fdf5eb;
}

.hover\:bg-messaging-error:hover {
  background-color: #fcddd8;
}

.hover\:bg-messaging-success-primary:hover {
  background-color: #167f01;
}

.hover\:bg-messaging-success-secondary:hover {
  background-color: #e7f1cd;
}

.hover\:bg-messaging-success-tertiary:hover {
  background-color: #a1c345;
}

.hover\:bg-messaging-error-primary:hover {
  background-color: #aa1010;
}

.hover\:bg-messaging-error-secondary:hover {
  background-color: #ee543e;
}

.hover\:bg-messaging-warning:hover {
  background-color: #fdecb3;
}

.hover\:bg-messaging-warning-secondary:hover {
  background-color: #9f8633;
}

.hover\:bg-messaging-delimiter:hover {
  background-color: #6dc4e5;
}

.hover\:bg-messaging-avatar:hover {
  background-color: #3f2065;
}

.hover\:bg-messaging-gallery:hover {
  background-color: #727069;
}

.hover\:bg-messaging-error-new:hover {
  background-color: #c9311a;
}

.hover\:bg-messaging-pink-blur:hover {
  background-color: #fce9e8;
}

.hover\:bg-toast-primary:hover {
  background-color: #166174;
}

.hover\:bg-toast-secondary:hover {
  background-color: #aa1010;
}

.hover\:bg-toast-emergency:hover {
  background-color: #fdefed;
}

.hover\:bg-adminorange-light:hover {
  background-color: #f9a100;
}

.hover\:bg-adminorange-dark:hover {
  background-color: #d28d00;
}

.hover\:bg-adminblue-800:hover {
  background-color: #4e89a4;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-adminblue-100:hover {
  background-color: #e5f4fa;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-2 {
  background-size: 2rem;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-black {
  border-color: #000;
}

.border-currentColor {
  border-color: currentColor;
}

.border-white {
  border-color: #fff;
}

.border-blue {
  border-color: #005c95;
}

.border-gray {
  border-color: #727069;
}

.border-teladoc-primary {
  border-color: #5b2f91;
}

.border-primary {
  border-color: #bbb;
}

.border-secondary {
  border-color: #000;
}

.border-tertiary {
  border-color: #333;
}

.border-accent {
  border-color: #fff;
}

.border-accent-primary {
  border-color: #f7f7f7;
}

.border-error-primary {
  border-color: #fcd04d;
}

.border-disabled-primary {
  border-color: #c5c5c5;
}

.border-info-primary {
  border-color: #b8e3eb;
}

.border-info-secondary {
  border-color: #196ecf;
}

.border-success-primary {
  border-color: transparent;
}

.border-chevron-primary {
  border-color: #fff;
}

.border-neutral-primary {
  border-color: #dcdedf;
}

.border-focus-primary {
  border-color: #3b99fc;
}

.border-button-primary {
  border-color: #5b2f91;
}

.border-button-primary-hover {
  border-color: #5b2f91;
}

.border-button-secondary {
  border-color: #5b2f91;
}

.border-button-secondary-hover {
  border-color: #5b2f91;
}

.border-button-tertiary {
  border-color: #c03c00;
}

.border-button-tertiary-active {
  border-color: #8c3615;
}

.border-button-rav-survey-primary {
  border-color: #5b2f91;
}

.border-button-provider-search-selected {
  border-color: #0d880b;
}

.border-progress-bar-active {
  border-color: #003b5c;
}

.border-input-outline-primary {
  border-color: #b1b1b3;
}

.border-checkboxes-outline {
  border-color: #bdbdbd;
}

.border-checkboxes-outline-hover {
  border-color: #5b2f91;
}

.border-toast-primary {
  border-color: #166174;
}

.border-toast-secondary {
  border-color: #aa1010;
}

.border-ems-modal-title-border {
  border-color: #6dc4e5;
}

.border-messaging-grid {
  border-color: #bdbdbd;
}

.border-messaging-primary {
  border-color: #005c95;
}

.border-messaging-common-grey {
  border-color: #696b6b;
}

.border-messaging-common-blue {
  border-color: #00498a;
}

.border-messaging-light-blue {
  border-color: #d3eef5;
}

.border-messaging-secondary {
  border-color: #727069;
}

.border-messaging-tertiary {
  border-color: #979797;
}

.border-messaging-link {
  border-color: #a5a197;
}

.border-messaging-attention {
  border-color: #eeac47;
}

.border-messaging-error {
  border-color: #ee543e;
}

.border-messaging-error-new {
  border-color: #c9311a;
}

.border-messaging-pink-blur {
  border-color: #fce9e8;
}

.border-messaging-accept-primary {
  border-color: #85b500;
}

.border-messaging-error-primary {
  border-color: #aa1010;
}

.border-messaging-attach-outline {
  border-color: #565554;
}

.border-messaging-outline-primary {
  border-color: #96999c;
}

.border-messaging-outline-tertiary {
  border-color: #cbc9bf;
}

.border-messaging-outline-accent {
  border-color: #5b2f91;
}

.border-messaging-success {
  border-color: #167f01;
}

.border-messaging-pending {
  border-color: #f4c785;
}

.border-messaging-warning {
  border-color: #9f8633;
}

.border-messaging-grey {
  border-color: #919393;
}

.border-adminblue-400 {
  border-color: #a4c5d4;
}

.border-adminblue-100 {
  border-color: #e5f4fa;
}

.border-adminblue-500 {
  border-color: #8fb6c7;
}

.border-adminblue-800 {
  border-color: #4e89a4;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-currentColor:hover {
  border-color: currentColor;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-blue:hover {
  border-color: #005c95;
}

.hover\:border-gray:hover {
  border-color: #727069;
}

.hover\:border-teladoc-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-primary:hover {
  border-color: #bbb;
}

.hover\:border-secondary:hover {
  border-color: #000;
}

.hover\:border-tertiary:hover {
  border-color: #333;
}

.hover\:border-accent:hover {
  border-color: #fff;
}

.hover\:border-accent-primary:hover {
  border-color: #f7f7f7;
}

.hover\:border-error-primary:hover {
  border-color: #fcd04d;
}

.hover\:border-disabled-primary:hover {
  border-color: #c5c5c5;
}

.hover\:border-info-primary:hover {
  border-color: #b8e3eb;
}

.hover\:border-info-secondary:hover {
  border-color: #196ecf;
}

.hover\:border-success-primary:hover {
  border-color: transparent;
}

.hover\:border-chevron-primary:hover {
  border-color: #fff;
}

.hover\:border-neutral-primary:hover {
  border-color: #dcdedf;
}

.hover\:border-focus-primary:hover {
  border-color: #3b99fc;
}

.hover\:border-button-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-primary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-tertiary:hover {
  border-color: #c03c00;
}

.hover\:border-button-tertiary-active:hover {
  border-color: #8c3615;
}

.hover\:border-button-rav-survey-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-provider-search-selected:hover {
  border-color: #0d880b;
}

.hover\:border-progress-bar-active:hover {
  border-color: #003b5c;
}

.hover\:border-input-outline-primary:hover {
  border-color: #b1b1b3;
}

.hover\:border-checkboxes-outline:hover {
  border-color: #bdbdbd;
}

.hover\:border-checkboxes-outline-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-toast-primary:hover {
  border-color: #166174;
}

.hover\:border-toast-secondary:hover {
  border-color: #aa1010;
}

.hover\:border-ems-modal-title-border:hover {
  border-color: #6dc4e5;
}

.hover\:border-messaging-grid:hover {
  border-color: #bdbdbd;
}

.hover\:border-messaging-primary:hover {
  border-color: #005c95;
}

.hover\:border-messaging-common-grey:hover {
  border-color: #696b6b;
}

.hover\:border-messaging-common-blue:hover {
  border-color: #00498a;
}

.hover\:border-messaging-light-blue:hover {
  border-color: #d3eef5;
}

.hover\:border-messaging-secondary:hover {
  border-color: #727069;
}

.hover\:border-messaging-tertiary:hover {
  border-color: #979797;
}

.hover\:border-messaging-link:hover {
  border-color: #a5a197;
}

.hover\:border-messaging-attention:hover {
  border-color: #eeac47;
}

.hover\:border-messaging-error:hover {
  border-color: #ee543e;
}

.hover\:border-messaging-error-new:hover {
  border-color: #c9311a;
}

.hover\:border-messaging-pink-blur:hover {
  border-color: #fce9e8;
}

.hover\:border-messaging-accept-primary:hover {
  border-color: #85b500;
}

.hover\:border-messaging-error-primary:hover {
  border-color: #aa1010;
}

.hover\:border-messaging-attach-outline:hover {
  border-color: #565554;
}

.hover\:border-messaging-outline-primary:hover {
  border-color: #96999c;
}

.hover\:border-messaging-outline-tertiary:hover {
  border-color: #cbc9bf;
}

.hover\:border-messaging-outline-accent:hover {
  border-color: #5b2f91;
}

.hover\:border-messaging-success:hover {
  border-color: #167f01;
}

.hover\:border-messaging-pending:hover {
  border-color: #f4c785;
}

.hover\:border-messaging-warning:hover {
  border-color: #9f8633;
}

.hover\:border-messaging-grey:hover {
  border-color: #919393;
}

.hover\:border-adminblue-400:hover {
  border-color: #a4c5d4;
}

.hover\:border-adminblue-100:hover {
  border-color: #e5f4fa;
}

.hover\:border-adminblue-500:hover {
  border-color: #8fb6c7;
}

.hover\:border-adminblue-800:hover {
  border-color: #4e89a4;
}

.hover\:border-gray-400:hover {
  border-color: #9ca3af;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-button-primary {
  border-radius: .5rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-button-primary {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-button-primary {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-button-primary {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-button-primary {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-button-primary {
  border-top-left-radius: .5rem;
}

.rounded-tr-button-primary {
  border-top-right-radius: .5rem;
}

.rounded-br-button-primary {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-button-primary {
  border-bottom-left-radius: .5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-chevron {
  border-width: .1rem;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-chevron {
  border-top-width: .1rem;
}

.border-r-chevron {
  border-right-width: .1rem;
}

.border-b-chevron {
  border-bottom-width: .1rem;
}

.border-l-chevron {
  border-left-width: .1rem;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-24 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-px {
  margin-right: 1px;
}

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

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-1 {
  max-width: .25rem;
}

.max-w-2 {
  max-width: .5rem;
}

.max-w-3 {
  max-width: .75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-200 {
  max-width: 50rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-half {
  max-width: 50%;
}

.max-w-9\/10 {
  max-width: 90%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-container {
  max-width: 37.5rem;
}

.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-68 {
  min-width: 17rem;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

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

.-mr-px {
  margin-right: -1px;
}

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

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-24 {
  padding: 6rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

.pr-px {
  padding-right: 1px;
}

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

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-none {
  box-shadow: none;
}

.fill-black {
  fill: #000;
}

.fill-currentColor {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-blue {
  fill: #005c95;
}

.fill-gray {
  fill: #727069;
}

.fill-teladoc-primary {
  fill: #5b2f91;
}

.fill-primary {
  fill: #5b2f91;
}

.fill-btn-icon-primary {
  fill: #727069;
}

.fill-btn-icon-secondary {
  fill: #005c95;
}

.fill-toast-primary {
  fill: #166174;
}

.fill-toast-secondary {
  fill: #aa1010;
}

.stroke-black {
  stroke: #000;
}

.stroke-currentColor {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-blue {
  stroke: #005c95;
}

.stroke-gray {
  stroke: #727069;
}

.stroke-teladoc-primary {
  stroke: #5b2f91;
}

.stroke-primary {
  stroke: #5b2f91;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  color: #000;
}

.text-currentColor {
  color: currentColor;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #005c95;
}

.text-gray {
  color: #727069;
}

.text-teladoc-primary {
  color: #5b2f91;
}

.text-primary {
  color: #2c2a29;
}

.text-secondary {
  color: #000;
}

.text-tertiary {
  color: #5b2f91;
}

.text-quaternary {
  color: #003da1;
}

.text-accent-primary {
  color: #fff;
}

.text-neutral-primary {
  color: #96999c;
}

.text-neutral-secondary {
  color: #7c7873;
}

.text-neutral-tertiary {
  color: #333;
}

.text-success-primary {
  color: #0d880b;
}

.text-alert-primary {
  color: #e91b18;
}

.text-button-primary {
  color: #fffef9;
}

.text-button-secondary {
  color: #5b2f91;
}

.text-button-secondary-hover {
  color: #71c5e8;
}

.text-button-rav-survey-primary {
  color: #5b2f91;
}

.text-progress-bar-default {
  color: #75787b;
}

.text-progress-bar-active {
  color: #003c5c;
}

.text-modal-provider-select {
  color: #003c5c;
}

.text-ems-modal-title {
  color: #244861;
}

.text-checkbox-label {
  color: #32302e;
}

.text-disabled-primary {
  color: #9a9fa8;
}

.text-messaging-primary {
  color: #727069;
}

.text-messaging-common-grey {
  color: #696b6b;
}

.text-messaging-common-blue {
  color: #00498a;
}

.text-toast-primary {
  color: #166174;
}

.text-toast-secondary {
  color: #aa1010;
}

.text-messaging-secondary {
  color: #005c95;
}

.text-messaging-tertiary {
  color: #2c2a29;
}

.text-messaging-error {
  color: #ee543e;
}

.text-messaging-error-primary {
  color: #aa1010;
}

.text-messaging-link {
  color: #a5a197;
}

.text-messaging-black {
  color: #181919;
}

.text-messaging-grey {
  color: #919393;
}

.text-messaging-new-links {
  color: #00498a;
}

.text-messaging-avatar {
  color: #3f2065;
}

.text-messaging-warning {
  color: #9f8633;
}

.text-ha-notification {
  color: #939289;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-600 {
  color: #71809;
}

.text-member-detail-li {
  color: #7000;
}

.text-member-detail-links {
  color: #00518f;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-currentColor:hover {
  color: currentColor;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-blue:hover {
  color: #005c95;
}

.hover\:text-gray:hover {
  color: #727069;
}

.hover\:text-teladoc-primary:hover {
  color: #5b2f91;
}

.hover\:text-primary:hover {
  color: #2c2a29;
}

.hover\:text-secondary:hover {
  color: #000;
}

.hover\:text-tertiary:hover {
  color: #5b2f91;
}

.hover\:text-quaternary:hover {
  color: #003da1;
}

.hover\:text-accent-primary:hover {
  color: #fff;
}

.hover\:text-neutral-primary:hover {
  color: #96999c;
}

.hover\:text-neutral-secondary:hover {
  color: #7c7873;
}

.hover\:text-neutral-tertiary:hover {
  color: #333;
}

.hover\:text-success-primary:hover {
  color: #0d880b;
}

.hover\:text-alert-primary:hover {
  color: #e91b18;
}

.hover\:text-button-primary:hover {
  color: #fffef9;
}

.hover\:text-button-secondary:hover {
  color: #5b2f91;
}

.hover\:text-button-secondary-hover:hover {
  color: #71c5e8;
}

.hover\:text-button-rav-survey-primary:hover {
  color: #5b2f91;
}

.hover\:text-progress-bar-default:hover {
  color: #75787b;
}

.hover\:text-progress-bar-active:hover {
  color: #003c5c;
}

.hover\:text-modal-provider-select:hover {
  color: #003c5c;
}

.hover\:text-ems-modal-title:hover {
  color: #244861;
}

.hover\:text-checkbox-label:hover {
  color: #32302e;
}

.hover\:text-disabled-primary:hover {
  color: #9a9fa8;
}

.hover\:text-messaging-primary:hover {
  color: #727069;
}

.hover\:text-messaging-common-grey:hover {
  color: #696b6b;
}

.hover\:text-messaging-common-blue:hover {
  color: #00498a;
}

.hover\:text-toast-primary:hover {
  color: #166174;
}

.hover\:text-toast-secondary:hover {
  color: #aa1010;
}

.hover\:text-messaging-secondary:hover {
  color: #005c95;
}

.hover\:text-messaging-tertiary:hover {
  color: #2c2a29;
}

.hover\:text-messaging-error:hover {
  color: #ee543e;
}

.hover\:text-messaging-error-primary:hover {
  color: #aa1010;
}

.hover\:text-messaging-link:hover {
  color: #a5a197;
}

.hover\:text-messaging-black:hover {
  color: #181919;
}

.hover\:text-messaging-grey:hover {
  color: #919393;
}

.hover\:text-messaging-new-links:hover {
  color: #00498a;
}

.hover\:text-messaging-avatar:hover {
  color: #3f2065;
}

.hover\:text-messaging-warning:hover {
  color: #9f8633;
}

.hover\:text-ha-notification:hover {
  color: #939289;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-600:hover {
  color: #71809;
}

.hover\:text-member-detail-li:hover {
  color: #7000;
}

.hover\:text-member-detail-links:hover {
  color: #00518f;
}

.text-xxs {
  font-size: .625rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-1\.5xl {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-2\.5xl {
  font-size: 1.6rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-128 {
  width: 32rem;
}

.w-200 {
  width: 50rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-container {
  width: 37.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.z--1 {
  z-index: -1;
}

.rotate-1\/8 {
  transform: rotate(45deg);
}

.rotate-1\/4 {
  transform: rotate(90deg);
}

.rotate-3\/8 {
  transform: rotate(135deg);
}

.rotate-1\/2 {
  transform: rotate(180deg);
}

.rotate-5\/8 {
  transform: rotate(225deg);
}

.rotate-3\/4 {
  transform: rotate(270deg);
}

.rotate-7\/8 {
  transform: rotate(315deg);
}

.outline-color-black {
  outline-color: #000;
}

.outline-color-currentColor {
  outline-color: currentColor;
}

.outline-color-white {
  outline-color: #fff;
}

.outline-color-blue {
  outline-color: #005c95;
}

.outline-color-gray {
  outline-color: #727069;
}

.outline-color-teladoc-primary {
  outline-color: #5b2f91;
}

.outline-color-focus-primary {
  outline-color: #3b99fc;
}

.outline-w-0 {
  outline-width: 0;
}

.outline-w-2 {
  outline-width: 2px;
}

.outline-w-4 {
  outline-width: 4px;
}

.outline-w-8 {
  outline-width: 8px;
}

.outline-w-default {
  outline-width: 1px;
}

.outline-style-solid {
  outline-style: solid;
}

.outline-style-dashed {
  outline-style: dashed;
}

hidden {
  display: none;
}

.rte_test button {
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-width: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #d28d00, #f9a100);
}

.rte_test button[disabled] {
  opacity: .75;
  cursor: not-allowed;
}

.rte_test button[disabled] {
  background-color: #f9a100;
  color: #edf2f7;
}

@media (min-width: 320px) {
  .xxs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxs\:bg-fixed {
    background-attachment: fixed;
  }

  .xxs\:bg-local {
    background-attachment: local;
  }

  .xxs\:bg-scroll {
    background-attachment: scroll;
  }

  .xxs\:bg-black {
    background-color: #000;
  }

  .xxs\:bg-currentColor {
    background-color: currentColor;
  }

  .xxs\:bg-white {
    background-color: #fff;
  }

  .xxs\:bg-blue {
    background-color: #005c95;
  }

  .xxs\:bg-gray {
    background-color: #727069;
  }

  .xxs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-brand {
    background-color: #5b2f91;
  }

  .xxs\:bg-primary {
    background-color: #fff;
  }

  .xxs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xxs\:bg-secondary {
    background-color: #196ecf;
  }

  .xxs\:bg-tertiary {
    background-color: #000;
  }

  .xxs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xxs\:bg-accent-primary {
    background-color: #fff;
  }

  .xxs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xxs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xxs\:bg-success-primary {
    background-color: transparent;
  }

  .xxs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xxs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xxs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xxs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xxs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xxs\:bg-message-primary {
    background-color: #27accd;
  }

  .xxs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xxs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-secondary {
    background-color: transparent;
  }

  .xxs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xxs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xxs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xxs\:bg-button-disabled {
    background-color: #727069;
  }

  .xxs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xxs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xxs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xxs\:bg-badge-primary {
    background-color: #f00;
  }

  .xxs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xxs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xxs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xxs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xxs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xxs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xxs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xxs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xxs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xxs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xxs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xxs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xxs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xxs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xxs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xxs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xxs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xxs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xxs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xxs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xxs\:bg-toast-primary {
    background-color: #166174;
  }

  .xxs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xxs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xxs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xxs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xxs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xxs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xxs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xxs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xxs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xxs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xxs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xxs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xxs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xxs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xxs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xxs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xxs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xxs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xxs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xxs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xxs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xxs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xxs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xxs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xxs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xxs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xxs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xxs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xxs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xxs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xxs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xxs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xxs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xxs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xxs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xxs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xxs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xxs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xxs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xxs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xxs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xxs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xxs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xxs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xxs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xxs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xxs\:bg-bottom {
    background-position: bottom;
  }

  .xxs\:bg-center {
    background-position: center;
  }

  .xxs\:bg-left {
    background-position: left;
  }

  .xxs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxs\:bg-left-top {
    background-position: left top;
  }

  .xxs\:bg-right {
    background-position: right;
  }

  .xxs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxs\:bg-right-top {
    background-position: right top;
  }

  .xxs\:bg-top {
    background-position: top;
  }

  .xxs\:bg-repeat {
    background-repeat: repeat;
  }

  .xxs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxs\:bg-2 {
    background-size: 2rem;
  }

  .xxs\:bg-auto {
    background-size: auto;
  }

  .xxs\:bg-cover {
    background-size: cover;
  }

  .xxs\:bg-contain {
    background-size: contain;
  }

  .xxs\:border-black {
    border-color: #000;
  }

  .xxs\:border-currentColor {
    border-color: currentColor;
  }

  .xxs\:border-white {
    border-color: #fff;
  }

  .xxs\:border-blue {
    border-color: #005c95;
  }

  .xxs\:border-gray {
    border-color: #727069;
  }

  .xxs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-primary {
    border-color: #bbb;
  }

  .xxs\:border-secondary {
    border-color: #000;
  }

  .xxs\:border-tertiary {
    border-color: #333;
  }

  .xxs\:border-accent {
    border-color: #fff;
  }

  .xxs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xxs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xxs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xxs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xxs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xxs\:border-success-primary {
    border-color: transparent;
  }

  .xxs\:border-chevron-primary {
    border-color: #fff;
  }

  .xxs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xxs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xxs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xxs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xxs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xxs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xxs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xxs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xxs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-toast-primary {
    border-color: #166174;
  }

  .xxs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xxs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xxs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xxs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xxs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xxs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xxs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xxs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xxs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xxs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xxs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xxs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xxs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xxs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xxs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xxs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xxs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xxs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xxs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xxs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xxs\:border-messaging-success {
    border-color: #167f01;
  }

  .xxs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xxs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xxs\:border-messaging-grey {
    border-color: #919393;
  }

  .xxs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xxs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xxs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xxs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xxs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xxs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xxs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xxs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xxs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xxs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xxs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xxs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xxs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xxs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xxs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xxs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xxs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xxs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xxs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xxs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xxs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xxs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xxs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xxs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xxs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xxs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xxs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xxs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xxs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xxs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xxs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xxs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xxs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xxs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xxs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xxs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xxs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xxs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xxs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xxs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xxs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xxs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xxs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xxs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xxs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xxs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xxs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: .125rem;
  }

  .xxs\:rounded {
    border-radius: .25rem;
  }

  .xxs\:rounded-lg {
    border-radius: .5rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xxs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:border-0 {
    border-width: 0;
  }

  .xxs\:border-1 {
    border-width: 1px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-3 {
    border-width: 3px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:border-chevron {
    border-width: .1rem;
  }

  .xxs\:border-t-0 {
    border-top-width: 0;
  }

  .xxs\:border-r-0 {
    border-right-width: 0;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxs\:border-l-0 {
    border-left-width: 0;
  }

  .xxs\:border-t-1 {
    border-top-width: 1px;
  }

  .xxs\:border-r-1 {
    border-right-width: 1px;
  }

  .xxs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxs\:border-l-1 {
    border-left-width: 1px;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-t-3 {
    border-top-width: 3px;
  }

  .xxs\:border-r-3 {
    border-right-width: 3px;
  }

  .xxs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxs\:border-l-3 {
    border-left-width: 3px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xxs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xxs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xxs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

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

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:flex-no-grow {
    flex-grow: 0;
  }

  .xxs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xxs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xxs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxs\:font-hairline {
    font-weight: 100;
  }

  .xxs\:font-thin {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 700;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:h-1 {
    height: .25rem;
  }

  .xxs\:h-2 {
    height: .5rem;
  }

  .xxs\:h-3 {
    height: .75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 1.25rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-7 {
    height: 1.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-9 {
    height: 2.25rem;
  }

  .xxs\:h-10 {
    height: 2.5rem;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-12 {
    height: 3rem;
  }

  .xxs\:h-15 {
    height: 3.75rem;
  }

  .xxs\:h-16 {
    height: 4rem;
  }

  .xxs\:h-20 {
    height: 5rem;
  }

  .xxs\:h-22 {
    height: 5.5rem;
  }

  .xxs\:h-24 {
    height: 6rem;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-48 {
    height: 12rem;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-96 {
    height: 24rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: .25rem;
  }

  .xxs\:m-2 {
    margin: .5rem;
  }

  .xxs\:m-3 {
    margin: .75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 1.25rem;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-10 {
    margin: 2.5rem;
  }

  .xxs\:m-19 {
    margin: 4.75rem;
  }

  .xxs\:m-24 {
    margin: 6rem;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xxs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xxs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:mt-1 {
    margin-top: .25rem;
  }

  .xxs\:mr-1 {
    margin-right: .25rem;
  }

  .xxs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxs\:ml-1 {
    margin-left: .25rem;
  }

  .xxs\:mt-2 {
    margin-top: .5rem;
  }

  .xxs\:mr-2 {
    margin-right: .5rem;
  }

  .xxs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxs\:ml-2 {
    margin-left: .5rem;
  }

  .xxs\:mt-3 {
    margin-top: .75rem;
  }

  .xxs\:mr-3 {
    margin-right: .75rem;
  }

  .xxs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxs\:ml-3 {
    margin-left: .75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xxs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xxs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xxs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xxs\:mt-24 {
    margin-top: 6rem;
  }

  .xxs\:mr-24 {
    margin-right: 6rem;
  }

  .xxs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxs\:ml-24 {
    margin-left: 6rem;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:max-w-1 {
    max-width: .25rem;
  }

  .xxs\:max-w-2 {
    max-width: .5rem;
  }

  .xxs\:max-w-3 {
    max-width: .75rem;
  }

  .xxs\:max-w-4 {
    max-width: 1rem;
  }

  .xxs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xxs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xxs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xxs\:max-w-8 {
    max-width: 2rem;
  }

  .xxs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xxs\:max-w-12 {
    max-width: 3rem;
  }

  .xxs\:max-w-16 {
    max-width: 4rem;
  }

  .xxs\:max-w-24 {
    max-width: 6rem;
  }

  .xxs\:max-w-32 {
    max-width: 8rem;
  }

  .xxs\:max-w-48 {
    max-width: 12rem;
  }

  .xxs\:max-w-52 {
    max-width: 13rem;
  }

  .xxs\:max-w-64 {
    max-width: 16rem;
  }

  .xxs\:max-w-128 {
    max-width: 32rem;
  }

  .xxs\:max-w-200 {
    max-width: 50rem;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 30rem;
  }

  .xxs\:max-w-md {
    max-width: 40rem;
  }

  .xxs\:max-w-lg {
    max-width: 50rem;
  }

  .xxs\:max-w-xl {
    max-width: 60rem;
  }

  .xxs\:max-w-2xl {
    max-width: 70rem;
  }

  .xxs\:max-w-3xl {
    max-width: 80rem;
  }

  .xxs\:max-w-4xl {
    max-width: 90rem;
  }

  .xxs\:max-w-5xl {
    max-width: 100rem;
  }

  .xxs\:max-w-half {
    max-width: 50%;
  }

  .xxs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-container {
    max-width: 37.5rem;
  }

  .xxs\:min-h-0 {
    min-height: 0;
  }

  .xxs\:min-h-12 {
    min-height: 3rem;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-w-0 {
    min-width: 0;
  }

  .xxs\:min-w-16 {
    min-width: 4rem;
  }

  .xxs\:min-w-24 {
    min-width: 6rem;
  }

  .xxs\:min-w-32 {
    min-width: 8rem;
  }

  .xxs\:min-w-40 {
    min-width: 10rem;
  }

  .xxs\:min-w-60 {
    min-width: 15rem;
  }

  .xxs\:min-w-64 {
    min-width: 16rem;
  }

  .xxs\:min-w-68 {
    min-width: 17rem;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:-m-0 {
    margin: 0;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-10 {
    margin: -2.5rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -3.5rem;
  }

  .xxs\:-m-16 {
    margin: -4rem;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-mt-0 {
    margin-top: 0;
  }

  .xxs\:-mr-0 {
    margin-right: 0;
  }

  .xxs\:-mb-0 {
    margin-bottom: 0;
  }

  .xxs\:-ml-0 {
    margin-left: 0;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxs\:-mt-16 {
    margin-top: -4rem;
  }

  .xxs\:-mr-16 {
    margin-right: -4rem;
  }

  .xxs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxs\:-ml-16 {
    margin-left: -4rem;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-25 {
    opacity: .25;
  }

  .xxs\:opacity-50 {
    opacity: .5;
  }

  .xxs\:opacity-75 {
    opacity: .75;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: .25rem;
  }

  .xxs\:p-2 {
    padding: .5rem;
  }

  .xxs\:p-3 {
    padding: .75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 1.25rem;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-10 {
    padding: 2.5rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-16 {
    padding: 4rem;
  }

  .xxs\:p-24 {
    padding: 6rem;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pt-1 {
    padding-top: .25rem;
  }

  .xxs\:pr-1 {
    padding-right: .25rem;
  }

  .xxs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxs\:pl-1 {
    padding-left: .25rem;
  }

  .xxs\:pt-2 {
    padding-top: .5rem;
  }

  .xxs\:pr-2 {
    padding-right: .5rem;
  }

  .xxs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxs\:pl-2 {
    padding-left: .5rem;
  }

  .xxs\:pt-3 {
    padding-top: .75rem;
  }

  .xxs\:pr-3 {
    padding-right: .75rem;
  }

  .xxs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxs\:pl-3 {
    padding-left: .75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pt-16 {
    padding-top: 4rem;
  }

  .xxs\:pr-16 {
    padding-right: 4rem;
  }

  .xxs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxs\:pl-16 {
    padding-left: 4rem;
  }

  .xxs\:pt-24 {
    padding-top: 6rem;
  }

  .xxs\:pr-24 {
    padding-right: 6rem;
  }

  .xxs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxs\:pl-24 {
    padding-left: 6rem;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: sticky;
  }

  .xxs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxs\:pin-x {
    right: 0;
    left: 0;
  }

  .xxs\:pin-t {
    top: 0;
  }

  .xxs\:pin-r {
    right: 0;
  }

  .xxs\:pin-b {
    bottom: 0;
  }

  .xxs\:pin-l {
    left: 0;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxs\:shadow-none {
    box-shadow: none;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:text-black {
    color: #000;
  }

  .xxs\:text-currentColor {
    color: currentColor;
  }

  .xxs\:text-white {
    color: #fff;
  }

  .xxs\:text-blue {
    color: #005c95;
  }

  .xxs\:text-gray {
    color: #727069;
  }

  .xxs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xxs\:text-primary {
    color: #2c2a29;
  }

  .xxs\:text-secondary {
    color: #000;
  }

  .xxs\:text-tertiary {
    color: #5b2f91;
  }

  .xxs\:text-quaternary {
    color: #003da1;
  }

  .xxs\:text-accent-primary {
    color: #fff;
  }

  .xxs\:text-neutral-primary {
    color: #96999c;
  }

  .xxs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xxs\:text-neutral-tertiary {
    color: #333;
  }

  .xxs\:text-success-primary {
    color: #0d880b;
  }

  .xxs\:text-alert-primary {
    color: #e91b18;
  }

  .xxs\:text-button-primary {
    color: #fffef9;
  }

  .xxs\:text-button-secondary {
    color: #5b2f91;
  }

  .xxs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xxs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xxs\:text-progress-bar-default {
    color: #75787b;
  }

  .xxs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xxs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xxs\:text-ems-modal-title {
    color: #244861;
  }

  .xxs\:text-checkbox-label {
    color: #32302e;
  }

  .xxs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xxs\:text-messaging-primary {
    color: #727069;
  }

  .xxs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xxs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xxs\:text-toast-primary {
    color: #166174;
  }

  .xxs\:text-toast-secondary {
    color: #aa1010;
  }

  .xxs\:text-messaging-secondary {
    color: #005c95;
  }

  .xxs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xxs\:text-messaging-error {
    color: #ee543e;
  }

  .xxs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xxs\:text-messaging-link {
    color: #a5a197;
  }

  .xxs\:text-messaging-black {
    color: #181919;
  }

  .xxs\:text-messaging-grey {
    color: #919393;
  }

  .xxs\:text-messaging-new-links {
    color: #00498a;
  }

  .xxs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xxs\:text-messaging-warning {
    color: #9f8633;
  }

  .xxs\:text-ha-notification {
    color: #939289;
  }

  .xxs\:text-gray-200 {
    color: #edf2f7;
  }

  .xxs\:text-gray-800 {
    color: #2d3748;
  }

  .xxs\:text-gray-600 {
    color: #71809;
  }

  .xxs\:text-member-detail-li {
    color: #7000;
  }

  .xxs\:text-member-detail-links {
    color: #00518f;
  }

  .xxs\:hover\:text-black:hover {
    color: #000;
  }

  .xxs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xxs\:hover\:text-white:hover {
    color: #fff;
  }

  .xxs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xxs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xxs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xxs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xxs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xxs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xxs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xxs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xxs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xxs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xxs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xxs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xxs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xxs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xxs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xxs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xxs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xxs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xxs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xxs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xxs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xxs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xxs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xxs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xxs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xxs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xxs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xxs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xxs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xxs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xxs\:text-xxs {
    font-size: .625rem;
  }

  .xxs\:text-xs {
    font-size: .75rem;
  }

  .xxs\:text-sm {
    font-size: .875rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
  }

  .xxs\:text-xl {
    font-size: 1.25rem;
  }

  .xxs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xxs\:text-2xl {
    font-size: 1.5rem;
  }

  .xxs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xxs\:text-3xl {
    font-size: 1.875rem;
  }

  .xxs\:text-4xl {
    font-size: 2rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:roman {
    font-style: normal;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:hover\:italic:hover {
    font-style: italic;
  }

  .xxs\:hover\:roman:hover {
    font-style: normal;
  }

  .xxs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0;
  }

  .xxs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-words {
    word-wrap: break-word;
  }

  .xxs\:break-normal {
    word-wrap: normal;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:w-1 {
    width: .25rem;
  }

  .xxs\:w-2 {
    width: .5rem;
  }

  .xxs\:w-3 {
    width: .75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 1.25rem;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-7 {
    width: 1.75rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-9 {
    width: 2.25rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-16 {
    width: 4rem;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-24 {
    width: 6rem;
  }

  .xxs\:w-25 {
    width: 6.25rem;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-48 {
    width: 12rem;
  }

  .xxs\:w-52 {
    width: 13rem;
  }

  .xxs\:w-60 {
    width: 15rem;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-128 {
    width: 32rem;
  }

  .xxs\:w-200 {
    width: 50rem;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.33333%;
  }

  .xxs\:w-2\/3 {
    width: 66.66667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.66667%;
  }

  .xxs\:w-5\/6 {
    width: 83.33333%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-container {
    width: 37.5rem;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 375px) {
  .xs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-black {
    background-color: #000;
  }

  .xs\:bg-currentColor {
    background-color: currentColor;
  }

  .xs\:bg-white {
    background-color: #fff;
  }

  .xs\:bg-blue {
    background-color: #005c95;
  }

  .xs\:bg-gray {
    background-color: #727069;
  }

  .xs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-brand {
    background-color: #5b2f91;
  }

  .xs\:bg-primary {
    background-color: #fff;
  }

  .xs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xs\:bg-secondary {
    background-color: #196ecf;
  }

  .xs\:bg-tertiary {
    background-color: #000;
  }

  .xs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xs\:bg-accent-primary {
    background-color: #fff;
  }

  .xs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xs\:bg-success-primary {
    background-color: transparent;
  }

  .xs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xs\:bg-message-primary {
    background-color: #27accd;
  }

  .xs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xs\:bg-button-secondary {
    background-color: transparent;
  }

  .xs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xs\:bg-button-disabled {
    background-color: #727069;
  }

  .xs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xs\:bg-badge-primary {
    background-color: #f00;
  }

  .xs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xs\:bg-toast-primary {
    background-color: #166174;
  }

  .xs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-2 {
    background-size: 2rem;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-black {
    border-color: #000;
  }

  .xs\:border-currentColor {
    border-color: currentColor;
  }

  .xs\:border-white {
    border-color: #fff;
  }

  .xs\:border-blue {
    border-color: #005c95;
  }

  .xs\:border-gray {
    border-color: #727069;
  }

  .xs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xs\:border-primary {
    border-color: #bbb;
  }

  .xs\:border-secondary {
    border-color: #000;
  }

  .xs\:border-tertiary {
    border-color: #333;
  }

  .xs\:border-accent {
    border-color: #fff;
  }

  .xs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xs\:border-success-primary {
    border-color: transparent;
  }

  .xs\:border-chevron-primary {
    border-color: #fff;
  }

  .xs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xs\:border-toast-primary {
    border-color: #166174;
  }

  .xs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xs\:border-messaging-success {
    border-color: #167f01;
  }

  .xs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xs\:border-messaging-grey {
    border-color: #919393;
  }

  .xs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: .125rem;
  }

  .xs\:rounded {
    border-radius: .25rem;
  }

  .xs\:rounded-lg {
    border-radius: .5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-1 {
    border-width: 1px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-chevron {
    border-width: .1rem;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-1 {
    border-top-width: 1px;
  }

  .xs\:border-r-1 {
    border-right-width: 1px;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xs\:border-l-1 {
    border-left-width: 1px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

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

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-no-grow {
    flex-grow: 0;
  }

  .xs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:h-1 {
    height: .25rem;
  }

  .xs\:h-2 {
    height: .5rem;
  }

  .xs\:h-3 {
    height: .75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: .25rem;
  }

  .xs\:m-2 {
    margin: .5rem;
  }

  .xs\:m-3 {
    margin: .75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-19 {
    margin: 4.75rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: .25rem;
  }

  .xs\:mr-1 {
    margin-right: .25rem;
  }

  .xs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xs\:ml-1 {
    margin-left: .25rem;
  }

  .xs\:mt-2 {
    margin-top: .5rem;
  }

  .xs\:mr-2 {
    margin-right: .5rem;
  }

  .xs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xs\:ml-2 {
    margin-left: .5rem;
  }

  .xs\:mt-3 {
    margin-top: .75rem;
  }

  .xs\:mr-3 {
    margin-right: .75rem;
  }

  .xs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xs\:ml-3 {
    margin-left: .75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-1 {
    max-width: .25rem;
  }

  .xs\:max-w-2 {
    max-width: .5rem;
  }

  .xs\:max-w-3 {
    max-width: .75rem;
  }

  .xs\:max-w-4 {
    max-width: 1rem;
  }

  .xs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xs\:max-w-8 {
    max-width: 2rem;
  }

  .xs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xs\:max-w-12 {
    max-width: 3rem;
  }

  .xs\:max-w-16 {
    max-width: 4rem;
  }

  .xs\:max-w-24 {
    max-width: 6rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-52 {
    max-width: 13rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-128 {
    max-width: 32rem;
  }

  .xs\:max-w-200 {
    max-width: 50rem;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 30rem;
  }

  .xs\:max-w-md {
    max-width: 40rem;
  }

  .xs\:max-w-lg {
    max-width: 50rem;
  }

  .xs\:max-w-xl {
    max-width: 60rem;
  }

  .xs\:max-w-2xl {
    max-width: 70rem;
  }

  .xs\:max-w-3xl {
    max-width: 80rem;
  }

  .xs\:max-w-4xl {
    max-width: 90rem;
  }

  .xs\:max-w-5xl {
    max-width: 100rem;
  }

  .xs\:max-w-half {
    max-width: 50%;
  }

  .xs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-container {
    max-width: 37.5rem;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-16 {
    min-width: 4rem;
  }

  .xs\:min-w-24 {
    min-width: 6rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-40 {
    min-width: 10rem;
  }

  .xs\:min-w-60 {
    min-width: 15rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-68 {
    min-width: 17rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:-m-0 {
    margin: 0;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mt-0 {
    margin-top: 0;
  }

  .xs\:-mr-0 {
    margin-right: 0;
  }

  .xs\:-mb-0 {
    margin-bottom: 0;
  }

  .xs\:-ml-0 {
    margin-left: 0;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: .25;
  }

  .xs\:opacity-50 {
    opacity: .5;
  }

  .xs\:opacity-75 {
    opacity: .75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: .25rem;
  }

  .xs\:p-2 {
    padding: .5rem;
  }

  .xs\:p-3 {
    padding: .75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: .25rem;
  }

  .xs\:pr-1 {
    padding-right: .25rem;
  }

  .xs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xs\:pl-1 {
    padding-left: .25rem;
  }

  .xs\:pt-2 {
    padding-top: .5rem;
  }

  .xs\:pr-2 {
    padding-right: .5rem;
  }

  .xs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xs\:pl-2 {
    padding-left: .5rem;
  }

  .xs\:pt-3 {
    padding-top: .75rem;
  }

  .xs\:pr-3 {
    padding-right: .75rem;
  }

  .xs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xs\:pl-3 {
    padding-left: .75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xs\:pin-x {
    right: 0;
    left: 0;
  }

  .xs\:pin-t {
    top: 0;
  }

  .xs\:pin-r {
    right: 0;
  }

  .xs\:pin-b {
    bottom: 0;
  }

  .xs\:pin-l {
    left: 0;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-black {
    color: #000;
  }

  .xs\:text-currentColor {
    color: currentColor;
  }

  .xs\:text-white {
    color: #fff;
  }

  .xs\:text-blue {
    color: #005c95;
  }

  .xs\:text-gray {
    color: #727069;
  }

  .xs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xs\:text-primary {
    color: #2c2a29;
  }

  .xs\:text-secondary {
    color: #000;
  }

  .xs\:text-tertiary {
    color: #5b2f91;
  }

  .xs\:text-quaternary {
    color: #003da1;
  }

  .xs\:text-accent-primary {
    color: #fff;
  }

  .xs\:text-neutral-primary {
    color: #96999c;
  }

  .xs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xs\:text-neutral-tertiary {
    color: #333;
  }

  .xs\:text-success-primary {
    color: #0d880b;
  }

  .xs\:text-alert-primary {
    color: #e91b18;
  }

  .xs\:text-button-primary {
    color: #fffef9;
  }

  .xs\:text-button-secondary {
    color: #5b2f91;
  }

  .xs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xs\:text-progress-bar-default {
    color: #75787b;
  }

  .xs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xs\:text-ems-modal-title {
    color: #244861;
  }

  .xs\:text-checkbox-label {
    color: #32302e;
  }

  .xs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xs\:text-messaging-primary {
    color: #727069;
  }

  .xs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xs\:text-toast-primary {
    color: #166174;
  }

  .xs\:text-toast-secondary {
    color: #aa1010;
  }

  .xs\:text-messaging-secondary {
    color: #005c95;
  }

  .xs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xs\:text-messaging-error {
    color: #ee543e;
  }

  .xs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xs\:text-messaging-link {
    color: #a5a197;
  }

  .xs\:text-messaging-black {
    color: #181919;
  }

  .xs\:text-messaging-grey {
    color: #919393;
  }

  .xs\:text-messaging-new-links {
    color: #00498a;
  }

  .xs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xs\:text-messaging-warning {
    color: #9f8633;
  }

  .xs\:text-ha-notification {
    color: #939289;
  }

  .xs\:text-gray-200 {
    color: #edf2f7;
  }

  .xs\:text-gray-800 {
    color: #2d3748;
  }

  .xs\:text-gray-600 {
    color: #71809;
  }

  .xs\:text-member-detail-li {
    color: #7000;
  }

  .xs\:text-member-detail-links {
    color: #00518f;
  }

  .xs\:hover\:text-black:hover {
    color: #000;
  }

  .xs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xs\:hover\:text-white:hover {
    color: #fff;
  }

  .xs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xs\:text-xxs {
    font-size: .625rem;
  }

  .xs\:text-xs {
    font-size: .75rem;
  }

  .xs\:text-sm {
    font-size: .875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:roman {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:hover\:italic:hover {
    font-style: italic;
  }

  .xs\:hover\:roman:hover {
    font-style: normal;
  }

  .xs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-words {
    word-wrap: break-word;
  }

  .xs\:break-normal {
    word-wrap: normal;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-1 {
    width: .25rem;
  }

  .xs\:w-2 {
    width: .5rem;
  }

  .xs\:w-3 {
    width: .75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-25 {
    width: 6.25rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-128 {
    width: 32rem;
  }

  .xs\:w-200 {
    width: 50rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.33333%;
  }

  .xs\:w-2\/3 {
    width: 66.66667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.66667%;
  }

  .xs\:w-5\/6 {
    width: 83.33333%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-container {
    width: 37.5rem;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-currentColor {
    background-color: currentColor;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-blue {
    background-color: #005c95;
  }

  .sm\:bg-gray {
    background-color: #727069;
  }

  .sm\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-brand {
    background-color: #5b2f91;
  }

  .sm\:bg-primary {
    background-color: #fff;
  }

  .sm\:bg-error-primary {
    background-color: #fcd04d;
  }

  .sm\:bg-secondary {
    background-color: #196ecf;
  }

  .sm\:bg-tertiary {
    background-color: #000;
  }

  .sm\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .sm\:bg-accent-primary {
    background-color: #fff;
  }

  .sm\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .sm\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .sm\:bg-success-primary {
    background-color: transparent;
  }

  .sm\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .sm\:bg-nav-primary {
    background-color: #0071bc;
  }

  .sm\:bg-notification-primary {
    background-color: #0d880b;
  }

  .sm\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .sm\:bg-avatar-primary {
    background-color: #25264c;
  }

  .sm\:bg-message-primary {
    background-color: #27accd;
  }

  .sm\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .sm\:bg-button-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .sm\:bg-button-secondary {
    background-color: transparent;
  }

  .sm\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .sm\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .sm\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .sm\:bg-button-disabled {
    background-color: #727069;
  }

  .sm\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .sm\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .sm\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .sm\:bg-badge-primary {
    background-color: #f00;
  }

  .sm\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-primary {
    background-color: #005c95;
  }

  .sm\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .sm\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .sm\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .sm\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .sm\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .sm\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .sm\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .sm\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .sm\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .sm\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .sm\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .sm\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .sm\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .sm\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .sm\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .sm\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .sm\:bg-messaging-gallery {
    background-color: #727069;
  }

  .sm\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .sm\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .sm\:bg-toast-primary {
    background-color: #166174;
  }

  .sm\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .sm\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .sm\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .sm\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .sm\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .sm\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .sm\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .sm\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .sm\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .sm\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .sm\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .sm\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .sm\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .sm\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .sm\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .sm\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .sm\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .sm\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .sm\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .sm\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .sm\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .sm\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .sm\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .sm\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .sm\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .sm\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .sm\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .sm\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .sm\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .sm\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .sm\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .sm\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .sm\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .sm\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .sm\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .sm\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .sm\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .sm\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .sm\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .sm\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .sm\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-2 {
    background-size: 2rem;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-currentColor {
    border-color: currentColor;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-blue {
    border-color: #005c95;
  }

  .sm\:border-gray {
    border-color: #727069;
  }

  .sm\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .sm\:border-primary {
    border-color: #bbb;
  }

  .sm\:border-secondary {
    border-color: #000;
  }

  .sm\:border-tertiary {
    border-color: #333;
  }

  .sm\:border-accent {
    border-color: #fff;
  }

  .sm\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .sm\:border-error-primary {
    border-color: #fcd04d;
  }

  .sm\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .sm\:border-info-primary {
    border-color: #b8e3eb;
  }

  .sm\:border-info-secondary {
    border-color: #196ecf;
  }

  .sm\:border-success-primary {
    border-color: transparent;
  }

  .sm\:border-chevron-primary {
    border-color: #fff;
  }

  .sm\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .sm\:border-focus-primary {
    border-color: #3b99fc;
  }

  .sm\:border-button-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-tertiary {
    border-color: #c03c00;
  }

  .sm\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .sm\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .sm\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .sm\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .sm\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .sm\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .sm\:border-toast-primary {
    border-color: #166174;
  }

  .sm\:border-toast-secondary {
    border-color: #aa1010;
  }

  .sm\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .sm\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .sm\:border-messaging-primary {
    border-color: #005c95;
  }

  .sm\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .sm\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .sm\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .sm\:border-messaging-secondary {
    border-color: #727069;
  }

  .sm\:border-messaging-tertiary {
    border-color: #979797;
  }

  .sm\:border-messaging-link {
    border-color: #a5a197;
  }

  .sm\:border-messaging-attention {
    border-color: #eeac47;
  }

  .sm\:border-messaging-error {
    border-color: #ee543e;
  }

  .sm\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .sm\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .sm\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .sm\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .sm\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .sm\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .sm\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .sm\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .sm\:border-messaging-success {
    border-color: #167f01;
  }

  .sm\:border-messaging-pending {
    border-color: #f4c785;
  }

  .sm\:border-messaging-warning {
    border-color: #9f8633;
  }

  .sm\:border-messaging-grey {
    border-color: #919393;
  }

  .sm\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .sm\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .sm\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .sm\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .sm\:border-gray-400 {
    border-color: #9ca3af;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .sm\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .sm\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .sm\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .sm\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .sm\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .sm\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .sm\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .sm\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .sm\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .sm\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .sm\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .sm\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .sm\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .sm\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .sm\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .sm\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .sm\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .sm\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .sm\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .sm\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .sm\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .sm\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .sm\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .sm\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .sm\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .sm\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .sm\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .sm\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .sm\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .sm\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .sm\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .sm\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .sm\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .sm\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .sm\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .sm\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-button-primary {
    border-radius: .5rem;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-1 {
    border-width: 1px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-chevron {
    border-width: .1rem;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-l-1 {
    border-left-width: 1px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-t-chevron {
    border-top-width: .1rem;
  }

  .sm\:border-r-chevron {
    border-right-width: .1rem;
  }

  .sm\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .sm\:border-l-chevron {
    border-left-width: .1rem;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-1 {
    max-width: .25rem;
  }

  .sm\:max-w-2 {
    max-width: .5rem;
  }

  .sm\:max-w-3 {
    max-width: .75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-128 {
    max-width: 32rem;
  }

  .sm\:max-w-200 {
    max-width: 50rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-half {
    max-width: 50%;
  }

  .sm\:max-w-9\/10 {
    max-width: 90%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-container {
    max-width: 37.5rem;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-60 {
    min-width: 15rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-68 {
    min-width: 17rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-currentColor {
    color: currentColor;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-blue {
    color: #005c95;
  }

  .sm\:text-gray {
    color: #727069;
  }

  .sm\:text-teladoc-primary {
    color: #5b2f91;
  }

  .sm\:text-primary {
    color: #2c2a29;
  }

  .sm\:text-secondary {
    color: #000;
  }

  .sm\:text-tertiary {
    color: #5b2f91;
  }

  .sm\:text-quaternary {
    color: #003da1;
  }

  .sm\:text-accent-primary {
    color: #fff;
  }

  .sm\:text-neutral-primary {
    color: #96999c;
  }

  .sm\:text-neutral-secondary {
    color: #7c7873;
  }

  .sm\:text-neutral-tertiary {
    color: #333;
  }

  .sm\:text-success-primary {
    color: #0d880b;
  }

  .sm\:text-alert-primary {
    color: #e91b18;
  }

  .sm\:text-button-primary {
    color: #fffef9;
  }

  .sm\:text-button-secondary {
    color: #5b2f91;
  }

  .sm\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .sm\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .sm\:text-progress-bar-default {
    color: #75787b;
  }

  .sm\:text-progress-bar-active {
    color: #003c5c;
  }

  .sm\:text-modal-provider-select {
    color: #003c5c;
  }

  .sm\:text-ems-modal-title {
    color: #244861;
  }

  .sm\:text-checkbox-label {
    color: #32302e;
  }

  .sm\:text-disabled-primary {
    color: #9a9fa8;
  }

  .sm\:text-messaging-primary {
    color: #727069;
  }

  .sm\:text-messaging-common-grey {
    color: #696b6b;
  }

  .sm\:text-messaging-common-blue {
    color: #00498a;
  }

  .sm\:text-toast-primary {
    color: #166174;
  }

  .sm\:text-toast-secondary {
    color: #aa1010;
  }

  .sm\:text-messaging-secondary {
    color: #005c95;
  }

  .sm\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .sm\:text-messaging-error {
    color: #ee543e;
  }

  .sm\:text-messaging-error-primary {
    color: #aa1010;
  }

  .sm\:text-messaging-link {
    color: #a5a197;
  }

  .sm\:text-messaging-black {
    color: #181919;
  }

  .sm\:text-messaging-grey {
    color: #919393;
  }

  .sm\:text-messaging-new-links {
    color: #00498a;
  }

  .sm\:text-messaging-avatar {
    color: #3f2065;
  }

  .sm\:text-messaging-warning {
    color: #9f8633;
  }

  .sm\:text-ha-notification {
    color: #939289;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-600 {
    color: #71809;
  }

  .sm\:text-member-detail-li {
    color: #7000;
  }

  .sm\:text-member-detail-links {
    color: #00518f;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-blue:hover {
    color: #005c95;
  }

  .sm\:hover\:text-gray:hover {
    color: #727069;
  }

  .sm\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-secondary:hover {
    color: #000;
  }

  .sm\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .sm\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .sm\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .sm\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .sm\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .sm\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .sm\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .sm\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .sm\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .sm\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .sm\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .sm\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .sm\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .sm\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .sm\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .sm\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .sm\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .sm\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .sm\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .sm\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .sm\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .sm\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .sm\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .sm\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .sm\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .sm\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .sm\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .sm\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .sm\:text-xxs {
    font-size: .625rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 6.25rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-200 {
    width: 50rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-container {
    width: 37.5rem;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-currentColor {
    background-color: currentColor;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-blue {
    background-color: #005c95;
  }

  .md\:bg-gray {
    background-color: #727069;
  }

  .md\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .md\:bg-brand {
    background-color: #5b2f91;
  }

  .md\:bg-primary {
    background-color: #fff;
  }

  .md\:bg-error-primary {
    background-color: #fcd04d;
  }

  .md\:bg-secondary {
    background-color: #196ecf;
  }

  .md\:bg-tertiary {
    background-color: #000;
  }

  .md\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .md\:bg-accent-primary {
    background-color: #fff;
  }

  .md\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .md\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .md\:bg-success-primary {
    background-color: transparent;
  }

  .md\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .md\:bg-nav-primary {
    background-color: #0071bc;
  }

  .md\:bg-notification-primary {
    background-color: #0d880b;
  }

  .md\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .md\:bg-avatar-primary {
    background-color: #25264c;
  }

  .md\:bg-message-primary {
    background-color: #27accd;
  }

  .md\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .md\:bg-button-primary {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .md\:bg-button-secondary {
    background-color: transparent;
  }

  .md\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .md\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .md\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .md\:bg-button-disabled {
    background-color: #727069;
  }

  .md\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .md\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .md\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .md\:bg-badge-primary {
    background-color: #f00;
  }

  .md\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-primary {
    background-color: #005c95;
  }

  .md\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .md\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .md\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .md\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .md\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .md\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .md\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .md\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .md\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .md\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .md\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .md\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .md\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .md\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .md\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .md\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .md\:bg-messaging-gallery {
    background-color: #727069;
  }

  .md\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .md\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .md\:bg-toast-primary {
    background-color: #166174;
  }

  .md\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .md\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .md\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .md\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .md\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .md\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .md\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .md\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .md\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .md\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .md\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .md\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .md\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .md\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .md\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .md\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .md\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .md\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .md\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .md\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .md\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .md\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .md\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .md\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .md\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .md\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .md\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .md\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .md\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .md\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .md\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .md\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .md\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .md\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .md\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .md\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .md\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .md\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .md\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .md\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .md\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .md\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-2 {
    background-size: 2rem;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-currentColor {
    border-color: currentColor;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-blue {
    border-color: #005c95;
  }

  .md\:border-gray {
    border-color: #727069;
  }

  .md\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .md\:border-primary {
    border-color: #bbb;
  }

  .md\:border-secondary {
    border-color: #000;
  }

  .md\:border-tertiary {
    border-color: #333;
  }

  .md\:border-accent {
    border-color: #fff;
  }

  .md\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .md\:border-error-primary {
    border-color: #fcd04d;
  }

  .md\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .md\:border-info-primary {
    border-color: #b8e3eb;
  }

  .md\:border-info-secondary {
    border-color: #196ecf;
  }

  .md\:border-success-primary {
    border-color: transparent;
  }

  .md\:border-chevron-primary {
    border-color: #fff;
  }

  .md\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .md\:border-focus-primary {
    border-color: #3b99fc;
  }

  .md\:border-button-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-tertiary {
    border-color: #c03c00;
  }

  .md\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .md\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .md\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .md\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .md\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .md\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .md\:border-toast-primary {
    border-color: #166174;
  }

  .md\:border-toast-secondary {
    border-color: #aa1010;
  }

  .md\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .md\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .md\:border-messaging-primary {
    border-color: #005c95;
  }

  .md\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .md\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .md\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .md\:border-messaging-secondary {
    border-color: #727069;
  }

  .md\:border-messaging-tertiary {
    border-color: #979797;
  }

  .md\:border-messaging-link {
    border-color: #a5a197;
  }

  .md\:border-messaging-attention {
    border-color: #eeac47;
  }

  .md\:border-messaging-error {
    border-color: #ee543e;
  }

  .md\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .md\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .md\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .md\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .md\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .md\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .md\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .md\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .md\:border-messaging-success {
    border-color: #167f01;
  }

  .md\:border-messaging-pending {
    border-color: #f4c785;
  }

  .md\:border-messaging-warning {
    border-color: #9f8633;
  }

  .md\:border-messaging-grey {
    border-color: #919393;
  }

  .md\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .md\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .md\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .md\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .md\:border-gray-400 {
    border-color: #9ca3af;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .md\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .md\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .md\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .md\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .md\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .md\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .md\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .md\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .md\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .md\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .md\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .md\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .md\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .md\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .md\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .md\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .md\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .md\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .md\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .md\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .md\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .md\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .md\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .md\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .md\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .md\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .md\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .md\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .md\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .md\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .md\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .md\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .md\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .md\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .md\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .md\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .md\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .md\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .md\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .md\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .md\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .md\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-button-primary {
    border-radius: .5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-1 {
    border-width: 1px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-chevron {
    border-width: .1rem;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-1 {
    border-top-width: 1px;
  }

  .md\:border-r-1 {
    border-right-width: 1px;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px;
  }

  .md\:border-l-1 {
    border-left-width: 1px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-chevron {
    border-top-width: .1rem;
  }

  .md\:border-r-chevron {
    border-right-width: .1rem;
  }

  .md\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .md\:border-l-chevron {
    border-left-width: .1rem;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-1 {
    max-width: .25rem;
  }

  .md\:max-w-2 {
    max-width: .5rem;
  }

  .md\:max-w-3 {
    max-width: .75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-128 {
    max-width: 32rem;
  }

  .md\:max-w-200 {
    max-width: 50rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-half {
    max-width: 50%;
  }

  .md\:max-w-9\/10 {
    max-width: 90%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-container {
    max-width: 37.5rem;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-68 {
    min-width: 17rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-currentColor {
    color: currentColor;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-blue {
    color: #005c95;
  }

  .md\:text-gray {
    color: #727069;
  }

  .md\:text-teladoc-primary {
    color: #5b2f91;
  }

  .md\:text-primary {
    color: #2c2a29;
  }

  .md\:text-secondary {
    color: #000;
  }

  .md\:text-tertiary {
    color: #5b2f91;
  }

  .md\:text-quaternary {
    color: #003da1;
  }

  .md\:text-accent-primary {
    color: #fff;
  }

  .md\:text-neutral-primary {
    color: #96999c;
  }

  .md\:text-neutral-secondary {
    color: #7c7873;
  }

  .md\:text-neutral-tertiary {
    color: #333;
  }

  .md\:text-success-primary {
    color: #0d880b;
  }

  .md\:text-alert-primary {
    color: #e91b18;
  }

  .md\:text-button-primary {
    color: #fffef9;
  }

  .md\:text-button-secondary {
    color: #5b2f91;
  }

  .md\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .md\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .md\:text-progress-bar-default {
    color: #75787b;
  }

  .md\:text-progress-bar-active {
    color: #003c5c;
  }

  .md\:text-modal-provider-select {
    color: #003c5c;
  }

  .md\:text-ems-modal-title {
    color: #244861;
  }

  .md\:text-checkbox-label {
    color: #32302e;
  }

  .md\:text-disabled-primary {
    color: #9a9fa8;
  }

  .md\:text-messaging-primary {
    color: #727069;
  }

  .md\:text-messaging-common-grey {
    color: #696b6b;
  }

  .md\:text-messaging-common-blue {
    color: #00498a;
  }

  .md\:text-toast-primary {
    color: #166174;
  }

  .md\:text-toast-secondary {
    color: #aa1010;
  }

  .md\:text-messaging-secondary {
    color: #005c95;
  }

  .md\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .md\:text-messaging-error {
    color: #ee543e;
  }

  .md\:text-messaging-error-primary {
    color: #aa1010;
  }

  .md\:text-messaging-link {
    color: #a5a197;
  }

  .md\:text-messaging-black {
    color: #181919;
  }

  .md\:text-messaging-grey {
    color: #919393;
  }

  .md\:text-messaging-new-links {
    color: #00498a;
  }

  .md\:text-messaging-avatar {
    color: #3f2065;
  }

  .md\:text-messaging-warning {
    color: #9f8633;
  }

  .md\:text-ha-notification {
    color: #939289;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-600 {
    color: #71809;
  }

  .md\:text-member-detail-li {
    color: #7000;
  }

  .md\:text-member-detail-links {
    color: #00518f;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-blue:hover {
    color: #005c95;
  }

  .md\:hover\:text-gray:hover {
    color: #727069;
  }

  .md\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-secondary:hover {
    color: #000;
  }

  .md\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .md\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .md\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .md\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .md\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .md\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .md\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .md\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .md\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .md\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .md\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .md\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .md\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .md\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .md\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .md\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .md\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .md\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .md\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .md\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .md\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .md\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .md\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .md\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .md\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .md\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .md\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .md\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .md\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .md\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .md\:text-xxs {
    font-size: .625rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-200 {
    width: 50rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-container {
    width: 37.5rem;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-currentColor {
    background-color: currentColor;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-blue {
    background-color: #005c95;
  }

  .lg\:bg-gray {
    background-color: #727069;
  }

  .lg\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-brand {
    background-color: #5b2f91;
  }

  .lg\:bg-primary {
    background-color: #fff;
  }

  .lg\:bg-error-primary {
    background-color: #fcd04d;
  }

  .lg\:bg-secondary {
    background-color: #196ecf;
  }

  .lg\:bg-tertiary {
    background-color: #000;
  }

  .lg\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .lg\:bg-accent-primary {
    background-color: #fff;
  }

  .lg\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .lg\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .lg\:bg-success-primary {
    background-color: transparent;
  }

  .lg\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .lg\:bg-nav-primary {
    background-color: #0071bc;
  }

  .lg\:bg-notification-primary {
    background-color: #0d880b;
  }

  .lg\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .lg\:bg-avatar-primary {
    background-color: #25264c;
  }

  .lg\:bg-message-primary {
    background-color: #27accd;
  }

  .lg\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .lg\:bg-button-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .lg\:bg-button-secondary {
    background-color: transparent;
  }

  .lg\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .lg\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .lg\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .lg\:bg-button-disabled {
    background-color: #727069;
  }

  .lg\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .lg\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .lg\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .lg\:bg-badge-primary {
    background-color: #f00;
  }

  .lg\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-primary {
    background-color: #005c95;
  }

  .lg\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .lg\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .lg\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .lg\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .lg\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .lg\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .lg\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .lg\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .lg\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .lg\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .lg\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .lg\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .lg\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .lg\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .lg\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .lg\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .lg\:bg-messaging-gallery {
    background-color: #727069;
  }

  .lg\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .lg\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .lg\:bg-toast-primary {
    background-color: #166174;
  }

  .lg\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .lg\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .lg\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .lg\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .lg\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .lg\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .lg\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .lg\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .lg\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .lg\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .lg\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .lg\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .lg\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .lg\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .lg\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .lg\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .lg\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .lg\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .lg\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .lg\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .lg\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .lg\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .lg\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .lg\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .lg\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .lg\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .lg\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .lg\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .lg\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .lg\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .lg\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .lg\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .lg\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .lg\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .lg\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .lg\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .lg\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .lg\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .lg\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .lg\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .lg\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-2 {
    background-size: 2rem;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-currentColor {
    border-color: currentColor;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-blue {
    border-color: #005c95;
  }

  .lg\:border-gray {
    border-color: #727069;
  }

  .lg\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .lg\:border-primary {
    border-color: #bbb;
  }

  .lg\:border-secondary {
    border-color: #000;
  }

  .lg\:border-tertiary {
    border-color: #333;
  }

  .lg\:border-accent {
    border-color: #fff;
  }

  .lg\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .lg\:border-error-primary {
    border-color: #fcd04d;
  }

  .lg\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .lg\:border-info-primary {
    border-color: #b8e3eb;
  }

  .lg\:border-info-secondary {
    border-color: #196ecf;
  }

  .lg\:border-success-primary {
    border-color: transparent;
  }

  .lg\:border-chevron-primary {
    border-color: #fff;
  }

  .lg\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .lg\:border-focus-primary {
    border-color: #3b99fc;
  }

  .lg\:border-button-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-tertiary {
    border-color: #c03c00;
  }

  .lg\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .lg\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .lg\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .lg\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .lg\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .lg\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .lg\:border-toast-primary {
    border-color: #166174;
  }

  .lg\:border-toast-secondary {
    border-color: #aa1010;
  }

  .lg\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .lg\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .lg\:border-messaging-primary {
    border-color: #005c95;
  }

  .lg\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .lg\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .lg\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .lg\:border-messaging-secondary {
    border-color: #727069;
  }

  .lg\:border-messaging-tertiary {
    border-color: #979797;
  }

  .lg\:border-messaging-link {
    border-color: #a5a197;
  }

  .lg\:border-messaging-attention {
    border-color: #eeac47;
  }

  .lg\:border-messaging-error {
    border-color: #ee543e;
  }

  .lg\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .lg\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .lg\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .lg\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .lg\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .lg\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .lg\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .lg\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .lg\:border-messaging-success {
    border-color: #167f01;
  }

  .lg\:border-messaging-pending {
    border-color: #f4c785;
  }

  .lg\:border-messaging-warning {
    border-color: #9f8633;
  }

  .lg\:border-messaging-grey {
    border-color: #919393;
  }

  .lg\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .lg\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .lg\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .lg\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .lg\:border-gray-400 {
    border-color: #9ca3af;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .lg\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .lg\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .lg\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .lg\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .lg\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .lg\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .lg\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .lg\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .lg\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .lg\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .lg\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .lg\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .lg\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .lg\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .lg\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .lg\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .lg\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .lg\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .lg\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .lg\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .lg\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .lg\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .lg\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .lg\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .lg\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .lg\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .lg\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .lg\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .lg\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .lg\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .lg\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .lg\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .lg\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .lg\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .lg\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .lg\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-button-primary {
    border-radius: .5rem;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-chevron {
    border-width: .1rem;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:border-r-1 {
    border-right-width: 1px;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-l-1 {
    border-left-width: 1px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-chevron {
    border-top-width: .1rem;
  }

  .lg\:border-r-chevron {
    border-right-width: .1rem;
  }

  .lg\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .lg\:border-l-chevron {
    border-left-width: .1rem;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-1 {
    max-width: .25rem;
  }

  .lg\:max-w-2 {
    max-width: .5rem;
  }

  .lg\:max-w-3 {
    max-width: .75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-128 {
    max-width: 32rem;
  }

  .lg\:max-w-200 {
    max-width: 50rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-half {
    max-width: 50%;
  }

  .lg\:max-w-9\/10 {
    max-width: 90%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-container {
    max-width: 37.5rem;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-68 {
    min-width: 17rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-currentColor {
    color: currentColor;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-blue {
    color: #005c95;
  }

  .lg\:text-gray {
    color: #727069;
  }

  .lg\:text-teladoc-primary {
    color: #5b2f91;
  }

  .lg\:text-primary {
    color: #2c2a29;
  }

  .lg\:text-secondary {
    color: #000;
  }

  .lg\:text-tertiary {
    color: #5b2f91;
  }

  .lg\:text-quaternary {
    color: #003da1;
  }

  .lg\:text-accent-primary {
    color: #fff;
  }

  .lg\:text-neutral-primary {
    color: #96999c;
  }

  .lg\:text-neutral-secondary {
    color: #7c7873;
  }

  .lg\:text-neutral-tertiary {
    color: #333;
  }

  .lg\:text-success-primary {
    color: #0d880b;
  }

  .lg\:text-alert-primary {
    color: #e91b18;
  }

  .lg\:text-button-primary {
    color: #fffef9;
  }

  .lg\:text-button-secondary {
    color: #5b2f91;
  }

  .lg\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .lg\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .lg\:text-progress-bar-default {
    color: #75787b;
  }

  .lg\:text-progress-bar-active {
    color: #003c5c;
  }

  .lg\:text-modal-provider-select {
    color: #003c5c;
  }

  .lg\:text-ems-modal-title {
    color: #244861;
  }

  .lg\:text-checkbox-label {
    color: #32302e;
  }

  .lg\:text-disabled-primary {
    color: #9a9fa8;
  }

  .lg\:text-messaging-primary {
    color: #727069;
  }

  .lg\:text-messaging-common-grey {
    color: #696b6b;
  }

  .lg\:text-messaging-common-blue {
    color: #00498a;
  }

  .lg\:text-toast-primary {
    color: #166174;
  }

  .lg\:text-toast-secondary {
    color: #aa1010;
  }

  .lg\:text-messaging-secondary {
    color: #005c95;
  }

  .lg\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .lg\:text-messaging-error {
    color: #ee543e;
  }

  .lg\:text-messaging-error-primary {
    color: #aa1010;
  }

  .lg\:text-messaging-link {
    color: #a5a197;
  }

  .lg\:text-messaging-black {
    color: #181919;
  }

  .lg\:text-messaging-grey {
    color: #919393;
  }

  .lg\:text-messaging-new-links {
    color: #00498a;
  }

  .lg\:text-messaging-avatar {
    color: #3f2065;
  }

  .lg\:text-messaging-warning {
    color: #9f8633;
  }

  .lg\:text-ha-notification {
    color: #939289;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-600 {
    color: #71809;
  }

  .lg\:text-member-detail-li {
    color: #7000;
  }

  .lg\:text-member-detail-links {
    color: #00518f;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-blue:hover {
    color: #005c95;
  }

  .lg\:hover\:text-gray:hover {
    color: #727069;
  }

  .lg\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-secondary:hover {
    color: #000;
  }

  .lg\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .lg\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .lg\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .lg\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .lg\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .lg\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .lg\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .lg\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .lg\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .lg\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .lg\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .lg\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .lg\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .lg\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .lg\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .lg\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .lg\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .lg\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .lg\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .lg\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .lg\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .lg\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .lg\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .lg\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .lg\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .lg\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .lg\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .lg\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .lg\:text-xxs {
    font-size: .625rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 6.25rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-200 {
    width: 50rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-container {
    width: 37.5rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-currentColor {
    background-color: currentColor;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-blue {
    background-color: #005c95;
  }

  .xl\:bg-gray {
    background-color: #727069;
  }

  .xl\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-brand {
    background-color: #5b2f91;
  }

  .xl\:bg-primary {
    background-color: #fff;
  }

  .xl\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xl\:bg-secondary {
    background-color: #196ecf;
  }

  .xl\:bg-tertiary {
    background-color: #000;
  }

  .xl\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xl\:bg-accent-primary {
    background-color: #fff;
  }

  .xl\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xl\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xl\:bg-success-primary {
    background-color: transparent;
  }

  .xl\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xl\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xl\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xl\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xl\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xl\:bg-message-primary {
    background-color: #27accd;
  }

  .xl\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xl\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xl\:bg-button-secondary {
    background-color: transparent;
  }

  .xl\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xl\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xl\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xl\:bg-button-disabled {
    background-color: #727069;
  }

  .xl\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xl\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xl\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xl\:bg-badge-primary {
    background-color: #f00;
  }

  .xl\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xl\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xl\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xl\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xl\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xl\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xl\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xl\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xl\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xl\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xl\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xl\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xl\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xl\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xl\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xl\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xl\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xl\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xl\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xl\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xl\:bg-toast-primary {
    background-color: #166174;
  }

  .xl\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xl\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xl\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xl\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xl\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xl\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xl\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xl\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xl\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xl\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xl\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xl\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xl\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xl\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xl\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xl\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xl\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xl\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xl\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xl\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xl\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xl\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xl\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xl\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xl\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xl\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xl\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xl\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xl\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xl\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xl\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xl\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xl\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xl\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xl\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xl\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xl\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xl\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xl\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xl\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-2 {
    background-size: 2rem;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-currentColor {
    border-color: currentColor;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-blue {
    border-color: #005c95;
  }

  .xl\:border-gray {
    border-color: #727069;
  }

  .xl\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xl\:border-primary {
    border-color: #bbb;
  }

  .xl\:border-secondary {
    border-color: #000;
  }

  .xl\:border-tertiary {
    border-color: #333;
  }

  .xl\:border-accent {
    border-color: #fff;
  }

  .xl\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xl\:border-error-primary {
    border-color: #fcd04d;
  }

  .xl\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xl\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xl\:border-info-secondary {
    border-color: #196ecf;
  }

  .xl\:border-success-primary {
    border-color: transparent;
  }

  .xl\:border-chevron-primary {
    border-color: #fff;
  }

  .xl\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xl\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xl\:border-button-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xl\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xl\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xl\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xl\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xl\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xl\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xl\:border-toast-primary {
    border-color: #166174;
  }

  .xl\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xl\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xl\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xl\:border-messaging-primary {
    border-color: #005c95;
  }

  .xl\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xl\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xl\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xl\:border-messaging-secondary {
    border-color: #727069;
  }

  .xl\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xl\:border-messaging-link {
    border-color: #a5a197;
  }

  .xl\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xl\:border-messaging-error {
    border-color: #ee543e;
  }

  .xl\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xl\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xl\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xl\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xl\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xl\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xl\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xl\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xl\:border-messaging-success {
    border-color: #167f01;
  }

  .xl\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xl\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xl\:border-messaging-grey {
    border-color: #919393;
  }

  .xl\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xl\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xl\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xl\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xl\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xl\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xl\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xl\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xl\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xl\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xl\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xl\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xl\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xl\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xl\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xl\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xl\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xl\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xl\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xl\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xl\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xl\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xl\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xl\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xl\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xl\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xl\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xl\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xl\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xl\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xl\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xl\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xl\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xl\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xl\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xl\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xl\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xl\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xl\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xl\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xl\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-1 {
    border-width: 1px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-chevron {
    border-width: .1rem;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-1 {
    border-top-width: 1px;
  }

  .xl\:border-r-1 {
    border-right-width: 1px;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xl\:border-l-1 {
    border-left-width: 1px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xl\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xl\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xl\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-1 {
    max-width: .25rem;
  }

  .xl\:max-w-2 {
    max-width: .5rem;
  }

  .xl\:max-w-3 {
    max-width: .75rem;
  }

  .xl\:max-w-4 {
    max-width: 1rem;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem;
  }

  .xl\:max-w-8 {
    max-width: 2rem;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-52 {
    max-width: 13rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-128 {
    max-width: 32rem;
  }

  .xl\:max-w-200 {
    max-width: 50rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-half {
    max-width: 50%;
  }

  .xl\:max-w-9\/10 {
    max-width: 90%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-container {
    max-width: 37.5rem;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-16 {
    min-width: 4rem;
  }

  .xl\:min-w-24 {
    min-width: 6rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-40 {
    min-width: 10rem;
  }

  .xl\:min-w-60 {
    min-width: 15rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-68 {
    min-width: 17rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-currentColor {
    color: currentColor;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-blue {
    color: #005c95;
  }

  .xl\:text-gray {
    color: #727069;
  }

  .xl\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xl\:text-primary {
    color: #2c2a29;
  }

  .xl\:text-secondary {
    color: #000;
  }

  .xl\:text-tertiary {
    color: #5b2f91;
  }

  .xl\:text-quaternary {
    color: #003da1;
  }

  .xl\:text-accent-primary {
    color: #fff;
  }

  .xl\:text-neutral-primary {
    color: #96999c;
  }

  .xl\:text-neutral-secondary {
    color: #7c7873;
  }

  .xl\:text-neutral-tertiary {
    color: #333;
  }

  .xl\:text-success-primary {
    color: #0d880b;
  }

  .xl\:text-alert-primary {
    color: #e91b18;
  }

  .xl\:text-button-primary {
    color: #fffef9;
  }

  .xl\:text-button-secondary {
    color: #5b2f91;
  }

  .xl\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xl\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xl\:text-progress-bar-default {
    color: #75787b;
  }

  .xl\:text-progress-bar-active {
    color: #003c5c;
  }

  .xl\:text-modal-provider-select {
    color: #003c5c;
  }

  .xl\:text-ems-modal-title {
    color: #244861;
  }

  .xl\:text-checkbox-label {
    color: #32302e;
  }

  .xl\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xl\:text-messaging-primary {
    color: #727069;
  }

  .xl\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xl\:text-messaging-common-blue {
    color: #00498a;
  }

  .xl\:text-toast-primary {
    color: #166174;
  }

  .xl\:text-toast-secondary {
    color: #aa1010;
  }

  .xl\:text-messaging-secondary {
    color: #005c95;
  }

  .xl\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xl\:text-messaging-error {
    color: #ee543e;
  }

  .xl\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xl\:text-messaging-link {
    color: #a5a197;
  }

  .xl\:text-messaging-black {
    color: #181919;
  }

  .xl\:text-messaging-grey {
    color: #919393;
  }

  .xl\:text-messaging-new-links {
    color: #00498a;
  }

  .xl\:text-messaging-avatar {
    color: #3f2065;
  }

  .xl\:text-messaging-warning {
    color: #9f8633;
  }

  .xl\:text-ha-notification {
    color: #939289;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-600 {
    color: #71809;
  }

  .xl\:text-member-detail-li {
    color: #7000;
  }

  .xl\:text-member-detail-links {
    color: #00518f;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xl\:hover\:text-gray:hover {
    color: #727069;
  }

  .xl\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-secondary:hover {
    color: #000;
  }

  .xl\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xl\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xl\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xl\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xl\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xl\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xl\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xl\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xl\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xl\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xl\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xl\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xl\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xl\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xl\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xl\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xl\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xl\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xl\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xl\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xl\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xl\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xl\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xl\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xl\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xl\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xl\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xl\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xl\:text-xxs {
    font-size: .625rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 6.25rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-200 {
    width: 50rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-container {
    width: 37.5rem;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:z--1 {
    z-index: -1;
  }
}

.horizontal-list {
  list-style: none;
  padding: 5px 5px 3px 8px;
}

.horizontal-list li {
  display: inline;
  margin: 5px;
}

.medication-list .table td {
  vertical-align: top;
}

.medication-list.new-medication-list table,
.medication-list.new-medication-list thead,
.medication-list.new-medication-list tbody {
  display: block;
}

.medication-list.new-medication-list table tr,
.medication-list.new-medication-list thead tr,
.medication-list.new-medication-list tbody tr {
  display: grid;
  grid-template-columns: 1.7fr 1.7fr .8fr 1fr 1fr 1fr 1fr;
}

.medication-list.new-medication-list thead th {
  border-left-width: 2px;
  padding: 4px 8px;
}

.medication-list.new-medication-list tbody td {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 16px;
}

.medication-list.new-medication-list tbody td:not(:first-child) {
  border-left: 2px solid #fff;
}

.clinical-medication__remedy-error {
  text-align: center;
  color: red;
  line-height: 18px;
  margin: 10px 0 29px;
  background: none;
  padding: 0 88px;
  text-shadow: none;
}

.clinical-medication__form-wrapper {
  margin: 30px 0;
}

.clinical-medication__form-wrapper:before {
  content: '';
}

.clinical-medication__form-wrapper .error {
  border-color: #e86f60;
  color: #e86f60;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.clinical-medication__form-wrapper .error-msg {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  top: 0;
  background-color: #f9e6b5;
  color: #d87f00;
  font-size: .92em;
  padding: .5rem;
  position: inherit;
  width: 55.7%;
  z-index: -1;
}

.clinical-medication__form-wrapper fieldset {
  margin: 1rem 0 0;
  padding: .5rem;
}

.clinical-medication__form-wrapper legend {
  font-size: 1.2em;
  width: 22%;
  padding: 4px;
}

.clinical-medication__form-wrapper--form {
  margin: 20px 0;
}

.clinical-medication__form-wrapper--form:before {
  content: '';
}

.clinical-medication__form-wrapper .field-group {
  display: flex;
  margin: 0 0 12px;
}

.clinical-medication__form-wrapper .field-group .label {
  flex: 1;
  text-align: right;
  margin: 4px 8px 0 0;
  padding: 2px 0;
}

.clinical-medication__form-wrapper .field-group .field {
  flex: 3;
}

.clinical-medication__form-wrapper .field-group:last-child {
  display: flex;
  justify-content: space-between;
  width: 350px;
  text-align: justify;
  margin: auto;
}

.clinical-medication__form-wrapper .field-group:last-child .field {
  flex: 1;
}

.clinical-medication__form-wrapper input,
.clinical-medication__form-wrapper select,
.clinical-medication__form-wrapper textarea {
  border-radius: 0;
  padding: .5rem 1rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-image: none;
  opacity: .9;
}

.clinical-medication__form-wrapper input:hover {
  border: 1px solid rgba(66, 166, 203, .3);
}

.clinical-medication__form-wrapper input:focus {
  border: 1px solid #42a6cb;
}

.clinical-medication__form-wrapper select:hover {
  border: 1px solid rgba(66, 166, 203, .3);
}

.clinical-medication__form-wrapper select:focus {
  border: 1px solid #42a6cb;
}

.clinical-medication__form-wrapper textarea:hover {
  border: 1px solid rgba(66, 166, 203, .3);
}

.clinical-medication__form-wrapper textarea:focus {
  border: 1px solid #42a6cb;
}

.clinical-medication__form-wrapper select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.clinical-medication__form-wrapper textarea {
  width: 100%;
}

.clinical-medication__form-wrapper input,
.clinical-medication__form-wrapper select {
  width: 60%;
}

.clinical-medication__form-wrapper input[type='radio'],
.clinical-medication__form-wrapper input[type='checkbox'],
.clinical-medication__form-wrapper input[type='submit'] {
  width: auto;
}

.clinical-medication__form-wrapper input[type='submit'],
.clinical-medication__form-wrapper input[type='button'] {
  background: linear-gradient(90deg, #d28d00, #f9a100);
  padding: 10px 20px;
  border: none;
  color: #fff;
}

.clinical-medication__form-wrapper input[type='submit']:hover,
.clinical-medication__form-wrapper input[type='button']:hover {
  background: linear-gradient(90deg, #f9b445, #f9a100);
          box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input {
  padding: .5rem 1rem;
  font-weight: 300;
  font-size: 16;
  border: 1px solid #ddd;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: .9;
}

.react-autosuggest__input--focused {
  outline: none;
  border: 1px solid rgba(66, 166, 203, .3);
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: 300;
  font-size: 16;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}

.medication-alert__legend:before,
.medication-alert__disabled:before {
  color: red;
  content: '\26A0';
  margin-right: .25rem;
}

.medication-history-header {
  padding-left: inherit !important;
  background-image: none !important;
  pointer-events: none !important;
}

.payer_data {
  position: relative;
  padding-bottom: 50px;
  min-height: 700px;
}

.payer_data .specialty_category_wrapper {
  height: 625px;
  overflow: scroll;
}

.payer_data .specialty_category_wrapper .specialty-category a {
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.payer_data .specialty_category_wrapper .specialty-category {
  background: #eef8fc;
  padding: 0 0 20px 20px;
}

.payer_data .specialty_category_wrapper .specialty-category:first-of-type {
  padding: 20px 0 20px 20px;
}

.payer_data .specialty_category_wrapper .section_link,
.payer_data .specialty_category_wrapper h3 {
  margin: 0 0 20px 0;
  padding: 5px 20px;
}

.payer_data .specialty_category_wrapper .section_link:hover,
.payer_data .specialty_category_wrapper h3:hover {
  opacity: .75;
}

.payer_data .specialty_category_wrapper .section_link.active,
.payer_data .specialty_category_wrapper h3.active {
  background: #3e6c81;
}

.payer_data .specialty_category_wrapper .section_link.section_default,
.payer_data .specialty_category_wrapper h3.section_default {
  background: #e5f4fa;
  color: #244861;
  text-shadow: none;
  margin: 0;
  text-transform: uppercase;
  background: #f09d00;
  color: #fff;
  background: linear-gradient(to right, #d28d00, #f9a100);
}

.payer_data .form_container section {
  margin: 0 0 0 20px;
}

.payer_data .form_container .cost_rules {
  padding-top: 10px;
  padding-bottom: 10px;
}

.payer_data input {
  border: 1px solid #ced4da;
}

.payer_data input:disabled {
  background-color: #e9ecef;
}

.payer_data .button {
  margin: 0;
  font-size: .9em;
  font-family: effra, Arial, Helvetica, Sans-Serif;
}

.payer_data .form_actions {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
}

.payer_data .form_actions .button {
  margin-right: 10px;
}

.payer_rules_nav {
  flex-grow: 1.5;
  flex-basis: 0;
}

.accumNodeToolbar {
  display: inline;
  margin-left: 20px;
}

.accumNodeToolbar a {
  cursor: pointer;
  margin-right: 10px;
}

.active_field {
  display: flex;
}

.active_field--label {
  font-weight: bold;
  flex-grow: .26;
}

.cost_rules {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 20px;
}

.accum_keys {
  background: #f2f4f4;
}

.accum_keys .payment_methods {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 60px;
}

.accum_subkey_field_input {
  flex-basis: 0%;
  flex-grow: 1;
}

.accumSubKeyField,
.accumSubKey {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0;
}

.accumSubKeyField .accum_subkey_field_span,
.accumSubKey .accum_subkey_field_span {
  flex-basis: 0%;
  flex-grow: .2;
}

.accumSubKeyField .accum_subkey_field_input,
.accumSubKey .accum_subkey_field_input {
  flex-basis: 0%;
  flex-grow: .8;
}

.accumLink {
  margin-left: 25px;
  cursor: pointer;
}

.accumLink.accumVisible {
  color: grey;
}

.custom_filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 90px;
}

.custom_filters .customFilterWrapper {
  flex-grow: 1;
  flex-basis: 0%;
}

.custom_filters .customFilterWrapper span {
  margin-left: 30px;
}

.custom_filters .custom_filter_div {
  margin-top: 14px;
}

.custom_filters .select-style {
  border: 1px solid #ced4da;
  width: 320px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa;
  color: black;
}

.custom_filters .select-style select {
  padding: 5px 8px;
  width: 120%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.custom_filters .select-style select:focus {
  outline: none;
}

.custom_filters .accum_subkey_field_span {
  margin-right: 36px;
  flex-basis: 0%;
  flex-grow: .2;
  padding: 10px 0;
}

.custom_filters .accum_subkey_custom_filters_span {
  margin-right: 66px;
  flex-basis: 0%;
  flex-grow: .2;
  padding: 10px 0;
}

.custom_filters .FormField {
  padding: 10px 0;
}

.custom_filters .accum_subkey_field_input {
  flex-basis: 0%;
  flex-grow: 1;
}

.accumDiv {
  padding-left: 15px;
}

.accumSubKeyDiv {
  position: relative;
}

.accumSubKeyDiv .accumSubKey .accumSubKey {
  padding-right: 2px;
  padding-left: 90px;
}

.accumSubKeyDiv .accumSubKeyFieldDiv .accumSubKeyField .accum_subkey_field_span {
  padding-left: 120px;
  padding-right: 5px;
}

.accum,
.accumSubKeyDiv,
.accumSubKey,
.accumSubKeyFieldDiv {
  border: 1px dotted #c6e6f2;
  border-width: 0 0 1px 0;
}

.accum:last-of-type,
.accumSubKeyDiv:last-of-type,
.accumSubKey:last-of-type,
.accumSubKeyFieldDiv:last-of-type {
  border: 0;
}

.accum {
  border-style: solid;
  border-bottom-width: 2px;
}

.required_asterisk {
  color: #f18525;
  font-size: 1.25em;
  font-weight: bold;
  width: 10px;
  text-align: center;
  position: absolute;
}

.input_div {
  position: relative;
  display: flex;
  flex-grow: 1;
}

.input_div .error_container {
  position: absolute;
  left: 200px;
  color: red;
  min-width: 700px;
}

.rte tbody tr:hover {
  background-color: #f2f9fc;
}

.rte .actions {
  width: 1px;
  white-space: nowrap;
}

.rte .action {
  padding-left: .4em;
  padding-right: .4em;
}

.rte a.action:hover {
  background-color: #e5f4fa;
}

a.payerConfigNavEmpty {
  text-decoration: line-through;
}

.config_versions {
  height: 300px;
  overflow-y: auto;
}

.cost_rules_section {
  display: flex;
  flex-direction: row;
  position: relative;
}

.cost_rules_section .fields {
  flex-basis: 0%;
  flex-grow: 1;
}

.cost_rules_section .field_values {
  flex-basis: 0%;
  flex-grow: 3;
}

.cost_rules_section .payment_methods p {
  line-height: 20px;
}

.cost_rules_section .payment_method_field {
  margin-left: 40px;
}

.group_mapping_section,
.payer_info,
.loop_data,
.two_seventy_section,
.specialty_data {
  display: flex;
  flex-direction: row;
  position: relative;
}

.group_mapping_section .fields,
.payer_info .fields,
.loop_data .fields,
.two_seventy_section .fields,
.specialty_data .fields {
  flex-basis: 0%;
  flex-grow: 1;
}

.group_mapping_section .field_values,
.payer_info .field_values,
.loop_data .field_values,
.two_seventy_section .field_values,
.specialty_data .field_values {
  flex-basis: 0%;
  flex-grow: 3;
}

.payer_info .fields .accum_keys {
  padding-left: 10px;
}

.payer_info .accum_keys {
  border-color: #c6e6f2;
  border-style: dotted;
  border-collapse: collapse;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.loop,
.specialty {
  position: relative;
}

.loop .loop_data,
.loop .specialty_data,
.specialty .loop_data,
.specialty .specialty_data {
  position: static;
  margin-left: 25px;
}

.loop .loop_data .loop_field_row,
.loop .loop_data .specialty_field_row,
.loop .specialty_data .loop_field_row,
.loop .specialty_data .specialty_field_row,
.specialty .loop_data .loop_field_row,
.specialty .loop_data .specialty_field_row,
.specialty .specialty_data .loop_field_row,
.specialty .specialty_data .specialty_field_row {
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 2px;
}

.loop .loop_data .loop_field_row:after,
.loop .loop_data .specialty_field_row:after,
.loop .specialty_data .loop_field_row:after,
.loop .specialty_data .specialty_field_row:after,
.specialty .loop_data .loop_field_row:after,
.specialty .loop_data .specialty_field_row:after,
.specialty .specialty_data .loop_field_row:after,
.specialty .specialty_data .specialty_field_row:after {
  position: absolute;
  left: 0;
  content: " ";
  width: 100%;
  border-color: #c6e6f2;
  border-style: dotted;
  border-collapse: collapse;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.section_link {
  position: relative;
  cursor: pointer;
}

.section_link .section_link_button {
  position: absolute;
  right: 5px;
  padding: 5px 15px;
  top: 5px;
  border: none;
}

.specialtyTitleContainer {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.specialtyTitleContainer .arrowIcon {
  margin-right: 20px;
}

@keyframes spin {
  from {
    transform: rotateZ(0);
  }

  to {
    transform: rotateZ(1turn);
  }
}

audio {
  display: none;
}

.audio-player {
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audio-player .wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-grow: .5;
}

.audio-player svg,
.audio-player img {
  display: block;
}

.audio-player .play-pause-btn {
  cursor: pointer;
  background: none;
  border: none;
}

.audio-player .play-pause-btn p {
  fill: #566574;
}

.audio-player .loading {
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin .4s linear infinite;
}

.audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606e;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.audio-player .controls span {
  cursor: default;
}

.audio-player .controls span.time-progress {
  margin-left: 10px;
}

.audio-player .seek-bar {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
  background: #999;
  border-radius: 5px;
  width: 100%;
  height: 1px;
  outline: 0;
}

.audio-player .seek-bar:focus {
  outline: none;
}

.audio-player .seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.audio-player .seek-bar::-webkit-slider-thumb:active {
  transform: scale(1);
}

.audio-player .seek-bar::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.label_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.label_container label:not(:first-child) {
  margin-top: 25px;
}

.field_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25px;
}

.field_container input:not(:first-child),
.field_container select:not(:first-child) {
  margin-top: 15px;
}

.button_container {
  margin-top: 15px;
}

.button_container button:first-child {
  margin: 0;
}

.egr_screen a {
  cursor: pointer;
}

.egr_screen .egr_search_fields {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.egr_screen .egr_create {
  margin: 15px 0px;
}

.egr_screen .egr_create .bulk_import {
  margin-top: 15px;
}

.egr_screen .egr_create .bulk_import .bulk_import_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.egr_screen .egr_create .bulk_import .bulk_import_fields input[type=file] {
  display: none;
}

.egr_screen .egr_create .bulk_import .bulk_import_fields label,
.egr_screen .egr_create .bulk_import .bulk_import_fields button {
  margin: 0px 50px;
}

.egr_screen .egr_create .egr_create_button {
  margin: 0;
}

.egr_screen .egr_create .egr_create_fields {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.egr_screen .egr_create .egr_create_fields .label_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.egr_screen .egr_create .egr_create_fields .label_container label:not(:first-child) {
  margin-top: 25px;
}

.egr_screen .egr_create .egr_create_fields .field_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25px;
}

.egr_screen .egr_create .egr_create_fields .field_container select {
  height: 25px;
}

.egr_screen .egr_create .egr_create_fields .field_container input:not(:first-child),
.egr_screen .egr_create .egr_create_fields .field_container select:not(:first-child) {
  margin-top: 15px;
}

.egr_screen .egr_create .button_container {
  margin-top: 15px;
}

.egr_screen .egr_create .button_container button:first-child {
  margin: 0;
}

.egr_screen .group_search {
  margin-bottom: 15px;
}

.egr_screen .group_search .group_search_fields {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.egr_screen .group_search .group_search_fields .label_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.egr_screen .group_search .group_search_fields .label_container label:not(:first-child) {
  margin-top: 25px;
}

.egr_screen .group_search .group_search_fields .field_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25px;
}

.egr_screen .group_search .group_search_fields .field_container input:not(:first-child),
.egr_screen .group_search .group_search_fields .field_container select:not(:first-child) {
  margin-top: 15px;
}

.egr_screen .group_search .button_container {
  margin-top: 15px;
}

.egr_screen .group_search .button_container button:first-child {
  margin: 0;
}

.egr_screen .group_search .group_search_results {
  margin-top: 15px;
}

.egr_screen .pagination button {
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
  color: #42a6cb;
  cursor: pointer;
}

.egr_screen .pagination button.disabled {
  color: grey;
}

.egr_screen .pagination .next_page {
  margin-left: 15px;
}

.multi_contract_index .multi_contract_list {
  margin-top: 30px;
}

.multi_contract_index .multi_contract_create {
  margin-top: 30px;
}

.multi_contract_index .multi_contract_create_fields input[type=text] {
  width: 600px;
}

#surescripts_information table table td:first-of-type {
  font-weight: bold;
}

#surescripts_information button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #42a6cb;
  font-weight: bold;
  font-size: .8em;
  padding: 5px 20px 5px 5px;
  outline: none;
  background-position: right center;
  background-repeat: no-repeat;
}

#surescripts_information button.refresh {
  background-image: url(/assets/icon_refresh_blue.svg);
  background-size: 25%;
}

#surescripts_information button.extend {
  background-image: url(/assets/icon_extend.png);
  background-size: 16px 12px;
}

#surescripts_information button.update {
  padding-right: 15px;
  background-image: url(/assets/icon_edit.png);
}

#surescripts_information button.deactivate {
  background-image: url(/assets/icon_delete.png);
}

#surescripts_information button.reactivate,
#surescripts_information button.create {
  background-image: url(/assets/icon_add.png);
}

#surescripts_information button.create {
  margin-left: 0;
  padding-left: 0;
}

#surescripts_information button.details {
  background-image: url(/assets/icon_view.png);
}

#surescripts_information button:disabled {
  opacity: .3;
}

#surescripts_information .canReactivate {
  color: orange;
}

#surescripts_information .expired {
  color: red;
}

#surescripts_information .errors {
  color: red;
}

#surescripts_information .errors > p:first-of-type {
  font-weight: bold;
}

@tailwind base;

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-black {
  background-color: #000;
}

.bg-currentColor {
  background-color: currentColor;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #005c95;
}

.bg-gray {
  background-color: #727069;
}

.bg-teladoc-primary {
  background-color: #5b2f91;
}

.bg-brand {
  background-color: #5b2f91;
}

.bg-primary {
  background-color: #fff;
}

.bg-error-primary {
  background-color: #fcd04d;
}

.bg-secondary {
  background-color: #196ecf;
}

.bg-tertiary {
  background-color: #000;
}

.bg-attention-primary {
  background-color: #fdf5eb;
}

.bg-accent-primary {
  background-color: #fff;
}

.bg-info-primary {
  background-color: #b8e3eb;
}

.bg-info-secondary {
  background-color: #eaf7f9;
}

.bg-success-primary {
  background-color: transparent;
}

.bg-disabled-primary {
  background-color: #c5c5c5;
}

.bg-nav-primary {
  background-color: #0071bc;
}

.bg-notification-primary {
  background-color: #0d880b;
}

.bg-neutral-primary {
  background-color: #f1f4f8;
}

.bg-avatar-primary {
  background-color: #25264c;
}

.bg-message-primary {
  background-color: #27accd;
}

.bg-grid-row {
  background-color: #f6f6f6;
}

.bg-button-primary {
  background-color: #5b2f91;
}

.bg-button-primary-active {
  background-color: #5b2f91;
}

.bg-button-primary-hover {
  background-color: #5b2f91;
}

.bg-button-secondary {
  background-color: transparent;
}

.bg-button-secondary-active {
  background-color: #e8f6fa;
}

.bg-button-tertiary {
  background-color: #c03c00;
}

.bg-button-tertiary-active {
  background-color: #8c3615;
}

.bg-button-disabled {
  background-color: #727069;
}

.bg-progress-bar-default {
  background-color: #dae1e7;
}

.bg-progress-bar-active {
  background-color: #003b5c;
}

.bg-button-provider-search-selected {
  background-color: #0d880b;
}

.bg-badge-primary {
  background-color: #f00;
}

.bg-modal-footer {
  background-color: #f6f6f6;
}

.bg-messaging-primary {
  background-color: #005c95;
}

.bg-messaging-secondary {
  background-color: #f6f6f6;
}

.bg-messaging-tertiary {
  background-color: #979797;
}

.bg-messaging-disabled {
  background-color: #bdbdbd;
}

.bg-messaging-accept {
  background-color: #f5f9ec;
}

.bg-messaging-active {
  background-color: #edf7fc;
}

.bg-messaging-attachments {
  background-color: #eeeaf4;
}

.bg-messaging-attention {
  background-color: #fdf5eb;
}

.bg-messaging-error {
  background-color: #fcddd8;
}

.bg-messaging-success-primary {
  background-color: #167f01;
}

.bg-messaging-success-secondary {
  background-color: #e7f1cd;
}

.bg-messaging-success-tertiary {
  background-color: #a1c345;
}

.bg-messaging-error-primary {
  background-color: #aa1010;
}

.bg-messaging-error-secondary {
  background-color: #ee543e;
}

.bg-messaging-warning {
  background-color: #fdecb3;
}

.bg-messaging-warning-secondary {
  background-color: #9f8633;
}

.bg-messaging-delimiter {
  background-color: #6dc4e5;
}

.bg-messaging-avatar {
  background-color: #3f2065;
}

.bg-messaging-gallery {
  background-color: #727069;
}

.bg-messaging-error-new {
  background-color: #c9311a;
}

.bg-messaging-pink-blur {
  background-color: #fce9e8;
}

.bg-toast-primary {
  background-color: #166174;
}

.bg-toast-secondary {
  background-color: #aa1010;
}

.bg-toast-emergency {
  background-color: #fdefed;
}

.bg-adminorange-light {
  background-color: #f9a100;
}

.bg-adminorange-dark {
  background-color: #d28d00;
}

.bg-adminblue-800 {
  background-color: #4e89a4;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-adminblue-100 {
  background-color: #e5f4fa;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-currentColor:hover {
  background-color: currentColor;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-blue:hover {
  background-color: #005c95;
}

.hover\:bg-gray:hover {
  background-color: #727069;
}

.hover\:bg-teladoc-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-brand:hover {
  background-color: #5b2f91;
}

.hover\:bg-primary:hover {
  background-color: #fff;
}

.hover\:bg-error-primary:hover {
  background-color: #fcd04d;
}

.hover\:bg-secondary:hover {
  background-color: #196ecf;
}

.hover\:bg-tertiary:hover {
  background-color: #000;
}

.hover\:bg-attention-primary:hover {
  background-color: #fdf5eb;
}

.hover\:bg-accent-primary:hover {
  background-color: #fff;
}

.hover\:bg-info-primary:hover {
  background-color: #b8e3eb;
}

.hover\:bg-info-secondary:hover {
  background-color: #eaf7f9;
}

.hover\:bg-success-primary:hover {
  background-color: transparent;
}

.hover\:bg-disabled-primary:hover {
  background-color: #c5c5c5;
}

.hover\:bg-nav-primary:hover {
  background-color: #0071bc;
}

.hover\:bg-notification-primary:hover {
  background-color: #0d880b;
}

.hover\:bg-neutral-primary:hover {
  background-color: #f1f4f8;
}

.hover\:bg-avatar-primary:hover {
  background-color: #25264c;
}

.hover\:bg-message-primary:hover {
  background-color: #27accd;
}

.hover\:bg-grid-row:hover {
  background-color: #f6f6f6;
}

.hover\:bg-button-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-active:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-hover:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-secondary:hover {
  background-color: transparent;
}

.hover\:bg-button-secondary-active:hover {
  background-color: #e8f6fa;
}

.hover\:bg-button-tertiary:hover {
  background-color: #c03c00;
}

.hover\:bg-button-tertiary-active:hover {
  background-color: #8c3615;
}

.hover\:bg-button-disabled:hover {
  background-color: #727069;
}

.hover\:bg-progress-bar-default:hover {
  background-color: #dae1e7;
}

.hover\:bg-progress-bar-active:hover {
  background-color: #003b5c;
}

.hover\:bg-button-provider-search-selected:hover {
  background-color: #0d880b;
}

.hover\:bg-badge-primary:hover {
  background-color: #f00;
}

.hover\:bg-modal-footer:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-primary:hover {
  background-color: #005c95;
}

.hover\:bg-messaging-secondary:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-tertiary:hover {
  background-color: #979797;
}

.hover\:bg-messaging-disabled:hover {
  background-color: #bdbdbd;
}

.hover\:bg-messaging-accept:hover {
  background-color: #f5f9ec;
}

.hover\:bg-messaging-active:hover {
  background-color: #edf7fc;
}

.hover\:bg-messaging-attachments:hover {
  background-color: #eeeaf4;
}

.hover\:bg-messaging-attention:hover {
  background-color: #fdf5eb;
}

.hover\:bg-messaging-error:hover {
  background-color: #fcddd8;
}

.hover\:bg-messaging-success-primary:hover {
  background-color: #167f01;
}

.hover\:bg-messaging-success-secondary:hover {
  background-color: #e7f1cd;
}

.hover\:bg-messaging-success-tertiary:hover {
  background-color: #a1c345;
}

.hover\:bg-messaging-error-primary:hover {
  background-color: #aa1010;
}

.hover\:bg-messaging-error-secondary:hover {
  background-color: #ee543e;
}

.hover\:bg-messaging-warning:hover {
  background-color: #fdecb3;
}

.hover\:bg-messaging-warning-secondary:hover {
  background-color: #9f8633;
}

.hover\:bg-messaging-delimiter:hover {
  background-color: #6dc4e5;
}

.hover\:bg-messaging-avatar:hover {
  background-color: #3f2065;
}

.hover\:bg-messaging-gallery:hover {
  background-color: #727069;
}

.hover\:bg-messaging-error-new:hover {
  background-color: #c9311a;
}

.hover\:bg-messaging-pink-blur:hover {
  background-color: #fce9e8;
}

.hover\:bg-toast-primary:hover {
  background-color: #166174;
}

.hover\:bg-toast-secondary:hover {
  background-color: #aa1010;
}

.hover\:bg-toast-emergency:hover {
  background-color: #fdefed;
}

.hover\:bg-adminorange-light:hover {
  background-color: #f9a100;
}

.hover\:bg-adminorange-dark:hover {
  background-color: #d28d00;
}

.hover\:bg-adminblue-800:hover {
  background-color: #4e89a4;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-adminblue-100:hover {
  background-color: #e5f4fa;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-2 {
  background-size: 2rem;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-black {
  border-color: #000;
}

.border-currentColor {
  border-color: currentColor;
}

.border-white {
  border-color: #fff;
}

.border-blue {
  border-color: #005c95;
}

.border-gray {
  border-color: #727069;
}

.border-teladoc-primary {
  border-color: #5b2f91;
}

.border-primary {
  border-color: #bbb;
}

.border-secondary {
  border-color: #000;
}

.border-tertiary {
  border-color: #333;
}

.border-accent {
  border-color: #fff;
}

.border-accent-primary {
  border-color: #f7f7f7;
}

.border-error-primary {
  border-color: #fcd04d;
}

.border-disabled-primary {
  border-color: #c5c5c5;
}

.border-info-primary {
  border-color: #b8e3eb;
}

.border-info-secondary {
  border-color: #196ecf;
}

.border-success-primary {
  border-color: transparent;
}

.border-chevron-primary {
  border-color: #fff;
}

.border-neutral-primary {
  border-color: #dcdedf;
}

.border-focus-primary {
  border-color: #3b99fc;
}

.border-button-primary {
  border-color: #5b2f91;
}

.border-button-primary-hover {
  border-color: #5b2f91;
}

.border-button-secondary {
  border-color: #5b2f91;
}

.border-button-secondary-hover {
  border-color: #5b2f91;
}

.border-button-tertiary {
  border-color: #c03c00;
}

.border-button-tertiary-active {
  border-color: #8c3615;
}

.border-button-rav-survey-primary {
  border-color: #5b2f91;
}

.border-button-provider-search-selected {
  border-color: #0d880b;
}

.border-progress-bar-active {
  border-color: #003b5c;
}

.border-input-outline-primary {
  border-color: #b1b1b3;
}

.border-checkboxes-outline {
  border-color: #bdbdbd;
}

.border-checkboxes-outline-hover {
  border-color: #5b2f91;
}

.border-toast-primary {
  border-color: #166174;
}

.border-toast-secondary {
  border-color: #aa1010;
}

.border-ems-modal-title-border {
  border-color: #6dc4e5;
}

.border-messaging-grid {
  border-color: #bdbdbd;
}

.border-messaging-primary {
  border-color: #005c95;
}

.border-messaging-common-grey {
  border-color: #696b6b;
}

.border-messaging-common-blue {
  border-color: #00498a;
}

.border-messaging-light-blue {
  border-color: #d3eef5;
}

.border-messaging-secondary {
  border-color: #727069;
}

.border-messaging-tertiary {
  border-color: #979797;
}

.border-messaging-link {
  border-color: #a5a197;
}

.border-messaging-attention {
  border-color: #eeac47;
}

.border-messaging-error {
  border-color: #ee543e;
}

.border-messaging-error-new {
  border-color: #c9311a;
}

.border-messaging-pink-blur {
  border-color: #fce9e8;
}

.border-messaging-accept-primary {
  border-color: #85b500;
}

.border-messaging-error-primary {
  border-color: #aa1010;
}

.border-messaging-attach-outline {
  border-color: #565554;
}

.border-messaging-outline-primary {
  border-color: #96999c;
}

.border-messaging-outline-tertiary {
  border-color: #cbc9bf;
}

.border-messaging-outline-accent {
  border-color: #5b2f91;
}

.border-messaging-success {
  border-color: #167f01;
}

.border-messaging-pending {
  border-color: #f4c785;
}

.border-messaging-warning {
  border-color: #9f8633;
}

.border-messaging-grey {
  border-color: #919393;
}

.border-adminblue-400 {
  border-color: #a4c5d4;
}

.border-adminblue-100 {
  border-color: #e5f4fa;
}

.border-adminblue-500 {
  border-color: #8fb6c7;
}

.border-adminblue-800 {
  border-color: #4e89a4;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-currentColor:hover {
  border-color: currentColor;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-blue:hover {
  border-color: #005c95;
}

.hover\:border-gray:hover {
  border-color: #727069;
}

.hover\:border-teladoc-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-primary:hover {
  border-color: #bbb;
}

.hover\:border-secondary:hover {
  border-color: #000;
}

.hover\:border-tertiary:hover {
  border-color: #333;
}

.hover\:border-accent:hover {
  border-color: #fff;
}

.hover\:border-accent-primary:hover {
  border-color: #f7f7f7;
}

.hover\:border-error-primary:hover {
  border-color: #fcd04d;
}

.hover\:border-disabled-primary:hover {
  border-color: #c5c5c5;
}

.hover\:border-info-primary:hover {
  border-color: #b8e3eb;
}

.hover\:border-info-secondary:hover {
  border-color: #196ecf;
}

.hover\:border-success-primary:hover {
  border-color: transparent;
}

.hover\:border-chevron-primary:hover {
  border-color: #fff;
}

.hover\:border-neutral-primary:hover {
  border-color: #dcdedf;
}

.hover\:border-focus-primary:hover {
  border-color: #3b99fc;
}

.hover\:border-button-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-primary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-tertiary:hover {
  border-color: #c03c00;
}

.hover\:border-button-tertiary-active:hover {
  border-color: #8c3615;
}

.hover\:border-button-rav-survey-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-provider-search-selected:hover {
  border-color: #0d880b;
}

.hover\:border-progress-bar-active:hover {
  border-color: #003b5c;
}

.hover\:border-input-outline-primary:hover {
  border-color: #b1b1b3;
}

.hover\:border-checkboxes-outline:hover {
  border-color: #bdbdbd;
}

.hover\:border-checkboxes-outline-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-toast-primary:hover {
  border-color: #166174;
}

.hover\:border-toast-secondary:hover {
  border-color: #aa1010;
}

.hover\:border-ems-modal-title-border:hover {
  border-color: #6dc4e5;
}

.hover\:border-messaging-grid:hover {
  border-color: #bdbdbd;
}

.hover\:border-messaging-primary:hover {
  border-color: #005c95;
}

.hover\:border-messaging-common-grey:hover {
  border-color: #696b6b;
}

.hover\:border-messaging-common-blue:hover {
  border-color: #00498a;
}

.hover\:border-messaging-light-blue:hover {
  border-color: #d3eef5;
}

.hover\:border-messaging-secondary:hover {
  border-color: #727069;
}

.hover\:border-messaging-tertiary:hover {
  border-color: #979797;
}

.hover\:border-messaging-link:hover {
  border-color: #a5a197;
}

.hover\:border-messaging-attention:hover {
  border-color: #eeac47;
}

.hover\:border-messaging-error:hover {
  border-color: #ee543e;
}

.hover\:border-messaging-error-new:hover {
  border-color: #c9311a;
}

.hover\:border-messaging-pink-blur:hover {
  border-color: #fce9e8;
}

.hover\:border-messaging-accept-primary:hover {
  border-color: #85b500;
}

.hover\:border-messaging-error-primary:hover {
  border-color: #aa1010;
}

.hover\:border-messaging-attach-outline:hover {
  border-color: #565554;
}

.hover\:border-messaging-outline-primary:hover {
  border-color: #96999c;
}

.hover\:border-messaging-outline-tertiary:hover {
  border-color: #cbc9bf;
}

.hover\:border-messaging-outline-accent:hover {
  border-color: #5b2f91;
}

.hover\:border-messaging-success:hover {
  border-color: #167f01;
}

.hover\:border-messaging-pending:hover {
  border-color: #f4c785;
}

.hover\:border-messaging-warning:hover {
  border-color: #9f8633;
}

.hover\:border-messaging-grey:hover {
  border-color: #919393;
}

.hover\:border-adminblue-400:hover {
  border-color: #a4c5d4;
}

.hover\:border-adminblue-100:hover {
  border-color: #e5f4fa;
}

.hover\:border-adminblue-500:hover {
  border-color: #8fb6c7;
}

.hover\:border-adminblue-800:hover {
  border-color: #4e89a4;
}

.hover\:border-gray-400:hover {
  border-color: #9ca3af;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-button-primary {
  border-radius: .5rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-button-primary {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-button-primary {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-button-primary {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-button-primary {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-button-primary {
  border-top-left-radius: .5rem;
}

.rounded-tr-button-primary {
  border-top-right-radius: .5rem;
}

.rounded-br-button-primary {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-button-primary {
  border-bottom-left-radius: .5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-chevron {
  border-width: .1rem;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-chevron {
  border-top-width: .1rem;
}

.border-r-chevron {
  border-right-width: .1rem;
}

.border-b-chevron {
  border-bottom-width: .1rem;
}

.border-l-chevron {
  border-left-width: .1rem;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-24 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-px {
  margin-right: 1px;
}

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

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-1 {
  max-width: .25rem;
}

.max-w-2 {
  max-width: .5rem;
}

.max-w-3 {
  max-width: .75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-200 {
  max-width: 50rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-half {
  max-width: 50%;
}

.max-w-9\/10 {
  max-width: 90%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-container {
  max-width: 37.5rem;
}

.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-68 {
  min-width: 17rem;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

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

.-mr-px {
  margin-right: -1px;
}

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

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-24 {
  padding: 6rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

.pr-px {
  padding-right: 1px;
}

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

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-none {
  box-shadow: none;
}

.fill-black {
  fill: #000;
}

.fill-currentColor {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-blue {
  fill: #005c95;
}

.fill-gray {
  fill: #727069;
}

.fill-teladoc-primary {
  fill: #5b2f91;
}

.fill-primary {
  fill: #5b2f91;
}

.fill-btn-icon-primary {
  fill: #727069;
}

.fill-btn-icon-secondary {
  fill: #005c95;
}

.fill-toast-primary {
  fill: #166174;
}

.fill-toast-secondary {
  fill: #aa1010;
}

.stroke-black {
  stroke: #000;
}

.stroke-currentColor {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-blue {
  stroke: #005c95;
}

.stroke-gray {
  stroke: #727069;
}

.stroke-teladoc-primary {
  stroke: #5b2f91;
}

.stroke-primary {
  stroke: #5b2f91;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  color: #000;
}

.text-currentColor {
  color: currentColor;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #005c95;
}

.text-gray {
  color: #727069;
}

.text-teladoc-primary {
  color: #5b2f91;
}

.text-primary {
  color: #2c2a29;
}

.text-secondary {
  color: #000;
}

.text-tertiary {
  color: #5b2f91;
}

.text-quaternary {
  color: #003da1;
}

.text-accent-primary {
  color: #fff;
}

.text-neutral-primary {
  color: #96999c;
}

.text-neutral-secondary {
  color: #7c7873;
}

.text-neutral-tertiary {
  color: #333;
}

.text-success-primary {
  color: #0d880b;
}

.text-alert-primary {
  color: #e91b18;
}

.text-button-primary {
  color: #fffef9;
}

.text-button-secondary {
  color: #5b2f91;
}

.text-button-secondary-hover {
  color: #71c5e8;
}

.text-button-rav-survey-primary {
  color: #5b2f91;
}

.text-progress-bar-default {
  color: #75787b;
}

.text-progress-bar-active {
  color: #003c5c;
}

.text-modal-provider-select {
  color: #003c5c;
}

.text-ems-modal-title {
  color: #244861;
}

.text-checkbox-label {
  color: #32302e;
}

.text-disabled-primary {
  color: #9a9fa8;
}

.text-messaging-primary {
  color: #727069;
}

.text-messaging-common-grey {
  color: #696b6b;
}

.text-messaging-common-blue {
  color: #00498a;
}

.text-toast-primary {
  color: #166174;
}

.text-toast-secondary {
  color: #aa1010;
}

.text-messaging-secondary {
  color: #005c95;
}

.text-messaging-tertiary {
  color: #2c2a29;
}

.text-messaging-error {
  color: #ee543e;
}

.text-messaging-error-primary {
  color: #aa1010;
}

.text-messaging-link {
  color: #a5a197;
}

.text-messaging-black {
  color: #181919;
}

.text-messaging-grey {
  color: #919393;
}

.text-messaging-new-links {
  color: #00498a;
}

.text-messaging-avatar {
  color: #3f2065;
}

.text-messaging-warning {
  color: #9f8633;
}

.text-ha-notification {
  color: #939289;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-600 {
  color: #71809;
}

.text-member-detail-li {
  color: #7000;
}

.text-member-detail-links {
  color: #00518f;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-currentColor:hover {
  color: currentColor;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-blue:hover {
  color: #005c95;
}

.hover\:text-gray:hover {
  color: #727069;
}

.hover\:text-teladoc-primary:hover {
  color: #5b2f91;
}

.hover\:text-primary:hover {
  color: #2c2a29;
}

.hover\:text-secondary:hover {
  color: #000;
}

.hover\:text-tertiary:hover {
  color: #5b2f91;
}

.hover\:text-quaternary:hover {
  color: #003da1;
}

.hover\:text-accent-primary:hover {
  color: #fff;
}

.hover\:text-neutral-primary:hover {
  color: #96999c;
}

.hover\:text-neutral-secondary:hover {
  color: #7c7873;
}

.hover\:text-neutral-tertiary:hover {
  color: #333;
}

.hover\:text-success-primary:hover {
  color: #0d880b;
}

.hover\:text-alert-primary:hover {
  color: #e91b18;
}

.hover\:text-button-primary:hover {
  color: #fffef9;
}

.hover\:text-button-secondary:hover {
  color: #5b2f91;
}

.hover\:text-button-secondary-hover:hover {
  color: #71c5e8;
}

.hover\:text-button-rav-survey-primary:hover {
  color: #5b2f91;
}

.hover\:text-progress-bar-default:hover {
  color: #75787b;
}

.hover\:text-progress-bar-active:hover {
  color: #003c5c;
}

.hover\:text-modal-provider-select:hover {
  color: #003c5c;
}

.hover\:text-ems-modal-title:hover {
  color: #244861;
}

.hover\:text-checkbox-label:hover {
  color: #32302e;
}

.hover\:text-disabled-primary:hover {
  color: #9a9fa8;
}

.hover\:text-messaging-primary:hover {
  color: #727069;
}

.hover\:text-messaging-common-grey:hover {
  color: #696b6b;
}

.hover\:text-messaging-common-blue:hover {
  color: #00498a;
}

.hover\:text-toast-primary:hover {
  color: #166174;
}

.hover\:text-toast-secondary:hover {
  color: #aa1010;
}

.hover\:text-messaging-secondary:hover {
  color: #005c95;
}

.hover\:text-messaging-tertiary:hover {
  color: #2c2a29;
}

.hover\:text-messaging-error:hover {
  color: #ee543e;
}

.hover\:text-messaging-error-primary:hover {
  color: #aa1010;
}

.hover\:text-messaging-link:hover {
  color: #a5a197;
}

.hover\:text-messaging-black:hover {
  color: #181919;
}

.hover\:text-messaging-grey:hover {
  color: #919393;
}

.hover\:text-messaging-new-links:hover {
  color: #00498a;
}

.hover\:text-messaging-avatar:hover {
  color: #3f2065;
}

.hover\:text-messaging-warning:hover {
  color: #9f8633;
}

.hover\:text-ha-notification:hover {
  color: #939289;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-600:hover {
  color: #71809;
}

.hover\:text-member-detail-li:hover {
  color: #7000;
}

.hover\:text-member-detail-links:hover {
  color: #00518f;
}

.text-xxs {
  font-size: .625rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-1\.5xl {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-2\.5xl {
  font-size: 1.6rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-128 {
  width: 32rem;
}

.w-200 {
  width: 50rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-container {
  width: 37.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.z--1 {
  z-index: -1;
}

.rotate-1\/8 {
  transform: rotate(45deg);
}

.rotate-1\/4 {
  transform: rotate(90deg);
}

.rotate-3\/8 {
  transform: rotate(135deg);
}

.rotate-1\/2 {
  transform: rotate(180deg);
}

.rotate-5\/8 {
  transform: rotate(225deg);
}

.rotate-3\/4 {
  transform: rotate(270deg);
}

.rotate-7\/8 {
  transform: rotate(315deg);
}

.outline-color-black {
  outline-color: #000;
}

.outline-color-currentColor {
  outline-color: currentColor;
}

.outline-color-white {
  outline-color: #fff;
}

.outline-color-blue {
  outline-color: #005c95;
}

.outline-color-gray {
  outline-color: #727069;
}

.outline-color-teladoc-primary {
  outline-color: #5b2f91;
}

.outline-color-focus-primary {
  outline-color: #3b99fc;
}

.outline-w-0 {
  outline-width: 0;
}

.outline-w-2 {
  outline-width: 2px;
}

.outline-w-4 {
  outline-width: 4px;
}

.outline-w-8 {
  outline-width: 8px;
}

.outline-w-default {
  outline-width: 1px;
}

.outline-style-solid {
  outline-style: solid;
}

.outline-style-dashed {
  outline-style: dashed;
}

hidden {
  display: none;
}

.box-border {
  box-sizing: border-box;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.gap-2 {
  gap: .5rem;
}

.gap-4 {
  gap: 1rem;
}

.z-1 {
  z-index: 1;
}

#medication-formularies-search .search,
#medication-formularies-details .search {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

#medication-formularies-search .page-heading,
#medication-formularies-details .page-heading {
  margin-top: 10px;
}

#medication-formularies-search .search .input-container,
#medication-formularies-search .search-ndc .input-container,
#medication-formularies-search .search-state .input-container,
#medication-formularies-details .search .input-container,
#medication-formularies-details .search-ndc .input-container,
#medication-formularies-details .search-state .input-container {
  position: relative;
}

#medication-formularies-search .search .react-autosuggest__input,
#medication-formularies-search .search-ndc .react-autosuggest__input,
#medication-formularies-search .search-state .react-autosuggest__input,
#medication-formularies-details .search .react-autosuggest__input,
#medication-formularies-details .search-ndc .react-autosuggest__input,
#medication-formularies-details .search-state .react-autosuggest__input {
  padding-left: 2rem;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  height: 2rem;
  outline: 0;
}

#medication-formularies-search .search .input-icon,
#medication-formularies-search .search-ndc .input-icon,
#medication-formularies-search .search-state .input-icon,
#medication-formularies-details .search .input-icon,
#medication-formularies-details .search-ndc .input-icon,
#medication-formularies-details .search-state .input-icon {
  padding: .5rem;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#medication-formularies-search .search .clear-icon,
#medication-formularies-search .search-ndc .clear-icon,
#medication-formularies-search .search-state .clear-icon,
#medication-formularies-details .search .clear-icon,
#medication-formularies-details .search-ndc .clear-icon,
#medication-formularies-details .search-state .clear-icon {
  right: 0;
  cursor: pointer;
}

#medication-formularies-search .managed-medications-table table {
  margin-bottom: 1rem;
}

#medication-formularies-search .managed-medications-table .download-data-button-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}

#medication-formularies-search .managed-medications-table .download-data-button-wrapper a > svg {
  margin-left: 5px;
}

#medication-formularies-search .managed-medications-table .table-header {
  display: flex;
  flex-direction: row;
  gap: .5rem;
  align-items: center;
}

#medication-formularies-search .managed-medications-table .sortable {
  cursor: pointer;
}

#medication-formularies-search .managed-medications-table .sortable:hover {
  text-decoration: underline;
}

#medication-formularies-search .managed-medications-table .rc-pager li {
  padding-left: .5rem;
}

#medication-formularies-search .managed-medications-table .rc-pager li .pagination-arrows {
  font-size: 16px;
  vertical-align: bottom;
}

#medication-formularies-details table.fields th {
  vertical-align: top;
}

#medication-formularies-details .ndc-lookup {
  width: 440px;
}

#medication-formularies-details .ndc-lookup .search-ndc {
  margin-bottom: 1rem;
}

#medication-formularies-details .ndc-lookup .ndc-table {
  overflow: auto;
  display: block;
  max-height: 20rem;
}

#medication-formularies-details .ndc-lookup .ndc-table .obsolete-date-placeholder {
  font-style: italic;
}

#medication-formularies-details .medication-service-line-availabilities > li {
  margin-top: 15px;
  border-bottom: 1px dotted #6dc4e5;
}

#medication-formularies-details .medication-service-line-availabilities > li:last-child {
  border-style: none;
}

#medication-formularies-details .medication-availability-actions {
  float: right;
}

#medication-formularies-details .medication-availability-actions button {
  outline: 0;
}

#medication-formularies-details .medication-availability-actions button span {
  margin-right: .5rem;
  font-weight: 700;
  color: #6dc4e5;
}

#medication-formularies-details .medication-availability-edit-form {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px 10px 0 10px;
  background: #d1edf6;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

#medication-formularies-details .medication-availability-edit-form .medication-available-switch {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#medication-formularies-details .medication-availability-edit-form .managed-states {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

#medication-formularies-details .medication-availability-edit-form .managed-states .managed-states-label {
  font-weight: 700;
  display: inline-block;
  color: #7c7d74;
}

#medication-formularies-details .medication-availability-edit-form .managed-states > ul {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

#medication-formularies-details .medication-availability-edit-form .search-state .input-container {
  width: 440px;
}

#medication-formularies-details .medication-availability-edit-form .form-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

#medication-formularies-details .medication-availability-edit-form .form-actions .button-secondary {
  outline: 0;
  background: #ababab;
}

@media (min-width: 320px) {
  .xxs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxs\:bg-fixed {
    background-attachment: fixed;
  }

  .xxs\:bg-local {
    background-attachment: local;
  }

  .xxs\:bg-scroll {
    background-attachment: scroll;
  }

  .xxs\:bg-black {
    background-color: #000;
  }

  .xxs\:bg-currentColor {
    background-color: currentColor;
  }

  .xxs\:bg-white {
    background-color: #fff;
  }

  .xxs\:bg-blue {
    background-color: #005c95;
  }

  .xxs\:bg-gray {
    background-color: #727069;
  }

  .xxs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-brand {
    background-color: #5b2f91;
  }

  .xxs\:bg-primary {
    background-color: #fff;
  }

  .xxs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xxs\:bg-secondary {
    background-color: #196ecf;
  }

  .xxs\:bg-tertiary {
    background-color: #000;
  }

  .xxs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xxs\:bg-accent-primary {
    background-color: #fff;
  }

  .xxs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xxs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xxs\:bg-success-primary {
    background-color: transparent;
  }

  .xxs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xxs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xxs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xxs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xxs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xxs\:bg-message-primary {
    background-color: #27accd;
  }

  .xxs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xxs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-secondary {
    background-color: transparent;
  }

  .xxs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xxs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xxs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xxs\:bg-button-disabled {
    background-color: #727069;
  }

  .xxs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xxs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xxs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xxs\:bg-badge-primary {
    background-color: #f00;
  }

  .xxs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xxs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xxs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xxs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xxs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xxs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xxs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xxs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xxs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xxs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xxs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xxs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xxs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xxs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xxs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xxs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xxs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xxs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xxs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xxs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xxs\:bg-toast-primary {
    background-color: #166174;
  }

  .xxs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xxs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xxs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xxs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xxs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xxs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xxs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xxs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xxs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xxs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xxs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xxs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xxs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xxs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xxs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xxs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xxs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xxs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xxs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xxs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xxs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xxs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xxs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xxs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xxs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xxs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xxs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xxs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xxs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xxs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xxs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xxs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xxs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xxs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xxs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xxs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xxs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xxs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xxs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xxs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xxs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xxs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xxs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xxs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xxs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xxs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xxs\:bg-bottom {
    background-position: bottom;
  }

  .xxs\:bg-center {
    background-position: center;
  }

  .xxs\:bg-left {
    background-position: left;
  }

  .xxs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxs\:bg-left-top {
    background-position: left top;
  }

  .xxs\:bg-right {
    background-position: right;
  }

  .xxs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxs\:bg-right-top {
    background-position: right top;
  }

  .xxs\:bg-top {
    background-position: top;
  }

  .xxs\:bg-repeat {
    background-repeat: repeat;
  }

  .xxs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxs\:bg-2 {
    background-size: 2rem;
  }

  .xxs\:bg-auto {
    background-size: auto;
  }

  .xxs\:bg-cover {
    background-size: cover;
  }

  .xxs\:bg-contain {
    background-size: contain;
  }

  .xxs\:border-black {
    border-color: #000;
  }

  .xxs\:border-currentColor {
    border-color: currentColor;
  }

  .xxs\:border-white {
    border-color: #fff;
  }

  .xxs\:border-blue {
    border-color: #005c95;
  }

  .xxs\:border-gray {
    border-color: #727069;
  }

  .xxs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-primary {
    border-color: #bbb;
  }

  .xxs\:border-secondary {
    border-color: #000;
  }

  .xxs\:border-tertiary {
    border-color: #333;
  }

  .xxs\:border-accent {
    border-color: #fff;
  }

  .xxs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xxs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xxs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xxs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xxs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xxs\:border-success-primary {
    border-color: transparent;
  }

  .xxs\:border-chevron-primary {
    border-color: #fff;
  }

  .xxs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xxs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xxs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xxs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xxs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xxs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xxs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xxs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xxs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-toast-primary {
    border-color: #166174;
  }

  .xxs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xxs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xxs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xxs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xxs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xxs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xxs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xxs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xxs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xxs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xxs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xxs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xxs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xxs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xxs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xxs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xxs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xxs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xxs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xxs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xxs\:border-messaging-success {
    border-color: #167f01;
  }

  .xxs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xxs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xxs\:border-messaging-grey {
    border-color: #919393;
  }

  .xxs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xxs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xxs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xxs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xxs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xxs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xxs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xxs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xxs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xxs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xxs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xxs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xxs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xxs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xxs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xxs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xxs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xxs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xxs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xxs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xxs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xxs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xxs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xxs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xxs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xxs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xxs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xxs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xxs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xxs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xxs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xxs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xxs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xxs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xxs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xxs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xxs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xxs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xxs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xxs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xxs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xxs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xxs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xxs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xxs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xxs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xxs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: .125rem;
  }

  .xxs\:rounded {
    border-radius: .25rem;
  }

  .xxs\:rounded-lg {
    border-radius: .5rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xxs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:border-0 {
    border-width: 0;
  }

  .xxs\:border-1 {
    border-width: 1px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-3 {
    border-width: 3px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:border-chevron {
    border-width: .1rem;
  }

  .xxs\:border-t-0 {
    border-top-width: 0;
  }

  .xxs\:border-r-0 {
    border-right-width: 0;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxs\:border-l-0 {
    border-left-width: 0;
  }

  .xxs\:border-t-1 {
    border-top-width: 1px;
  }

  .xxs\:border-r-1 {
    border-right-width: 1px;
  }

  .xxs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxs\:border-l-1 {
    border-left-width: 1px;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-t-3 {
    border-top-width: 3px;
  }

  .xxs\:border-r-3 {
    border-right-width: 3px;
  }

  .xxs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxs\:border-l-3 {
    border-left-width: 3px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xxs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xxs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xxs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

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

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:flex-no-grow {
    flex-grow: 0;
  }

  .xxs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xxs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xxs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxs\:font-hairline {
    font-weight: 100;
  }

  .xxs\:font-thin {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 700;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:h-1 {
    height: .25rem;
  }

  .xxs\:h-2 {
    height: .5rem;
  }

  .xxs\:h-3 {
    height: .75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 1.25rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-7 {
    height: 1.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-9 {
    height: 2.25rem;
  }

  .xxs\:h-10 {
    height: 2.5rem;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-12 {
    height: 3rem;
  }

  .xxs\:h-15 {
    height: 3.75rem;
  }

  .xxs\:h-16 {
    height: 4rem;
  }

  .xxs\:h-20 {
    height: 5rem;
  }

  .xxs\:h-22 {
    height: 5.5rem;
  }

  .xxs\:h-24 {
    height: 6rem;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-48 {
    height: 12rem;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-96 {
    height: 24rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: .25rem;
  }

  .xxs\:m-2 {
    margin: .5rem;
  }

  .xxs\:m-3 {
    margin: .75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 1.25rem;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-10 {
    margin: 2.5rem;
  }

  .xxs\:m-19 {
    margin: 4.75rem;
  }

  .xxs\:m-24 {
    margin: 6rem;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xxs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xxs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:mt-1 {
    margin-top: .25rem;
  }

  .xxs\:mr-1 {
    margin-right: .25rem;
  }

  .xxs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxs\:ml-1 {
    margin-left: .25rem;
  }

  .xxs\:mt-2 {
    margin-top: .5rem;
  }

  .xxs\:mr-2 {
    margin-right: .5rem;
  }

  .xxs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxs\:ml-2 {
    margin-left: .5rem;
  }

  .xxs\:mt-3 {
    margin-top: .75rem;
  }

  .xxs\:mr-3 {
    margin-right: .75rem;
  }

  .xxs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxs\:ml-3 {
    margin-left: .75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xxs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xxs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xxs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xxs\:mt-24 {
    margin-top: 6rem;
  }

  .xxs\:mr-24 {
    margin-right: 6rem;
  }

  .xxs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxs\:ml-24 {
    margin-left: 6rem;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:max-w-1 {
    max-width: .25rem;
  }

  .xxs\:max-w-2 {
    max-width: .5rem;
  }

  .xxs\:max-w-3 {
    max-width: .75rem;
  }

  .xxs\:max-w-4 {
    max-width: 1rem;
  }

  .xxs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xxs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xxs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xxs\:max-w-8 {
    max-width: 2rem;
  }

  .xxs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xxs\:max-w-12 {
    max-width: 3rem;
  }

  .xxs\:max-w-16 {
    max-width: 4rem;
  }

  .xxs\:max-w-24 {
    max-width: 6rem;
  }

  .xxs\:max-w-32 {
    max-width: 8rem;
  }

  .xxs\:max-w-48 {
    max-width: 12rem;
  }

  .xxs\:max-w-52 {
    max-width: 13rem;
  }

  .xxs\:max-w-64 {
    max-width: 16rem;
  }

  .xxs\:max-w-128 {
    max-width: 32rem;
  }

  .xxs\:max-w-200 {
    max-width: 50rem;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 30rem;
  }

  .xxs\:max-w-md {
    max-width: 40rem;
  }

  .xxs\:max-w-lg {
    max-width: 50rem;
  }

  .xxs\:max-w-xl {
    max-width: 60rem;
  }

  .xxs\:max-w-2xl {
    max-width: 70rem;
  }

  .xxs\:max-w-3xl {
    max-width: 80rem;
  }

  .xxs\:max-w-4xl {
    max-width: 90rem;
  }

  .xxs\:max-w-5xl {
    max-width: 100rem;
  }

  .xxs\:max-w-half {
    max-width: 50%;
  }

  .xxs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-container {
    max-width: 37.5rem;
  }

  .xxs\:min-h-0 {
    min-height: 0;
  }

  .xxs\:min-h-12 {
    min-height: 3rem;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-w-0 {
    min-width: 0;
  }

  .xxs\:min-w-16 {
    min-width: 4rem;
  }

  .xxs\:min-w-24 {
    min-width: 6rem;
  }

  .xxs\:min-w-32 {
    min-width: 8rem;
  }

  .xxs\:min-w-40 {
    min-width: 10rem;
  }

  .xxs\:min-w-60 {
    min-width: 15rem;
  }

  .xxs\:min-w-64 {
    min-width: 16rem;
  }

  .xxs\:min-w-68 {
    min-width: 17rem;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:-m-0 {
    margin: 0;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-10 {
    margin: -2.5rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -3.5rem;
  }

  .xxs\:-m-16 {
    margin: -4rem;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-mt-0 {
    margin-top: 0;
  }

  .xxs\:-mr-0 {
    margin-right: 0;
  }

  .xxs\:-mb-0 {
    margin-bottom: 0;
  }

  .xxs\:-ml-0 {
    margin-left: 0;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxs\:-mt-16 {
    margin-top: -4rem;
  }

  .xxs\:-mr-16 {
    margin-right: -4rem;
  }

  .xxs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxs\:-ml-16 {
    margin-left: -4rem;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-25 {
    opacity: .25;
  }

  .xxs\:opacity-50 {
    opacity: .5;
  }

  .xxs\:opacity-75 {
    opacity: .75;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: .25rem;
  }

  .xxs\:p-2 {
    padding: .5rem;
  }

  .xxs\:p-3 {
    padding: .75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 1.25rem;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-10 {
    padding: 2.5rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-16 {
    padding: 4rem;
  }

  .xxs\:p-24 {
    padding: 6rem;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pt-1 {
    padding-top: .25rem;
  }

  .xxs\:pr-1 {
    padding-right: .25rem;
  }

  .xxs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxs\:pl-1 {
    padding-left: .25rem;
  }

  .xxs\:pt-2 {
    padding-top: .5rem;
  }

  .xxs\:pr-2 {
    padding-right: .5rem;
  }

  .xxs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxs\:pl-2 {
    padding-left: .5rem;
  }

  .xxs\:pt-3 {
    padding-top: .75rem;
  }

  .xxs\:pr-3 {
    padding-right: .75rem;
  }

  .xxs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxs\:pl-3 {
    padding-left: .75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pt-16 {
    padding-top: 4rem;
  }

  .xxs\:pr-16 {
    padding-right: 4rem;
  }

  .xxs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxs\:pl-16 {
    padding-left: 4rem;
  }

  .xxs\:pt-24 {
    padding-top: 6rem;
  }

  .xxs\:pr-24 {
    padding-right: 6rem;
  }

  .xxs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxs\:pl-24 {
    padding-left: 6rem;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: sticky;
  }

  .xxs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxs\:pin-x {
    right: 0;
    left: 0;
  }

  .xxs\:pin-t {
    top: 0;
  }

  .xxs\:pin-r {
    right: 0;
  }

  .xxs\:pin-b {
    bottom: 0;
  }

  .xxs\:pin-l {
    left: 0;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxs\:shadow-none {
    box-shadow: none;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:text-black {
    color: #000;
  }

  .xxs\:text-currentColor {
    color: currentColor;
  }

  .xxs\:text-white {
    color: #fff;
  }

  .xxs\:text-blue {
    color: #005c95;
  }

  .xxs\:text-gray {
    color: #727069;
  }

  .xxs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xxs\:text-primary {
    color: #2c2a29;
  }

  .xxs\:text-secondary {
    color: #000;
  }

  .xxs\:text-tertiary {
    color: #5b2f91;
  }

  .xxs\:text-quaternary {
    color: #003da1;
  }

  .xxs\:text-accent-primary {
    color: #fff;
  }

  .xxs\:text-neutral-primary {
    color: #96999c;
  }

  .xxs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xxs\:text-neutral-tertiary {
    color: #333;
  }

  .xxs\:text-success-primary {
    color: #0d880b;
  }

  .xxs\:text-alert-primary {
    color: #e91b18;
  }

  .xxs\:text-button-primary {
    color: #fffef9;
  }

  .xxs\:text-button-secondary {
    color: #5b2f91;
  }

  .xxs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xxs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xxs\:text-progress-bar-default {
    color: #75787b;
  }

  .xxs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xxs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xxs\:text-ems-modal-title {
    color: #244861;
  }

  .xxs\:text-checkbox-label {
    color: #32302e;
  }

  .xxs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xxs\:text-messaging-primary {
    color: #727069;
  }

  .xxs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xxs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xxs\:text-toast-primary {
    color: #166174;
  }

  .xxs\:text-toast-secondary {
    color: #aa1010;
  }

  .xxs\:text-messaging-secondary {
    color: #005c95;
  }

  .xxs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xxs\:text-messaging-error {
    color: #ee543e;
  }

  .xxs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xxs\:text-messaging-link {
    color: #a5a197;
  }

  .xxs\:text-messaging-black {
    color: #181919;
  }

  .xxs\:text-messaging-grey {
    color: #919393;
  }

  .xxs\:text-messaging-new-links {
    color: #00498a;
  }

  .xxs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xxs\:text-messaging-warning {
    color: #9f8633;
  }

  .xxs\:text-ha-notification {
    color: #939289;
  }

  .xxs\:text-gray-200 {
    color: #edf2f7;
  }

  .xxs\:text-gray-800 {
    color: #2d3748;
  }

  .xxs\:text-gray-600 {
    color: #71809;
  }

  .xxs\:text-member-detail-li {
    color: #7000;
  }

  .xxs\:text-member-detail-links {
    color: #00518f;
  }

  .xxs\:hover\:text-black:hover {
    color: #000;
  }

  .xxs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xxs\:hover\:text-white:hover {
    color: #fff;
  }

  .xxs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xxs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xxs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xxs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xxs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xxs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xxs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xxs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xxs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xxs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xxs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xxs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xxs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xxs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xxs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xxs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xxs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xxs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xxs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xxs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xxs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xxs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xxs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xxs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xxs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xxs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xxs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xxs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xxs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xxs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xxs\:text-xxs {
    font-size: .625rem;
  }

  .xxs\:text-xs {
    font-size: .75rem;
  }

  .xxs\:text-sm {
    font-size: .875rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
  }

  .xxs\:text-xl {
    font-size: 1.25rem;
  }

  .xxs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xxs\:text-2xl {
    font-size: 1.5rem;
  }

  .xxs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xxs\:text-3xl {
    font-size: 1.875rem;
  }

  .xxs\:text-4xl {
    font-size: 2rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:roman {
    font-style: normal;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:hover\:italic:hover {
    font-style: italic;
  }

  .xxs\:hover\:roman:hover {
    font-style: normal;
  }

  .xxs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0;
  }

  .xxs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-words {
    word-wrap: break-word;
  }

  .xxs\:break-normal {
    word-wrap: normal;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:w-1 {
    width: .25rem;
  }

  .xxs\:w-2 {
    width: .5rem;
  }

  .xxs\:w-3 {
    width: .75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 1.25rem;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-7 {
    width: 1.75rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-9 {
    width: 2.25rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-16 {
    width: 4rem;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-24 {
    width: 6rem;
  }

  .xxs\:w-25 {
    width: 6.25rem;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-48 {
    width: 12rem;
  }

  .xxs\:w-52 {
    width: 13rem;
  }

  .xxs\:w-60 {
    width: 15rem;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-128 {
    width: 32rem;
  }

  .xxs\:w-200 {
    width: 50rem;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.33333%;
  }

  .xxs\:w-2\/3 {
    width: 66.66667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.66667%;
  }

  .xxs\:w-5\/6 {
    width: 83.33333%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-container {
    width: 37.5rem;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 375px) {
  .xs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-black {
    background-color: #000;
  }

  .xs\:bg-currentColor {
    background-color: currentColor;
  }

  .xs\:bg-white {
    background-color: #fff;
  }

  .xs\:bg-blue {
    background-color: #005c95;
  }

  .xs\:bg-gray {
    background-color: #727069;
  }

  .xs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-brand {
    background-color: #5b2f91;
  }

  .xs\:bg-primary {
    background-color: #fff;
  }

  .xs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xs\:bg-secondary {
    background-color: #196ecf;
  }

  .xs\:bg-tertiary {
    background-color: #000;
  }

  .xs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xs\:bg-accent-primary {
    background-color: #fff;
  }

  .xs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xs\:bg-success-primary {
    background-color: transparent;
  }

  .xs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xs\:bg-message-primary {
    background-color: #27accd;
  }

  .xs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xs\:bg-button-secondary {
    background-color: transparent;
  }

  .xs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xs\:bg-button-disabled {
    background-color: #727069;
  }

  .xs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xs\:bg-badge-primary {
    background-color: #f00;
  }

  .xs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xs\:bg-toast-primary {
    background-color: #166174;
  }

  .xs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-2 {
    background-size: 2rem;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-black {
    border-color: #000;
  }

  .xs\:border-currentColor {
    border-color: currentColor;
  }

  .xs\:border-white {
    border-color: #fff;
  }

  .xs\:border-blue {
    border-color: #005c95;
  }

  .xs\:border-gray {
    border-color: #727069;
  }

  .xs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xs\:border-primary {
    border-color: #bbb;
  }

  .xs\:border-secondary {
    border-color: #000;
  }

  .xs\:border-tertiary {
    border-color: #333;
  }

  .xs\:border-accent {
    border-color: #fff;
  }

  .xs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xs\:border-success-primary {
    border-color: transparent;
  }

  .xs\:border-chevron-primary {
    border-color: #fff;
  }

  .xs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xs\:border-toast-primary {
    border-color: #166174;
  }

  .xs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xs\:border-messaging-success {
    border-color: #167f01;
  }

  .xs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xs\:border-messaging-grey {
    border-color: #919393;
  }

  .xs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: .125rem;
  }

  .xs\:rounded {
    border-radius: .25rem;
  }

  .xs\:rounded-lg {
    border-radius: .5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-1 {
    border-width: 1px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-chevron {
    border-width: .1rem;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-1 {
    border-top-width: 1px;
  }

  .xs\:border-r-1 {
    border-right-width: 1px;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xs\:border-l-1 {
    border-left-width: 1px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

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

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-no-grow {
    flex-grow: 0;
  }

  .xs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:h-1 {
    height: .25rem;
  }

  .xs\:h-2 {
    height: .5rem;
  }

  .xs\:h-3 {
    height: .75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: .25rem;
  }

  .xs\:m-2 {
    margin: .5rem;
  }

  .xs\:m-3 {
    margin: .75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-19 {
    margin: 4.75rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: .25rem;
  }

  .xs\:mr-1 {
    margin-right: .25rem;
  }

  .xs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xs\:ml-1 {
    margin-left: .25rem;
  }

  .xs\:mt-2 {
    margin-top: .5rem;
  }

  .xs\:mr-2 {
    margin-right: .5rem;
  }

  .xs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xs\:ml-2 {
    margin-left: .5rem;
  }

  .xs\:mt-3 {
    margin-top: .75rem;
  }

  .xs\:mr-3 {
    margin-right: .75rem;
  }

  .xs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xs\:ml-3 {
    margin-left: .75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-1 {
    max-width: .25rem;
  }

  .xs\:max-w-2 {
    max-width: .5rem;
  }

  .xs\:max-w-3 {
    max-width: .75rem;
  }

  .xs\:max-w-4 {
    max-width: 1rem;
  }

  .xs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xs\:max-w-8 {
    max-width: 2rem;
  }

  .xs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xs\:max-w-12 {
    max-width: 3rem;
  }

  .xs\:max-w-16 {
    max-width: 4rem;
  }

  .xs\:max-w-24 {
    max-width: 6rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-52 {
    max-width: 13rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-128 {
    max-width: 32rem;
  }

  .xs\:max-w-200 {
    max-width: 50rem;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 30rem;
  }

  .xs\:max-w-md {
    max-width: 40rem;
  }

  .xs\:max-w-lg {
    max-width: 50rem;
  }

  .xs\:max-w-xl {
    max-width: 60rem;
  }

  .xs\:max-w-2xl {
    max-width: 70rem;
  }

  .xs\:max-w-3xl {
    max-width: 80rem;
  }

  .xs\:max-w-4xl {
    max-width: 90rem;
  }

  .xs\:max-w-5xl {
    max-width: 100rem;
  }

  .xs\:max-w-half {
    max-width: 50%;
  }

  .xs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-container {
    max-width: 37.5rem;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-16 {
    min-width: 4rem;
  }

  .xs\:min-w-24 {
    min-width: 6rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-40 {
    min-width: 10rem;
  }

  .xs\:min-w-60 {
    min-width: 15rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-68 {
    min-width: 17rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:-m-0 {
    margin: 0;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mt-0 {
    margin-top: 0;
  }

  .xs\:-mr-0 {
    margin-right: 0;
  }

  .xs\:-mb-0 {
    margin-bottom: 0;
  }

  .xs\:-ml-0 {
    margin-left: 0;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: .25;
  }

  .xs\:opacity-50 {
    opacity: .5;
  }

  .xs\:opacity-75 {
    opacity: .75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: .25rem;
  }

  .xs\:p-2 {
    padding: .5rem;
  }

  .xs\:p-3 {
    padding: .75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: .25rem;
  }

  .xs\:pr-1 {
    padding-right: .25rem;
  }

  .xs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xs\:pl-1 {
    padding-left: .25rem;
  }

  .xs\:pt-2 {
    padding-top: .5rem;
  }

  .xs\:pr-2 {
    padding-right: .5rem;
  }

  .xs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xs\:pl-2 {
    padding-left: .5rem;
  }

  .xs\:pt-3 {
    padding-top: .75rem;
  }

  .xs\:pr-3 {
    padding-right: .75rem;
  }

  .xs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xs\:pl-3 {
    padding-left: .75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xs\:pin-x {
    right: 0;
    left: 0;
  }

  .xs\:pin-t {
    top: 0;
  }

  .xs\:pin-r {
    right: 0;
  }

  .xs\:pin-b {
    bottom: 0;
  }

  .xs\:pin-l {
    left: 0;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-black {
    color: #000;
  }

  .xs\:text-currentColor {
    color: currentColor;
  }

  .xs\:text-white {
    color: #fff;
  }

  .xs\:text-blue {
    color: #005c95;
  }

  .xs\:text-gray {
    color: #727069;
  }

  .xs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xs\:text-primary {
    color: #2c2a29;
  }

  .xs\:text-secondary {
    color: #000;
  }

  .xs\:text-tertiary {
    color: #5b2f91;
  }

  .xs\:text-quaternary {
    color: #003da1;
  }

  .xs\:text-accent-primary {
    color: #fff;
  }

  .xs\:text-neutral-primary {
    color: #96999c;
  }

  .xs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xs\:text-neutral-tertiary {
    color: #333;
  }

  .xs\:text-success-primary {
    color: #0d880b;
  }

  .xs\:text-alert-primary {
    color: #e91b18;
  }

  .xs\:text-button-primary {
    color: #fffef9;
  }

  .xs\:text-button-secondary {
    color: #5b2f91;
  }

  .xs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xs\:text-progress-bar-default {
    color: #75787b;
  }

  .xs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xs\:text-ems-modal-title {
    color: #244861;
  }

  .xs\:text-checkbox-label {
    color: #32302e;
  }

  .xs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xs\:text-messaging-primary {
    color: #727069;
  }

  .xs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xs\:text-toast-primary {
    color: #166174;
  }

  .xs\:text-toast-secondary {
    color: #aa1010;
  }

  .xs\:text-messaging-secondary {
    color: #005c95;
  }

  .xs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xs\:text-messaging-error {
    color: #ee543e;
  }

  .xs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xs\:text-messaging-link {
    color: #a5a197;
  }

  .xs\:text-messaging-black {
    color: #181919;
  }

  .xs\:text-messaging-grey {
    color: #919393;
  }

  .xs\:text-messaging-new-links {
    color: #00498a;
  }

  .xs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xs\:text-messaging-warning {
    color: #9f8633;
  }

  .xs\:text-ha-notification {
    color: #939289;
  }

  .xs\:text-gray-200 {
    color: #edf2f7;
  }

  .xs\:text-gray-800 {
    color: #2d3748;
  }

  .xs\:text-gray-600 {
    color: #71809;
  }

  .xs\:text-member-detail-li {
    color: #7000;
  }

  .xs\:text-member-detail-links {
    color: #00518f;
  }

  .xs\:hover\:text-black:hover {
    color: #000;
  }

  .xs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xs\:hover\:text-white:hover {
    color: #fff;
  }

  .xs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xs\:text-xxs {
    font-size: .625rem;
  }

  .xs\:text-xs {
    font-size: .75rem;
  }

  .xs\:text-sm {
    font-size: .875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:roman {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:hover\:italic:hover {
    font-style: italic;
  }

  .xs\:hover\:roman:hover {
    font-style: normal;
  }

  .xs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-words {
    word-wrap: break-word;
  }

  .xs\:break-normal {
    word-wrap: normal;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-1 {
    width: .25rem;
  }

  .xs\:w-2 {
    width: .5rem;
  }

  .xs\:w-3 {
    width: .75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-25 {
    width: 6.25rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-128 {
    width: 32rem;
  }

  .xs\:w-200 {
    width: 50rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.33333%;
  }

  .xs\:w-2\/3 {
    width: 66.66667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.66667%;
  }

  .xs\:w-5\/6 {
    width: 83.33333%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-container {
    width: 37.5rem;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-currentColor {
    background-color: currentColor;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-blue {
    background-color: #005c95;
  }

  .sm\:bg-gray {
    background-color: #727069;
  }

  .sm\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-brand {
    background-color: #5b2f91;
  }

  .sm\:bg-primary {
    background-color: #fff;
  }

  .sm\:bg-error-primary {
    background-color: #fcd04d;
  }

  .sm\:bg-secondary {
    background-color: #196ecf;
  }

  .sm\:bg-tertiary {
    background-color: #000;
  }

  .sm\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .sm\:bg-accent-primary {
    background-color: #fff;
  }

  .sm\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .sm\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .sm\:bg-success-primary {
    background-color: transparent;
  }

  .sm\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .sm\:bg-nav-primary {
    background-color: #0071bc;
  }

  .sm\:bg-notification-primary {
    background-color: #0d880b;
  }

  .sm\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .sm\:bg-avatar-primary {
    background-color: #25264c;
  }

  .sm\:bg-message-primary {
    background-color: #27accd;
  }

  .sm\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .sm\:bg-button-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .sm\:bg-button-secondary {
    background-color: transparent;
  }

  .sm\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .sm\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .sm\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .sm\:bg-button-disabled {
    background-color: #727069;
  }

  .sm\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .sm\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .sm\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .sm\:bg-badge-primary {
    background-color: #f00;
  }

  .sm\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-primary {
    background-color: #005c95;
  }

  .sm\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .sm\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .sm\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .sm\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .sm\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .sm\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .sm\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .sm\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .sm\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .sm\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .sm\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .sm\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .sm\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .sm\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .sm\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .sm\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .sm\:bg-messaging-gallery {
    background-color: #727069;
  }

  .sm\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .sm\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .sm\:bg-toast-primary {
    background-color: #166174;
  }

  .sm\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .sm\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .sm\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .sm\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .sm\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .sm\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .sm\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .sm\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .sm\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .sm\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .sm\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .sm\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .sm\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .sm\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .sm\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .sm\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .sm\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .sm\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .sm\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .sm\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .sm\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .sm\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .sm\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .sm\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .sm\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .sm\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .sm\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .sm\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .sm\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .sm\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .sm\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .sm\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .sm\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .sm\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .sm\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .sm\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .sm\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .sm\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .sm\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .sm\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .sm\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-2 {
    background-size: 2rem;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-currentColor {
    border-color: currentColor;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-blue {
    border-color: #005c95;
  }

  .sm\:border-gray {
    border-color: #727069;
  }

  .sm\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .sm\:border-primary {
    border-color: #bbb;
  }

  .sm\:border-secondary {
    border-color: #000;
  }

  .sm\:border-tertiary {
    border-color: #333;
  }

  .sm\:border-accent {
    border-color: #fff;
  }

  .sm\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .sm\:border-error-primary {
    border-color: #fcd04d;
  }

  .sm\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .sm\:border-info-primary {
    border-color: #b8e3eb;
  }

  .sm\:border-info-secondary {
    border-color: #196ecf;
  }

  .sm\:border-success-primary {
    border-color: transparent;
  }

  .sm\:border-chevron-primary {
    border-color: #fff;
  }

  .sm\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .sm\:border-focus-primary {
    border-color: #3b99fc;
  }

  .sm\:border-button-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-tertiary {
    border-color: #c03c00;
  }

  .sm\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .sm\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .sm\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .sm\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .sm\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .sm\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .sm\:border-toast-primary {
    border-color: #166174;
  }

  .sm\:border-toast-secondary {
    border-color: #aa1010;
  }

  .sm\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .sm\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .sm\:border-messaging-primary {
    border-color: #005c95;
  }

  .sm\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .sm\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .sm\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .sm\:border-messaging-secondary {
    border-color: #727069;
  }

  .sm\:border-messaging-tertiary {
    border-color: #979797;
  }

  .sm\:border-messaging-link {
    border-color: #a5a197;
  }

  .sm\:border-messaging-attention {
    border-color: #eeac47;
  }

  .sm\:border-messaging-error {
    border-color: #ee543e;
  }

  .sm\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .sm\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .sm\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .sm\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .sm\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .sm\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .sm\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .sm\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .sm\:border-messaging-success {
    border-color: #167f01;
  }

  .sm\:border-messaging-pending {
    border-color: #f4c785;
  }

  .sm\:border-messaging-warning {
    border-color: #9f8633;
  }

  .sm\:border-messaging-grey {
    border-color: #919393;
  }

  .sm\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .sm\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .sm\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .sm\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .sm\:border-gray-400 {
    border-color: #9ca3af;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .sm\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .sm\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .sm\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .sm\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .sm\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .sm\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .sm\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .sm\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .sm\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .sm\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .sm\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .sm\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .sm\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .sm\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .sm\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .sm\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .sm\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .sm\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .sm\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .sm\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .sm\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .sm\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .sm\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .sm\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .sm\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .sm\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .sm\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .sm\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .sm\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .sm\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .sm\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .sm\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .sm\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .sm\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .sm\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .sm\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-button-primary {
    border-radius: .5rem;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-1 {
    border-width: 1px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-chevron {
    border-width: .1rem;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-l-1 {
    border-left-width: 1px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-t-chevron {
    border-top-width: .1rem;
  }

  .sm\:border-r-chevron {
    border-right-width: .1rem;
  }

  .sm\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .sm\:border-l-chevron {
    border-left-width: .1rem;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-1 {
    max-width: .25rem;
  }

  .sm\:max-w-2 {
    max-width: .5rem;
  }

  .sm\:max-w-3 {
    max-width: .75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-128 {
    max-width: 32rem;
  }

  .sm\:max-w-200 {
    max-width: 50rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-half {
    max-width: 50%;
  }

  .sm\:max-w-9\/10 {
    max-width: 90%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-container {
    max-width: 37.5rem;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-60 {
    min-width: 15rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-68 {
    min-width: 17rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-currentColor {
    color: currentColor;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-blue {
    color: #005c95;
  }

  .sm\:text-gray {
    color: #727069;
  }

  .sm\:text-teladoc-primary {
    color: #5b2f91;
  }

  .sm\:text-primary {
    color: #2c2a29;
  }

  .sm\:text-secondary {
    color: #000;
  }

  .sm\:text-tertiary {
    color: #5b2f91;
  }

  .sm\:text-quaternary {
    color: #003da1;
  }

  .sm\:text-accent-primary {
    color: #fff;
  }

  .sm\:text-neutral-primary {
    color: #96999c;
  }

  .sm\:text-neutral-secondary {
    color: #7c7873;
  }

  .sm\:text-neutral-tertiary {
    color: #333;
  }

  .sm\:text-success-primary {
    color: #0d880b;
  }

  .sm\:text-alert-primary {
    color: #e91b18;
  }

  .sm\:text-button-primary {
    color: #fffef9;
  }

  .sm\:text-button-secondary {
    color: #5b2f91;
  }

  .sm\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .sm\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .sm\:text-progress-bar-default {
    color: #75787b;
  }

  .sm\:text-progress-bar-active {
    color: #003c5c;
  }

  .sm\:text-modal-provider-select {
    color: #003c5c;
  }

  .sm\:text-ems-modal-title {
    color: #244861;
  }

  .sm\:text-checkbox-label {
    color: #32302e;
  }

  .sm\:text-disabled-primary {
    color: #9a9fa8;
  }

  .sm\:text-messaging-primary {
    color: #727069;
  }

  .sm\:text-messaging-common-grey {
    color: #696b6b;
  }

  .sm\:text-messaging-common-blue {
    color: #00498a;
  }

  .sm\:text-toast-primary {
    color: #166174;
  }

  .sm\:text-toast-secondary {
    color: #aa1010;
  }

  .sm\:text-messaging-secondary {
    color: #005c95;
  }

  .sm\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .sm\:text-messaging-error {
    color: #ee543e;
  }

  .sm\:text-messaging-error-primary {
    color: #aa1010;
  }

  .sm\:text-messaging-link {
    color: #a5a197;
  }

  .sm\:text-messaging-black {
    color: #181919;
  }

  .sm\:text-messaging-grey {
    color: #919393;
  }

  .sm\:text-messaging-new-links {
    color: #00498a;
  }

  .sm\:text-messaging-avatar {
    color: #3f2065;
  }

  .sm\:text-messaging-warning {
    color: #9f8633;
  }

  .sm\:text-ha-notification {
    color: #939289;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-600 {
    color: #71809;
  }

  .sm\:text-member-detail-li {
    color: #7000;
  }

  .sm\:text-member-detail-links {
    color: #00518f;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-blue:hover {
    color: #005c95;
  }

  .sm\:hover\:text-gray:hover {
    color: #727069;
  }

  .sm\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-secondary:hover {
    color: #000;
  }

  .sm\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .sm\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .sm\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .sm\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .sm\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .sm\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .sm\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .sm\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .sm\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .sm\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .sm\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .sm\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .sm\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .sm\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .sm\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .sm\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .sm\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .sm\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .sm\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .sm\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .sm\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .sm\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .sm\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .sm\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .sm\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .sm\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .sm\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .sm\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .sm\:text-xxs {
    font-size: .625rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 6.25rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-200 {
    width: 50rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-container {
    width: 37.5rem;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-currentColor {
    background-color: currentColor;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-blue {
    background-color: #005c95;
  }

  .md\:bg-gray {
    background-color: #727069;
  }

  .md\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .md\:bg-brand {
    background-color: #5b2f91;
  }

  .md\:bg-primary {
    background-color: #fff;
  }

  .md\:bg-error-primary {
    background-color: #fcd04d;
  }

  .md\:bg-secondary {
    background-color: #196ecf;
  }

  .md\:bg-tertiary {
    background-color: #000;
  }

  .md\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .md\:bg-accent-primary {
    background-color: #fff;
  }

  .md\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .md\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .md\:bg-success-primary {
    background-color: transparent;
  }

  .md\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .md\:bg-nav-primary {
    background-color: #0071bc;
  }

  .md\:bg-notification-primary {
    background-color: #0d880b;
  }

  .md\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .md\:bg-avatar-primary {
    background-color: #25264c;
  }

  .md\:bg-message-primary {
    background-color: #27accd;
  }

  .md\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .md\:bg-button-primary {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .md\:bg-button-secondary {
    background-color: transparent;
  }

  .md\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .md\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .md\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .md\:bg-button-disabled {
    background-color: #727069;
  }

  .md\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .md\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .md\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .md\:bg-badge-primary {
    background-color: #f00;
  }

  .md\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-primary {
    background-color: #005c95;
  }

  .md\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .md\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .md\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .md\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .md\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .md\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .md\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .md\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .md\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .md\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .md\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .md\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .md\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .md\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .md\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .md\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .md\:bg-messaging-gallery {
    background-color: #727069;
  }

  .md\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .md\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .md\:bg-toast-primary {
    background-color: #166174;
  }

  .md\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .md\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .md\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .md\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .md\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .md\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .md\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .md\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .md\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .md\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .md\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .md\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .md\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .md\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .md\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .md\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .md\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .md\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .md\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .md\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .md\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .md\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .md\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .md\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .md\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .md\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .md\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .md\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .md\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .md\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .md\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .md\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .md\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .md\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .md\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .md\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .md\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .md\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .md\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .md\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .md\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .md\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-2 {
    background-size: 2rem;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-currentColor {
    border-color: currentColor;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-blue {
    border-color: #005c95;
  }

  .md\:border-gray {
    border-color: #727069;
  }

  .md\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .md\:border-primary {
    border-color: #bbb;
  }

  .md\:border-secondary {
    border-color: #000;
  }

  .md\:border-tertiary {
    border-color: #333;
  }

  .md\:border-accent {
    border-color: #fff;
  }

  .md\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .md\:border-error-primary {
    border-color: #fcd04d;
  }

  .md\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .md\:border-info-primary {
    border-color: #b8e3eb;
  }

  .md\:border-info-secondary {
    border-color: #196ecf;
  }

  .md\:border-success-primary {
    border-color: transparent;
  }

  .md\:border-chevron-primary {
    border-color: #fff;
  }

  .md\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .md\:border-focus-primary {
    border-color: #3b99fc;
  }

  .md\:border-button-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-tertiary {
    border-color: #c03c00;
  }

  .md\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .md\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .md\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .md\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .md\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .md\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .md\:border-toast-primary {
    border-color: #166174;
  }

  .md\:border-toast-secondary {
    border-color: #aa1010;
  }

  .md\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .md\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .md\:border-messaging-primary {
    border-color: #005c95;
  }

  .md\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .md\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .md\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .md\:border-messaging-secondary {
    border-color: #727069;
  }

  .md\:border-messaging-tertiary {
    border-color: #979797;
  }

  .md\:border-messaging-link {
    border-color: #a5a197;
  }

  .md\:border-messaging-attention {
    border-color: #eeac47;
  }

  .md\:border-messaging-error {
    border-color: #ee543e;
  }

  .md\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .md\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .md\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .md\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .md\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .md\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .md\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .md\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .md\:border-messaging-success {
    border-color: #167f01;
  }

  .md\:border-messaging-pending {
    border-color: #f4c785;
  }

  .md\:border-messaging-warning {
    border-color: #9f8633;
  }

  .md\:border-messaging-grey {
    border-color: #919393;
  }

  .md\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .md\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .md\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .md\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .md\:border-gray-400 {
    border-color: #9ca3af;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .md\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .md\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .md\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .md\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .md\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .md\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .md\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .md\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .md\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .md\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .md\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .md\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .md\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .md\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .md\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .md\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .md\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .md\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .md\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .md\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .md\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .md\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .md\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .md\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .md\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .md\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .md\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .md\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .md\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .md\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .md\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .md\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .md\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .md\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .md\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .md\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .md\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .md\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .md\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .md\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .md\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .md\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-button-primary {
    border-radius: .5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-1 {
    border-width: 1px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-chevron {
    border-width: .1rem;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-1 {
    border-top-width: 1px;
  }

  .md\:border-r-1 {
    border-right-width: 1px;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px;
  }

  .md\:border-l-1 {
    border-left-width: 1px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-chevron {
    border-top-width: .1rem;
  }

  .md\:border-r-chevron {
    border-right-width: .1rem;
  }

  .md\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .md\:border-l-chevron {
    border-left-width: .1rem;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-1 {
    max-width: .25rem;
  }

  .md\:max-w-2 {
    max-width: .5rem;
  }

  .md\:max-w-3 {
    max-width: .75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-128 {
    max-width: 32rem;
  }

  .md\:max-w-200 {
    max-width: 50rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-half {
    max-width: 50%;
  }

  .md\:max-w-9\/10 {
    max-width: 90%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-container {
    max-width: 37.5rem;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-68 {
    min-width: 17rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-currentColor {
    color: currentColor;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-blue {
    color: #005c95;
  }

  .md\:text-gray {
    color: #727069;
  }

  .md\:text-teladoc-primary {
    color: #5b2f91;
  }

  .md\:text-primary {
    color: #2c2a29;
  }

  .md\:text-secondary {
    color: #000;
  }

  .md\:text-tertiary {
    color: #5b2f91;
  }

  .md\:text-quaternary {
    color: #003da1;
  }

  .md\:text-accent-primary {
    color: #fff;
  }

  .md\:text-neutral-primary {
    color: #96999c;
  }

  .md\:text-neutral-secondary {
    color: #7c7873;
  }

  .md\:text-neutral-tertiary {
    color: #333;
  }

  .md\:text-success-primary {
    color: #0d880b;
  }

  .md\:text-alert-primary {
    color: #e91b18;
  }

  .md\:text-button-primary {
    color: #fffef9;
  }

  .md\:text-button-secondary {
    color: #5b2f91;
  }

  .md\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .md\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .md\:text-progress-bar-default {
    color: #75787b;
  }

  .md\:text-progress-bar-active {
    color: #003c5c;
  }

  .md\:text-modal-provider-select {
    color: #003c5c;
  }

  .md\:text-ems-modal-title {
    color: #244861;
  }

  .md\:text-checkbox-label {
    color: #32302e;
  }

  .md\:text-disabled-primary {
    color: #9a9fa8;
  }

  .md\:text-messaging-primary {
    color: #727069;
  }

  .md\:text-messaging-common-grey {
    color: #696b6b;
  }

  .md\:text-messaging-common-blue {
    color: #00498a;
  }

  .md\:text-toast-primary {
    color: #166174;
  }

  .md\:text-toast-secondary {
    color: #aa1010;
  }

  .md\:text-messaging-secondary {
    color: #005c95;
  }

  .md\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .md\:text-messaging-error {
    color: #ee543e;
  }

  .md\:text-messaging-error-primary {
    color: #aa1010;
  }

  .md\:text-messaging-link {
    color: #a5a197;
  }

  .md\:text-messaging-black {
    color: #181919;
  }

  .md\:text-messaging-grey {
    color: #919393;
  }

  .md\:text-messaging-new-links {
    color: #00498a;
  }

  .md\:text-messaging-avatar {
    color: #3f2065;
  }

  .md\:text-messaging-warning {
    color: #9f8633;
  }

  .md\:text-ha-notification {
    color: #939289;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-600 {
    color: #71809;
  }

  .md\:text-member-detail-li {
    color: #7000;
  }

  .md\:text-member-detail-links {
    color: #00518f;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-blue:hover {
    color: #005c95;
  }

  .md\:hover\:text-gray:hover {
    color: #727069;
  }

  .md\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-secondary:hover {
    color: #000;
  }

  .md\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .md\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .md\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .md\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .md\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .md\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .md\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .md\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .md\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .md\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .md\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .md\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .md\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .md\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .md\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .md\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .md\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .md\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .md\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .md\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .md\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .md\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .md\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .md\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .md\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .md\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .md\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .md\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .md\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .md\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .md\:text-xxs {
    font-size: .625rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-200 {
    width: 50rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-container {
    width: 37.5rem;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-currentColor {
    background-color: currentColor;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-blue {
    background-color: #005c95;
  }

  .lg\:bg-gray {
    background-color: #727069;
  }

  .lg\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-brand {
    background-color: #5b2f91;
  }

  .lg\:bg-primary {
    background-color: #fff;
  }

  .lg\:bg-error-primary {
    background-color: #fcd04d;
  }

  .lg\:bg-secondary {
    background-color: #196ecf;
  }

  .lg\:bg-tertiary {
    background-color: #000;
  }

  .lg\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .lg\:bg-accent-primary {
    background-color: #fff;
  }

  .lg\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .lg\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .lg\:bg-success-primary {
    background-color: transparent;
  }

  .lg\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .lg\:bg-nav-primary {
    background-color: #0071bc;
  }

  .lg\:bg-notification-primary {
    background-color: #0d880b;
  }

  .lg\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .lg\:bg-avatar-primary {
    background-color: #25264c;
  }

  .lg\:bg-message-primary {
    background-color: #27accd;
  }

  .lg\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .lg\:bg-button-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .lg\:bg-button-secondary {
    background-color: transparent;
  }

  .lg\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .lg\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .lg\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .lg\:bg-button-disabled {
    background-color: #727069;
  }

  .lg\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .lg\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .lg\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .lg\:bg-badge-primary {
    background-color: #f00;
  }

  .lg\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-primary {
    background-color: #005c95;
  }

  .lg\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .lg\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .lg\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .lg\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .lg\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .lg\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .lg\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .lg\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .lg\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .lg\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .lg\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .lg\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .lg\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .lg\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .lg\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .lg\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .lg\:bg-messaging-gallery {
    background-color: #727069;
  }

  .lg\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .lg\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .lg\:bg-toast-primary {
    background-color: #166174;
  }

  .lg\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .lg\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .lg\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .lg\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .lg\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .lg\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .lg\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .lg\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .lg\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .lg\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .lg\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .lg\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .lg\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .lg\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .lg\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .lg\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .lg\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .lg\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .lg\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .lg\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .lg\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .lg\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .lg\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .lg\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .lg\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .lg\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .lg\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .lg\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .lg\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .lg\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .lg\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .lg\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .lg\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .lg\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .lg\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .lg\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .lg\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .lg\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .lg\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .lg\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .lg\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-2 {
    background-size: 2rem;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-currentColor {
    border-color: currentColor;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-blue {
    border-color: #005c95;
  }

  .lg\:border-gray {
    border-color: #727069;
  }

  .lg\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .lg\:border-primary {
    border-color: #bbb;
  }

  .lg\:border-secondary {
    border-color: #000;
  }

  .lg\:border-tertiary {
    border-color: #333;
  }

  .lg\:border-accent {
    border-color: #fff;
  }

  .lg\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .lg\:border-error-primary {
    border-color: #fcd04d;
  }

  .lg\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .lg\:border-info-primary {
    border-color: #b8e3eb;
  }

  .lg\:border-info-secondary {
    border-color: #196ecf;
  }

  .lg\:border-success-primary {
    border-color: transparent;
  }

  .lg\:border-chevron-primary {
    border-color: #fff;
  }

  .lg\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .lg\:border-focus-primary {
    border-color: #3b99fc;
  }

  .lg\:border-button-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-tertiary {
    border-color: #c03c00;
  }

  .lg\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .lg\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .lg\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .lg\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .lg\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .lg\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .lg\:border-toast-primary {
    border-color: #166174;
  }

  .lg\:border-toast-secondary {
    border-color: #aa1010;
  }

  .lg\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .lg\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .lg\:border-messaging-primary {
    border-color: #005c95;
  }

  .lg\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .lg\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .lg\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .lg\:border-messaging-secondary {
    border-color: #727069;
  }

  .lg\:border-messaging-tertiary {
    border-color: #979797;
  }

  .lg\:border-messaging-link {
    border-color: #a5a197;
  }

  .lg\:border-messaging-attention {
    border-color: #eeac47;
  }

  .lg\:border-messaging-error {
    border-color: #ee543e;
  }

  .lg\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .lg\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .lg\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .lg\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .lg\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .lg\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .lg\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .lg\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .lg\:border-messaging-success {
    border-color: #167f01;
  }

  .lg\:border-messaging-pending {
    border-color: #f4c785;
  }

  .lg\:border-messaging-warning {
    border-color: #9f8633;
  }

  .lg\:border-messaging-grey {
    border-color: #919393;
  }

  .lg\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .lg\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .lg\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .lg\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .lg\:border-gray-400 {
    border-color: #9ca3af;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .lg\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .lg\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .lg\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .lg\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .lg\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .lg\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .lg\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .lg\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .lg\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .lg\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .lg\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .lg\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .lg\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .lg\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .lg\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .lg\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .lg\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .lg\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .lg\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .lg\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .lg\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .lg\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .lg\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .lg\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .lg\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .lg\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .lg\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .lg\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .lg\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .lg\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .lg\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .lg\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .lg\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .lg\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .lg\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .lg\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-button-primary {
    border-radius: .5rem;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-chevron {
    border-width: .1rem;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:border-r-1 {
    border-right-width: 1px;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-l-1 {
    border-left-width: 1px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-chevron {
    border-top-width: .1rem;
  }

  .lg\:border-r-chevron {
    border-right-width: .1rem;
  }

  .lg\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .lg\:border-l-chevron {
    border-left-width: .1rem;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-1 {
    max-width: .25rem;
  }

  .lg\:max-w-2 {
    max-width: .5rem;
  }

  .lg\:max-w-3 {
    max-width: .75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-128 {
    max-width: 32rem;
  }

  .lg\:max-w-200 {
    max-width: 50rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-half {
    max-width: 50%;
  }

  .lg\:max-w-9\/10 {
    max-width: 90%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-container {
    max-width: 37.5rem;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-68 {
    min-width: 17rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-currentColor {
    color: currentColor;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-blue {
    color: #005c95;
  }

  .lg\:text-gray {
    color: #727069;
  }

  .lg\:text-teladoc-primary {
    color: #5b2f91;
  }

  .lg\:text-primary {
    color: #2c2a29;
  }

  .lg\:text-secondary {
    color: #000;
  }

  .lg\:text-tertiary {
    color: #5b2f91;
  }

  .lg\:text-quaternary {
    color: #003da1;
  }

  .lg\:text-accent-primary {
    color: #fff;
  }

  .lg\:text-neutral-primary {
    color: #96999c;
  }

  .lg\:text-neutral-secondary {
    color: #7c7873;
  }

  .lg\:text-neutral-tertiary {
    color: #333;
  }

  .lg\:text-success-primary {
    color: #0d880b;
  }

  .lg\:text-alert-primary {
    color: #e91b18;
  }

  .lg\:text-button-primary {
    color: #fffef9;
  }

  .lg\:text-button-secondary {
    color: #5b2f91;
  }

  .lg\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .lg\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .lg\:text-progress-bar-default {
    color: #75787b;
  }

  .lg\:text-progress-bar-active {
    color: #003c5c;
  }

  .lg\:text-modal-provider-select {
    color: #003c5c;
  }

  .lg\:text-ems-modal-title {
    color: #244861;
  }

  .lg\:text-checkbox-label {
    color: #32302e;
  }

  .lg\:text-disabled-primary {
    color: #9a9fa8;
  }

  .lg\:text-messaging-primary {
    color: #727069;
  }

  .lg\:text-messaging-common-grey {
    color: #696b6b;
  }

  .lg\:text-messaging-common-blue {
    color: #00498a;
  }

  .lg\:text-toast-primary {
    color: #166174;
  }

  .lg\:text-toast-secondary {
    color: #aa1010;
  }

  .lg\:text-messaging-secondary {
    color: #005c95;
  }

  .lg\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .lg\:text-messaging-error {
    color: #ee543e;
  }

  .lg\:text-messaging-error-primary {
    color: #aa1010;
  }

  .lg\:text-messaging-link {
    color: #a5a197;
  }

  .lg\:text-messaging-black {
    color: #181919;
  }

  .lg\:text-messaging-grey {
    color: #919393;
  }

  .lg\:text-messaging-new-links {
    color: #00498a;
  }

  .lg\:text-messaging-avatar {
    color: #3f2065;
  }

  .lg\:text-messaging-warning {
    color: #9f8633;
  }

  .lg\:text-ha-notification {
    color: #939289;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-600 {
    color: #71809;
  }

  .lg\:text-member-detail-li {
    color: #7000;
  }

  .lg\:text-member-detail-links {
    color: #00518f;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-blue:hover {
    color: #005c95;
  }

  .lg\:hover\:text-gray:hover {
    color: #727069;
  }

  .lg\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-secondary:hover {
    color: #000;
  }

  .lg\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .lg\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .lg\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .lg\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .lg\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .lg\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .lg\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .lg\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .lg\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .lg\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .lg\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .lg\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .lg\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .lg\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .lg\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .lg\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .lg\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .lg\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .lg\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .lg\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .lg\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .lg\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .lg\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .lg\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .lg\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .lg\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .lg\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .lg\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .lg\:text-xxs {
    font-size: .625rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 6.25rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-200 {
    width: 50rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-container {
    width: 37.5rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-currentColor {
    background-color: currentColor;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-blue {
    background-color: #005c95;
  }

  .xl\:bg-gray {
    background-color: #727069;
  }

  .xl\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-brand {
    background-color: #5b2f91;
  }

  .xl\:bg-primary {
    background-color: #fff;
  }

  .xl\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xl\:bg-secondary {
    background-color: #196ecf;
  }

  .xl\:bg-tertiary {
    background-color: #000;
  }

  .xl\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xl\:bg-accent-primary {
    background-color: #fff;
  }

  .xl\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xl\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xl\:bg-success-primary {
    background-color: transparent;
  }

  .xl\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xl\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xl\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xl\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xl\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xl\:bg-message-primary {
    background-color: #27accd;
  }

  .xl\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xl\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xl\:bg-button-secondary {
    background-color: transparent;
  }

  .xl\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xl\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xl\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xl\:bg-button-disabled {
    background-color: #727069;
  }

  .xl\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xl\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xl\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xl\:bg-badge-primary {
    background-color: #f00;
  }

  .xl\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xl\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xl\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xl\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xl\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xl\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xl\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xl\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xl\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xl\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xl\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xl\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xl\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xl\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xl\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xl\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xl\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xl\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xl\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xl\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xl\:bg-toast-primary {
    background-color: #166174;
  }

  .xl\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xl\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xl\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xl\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xl\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xl\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xl\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xl\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xl\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xl\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xl\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xl\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xl\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xl\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xl\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xl\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xl\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xl\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xl\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xl\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xl\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xl\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xl\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xl\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xl\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xl\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xl\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xl\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xl\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xl\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xl\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xl\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xl\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xl\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xl\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xl\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xl\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xl\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xl\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xl\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-2 {
    background-size: 2rem;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-currentColor {
    border-color: currentColor;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-blue {
    border-color: #005c95;
  }

  .xl\:border-gray {
    border-color: #727069;
  }

  .xl\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xl\:border-primary {
    border-color: #bbb;
  }

  .xl\:border-secondary {
    border-color: #000;
  }

  .xl\:border-tertiary {
    border-color: #333;
  }

  .xl\:border-accent {
    border-color: #fff;
  }

  .xl\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xl\:border-error-primary {
    border-color: #fcd04d;
  }

  .xl\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xl\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xl\:border-info-secondary {
    border-color: #196ecf;
  }

  .xl\:border-success-primary {
    border-color: transparent;
  }

  .xl\:border-chevron-primary {
    border-color: #fff;
  }

  .xl\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xl\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xl\:border-button-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xl\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xl\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xl\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xl\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xl\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xl\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xl\:border-toast-primary {
    border-color: #166174;
  }

  .xl\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xl\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xl\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xl\:border-messaging-primary {
    border-color: #005c95;
  }

  .xl\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xl\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xl\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xl\:border-messaging-secondary {
    border-color: #727069;
  }

  .xl\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xl\:border-messaging-link {
    border-color: #a5a197;
  }

  .xl\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xl\:border-messaging-error {
    border-color: #ee543e;
  }

  .xl\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xl\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xl\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xl\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xl\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xl\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xl\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xl\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xl\:border-messaging-success {
    border-color: #167f01;
  }

  .xl\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xl\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xl\:border-messaging-grey {
    border-color: #919393;
  }

  .xl\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xl\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xl\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xl\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xl\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xl\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xl\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xl\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xl\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xl\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xl\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xl\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xl\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xl\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xl\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xl\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xl\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xl\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xl\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xl\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xl\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xl\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xl\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xl\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xl\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xl\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xl\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xl\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xl\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xl\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xl\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xl\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xl\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xl\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xl\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xl\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xl\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xl\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xl\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xl\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xl\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-1 {
    border-width: 1px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-chevron {
    border-width: .1rem;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-1 {
    border-top-width: 1px;
  }

  .xl\:border-r-1 {
    border-right-width: 1px;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xl\:border-l-1 {
    border-left-width: 1px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xl\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xl\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xl\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-1 {
    max-width: .25rem;
  }

  .xl\:max-w-2 {
    max-width: .5rem;
  }

  .xl\:max-w-3 {
    max-width: .75rem;
  }

  .xl\:max-w-4 {
    max-width: 1rem;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem;
  }

  .xl\:max-w-8 {
    max-width: 2rem;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-52 {
    max-width: 13rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-128 {
    max-width: 32rem;
  }

  .xl\:max-w-200 {
    max-width: 50rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-half {
    max-width: 50%;
  }

  .xl\:max-w-9\/10 {
    max-width: 90%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-container {
    max-width: 37.5rem;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-16 {
    min-width: 4rem;
  }

  .xl\:min-w-24 {
    min-width: 6rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-40 {
    min-width: 10rem;
  }

  .xl\:min-w-60 {
    min-width: 15rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-68 {
    min-width: 17rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-currentColor {
    color: currentColor;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-blue {
    color: #005c95;
  }

  .xl\:text-gray {
    color: #727069;
  }

  .xl\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xl\:text-primary {
    color: #2c2a29;
  }

  .xl\:text-secondary {
    color: #000;
  }

  .xl\:text-tertiary {
    color: #5b2f91;
  }

  .xl\:text-quaternary {
    color: #003da1;
  }

  .xl\:text-accent-primary {
    color: #fff;
  }

  .xl\:text-neutral-primary {
    color: #96999c;
  }

  .xl\:text-neutral-secondary {
    color: #7c7873;
  }

  .xl\:text-neutral-tertiary {
    color: #333;
  }

  .xl\:text-success-primary {
    color: #0d880b;
  }

  .xl\:text-alert-primary {
    color: #e91b18;
  }

  .xl\:text-button-primary {
    color: #fffef9;
  }

  .xl\:text-button-secondary {
    color: #5b2f91;
  }

  .xl\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xl\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xl\:text-progress-bar-default {
    color: #75787b;
  }

  .xl\:text-progress-bar-active {
    color: #003c5c;
  }

  .xl\:text-modal-provider-select {
    color: #003c5c;
  }

  .xl\:text-ems-modal-title {
    color: #244861;
  }

  .xl\:text-checkbox-label {
    color: #32302e;
  }

  .xl\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xl\:text-messaging-primary {
    color: #727069;
  }

  .xl\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xl\:text-messaging-common-blue {
    color: #00498a;
  }

  .xl\:text-toast-primary {
    color: #166174;
  }

  .xl\:text-toast-secondary {
    color: #aa1010;
  }

  .xl\:text-messaging-secondary {
    color: #005c95;
  }

  .xl\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xl\:text-messaging-error {
    color: #ee543e;
  }

  .xl\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xl\:text-messaging-link {
    color: #a5a197;
  }

  .xl\:text-messaging-black {
    color: #181919;
  }

  .xl\:text-messaging-grey {
    color: #919393;
  }

  .xl\:text-messaging-new-links {
    color: #00498a;
  }

  .xl\:text-messaging-avatar {
    color: #3f2065;
  }

  .xl\:text-messaging-warning {
    color: #9f8633;
  }

  .xl\:text-ha-notification {
    color: #939289;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-600 {
    color: #71809;
  }

  .xl\:text-member-detail-li {
    color: #7000;
  }

  .xl\:text-member-detail-links {
    color: #00518f;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xl\:hover\:text-gray:hover {
    color: #727069;
  }

  .xl\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-secondary:hover {
    color: #000;
  }

  .xl\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xl\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xl\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xl\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xl\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xl\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xl\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xl\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xl\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xl\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xl\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xl\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xl\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xl\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xl\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xl\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xl\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xl\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xl\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xl\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xl\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xl\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xl\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xl\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xl\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xl\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xl\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xl\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xl\:text-xxs {
    font-size: .625rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 6.25rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-200 {
    width: 50rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-container {
    width: 37.5rem;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:z--1 {
    z-index: -1;
  }
}

.chip {
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}

.chip .delete-icon {
  cursor: pointer;
}

.collapsible-content {
  transition: height .5s ease-in-out;
}

.assign-rule-to-group .group-rule-form {
  background: #c6e6f2;
  padding: 14px;
}

.assign-rule-to-group .group-rule-form h4,
.assign-rule-to-group .group-rule-form .rule-name {
  padding: 0;
  color: #244861;
  background: none;
  font-weight: 700;
}

.assign-rule-to-group .group-rule-form .button[disabled] {
  cursor: not-allowed;
}

.assign-rule-to-group .group-rule-form .button[disabled].active,
.assign-rule-to-group .group-rule-form .button[disabled]:hover {
  background: #ccc;
  color: #aaa;
}

.assign-rule-to-group .group-rule-form .button.secondary {
  background: #ababab;
}

.assign-rule-to-group .group-rule-form .button.secondary[disabled] {
  background: #ccc;
  color: #aaa;
  text-shadow: none;
}

.assign-rule-to-group .search-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.assign-rule-to-group .search-wrapper .search-icon {
  display: inline-block;
  position: absolute;
  font-size: 28px;
  pointer-events: none;
  left: 14px;
  top: 1px;
  transform: rotateY(-180deg);
  width: -moz-fit-content;
  width: fit-content;
}

.assign-rule-to-group .search-wrapper .close-icon {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 14px;
  font-size: 16px;
  top: 9px;
  width: -moz-fit-content;
  width: fit-content;
}

.assign-rule-to-group .search-wrapper .search-hint {
  position: absolute;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  width: 90%;
  top: 8px;
  left: 34px;
  color: black;
}

.assign-rule-to-group .search-wrapper .search-hint .ruleName {
  max-width: 35%;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assign-rule-to-group .search-wrapper .search-hint .ruleDescription {
  max-width: 50%;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assign-rule-to-group input {
  width: 100%;
  padding: 10px 10px 10px 30px;
  border: 2px solid #037dff;
  border-radius: 0;
  font-size: 12px;
  background: white;
  box-sizing: border-box;
  margin: 0;
}

.search-results {
  border: 1px solid grey;
  background: white;
  position: absolute;
  z-index: 100;
  top: 40px;
  width: 100%;
  box-sizing: border-box;
  max-height: 280px;
  overflow: auto;
}

.search-results .item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px dotted #6dc4e5;
  word-break: break-word;
}

.search-results .item .ruleName {
  width: 35%;
  color: black;
  font-weight: normal;
}

.search-results .item .ruleDescription {
  width: 50%;
}

.search-results .item:hover {
  background: #e5f4fa;
}

.search-results .item .selected {
  background-color: #167f01;
  border-radius: 2px;
  color: white;
  padding: 1px 4px;
  white-space: nowrap;
}

.search-results .item-header {
  font-size: 14px;
  font-weight: bold;
}

a {
  cursor: pointer;
}

.highlight {
  color: #244861;
  font-weight: bold;
}

.word-break {
  word-break: break-word;
}

.word-break .invalid-rule-message {
  color: #ff280f;
}

.routing-rule-audit h2 {
  border: none;
  margin-top: 18px;
  padding: 0;
}

.routing-rule-audit th > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.routing-rule-audit th > div p {
  margin-right: 13.5px;
}

.roles-list-row {
  margin-bottom: 20px;
  min-height: 20px;
  justify-content: space-between;
}

.roles-list-row > div {
  font-weight: 700;
  font-size: 14px;
}

.roles-list-row > div.role-product-name,
.roles-list-row > div.role-routing-rule-name {
  width: 30%;
  color: #244861;
}

.roles-list-row > div.role-rule-id {
  width: 10%;
  color: #808080;
}

.roles-list-row > div.role-rule-action {
  display: flex;
  color: #27accd;
  font-size: 12px;
  cursor: pointer;
}

.roles-list-row > div.role-rule-action img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

/* This file is taken from react-datepicker": "2.5.0" distribution and modified only to
   include an ID in the selectors (to have higher specificity than our other CSS */

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
#react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow::before,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

#react-datepicker-container .react-datepicker-wrapper,
.react-datepicker-container .react-datepicker-wrapper {
  display: inline-block;
}

#react-datepicker-container .react-datepicker,
.react-datepicker-container .react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline-block;
  position: relative;
}

#react-datepicker-container .react-datepicker--time-only .react-datepicker__triangle,
.react-datepicker-container .react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

#react-datepicker-container .react-datepicker--time-only .react-datepicker__time-container,
.react-datepicker-container .react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

#react-datepicker-container .react-datepicker--time-only .react-datepicker__time,
.react-datepicker-container .react-datepicker--time-only .react-datepicker__time {
  border-radius: .3rem;
}

#react-datepicker-container .react-datepicker--time-only .react-datepicker__time-box,
.react-datepicker-container .react-datepicker--time-only .react-datepicker__time-box {
  border-radius: .3rem;
}

#react-datepicker-container .react-datepicker__triangle,
.react-datepicker-container .react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

#react-datepicker-container .react-datepicker-popper,
.react-datepicker-container .react-datepicker-popper {
  z-index: 1;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="bottom"],
.react-datepicker-container .react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="top"],
.react-datepicker-container .react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="right"],
.react-datepicker-container .react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="left"],
.react-datepicker-container .react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

#react-datepicker-container .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle,
.react-datepicker-container .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

#react-datepicker-container .react-datepicker__header,
.react-datepicker-container .react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  padding-top: 8px;
  position: relative;
}

#react-datepicker-container .react-datepicker__header--time,
.react-datepicker-container .react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

#react-datepicker-container .react-datepicker__year-dropdown-container--select,
#react-datepicker-container .react-datepicker__month-dropdown-container--select,
#react-datepicker-container .react-datepicker__month-year-dropdown-container--select,
#react-datepicker-container .react-datepicker__year-dropdown-container--scroll,
#react-datepicker-container .react-datepicker__month-dropdown-container--scroll,
#react-datepicker-container .react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker-container .react-datepicker__year-dropdown-container--select,
.react-datepicker-container .react-datepicker__month-dropdown-container--select,
.react-datepicker-container .react-datepicker__month-year-dropdown-container--select,
.react-datepicker-container .react-datepicker__year-dropdown-container--scroll,
.react-datepicker-container .react-datepicker__month-dropdown-container--scroll,
.react-datepicker-container .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

#react-datepicker-container .react-datepicker__current-month,
#react-datepicker-container .react-datepicker-time__header,
#react-datepicker-container .react-datepicker-year-header,
.react-datepicker-container .react-datepicker__current-month,
.react-datepicker-container .react-datepicker-time__header,
.react-datepicker-container .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: .944rem;
}

#react-datepicker-container .react-datepicker-time__header,
.react-datepicker-container .react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#react-datepicker-container .react-datepicker__navigation,
.react-datepicker-container .react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: .45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

#react-datepicker-container .react-datepicker__navigation--previous,
.react-datepicker-container .react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

#react-datepicker-container .react-datepicker__navigation--previous:hover,
.react-datepicker-container .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__navigation--previous--disabled,
#react-datepicker-container .react-datepicker__navigation--previous--disabled:hover,
.react-datepicker-container .react-datepicker__navigation--previous--disabled,
.react-datepicker-container .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

#react-datepicker-container .react-datepicker__navigation--next,
.react-datepicker-container .react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

#react-datepicker-container .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button),
.react-datepicker-container .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

#react-datepicker-container .react-datepicker__navigation--next:hover,
.react-datepicker-container .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__navigation--next--disabled,
#react-datepicker-container .react-datepicker__navigation--next--disabled:hover,
.react-datepicker-container .react-datepicker__navigation--next--disabled,
.react-datepicker-container .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

#react-datepicker-container .react-datepicker__navigation--years,
.react-datepicker-container .react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#react-datepicker-container .react-datepicker__navigation--years-previous,
.react-datepicker-container .react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

#react-datepicker-container .react-datepicker__navigation--years-previous:hover,
.react-datepicker-container .react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__navigation--years-upcoming,
.react-datepicker-container .react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

#react-datepicker-container .react-datepicker__navigation--years-upcoming:hover,
.react-datepicker-container .react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__month-container,
.react-datepicker-container .react-datepicker__month-container {
  float: left;
}

#react-datepicker-container .react-datepicker__month,
.react-datepicker-container .react-datepicker__month {
  margin: .4rem;
  text-align: center;
}

#react-datepicker-container .react-datepicker__month .react-datepicker__month-text,
.react-datepicker-container .react-datepicker__month .react-datepicker__month-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

#react-datepicker-container .react-datepicker__input-time-container,
.react-datepicker-container .react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

#react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

#react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container,
.react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

#react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input,
.react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

#react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input,
.react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input {
  width: 85px;
}

#react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"]::-webkit-inner-spin-button,
#react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"]::-webkit-outer-spin-button,
.react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"]::-webkit-inner-spin-button,
.react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"],
.react-datepicker-container .react-datepicker__input-time-container
.react-datepicker-time__input-container
.react-datepicker-time__input
input[type="time"] {
  -moz-appearance: textfield;
}

#react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter,
.react-datepicker-container .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

#react-datepicker-container .react-datepicker__time-container,
.react-datepicker-container .react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

#react-datepicker-container .react-datepicker__time-container--with-today-button,
.react-datepicker-container .react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

#react-datepicker-container .react-datepicker__time-container .react-datepicker__time,
.react-datepicker-container .react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

#react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box,
.react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  button-width: 100%;
  button-padding: 0 10px;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item:hover,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected button,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected button {
  color: white;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected:hover,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--disabled,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

#react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--disabled:hover,
.react-datepicker-container .react-datepicker__time-container
.react-datepicker__time
.react-datepicker__time-box
ul.react-datepicker__time-list
li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

#react-datepicker-container .react-datepicker__week-number,
.react-datepicker-container .react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: .166rem;
}

#react-datepicker-container .react-datepicker__week-number.react-datepicker__week-number--clickable,
.react-datepicker-container .react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

#react-datepicker-container .react-datepicker__week-number.react-datepicker__week-number--clickable:hover,
.react-datepicker-container .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: .3rem;
  background-color: #f0f0f0;
}

#react-datepicker-container .react-datepicker__day-names,
#react-datepicker-container .react-datepicker__week,
.react-datepicker-container .react-datepicker__day-names,
.react-datepicker-container .react-datepicker__week {
  white-space: nowrap;
}

#react-datepicker-container .react-datepicker__day-name,
#react-datepicker-container .react-datepicker__day,
#react-datepicker-container .react-datepicker__time-name,
.react-datepicker-container .react-datepicker__day-name,
.react-datepicker-container .react-datepicker__day,
.react-datepicker-container .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem !important;
  /* override overrides.scss */
  text-align: center;
  margin: .166rem;
}

#react-datepicker-container .react-datepicker__month--selected,
#react-datepicker-container .react-datepicker__month--in-selecting-range,
#react-datepicker-container .react-datepicker__month--in-range,
.react-datepicker-container .react-datepicker__month--selected,
.react-datepicker-container .react-datepicker__month--in-selecting-range,
.react-datepicker-container .react-datepicker__month--in-range {
  border-radius: .3rem;
  background-color: #216ba5;
  color: #fff;
}

#react-datepicker-container .react-datepicker__month--selected:hover,
#react-datepicker-container .react-datepicker__month--in-selecting-range:hover,
#react-datepicker-container .react-datepicker__month--in-range:hover,
.react-datepicker-container .react-datepicker__month--selected:hover,
.react-datepicker-container .react-datepicker__month--in-selecting-range:hover,
.react-datepicker-container .react-datepicker__month--in-range:hover {
  background-color: #1d5d90;
}

#react-datepicker-container .react-datepicker__month--disabled,
.react-datepicker-container .react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none;
}

#react-datepicker-container .react-datepicker__month--disabled:hover,
.react-datepicker-container .react-datepicker__month--disabled:hover {
  cursor: default;
  background-color: transparent;
}

#react-datepicker-container .react-datepicker__day,
#react-datepicker-container .react-datepicker__month-text,
.react-datepicker-container .react-datepicker__day,
.react-datepicker-container .react-datepicker__month-text {
  cursor: pointer;
}

#react-datepicker-container .react-datepicker__day:hover,
#react-datepicker-container .react-datepicker__month-text:hover,
.react-datepicker-container .react-datepicker__day:hover,
.react-datepicker-container .react-datepicker__month-text:hover {
  border-radius: .3rem;
  background-color: #f0f0f0;
}

#react-datepicker-container .react-datepicker__day--today,
#react-datepicker-container .react-datepicker__month-text--today,
.react-datepicker-container .react-datepicker__day--today,
.react-datepicker-container .react-datepicker__month-text--today {
  font-weight: bold;
}

#react-datepicker-container .react-datepicker__day--highlighted,
#react-datepicker-container .react-datepicker__month-text--highlighted,
.react-datepicker-container .react-datepicker__day--highlighted,
.react-datepicker-container .react-datepicker__month-text--highlighted {
  border-radius: .3rem;
  background-color: #3dcc4a;
  color: #fff;
}

#react-datepicker-container .react-datepicker__day--highlighted:hover,
#react-datepicker-container .react-datepicker__month-text--highlighted:hover,
.react-datepicker-container .react-datepicker__day--highlighted:hover,
.react-datepicker-container .react-datepicker__month-text--highlighted:hover {
  background-color: #32be3f;
}

#react-datepicker-container .react-datepicker__day--highlighted-custom-1,
#react-datepicker-container .react-datepicker__month-text--highlighted-custom-1,
.react-datepicker-container .react-datepicker__day--highlighted-custom-1,
.react-datepicker-container .react-datepicker__month-text--highlighted-custom-1 {
  color: magenta;
}

#react-datepicker-container .react-datepicker__day--highlighted-custom-2,
#react-datepicker-container .react-datepicker__month-text--highlighted-custom-2,
.react-datepicker-container .react-datepicker__day--highlighted-custom-2,
.react-datepicker-container .react-datepicker__month-text--highlighted-custom-2 {
  color: green;
}

#react-datepicker-container .react-datepicker__day--selected,
#react-datepicker-container .react-datepicker__day--in-selecting-range,
#react-datepicker-container .react-datepicker__day--in-range,
#react-datepicker-container .react-datepicker__month-text--selected,
#react-datepicker-container .react-datepicker__month-text--in-selecting-range,
#react-datepicker-container .react-datepicker__month-text--in-range,
.react-datepicker-container .react-datepicker__day--selected,
.react-datepicker-container .react-datepicker__day--in-selecting-range,
.react-datepicker-container .react-datepicker__day--in-range,
.react-datepicker-container .react-datepicker__month-text--selected,
.react-datepicker-container .react-datepicker__month-text--in-selecting-range,
.react-datepicker-container .react-datepicker__month-text--in-range {
  border-radius: .3rem;
  background-color: #216ba5;
  color: #fff;
}

#react-datepicker-container .react-datepicker__day--selected:hover,
#react-datepicker-container .react-datepicker__day--in-selecting-range:hover,
#react-datepicker-container .react-datepicker__day--in-range:hover,
#react-datepicker-container .react-datepicker__month-text--selected:hover,
#react-datepicker-container .react-datepicker__month-text--in-selecting-range:hover,
#react-datepicker-container .react-datepicker__month-text--in-range:hover,
.react-datepicker-container .react-datepicker__day--selected:hover,
.react-datepicker-container .react-datepicker__day--in-selecting-range:hover,
.react-datepicker-container .react-datepicker__day--in-range:hover,
.react-datepicker-container .react-datepicker__month-text--selected:hover,
.react-datepicker-container .react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker-container .react-datepicker__month-text--in-range:hover {
  background-color: #1d5d90;
}

#react-datepicker-container .react-datepicker__day--keyboard-selected,
#react-datepicker-container .react-datepicker__month-text--keyboard-selected,
.react-datepicker-container .react-datepicker__day--keyboard-selected,
.react-datepicker-container .react-datepicker__month-text--keyboard-selected {
  border-radius: .3rem;
  background-color: #2a87d0;
  color: #fff;
}

#react-datepicker-container .react-datepicker__day--keyboard-selected:hover,
#react-datepicker-container .react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker-container .react-datepicker__day--keyboard-selected:hover,
.react-datepicker-container .react-datepicker__month-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

#react-datepicker-container .react-datepicker__day--in-selecting-range,
#react-datepicker-container .react-datepicker__month-text--in-selecting-range,
.react-datepicker-container .react-datepicker__day--in-selecting-range,
.react-datepicker-container .react-datepicker__month-text--in-selecting-range {
  background-color: rgba(33, 107, 165, .5);
}

#react-datepicker-container .react-datepicker__month--selecting-range .react-datepicker__day--in-range,
#react-datepicker-container .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,
.react-datepicker-container .react-datepicker__month--selecting-range .react-datepicker__day--in-range,
.react-datepicker-container .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

#react-datepicker-container .react-datepicker__day--disabled,
#react-datepicker-container .react-datepicker__month-text--disabled,
.react-datepicker-container .react-datepicker__day--disabled,
.react-datepicker-container .react-datepicker__month-text--disabled {
  cursor: default;
  color: #ccc;
}

#react-datepicker-container .react-datepicker__day--disabled:hover,
#react-datepicker-container .react-datepicker__month-text--disabled:hover,
.react-datepicker-container .react-datepicker__day--disabled:hover,
.react-datepicker-container .react-datepicker__month-text--disabled:hover {
  background-color: transparent;
}

#react-datepicker-container .react-datepicker__month-text.react-datepicker__month--selected:hover,
#react-datepicker-container .react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker-container .react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker-container .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5;
}

#react-datepicker-container .react-datepicker__month-text:hover,
.react-datepicker-container .react-datepicker__month-text:hover {
  background-color: #f0f0f0;
}

#react-datepicker-container .react-datepicker__input-container,
.react-datepicker-container .react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

#react-datepicker-container .react-datepicker__year-read-view,
#react-datepicker-container .react-datepicker__month-read-view,
#react-datepicker-container .react-datepicker__month-year-read-view,
.react-datepicker-container .react-datepicker__year-read-view,
.react-datepicker-container .react-datepicker__month-read-view,
.react-datepicker-container .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: .3rem;
}

#react-datepicker-container .react-datepicker__year-read-view:hover,
#react-datepicker-container .react-datepicker__month-read-view:hover,
#react-datepicker-container .react-datepicker__month-year-read-view:hover,
.react-datepicker-container .react-datepicker__year-read-view:hover,
.react-datepicker-container .react-datepicker__month-read-view:hover,
.react-datepicker-container .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

#react-datepicker-container .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__year-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-read-view--down-arrow,
#react-datepicker-container .react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__year-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-read-view--down-arrow,
.react-datepicker-container .react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: .45rem;
}

#react-datepicker-container .react-datepicker__year-dropdown,
#react-datepicker-container .react-datepicker__month-dropdown,
#react-datepicker-container .react-datepicker__month-year-dropdown,
.react-datepicker-container .react-datepicker__year-dropdown,
.react-datepicker-container .react-datepicker__month-dropdown,
.react-datepicker-container .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: .3rem;
  border: 1px solid #aeaeae;
}

#react-datepicker-container .react-datepicker__year-dropdown:hover,
#react-datepicker-container .react-datepicker__month-dropdown:hover,
#react-datepicker-container .react-datepicker__month-year-dropdown:hover,
.react-datepicker-container .react-datepicker__year-dropdown:hover,
.react-datepicker-container .react-datepicker__month-dropdown:hover,
.react-datepicker-container .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

#react-datepicker-container .react-datepicker__year-dropdown--scrollable,
#react-datepicker-container .react-datepicker__month-dropdown--scrollable,
#react-datepicker-container .react-datepicker__month-year-dropdown--scrollable,
.react-datepicker-container .react-datepicker__year-dropdown--scrollable,
.react-datepicker-container .react-datepicker__month-dropdown--scrollable,
.react-datepicker-container .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

#react-datepicker-container .react-datepicker__year-option,
#react-datepicker-container .react-datepicker__month-option,
#react-datepicker-container .react-datepicker__month-year-option,
.react-datepicker-container .react-datepicker__year-option,
.react-datepicker-container .react-datepicker__month-option,
.react-datepicker-container .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#react-datepicker-container .react-datepicker__year-option:first-of-type,
#react-datepicker-container .react-datepicker__month-option:first-of-type,
#react-datepicker-container .react-datepicker__month-year-option:first-of-type,
.react-datepicker-container .react-datepicker__year-option:first-of-type,
.react-datepicker-container .react-datepicker__month-option:first-of-type,
.react-datepicker-container .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

#react-datepicker-container .react-datepicker__year-option:last-of-type,
#react-datepicker-container .react-datepicker__month-option:last-of-type,
#react-datepicker-container .react-datepicker__month-year-option:last-of-type,
.react-datepicker-container .react-datepicker__year-option:last-of-type,
.react-datepicker-container .react-datepicker__month-option:last-of-type,
.react-datepicker-container .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

#react-datepicker-container .react-datepicker__year-option:hover,
#react-datepicker-container .react-datepicker__month-option:hover,
#react-datepicker-container .react-datepicker__month-year-option:hover,
.react-datepicker-container .react-datepicker__year-option:hover,
.react-datepicker-container .react-datepicker__month-option:hover,
.react-datepicker-container .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

#react-datepicker-container .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
#react-datepicker-container .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
#react-datepicker-container .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker-container .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker-container .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker-container .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
#react-datepicker-container .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
#react-datepicker-container .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker-container .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker-container .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker-container .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__year-option--selected,
#react-datepicker-container .react-datepicker__month-option--selected,
#react-datepicker-container .react-datepicker__month-year-option--selected,
.react-datepicker-container .react-datepicker__year-option--selected,
.react-datepicker-container .react-datepicker__month-option--selected,
.react-datepicker-container .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

#react-datepicker-container .react-datepicker__close-icon,
.react-datepicker-container .react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

#react-datepicker-container .react-datepicker__close-icon::after,
.react-datepicker-container .react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center;
}

#react-datepicker-container .react-datepicker__today-button,
.react-datepicker-container .react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

#react-datepicker-container .react-datepicker__portal,
.react-datepicker-container .react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__day-name,
#react-datepicker-container .react-datepicker__portal .react-datepicker__day,
#react-datepicker-container .react-datepicker__portal .react-datepicker__time-name,
.react-datepicker-container .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker-container .react-datepicker__portal .react-datepicker__day,
.react-datepicker-container .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  #react-datepicker-container .react-datepicker__portal .react-datepicker__day-name,
  #react-datepicker-container .react-datepicker__portal .react-datepicker__day,
  #react-datepicker-container .react-datepicker__portal .react-datepicker__time-name,
  .react-datepicker-container .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker-container .react-datepicker__portal .react-datepicker__day,
  .react-datepicker-container .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__current-month,
#react-datepicker-container .react-datepicker__portal .react-datepicker-time__header,
.react-datepicker-container .react-datepicker__portal .react-datepicker__current-month,
.react-datepicker-container .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation {
  border: .81rem solid transparent;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous:hover,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous--disabled,
#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next:hover,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next--disabled,
#react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker-container .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

#react-datepicker-container .current-time,
.react-datepicker-container .current-time {
  margin-bottom: 16px;
}

/* This file contains modifications to the css that came with react-datepicker 
   (currently needed to add !important to override our foundation overrides :( */

#react-datepicker-container,
.react-datepicker-container {
  /* Make the placeholder look like our other ones *//* time column has fixed with that is not wide enough when we add the am/pm *//* make the month scroll arrow align correctly based on override to time container width above */
}

#react-datepicker-container .react-datepicker__time-name,
.react-datepicker-container .react-datepicker__time-name {
  line-height: 1.7rem !important;
}

#react-datepicker-container ::-moz-placeholder,
.react-datepicker-container ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
}

#react-datepicker-container ::placeholder,
.react-datepicker-container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
}

#react-datepicker-container :-ms-input-placeholder,
.react-datepicker-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}

#react-datepicker-container .react-datepicker__time-container,
.react-datepicker-container .react-datepicker__time-container {
  width: 100px;
}

#react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box,
.react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100%;
  width: 100px;
}

#react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item,
.react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 8px !important;
}

#react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item button,
.react-datepicker-container .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item button {
  cursor: inherit !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

#react-datepicker-container .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button),
.react-datepicker-container .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 100px;
}

#react-datepicker-container .react-datepicker__time-list-item button,
.react-datepicker-container .react-datepicker__time-list-item button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: .8rem;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 320px) {
  .xxs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xxs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxs\:bg-fixed {
    background-attachment: fixed;
  }

  .xxs\:bg-local {
    background-attachment: local;
  }

  .xxs\:bg-scroll {
    background-attachment: scroll;
  }

  .xxs\:bg-black {
    background-color: #000;
  }

  .xxs\:bg-currentColor {
    background-color: currentColor;
  }

  .xxs\:bg-white {
    background-color: #fff;
  }

  .xxs\:bg-blue {
    background-color: #005c95;
  }

  .xxs\:bg-gray {
    background-color: #727069;
  }

  .xxs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-brand {
    background-color: #5b2f91;
  }

  .xxs\:bg-primary {
    background-color: #fff;
  }

  .xxs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xxs\:bg-secondary {
    background-color: #196ecf;
  }

  .xxs\:bg-tertiary {
    background-color: #000;
  }

  .xxs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xxs\:bg-accent-primary {
    background-color: #fff;
  }

  .xxs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xxs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xxs\:bg-success-primary {
    background-color: transparent;
  }

  .xxs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xxs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xxs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xxs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xxs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xxs\:bg-message-primary {
    background-color: #27accd;
  }

  .xxs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xxs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xxs\:bg-button-secondary {
    background-color: transparent;
  }

  .xxs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xxs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xxs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xxs\:bg-button-disabled {
    background-color: #727069;
  }

  .xxs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xxs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xxs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xxs\:bg-badge-primary {
    background-color: #f00;
  }

  .xxs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xxs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xxs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xxs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xxs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xxs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xxs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xxs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xxs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xxs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xxs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xxs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xxs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xxs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xxs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xxs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xxs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xxs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xxs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xxs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xxs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xxs\:bg-toast-primary {
    background-color: #166174;
  }

  .xxs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xxs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xxs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xxs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xxs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xxs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xxs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xxs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xxs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xxs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xxs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xxs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xxs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xxs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xxs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xxs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xxs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xxs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xxs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xxs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xxs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xxs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xxs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xxs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xxs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xxs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xxs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xxs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xxs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xxs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xxs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xxs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xxs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xxs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xxs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xxs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xxs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xxs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xxs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xxs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xxs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xxs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xxs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xxs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xxs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xxs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xxs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xxs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xxs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xxs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xxs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xxs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xxs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xxs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xxs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xxs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xxs\:bg-bottom {
    background-position: bottom;
  }

  .xxs\:bg-center {
    background-position: center;
  }

  .xxs\:bg-left {
    background-position: left;
  }

  .xxs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxs\:bg-left-top {
    background-position: left top;
  }

  .xxs\:bg-right {
    background-position: right;
  }

  .xxs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxs\:bg-right-top {
    background-position: right top;
  }

  .xxs\:bg-top {
    background-position: top;
  }

  .xxs\:bg-repeat {
    background-repeat: repeat;
  }

  .xxs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxs\:bg-2 {
    background-size: 2rem;
  }

  .xxs\:bg-auto {
    background-size: auto;
  }

  .xxs\:bg-cover {
    background-size: cover;
  }

  .xxs\:bg-contain {
    background-size: contain;
  }

  .xxs\:border-black {
    border-color: #000;
  }

  .xxs\:border-currentColor {
    border-color: currentColor;
  }

  .xxs\:border-white {
    border-color: #fff;
  }

  .xxs\:border-blue {
    border-color: #005c95;
  }

  .xxs\:border-gray {
    border-color: #727069;
  }

  .xxs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-primary {
    border-color: #bbb;
  }

  .xxs\:border-secondary {
    border-color: #000;
  }

  .xxs\:border-tertiary {
    border-color: #333;
  }

  .xxs\:border-accent {
    border-color: #fff;
  }

  .xxs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xxs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xxs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xxs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xxs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xxs\:border-success-primary {
    border-color: transparent;
  }

  .xxs\:border-chevron-primary {
    border-color: #fff;
  }

  .xxs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xxs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xxs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xxs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xxs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xxs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xxs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xxs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xxs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xxs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xxs\:border-toast-primary {
    border-color: #166174;
  }

  .xxs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xxs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xxs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xxs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xxs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xxs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xxs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xxs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xxs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xxs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xxs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xxs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xxs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xxs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xxs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xxs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xxs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xxs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xxs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xxs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xxs\:border-messaging-success {
    border-color: #167f01;
  }

  .xxs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xxs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xxs\:border-messaging-grey {
    border-color: #919393;
  }

  .xxs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xxs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xxs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xxs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xxs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xxs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xxs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xxs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xxs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xxs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xxs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xxs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xxs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xxs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xxs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xxs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xxs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xxs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xxs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xxs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xxs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xxs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xxs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xxs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xxs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xxs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xxs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xxs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xxs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xxs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xxs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xxs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xxs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xxs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xxs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xxs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xxs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xxs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xxs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xxs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xxs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xxs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xxs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xxs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xxs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xxs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xxs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xxs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xxs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xxs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xxs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xxs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xxs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xxs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: .125rem;
  }

  .xxs\:rounded {
    border-radius: .25rem;
  }

  .xxs\:rounded-lg {
    border-radius: .5rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xxs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xxs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xxs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xxs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:border-0 {
    border-width: 0;
  }

  .xxs\:border-1 {
    border-width: 1px;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-3 {
    border-width: 3px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:border-chevron {
    border-width: .1rem;
  }

  .xxs\:border-t-0 {
    border-top-width: 0;
  }

  .xxs\:border-r-0 {
    border-right-width: 0;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxs\:border-l-0 {
    border-left-width: 0;
  }

  .xxs\:border-t-1 {
    border-top-width: 1px;
  }

  .xxs\:border-r-1 {
    border-right-width: 1px;
  }

  .xxs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxs\:border-l-1 {
    border-left-width: 1px;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-t-3 {
    border-top-width: 3px;
  }

  .xxs\:border-r-3 {
    border-right-width: 3px;
  }

  .xxs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxs\:border-l-3 {
    border-left-width: 3px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xxs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xxs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xxs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

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

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:flex-no-grow {
    flex-grow: 0;
  }

  .xxs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xxs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xxs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxs\:font-hairline {
    font-weight: 100;
  }

  .xxs\:font-thin {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 700;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:h-1 {
    height: .25rem;
  }

  .xxs\:h-2 {
    height: .5rem;
  }

  .xxs\:h-3 {
    height: .75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 1.25rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-7 {
    height: 1.75rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-9 {
    height: 2.25rem;
  }

  .xxs\:h-10 {
    height: 2.5rem;
  }

  .xxs\:h-11 {
    height: 2.75rem;
  }

  .xxs\:h-12 {
    height: 3rem;
  }

  .xxs\:h-15 {
    height: 3.75rem;
  }

  .xxs\:h-16 {
    height: 4rem;
  }

  .xxs\:h-20 {
    height: 5rem;
  }

  .xxs\:h-22 {
    height: 5.5rem;
  }

  .xxs\:h-24 {
    height: 6rem;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-48 {
    height: 12rem;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-96 {
    height: 24rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: .25rem;
  }

  .xxs\:m-2 {
    margin: .5rem;
  }

  .xxs\:m-3 {
    margin: .75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 1.25rem;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-10 {
    margin: 2.5rem;
  }

  .xxs\:m-19 {
    margin: 4.75rem;
  }

  .xxs\:m-24 {
    margin: 6rem;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xxs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xxs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xxs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xxs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xxs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xxs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xxs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:mt-1 {
    margin-top: .25rem;
  }

  .xxs\:mr-1 {
    margin-right: .25rem;
  }

  .xxs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xxs\:ml-1 {
    margin-left: .25rem;
  }

  .xxs\:mt-2 {
    margin-top: .5rem;
  }

  .xxs\:mr-2 {
    margin-right: .5rem;
  }

  .xxs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xxs\:ml-2 {
    margin-left: .5rem;
  }

  .xxs\:mt-3 {
    margin-top: .75rem;
  }

  .xxs\:mr-3 {
    margin-right: .75rem;
  }

  .xxs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xxs\:ml-3 {
    margin-left: .75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xxs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xxs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xxs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xxs\:mt-24 {
    margin-top: 6rem;
  }

  .xxs\:mr-24 {
    margin-right: 6rem;
  }

  .xxs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxs\:ml-24 {
    margin-left: 6rem;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:max-w-1 {
    max-width: .25rem;
  }

  .xxs\:max-w-2 {
    max-width: .5rem;
  }

  .xxs\:max-w-3 {
    max-width: .75rem;
  }

  .xxs\:max-w-4 {
    max-width: 1rem;
  }

  .xxs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xxs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xxs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xxs\:max-w-8 {
    max-width: 2rem;
  }

  .xxs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xxs\:max-w-12 {
    max-width: 3rem;
  }

  .xxs\:max-w-16 {
    max-width: 4rem;
  }

  .xxs\:max-w-24 {
    max-width: 6rem;
  }

  .xxs\:max-w-32 {
    max-width: 8rem;
  }

  .xxs\:max-w-48 {
    max-width: 12rem;
  }

  .xxs\:max-w-52 {
    max-width: 13rem;
  }

  .xxs\:max-w-64 {
    max-width: 16rem;
  }

  .xxs\:max-w-128 {
    max-width: 32rem;
  }

  .xxs\:max-w-200 {
    max-width: 50rem;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 30rem;
  }

  .xxs\:max-w-md {
    max-width: 40rem;
  }

  .xxs\:max-w-lg {
    max-width: 50rem;
  }

  .xxs\:max-w-xl {
    max-width: 60rem;
  }

  .xxs\:max-w-2xl {
    max-width: 70rem;
  }

  .xxs\:max-w-3xl {
    max-width: 80rem;
  }

  .xxs\:max-w-4xl {
    max-width: 90rem;
  }

  .xxs\:max-w-5xl {
    max-width: 100rem;
  }

  .xxs\:max-w-half {
    max-width: 50%;
  }

  .xxs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-container {
    max-width: 37.5rem;
  }

  .xxs\:min-h-0 {
    min-height: 0;
  }

  .xxs\:min-h-12 {
    min-height: 3rem;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-w-0 {
    min-width: 0;
  }

  .xxs\:min-w-16 {
    min-width: 4rem;
  }

  .xxs\:min-w-24 {
    min-width: 6rem;
  }

  .xxs\:min-w-32 {
    min-width: 8rem;
  }

  .xxs\:min-w-40 {
    min-width: 10rem;
  }

  .xxs\:min-w-60 {
    min-width: 15rem;
  }

  .xxs\:min-w-64 {
    min-width: 16rem;
  }

  .xxs\:min-w-68 {
    min-width: 17rem;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:-m-0 {
    margin: 0;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-10 {
    margin: -2.5rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -3.5rem;
  }

  .xxs\:-m-16 {
    margin: -4rem;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-mt-0 {
    margin-top: 0;
  }

  .xxs\:-mr-0 {
    margin-right: 0;
  }

  .xxs\:-mb-0 {
    margin-bottom: 0;
  }

  .xxs\:-ml-0 {
    margin-left: 0;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxs\:-mt-16 {
    margin-top: -4rem;
  }

  .xxs\:-mr-16 {
    margin-right: -4rem;
  }

  .xxs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxs\:-ml-16 {
    margin-left: -4rem;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-25 {
    opacity: .25;
  }

  .xxs\:opacity-50 {
    opacity: .5;
  }

  .xxs\:opacity-75 {
    opacity: .75;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: .25rem;
  }

  .xxs\:p-2 {
    padding: .5rem;
  }

  .xxs\:p-3 {
    padding: .75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 1.25rem;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-10 {
    padding: 2.5rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-16 {
    padding: 4rem;
  }

  .xxs\:p-24 {
    padding: 6rem;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xxs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xxs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xxs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pt-1 {
    padding-top: .25rem;
  }

  .xxs\:pr-1 {
    padding-right: .25rem;
  }

  .xxs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xxs\:pl-1 {
    padding-left: .25rem;
  }

  .xxs\:pt-2 {
    padding-top: .5rem;
  }

  .xxs\:pr-2 {
    padding-right: .5rem;
  }

  .xxs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xxs\:pl-2 {
    padding-left: .5rem;
  }

  .xxs\:pt-3 {
    padding-top: .75rem;
  }

  .xxs\:pr-3 {
    padding-right: .75rem;
  }

  .xxs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xxs\:pl-3 {
    padding-left: .75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pt-16 {
    padding-top: 4rem;
  }

  .xxs\:pr-16 {
    padding-right: 4rem;
  }

  .xxs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxs\:pl-16 {
    padding-left: 4rem;
  }

  .xxs\:pt-24 {
    padding-top: 6rem;
  }

  .xxs\:pr-24 {
    padding-right: 6rem;
  }

  .xxs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxs\:pl-24 {
    padding-left: 6rem;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: sticky;
  }

  .xxs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xxs\:pin-x {
    right: 0;
    left: 0;
  }

  .xxs\:pin-t {
    top: 0;
  }

  .xxs\:pin-r {
    right: 0;
  }

  .xxs\:pin-b {
    bottom: 0;
  }

  .xxs\:pin-l {
    left: 0;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxs\:shadow-none {
    box-shadow: none;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:text-black {
    color: #000;
  }

  .xxs\:text-currentColor {
    color: currentColor;
  }

  .xxs\:text-white {
    color: #fff;
  }

  .xxs\:text-blue {
    color: #005c95;
  }

  .xxs\:text-gray {
    color: #727069;
  }

  .xxs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xxs\:text-primary {
    color: #2c2a29;
  }

  .xxs\:text-secondary {
    color: #000;
  }

  .xxs\:text-tertiary {
    color: #5b2f91;
  }

  .xxs\:text-quaternary {
    color: #003da1;
  }

  .xxs\:text-accent-primary {
    color: #fff;
  }

  .xxs\:text-neutral-primary {
    color: #96999c;
  }

  .xxs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xxs\:text-neutral-tertiary {
    color: #333;
  }

  .xxs\:text-success-primary {
    color: #0d880b;
  }

  .xxs\:text-alert-primary {
    color: #e91b18;
  }

  .xxs\:text-button-primary {
    color: #fffef9;
  }

  .xxs\:text-button-secondary {
    color: #5b2f91;
  }

  .xxs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xxs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xxs\:text-progress-bar-default {
    color: #75787b;
  }

  .xxs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xxs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xxs\:text-ems-modal-title {
    color: #244861;
  }

  .xxs\:text-checkbox-label {
    color: #32302e;
  }

  .xxs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xxs\:text-messaging-primary {
    color: #727069;
  }

  .xxs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xxs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xxs\:text-toast-primary {
    color: #166174;
  }

  .xxs\:text-toast-secondary {
    color: #aa1010;
  }

  .xxs\:text-messaging-secondary {
    color: #005c95;
  }

  .xxs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xxs\:text-messaging-error {
    color: #ee543e;
  }

  .xxs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xxs\:text-messaging-link {
    color: #a5a197;
  }

  .xxs\:text-messaging-black {
    color: #181919;
  }

  .xxs\:text-messaging-grey {
    color: #919393;
  }

  .xxs\:text-messaging-new-links {
    color: #00498a;
  }

  .xxs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xxs\:text-messaging-warning {
    color: #9f8633;
  }

  .xxs\:text-ha-notification {
    color: #939289;
  }

  .xxs\:text-gray-200 {
    color: #edf2f7;
  }

  .xxs\:text-gray-800 {
    color: #2d3748;
  }

  .xxs\:text-gray-600 {
    color: #71809;
  }

  .xxs\:text-member-detail-li {
    color: #7000;
  }

  .xxs\:text-member-detail-links {
    color: #00518f;
  }

  .xxs\:hover\:text-black:hover {
    color: #000;
  }

  .xxs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xxs\:hover\:text-white:hover {
    color: #fff;
  }

  .xxs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xxs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xxs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xxs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xxs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xxs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xxs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xxs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xxs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xxs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xxs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xxs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xxs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xxs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xxs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xxs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xxs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xxs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xxs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xxs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xxs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xxs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xxs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xxs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xxs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xxs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xxs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xxs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xxs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xxs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xxs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xxs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xxs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xxs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xxs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xxs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xxs\:text-xxs {
    font-size: .625rem;
  }

  .xxs\:text-xs {
    font-size: .75rem;
  }

  .xxs\:text-sm {
    font-size: .875rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
  }

  .xxs\:text-xl {
    font-size: 1.25rem;
  }

  .xxs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xxs\:text-2xl {
    font-size: 1.5rem;
  }

  .xxs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xxs\:text-3xl {
    font-size: 1.875rem;
  }

  .xxs\:text-4xl {
    font-size: 2rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:roman {
    font-style: normal;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:hover\:italic:hover {
    font-style: italic;
  }

  .xxs\:hover\:roman:hover {
    font-style: normal;
  }

  .xxs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xxs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xxs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xxs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0;
  }

  .xxs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-words {
    word-wrap: break-word;
  }

  .xxs\:break-normal {
    word-wrap: normal;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:w-1 {
    width: .25rem;
  }

  .xxs\:w-2 {
    width: .5rem;
  }

  .xxs\:w-3 {
    width: .75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 1.25rem;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-7 {
    width: 1.75rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-9 {
    width: 2.25rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-16 {
    width: 4rem;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-24 {
    width: 6rem;
  }

  .xxs\:w-25 {
    width: 6.25rem;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-48 {
    width: 12rem;
  }

  .xxs\:w-52 {
    width: 13rem;
  }

  .xxs\:w-60 {
    width: 15rem;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-128 {
    width: 32rem;
  }

  .xxs\:w-200 {
    width: 50rem;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.33333%;
  }

  .xxs\:w-2\/3 {
    width: 66.66667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.66667%;
  }

  .xxs\:w-5\/6 {
    width: 83.33333%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-container {
    width: 37.5rem;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 375px) {
  .xs\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-black {
    background-color: #000;
  }

  .xs\:bg-currentColor {
    background-color: currentColor;
  }

  .xs\:bg-white {
    background-color: #fff;
  }

  .xs\:bg-blue {
    background-color: #005c95;
  }

  .xs\:bg-gray {
    background-color: #727069;
  }

  .xs\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-brand {
    background-color: #5b2f91;
  }

  .xs\:bg-primary {
    background-color: #fff;
  }

  .xs\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xs\:bg-secondary {
    background-color: #196ecf;
  }

  .xs\:bg-tertiary {
    background-color: #000;
  }

  .xs\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xs\:bg-accent-primary {
    background-color: #fff;
  }

  .xs\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xs\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xs\:bg-success-primary {
    background-color: transparent;
  }

  .xs\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xs\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xs\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xs\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xs\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xs\:bg-message-primary {
    background-color: #27accd;
  }

  .xs\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xs\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xs\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xs\:bg-button-secondary {
    background-color: transparent;
  }

  .xs\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xs\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xs\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xs\:bg-button-disabled {
    background-color: #727069;
  }

  .xs\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xs\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xs\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xs\:bg-badge-primary {
    background-color: #f00;
  }

  .xs\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xs\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xs\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xs\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xs\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xs\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xs\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xs\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xs\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xs\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xs\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xs\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xs\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xs\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xs\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xs\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xs\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xs\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xs\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xs\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xs\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xs\:bg-toast-primary {
    background-color: #166174;
  }

  .xs\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xs\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xs\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xs\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xs\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xs\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xs\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xs\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xs\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xs\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xs\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xs\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xs\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xs\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xs\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xs\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xs\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xs\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xs\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xs\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xs\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xs\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xs\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xs\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xs\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xs\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xs\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xs\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xs\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xs\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xs\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xs\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xs\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xs\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xs\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xs\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xs\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xs\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xs\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xs\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xs\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xs\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xs\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xs\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xs\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xs\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xs\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xs\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xs\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xs\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xs\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-2 {
    background-size: 2rem;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-black {
    border-color: #000;
  }

  .xs\:border-currentColor {
    border-color: currentColor;
  }

  .xs\:border-white {
    border-color: #fff;
  }

  .xs\:border-blue {
    border-color: #005c95;
  }

  .xs\:border-gray {
    border-color: #727069;
  }

  .xs\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xs\:border-primary {
    border-color: #bbb;
  }

  .xs\:border-secondary {
    border-color: #000;
  }

  .xs\:border-tertiary {
    border-color: #333;
  }

  .xs\:border-accent {
    border-color: #fff;
  }

  .xs\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xs\:border-error-primary {
    border-color: #fcd04d;
  }

  .xs\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xs\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xs\:border-info-secondary {
    border-color: #196ecf;
  }

  .xs\:border-success-primary {
    border-color: transparent;
  }

  .xs\:border-chevron-primary {
    border-color: #fff;
  }

  .xs\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xs\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xs\:border-button-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xs\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xs\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xs\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xs\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xs\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xs\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xs\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xs\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xs\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xs\:border-toast-primary {
    border-color: #166174;
  }

  .xs\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xs\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xs\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xs\:border-messaging-primary {
    border-color: #005c95;
  }

  .xs\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xs\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xs\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xs\:border-messaging-secondary {
    border-color: #727069;
  }

  .xs\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xs\:border-messaging-link {
    border-color: #a5a197;
  }

  .xs\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xs\:border-messaging-error {
    border-color: #ee543e;
  }

  .xs\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xs\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xs\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xs\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xs\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xs\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xs\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xs\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xs\:border-messaging-success {
    border-color: #167f01;
  }

  .xs\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xs\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xs\:border-messaging-grey {
    border-color: #919393;
  }

  .xs\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xs\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xs\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xs\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xs\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xs\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xs\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xs\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xs\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xs\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xs\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xs\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xs\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xs\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xs\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xs\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xs\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xs\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xs\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xs\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xs\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xs\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xs\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xs\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xs\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xs\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xs\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xs\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xs\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xs\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xs\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xs\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xs\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xs\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xs\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xs\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xs\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xs\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xs\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xs\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xs\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xs\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xs\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xs\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xs\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xs\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xs\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xs\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xs\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: .125rem;
  }

  .xs\:rounded {
    border-radius: .25rem;
  }

  .xs\:rounded-lg {
    border-radius: .5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-1 {
    border-width: 1px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-chevron {
    border-width: .1rem;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-1 {
    border-top-width: 1px;
  }

  .xs\:border-r-1 {
    border-right-width: 1px;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xs\:border-l-1 {
    border-left-width: 1px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xs\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xs\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xs\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

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

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-no-grow {
    flex-grow: 0;
  }

  .xs\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xs\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xs\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:h-1 {
    height: .25rem;
  }

  .xs\:h-2 {
    height: .5rem;
  }

  .xs\:h-3 {
    height: .75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: .25rem;
  }

  .xs\:m-2 {
    margin: .5rem;
  }

  .xs\:m-3 {
    margin: .75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-19 {
    margin: 4.75rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xs\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xs\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xs\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xs\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xs\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xs\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: .25rem;
  }

  .xs\:mr-1 {
    margin-right: .25rem;
  }

  .xs\:mb-1 {
    margin-bottom: .25rem;
  }

  .xs\:ml-1 {
    margin-left: .25rem;
  }

  .xs\:mt-2 {
    margin-top: .5rem;
  }

  .xs\:mr-2 {
    margin-right: .5rem;
  }

  .xs\:mb-2 {
    margin-bottom: .5rem;
  }

  .xs\:ml-2 {
    margin-left: .5rem;
  }

  .xs\:mt-3 {
    margin-top: .75rem;
  }

  .xs\:mr-3 {
    margin-right: .75rem;
  }

  .xs\:mb-3 {
    margin-bottom: .75rem;
  }

  .xs\:ml-3 {
    margin-left: .75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-19 {
    margin-top: 4.75rem;
  }

  .xs\:mr-19 {
    margin-right: 4.75rem;
  }

  .xs\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xs\:ml-19 {
    margin-left: 4.75rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-1 {
    max-width: .25rem;
  }

  .xs\:max-w-2 {
    max-width: .5rem;
  }

  .xs\:max-w-3 {
    max-width: .75rem;
  }

  .xs\:max-w-4 {
    max-width: 1rem;
  }

  .xs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xs\:max-w-8 {
    max-width: 2rem;
  }

  .xs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xs\:max-w-12 {
    max-width: 3rem;
  }

  .xs\:max-w-16 {
    max-width: 4rem;
  }

  .xs\:max-w-24 {
    max-width: 6rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-52 {
    max-width: 13rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-128 {
    max-width: 32rem;
  }

  .xs\:max-w-200 {
    max-width: 50rem;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 30rem;
  }

  .xs\:max-w-md {
    max-width: 40rem;
  }

  .xs\:max-w-lg {
    max-width: 50rem;
  }

  .xs\:max-w-xl {
    max-width: 60rem;
  }

  .xs\:max-w-2xl {
    max-width: 70rem;
  }

  .xs\:max-w-3xl {
    max-width: 80rem;
  }

  .xs\:max-w-4xl {
    max-width: 90rem;
  }

  .xs\:max-w-5xl {
    max-width: 100rem;
  }

  .xs\:max-w-half {
    max-width: 50%;
  }

  .xs\:max-w-9\/10 {
    max-width: 90%;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-container {
    max-width: 37.5rem;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-16 {
    min-width: 4rem;
  }

  .xs\:min-w-24 {
    min-width: 6rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-40 {
    min-width: 10rem;
  }

  .xs\:min-w-60 {
    min-width: 15rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-68 {
    min-width: 17rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:-m-0 {
    margin: 0;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mt-0 {
    margin-top: 0;
  }

  .xs\:-mr-0 {
    margin-right: 0;
  }

  .xs\:-mb-0 {
    margin-bottom: 0;
  }

  .xs\:-ml-0 {
    margin-left: 0;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: .25;
  }

  .xs\:opacity-50 {
    opacity: .5;
  }

  .xs\:opacity-75 {
    opacity: .75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: .25rem;
  }

  .xs\:p-2 {
    padding: .5rem;
  }

  .xs\:p-3 {
    padding: .75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xs\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xs\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: .25rem;
  }

  .xs\:pr-1 {
    padding-right: .25rem;
  }

  .xs\:pb-1 {
    padding-bottom: .25rem;
  }

  .xs\:pl-1 {
    padding-left: .25rem;
  }

  .xs\:pt-2 {
    padding-top: .5rem;
  }

  .xs\:pr-2 {
    padding-right: .5rem;
  }

  .xs\:pb-2 {
    padding-bottom: .5rem;
  }

  .xs\:pl-2 {
    padding-left: .5rem;
  }

  .xs\:pt-3 {
    padding-top: .75rem;
  }

  .xs\:pr-3 {
    padding-right: .75rem;
  }

  .xs\:pb-3 {
    padding-bottom: .75rem;
  }

  .xs\:pl-3 {
    padding-left: .75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xs\:pin-x {
    right: 0;
    left: 0;
  }

  .xs\:pin-t {
    top: 0;
  }

  .xs\:pin-r {
    right: 0;
  }

  .xs\:pin-b {
    bottom: 0;
  }

  .xs\:pin-l {
    left: 0;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-black {
    color: #000;
  }

  .xs\:text-currentColor {
    color: currentColor;
  }

  .xs\:text-white {
    color: #fff;
  }

  .xs\:text-blue {
    color: #005c95;
  }

  .xs\:text-gray {
    color: #727069;
  }

  .xs\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xs\:text-primary {
    color: #2c2a29;
  }

  .xs\:text-secondary {
    color: #000;
  }

  .xs\:text-tertiary {
    color: #5b2f91;
  }

  .xs\:text-quaternary {
    color: #003da1;
  }

  .xs\:text-accent-primary {
    color: #fff;
  }

  .xs\:text-neutral-primary {
    color: #96999c;
  }

  .xs\:text-neutral-secondary {
    color: #7c7873;
  }

  .xs\:text-neutral-tertiary {
    color: #333;
  }

  .xs\:text-success-primary {
    color: #0d880b;
  }

  .xs\:text-alert-primary {
    color: #e91b18;
  }

  .xs\:text-button-primary {
    color: #fffef9;
  }

  .xs\:text-button-secondary {
    color: #5b2f91;
  }

  .xs\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xs\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xs\:text-progress-bar-default {
    color: #75787b;
  }

  .xs\:text-progress-bar-active {
    color: #003c5c;
  }

  .xs\:text-modal-provider-select {
    color: #003c5c;
  }

  .xs\:text-ems-modal-title {
    color: #244861;
  }

  .xs\:text-checkbox-label {
    color: #32302e;
  }

  .xs\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xs\:text-messaging-primary {
    color: #727069;
  }

  .xs\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xs\:text-messaging-common-blue {
    color: #00498a;
  }

  .xs\:text-toast-primary {
    color: #166174;
  }

  .xs\:text-toast-secondary {
    color: #aa1010;
  }

  .xs\:text-messaging-secondary {
    color: #005c95;
  }

  .xs\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xs\:text-messaging-error {
    color: #ee543e;
  }

  .xs\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xs\:text-messaging-link {
    color: #a5a197;
  }

  .xs\:text-messaging-black {
    color: #181919;
  }

  .xs\:text-messaging-grey {
    color: #919393;
  }

  .xs\:text-messaging-new-links {
    color: #00498a;
  }

  .xs\:text-messaging-avatar {
    color: #3f2065;
  }

  .xs\:text-messaging-warning {
    color: #9f8633;
  }

  .xs\:text-ha-notification {
    color: #939289;
  }

  .xs\:text-gray-200 {
    color: #edf2f7;
  }

  .xs\:text-gray-800 {
    color: #2d3748;
  }

  .xs\:text-gray-600 {
    color: #71809;
  }

  .xs\:text-member-detail-li {
    color: #7000;
  }

  .xs\:text-member-detail-links {
    color: #00518f;
  }

  .xs\:hover\:text-black:hover {
    color: #000;
  }

  .xs\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xs\:hover\:text-white:hover {
    color: #fff;
  }

  .xs\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xs\:hover\:text-gray:hover {
    color: #727069;
  }

  .xs\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-secondary:hover {
    color: #000;
  }

  .xs\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xs\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xs\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xs\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xs\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xs\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xs\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xs\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xs\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xs\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xs\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xs\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xs\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xs\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xs\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xs\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xs\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xs\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xs\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xs\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xs\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xs\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xs\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xs\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xs\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xs\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xs\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xs\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xs\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xs\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xs\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xs\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xs\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xs\:text-xxs {
    font-size: .625rem;
  }

  .xs\:text-xs {
    font-size: .75rem;
  }

  .xs\:text-sm {
    font-size: .875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:roman {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:hover\:italic:hover {
    font-style: italic;
  }

  .xs\:hover\:roman:hover {
    font-style: normal;
  }

  .xs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: .05em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-words {
    word-wrap: break-word;
  }

  .xs\:break-normal {
    word-wrap: normal;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-1 {
    width: .25rem;
  }

  .xs\:w-2 {
    width: .5rem;
  }

  .xs\:w-3 {
    width: .75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-25 {
    width: 6.25rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-128 {
    width: 32rem;
  }

  .xs\:w-200 {
    width: 50rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.33333%;
  }

  .xs\:w-2\/3 {
    width: 66.66667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.66667%;
  }

  .xs\:w-5\/6 {
    width: 83.33333%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-container {
    width: 37.5rem;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-currentColor {
    background-color: currentColor;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-blue {
    background-color: #005c95;
  }

  .sm\:bg-gray {
    background-color: #727069;
  }

  .sm\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-brand {
    background-color: #5b2f91;
  }

  .sm\:bg-primary {
    background-color: #fff;
  }

  .sm\:bg-error-primary {
    background-color: #fcd04d;
  }

  .sm\:bg-secondary {
    background-color: #196ecf;
  }

  .sm\:bg-tertiary {
    background-color: #000;
  }

  .sm\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .sm\:bg-accent-primary {
    background-color: #fff;
  }

  .sm\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .sm\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .sm\:bg-success-primary {
    background-color: transparent;
  }

  .sm\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .sm\:bg-nav-primary {
    background-color: #0071bc;
  }

  .sm\:bg-notification-primary {
    background-color: #0d880b;
  }

  .sm\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .sm\:bg-avatar-primary {
    background-color: #25264c;
  }

  .sm\:bg-message-primary {
    background-color: #27accd;
  }

  .sm\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .sm\:bg-button-primary {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .sm\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .sm\:bg-button-secondary {
    background-color: transparent;
  }

  .sm\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .sm\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .sm\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .sm\:bg-button-disabled {
    background-color: #727069;
  }

  .sm\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .sm\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .sm\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .sm\:bg-badge-primary {
    background-color: #f00;
  }

  .sm\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-primary {
    background-color: #005c95;
  }

  .sm\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .sm\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .sm\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .sm\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .sm\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .sm\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .sm\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .sm\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .sm\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .sm\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .sm\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .sm\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .sm\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .sm\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .sm\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .sm\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .sm\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .sm\:bg-messaging-gallery {
    background-color: #727069;
  }

  .sm\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .sm\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .sm\:bg-toast-primary {
    background-color: #166174;
  }

  .sm\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .sm\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .sm\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .sm\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .sm\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .sm\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .sm\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .sm\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .sm\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .sm\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .sm\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .sm\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .sm\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .sm\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .sm\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .sm\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .sm\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .sm\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .sm\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .sm\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .sm\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .sm\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .sm\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .sm\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .sm\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .sm\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .sm\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .sm\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .sm\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .sm\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .sm\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .sm\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .sm\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .sm\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .sm\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .sm\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .sm\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .sm\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .sm\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .sm\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .sm\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .sm\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .sm\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .sm\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .sm\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .sm\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .sm\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .sm\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-2 {
    background-size: 2rem;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-currentColor {
    border-color: currentColor;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-blue {
    border-color: #005c95;
  }

  .sm\:border-gray {
    border-color: #727069;
  }

  .sm\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .sm\:border-primary {
    border-color: #bbb;
  }

  .sm\:border-secondary {
    border-color: #000;
  }

  .sm\:border-tertiary {
    border-color: #333;
  }

  .sm\:border-accent {
    border-color: #fff;
  }

  .sm\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .sm\:border-error-primary {
    border-color: #fcd04d;
  }

  .sm\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .sm\:border-info-primary {
    border-color: #b8e3eb;
  }

  .sm\:border-info-secondary {
    border-color: #196ecf;
  }

  .sm\:border-success-primary {
    border-color: transparent;
  }

  .sm\:border-chevron-primary {
    border-color: #fff;
  }

  .sm\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .sm\:border-focus-primary {
    border-color: #3b99fc;
  }

  .sm\:border-button-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary {
    border-color: #5b2f91;
  }

  .sm\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .sm\:border-button-tertiary {
    border-color: #c03c00;
  }

  .sm\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .sm\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .sm\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .sm\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .sm\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .sm\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .sm\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .sm\:border-toast-primary {
    border-color: #166174;
  }

  .sm\:border-toast-secondary {
    border-color: #aa1010;
  }

  .sm\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .sm\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .sm\:border-messaging-primary {
    border-color: #005c95;
  }

  .sm\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .sm\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .sm\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .sm\:border-messaging-secondary {
    border-color: #727069;
  }

  .sm\:border-messaging-tertiary {
    border-color: #979797;
  }

  .sm\:border-messaging-link {
    border-color: #a5a197;
  }

  .sm\:border-messaging-attention {
    border-color: #eeac47;
  }

  .sm\:border-messaging-error {
    border-color: #ee543e;
  }

  .sm\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .sm\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .sm\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .sm\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .sm\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .sm\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .sm\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .sm\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .sm\:border-messaging-success {
    border-color: #167f01;
  }

  .sm\:border-messaging-pending {
    border-color: #f4c785;
  }

  .sm\:border-messaging-warning {
    border-color: #9f8633;
  }

  .sm\:border-messaging-grey {
    border-color: #919393;
  }

  .sm\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .sm\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .sm\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .sm\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .sm\:border-gray-400 {
    border-color: #9ca3af;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .sm\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .sm\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .sm\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .sm\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .sm\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .sm\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .sm\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .sm\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .sm\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .sm\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .sm\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .sm\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .sm\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .sm\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .sm\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .sm\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .sm\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .sm\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .sm\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .sm\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .sm\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .sm\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .sm\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .sm\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .sm\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .sm\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .sm\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .sm\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .sm\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .sm\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .sm\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .sm\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .sm\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .sm\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .sm\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .sm\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .sm\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .sm\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .sm\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .sm\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .sm\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-button-primary {
    border-radius: .5rem;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-1 {
    border-width: 1px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-chevron {
    border-width: .1rem;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-l-1 {
    border-left-width: 1px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-t-chevron {
    border-top-width: .1rem;
  }

  .sm\:border-r-chevron {
    border-right-width: .1rem;
  }

  .sm\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .sm\:border-l-chevron {
    border-left-width: .1rem;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-1 {
    max-width: .25rem;
  }

  .sm\:max-w-2 {
    max-width: .5rem;
  }

  .sm\:max-w-3 {
    max-width: .75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-128 {
    max-width: 32rem;
  }

  .sm\:max-w-200 {
    max-width: 50rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-half {
    max-width: 50%;
  }

  .sm\:max-w-9\/10 {
    max-width: 90%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-container {
    max-width: 37.5rem;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-60 {
    min-width: 15rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-68 {
    min-width: 17rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: .25rem;
  }

  .sm\:pr-1 {
    padding-right: .25rem;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:pl-1 {
    padding-left: .25rem;
  }

  .sm\:pt-2 {
    padding-top: .5rem;
  }

  .sm\:pr-2 {
    padding-right: .5rem;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:pl-2 {
    padding-left: .5rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pr-3 {
    padding-right: .75rem;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:pl-3 {
    padding-left: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-currentColor {
    color: currentColor;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-blue {
    color: #005c95;
  }

  .sm\:text-gray {
    color: #727069;
  }

  .sm\:text-teladoc-primary {
    color: #5b2f91;
  }

  .sm\:text-primary {
    color: #2c2a29;
  }

  .sm\:text-secondary {
    color: #000;
  }

  .sm\:text-tertiary {
    color: #5b2f91;
  }

  .sm\:text-quaternary {
    color: #003da1;
  }

  .sm\:text-accent-primary {
    color: #fff;
  }

  .sm\:text-neutral-primary {
    color: #96999c;
  }

  .sm\:text-neutral-secondary {
    color: #7c7873;
  }

  .sm\:text-neutral-tertiary {
    color: #333;
  }

  .sm\:text-success-primary {
    color: #0d880b;
  }

  .sm\:text-alert-primary {
    color: #e91b18;
  }

  .sm\:text-button-primary {
    color: #fffef9;
  }

  .sm\:text-button-secondary {
    color: #5b2f91;
  }

  .sm\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .sm\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .sm\:text-progress-bar-default {
    color: #75787b;
  }

  .sm\:text-progress-bar-active {
    color: #003c5c;
  }

  .sm\:text-modal-provider-select {
    color: #003c5c;
  }

  .sm\:text-ems-modal-title {
    color: #244861;
  }

  .sm\:text-checkbox-label {
    color: #32302e;
  }

  .sm\:text-disabled-primary {
    color: #9a9fa8;
  }

  .sm\:text-messaging-primary {
    color: #727069;
  }

  .sm\:text-messaging-common-grey {
    color: #696b6b;
  }

  .sm\:text-messaging-common-blue {
    color: #00498a;
  }

  .sm\:text-toast-primary {
    color: #166174;
  }

  .sm\:text-toast-secondary {
    color: #aa1010;
  }

  .sm\:text-messaging-secondary {
    color: #005c95;
  }

  .sm\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .sm\:text-messaging-error {
    color: #ee543e;
  }

  .sm\:text-messaging-error-primary {
    color: #aa1010;
  }

  .sm\:text-messaging-link {
    color: #a5a197;
  }

  .sm\:text-messaging-black {
    color: #181919;
  }

  .sm\:text-messaging-grey {
    color: #919393;
  }

  .sm\:text-messaging-new-links {
    color: #00498a;
  }

  .sm\:text-messaging-avatar {
    color: #3f2065;
  }

  .sm\:text-messaging-warning {
    color: #9f8633;
  }

  .sm\:text-ha-notification {
    color: #939289;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-600 {
    color: #71809;
  }

  .sm\:text-member-detail-li {
    color: #7000;
  }

  .sm\:text-member-detail-links {
    color: #00518f;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-blue:hover {
    color: #005c95;
  }

  .sm\:hover\:text-gray:hover {
    color: #727069;
  }

  .sm\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-secondary:hover {
    color: #000;
  }

  .sm\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .sm\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .sm\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .sm\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .sm\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .sm\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .sm\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .sm\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .sm\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .sm\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .sm\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .sm\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .sm\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .sm\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .sm\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .sm\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .sm\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .sm\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .sm\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .sm\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .sm\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .sm\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .sm\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .sm\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .sm\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .sm\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .sm\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .sm\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .sm\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .sm\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .sm\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .sm\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .sm\:text-xxs {
    font-size: .625rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 6.25rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-200 {
    width: 50rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-container {
    width: 37.5rem;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-currentColor {
    background-color: currentColor;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-blue {
    background-color: #005c95;
  }

  .md\:bg-gray {
    background-color: #727069;
  }

  .md\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .md\:bg-brand {
    background-color: #5b2f91;
  }

  .md\:bg-primary {
    background-color: #fff;
  }

  .md\:bg-error-primary {
    background-color: #fcd04d;
  }

  .md\:bg-secondary {
    background-color: #196ecf;
  }

  .md\:bg-tertiary {
    background-color: #000;
  }

  .md\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .md\:bg-accent-primary {
    background-color: #fff;
  }

  .md\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .md\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .md\:bg-success-primary {
    background-color: transparent;
  }

  .md\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .md\:bg-nav-primary {
    background-color: #0071bc;
  }

  .md\:bg-notification-primary {
    background-color: #0d880b;
  }

  .md\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .md\:bg-avatar-primary {
    background-color: #25264c;
  }

  .md\:bg-message-primary {
    background-color: #27accd;
  }

  .md\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .md\:bg-button-primary {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .md\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .md\:bg-button-secondary {
    background-color: transparent;
  }

  .md\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .md\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .md\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .md\:bg-button-disabled {
    background-color: #727069;
  }

  .md\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .md\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .md\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .md\:bg-badge-primary {
    background-color: #f00;
  }

  .md\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-primary {
    background-color: #005c95;
  }

  .md\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .md\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .md\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .md\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .md\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .md\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .md\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .md\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .md\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .md\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .md\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .md\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .md\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .md\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .md\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .md\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .md\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .md\:bg-messaging-gallery {
    background-color: #727069;
  }

  .md\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .md\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .md\:bg-toast-primary {
    background-color: #166174;
  }

  .md\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .md\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .md\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .md\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .md\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .md\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .md\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .md\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .md\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .md\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .md\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .md\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .md\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .md\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .md\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .md\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .md\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .md\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .md\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .md\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .md\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .md\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .md\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .md\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .md\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .md\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .md\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .md\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .md\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .md\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .md\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .md\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .md\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .md\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .md\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .md\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .md\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .md\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .md\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .md\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .md\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .md\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .md\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .md\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .md\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .md\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .md\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .md\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .md\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-2 {
    background-size: 2rem;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-currentColor {
    border-color: currentColor;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-blue {
    border-color: #005c95;
  }

  .md\:border-gray {
    border-color: #727069;
  }

  .md\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .md\:border-primary {
    border-color: #bbb;
  }

  .md\:border-secondary {
    border-color: #000;
  }

  .md\:border-tertiary {
    border-color: #333;
  }

  .md\:border-accent {
    border-color: #fff;
  }

  .md\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .md\:border-error-primary {
    border-color: #fcd04d;
  }

  .md\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .md\:border-info-primary {
    border-color: #b8e3eb;
  }

  .md\:border-info-secondary {
    border-color: #196ecf;
  }

  .md\:border-success-primary {
    border-color: transparent;
  }

  .md\:border-chevron-primary {
    border-color: #fff;
  }

  .md\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .md\:border-focus-primary {
    border-color: #3b99fc;
  }

  .md\:border-button-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary {
    border-color: #5b2f91;
  }

  .md\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .md\:border-button-tertiary {
    border-color: #c03c00;
  }

  .md\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .md\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .md\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .md\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .md\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .md\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .md\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .md\:border-toast-primary {
    border-color: #166174;
  }

  .md\:border-toast-secondary {
    border-color: #aa1010;
  }

  .md\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .md\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .md\:border-messaging-primary {
    border-color: #005c95;
  }

  .md\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .md\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .md\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .md\:border-messaging-secondary {
    border-color: #727069;
  }

  .md\:border-messaging-tertiary {
    border-color: #979797;
  }

  .md\:border-messaging-link {
    border-color: #a5a197;
  }

  .md\:border-messaging-attention {
    border-color: #eeac47;
  }

  .md\:border-messaging-error {
    border-color: #ee543e;
  }

  .md\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .md\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .md\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .md\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .md\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .md\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .md\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .md\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .md\:border-messaging-success {
    border-color: #167f01;
  }

  .md\:border-messaging-pending {
    border-color: #f4c785;
  }

  .md\:border-messaging-warning {
    border-color: #9f8633;
  }

  .md\:border-messaging-grey {
    border-color: #919393;
  }

  .md\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .md\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .md\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .md\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .md\:border-gray-400 {
    border-color: #9ca3af;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .md\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .md\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .md\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .md\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .md\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .md\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .md\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .md\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .md\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .md\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .md\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .md\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .md\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .md\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .md\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .md\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .md\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .md\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .md\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .md\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .md\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .md\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .md\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .md\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .md\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .md\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .md\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .md\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .md\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .md\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .md\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .md\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .md\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .md\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .md\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .md\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .md\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .md\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .md\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .md\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .md\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .md\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .md\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .md\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .md\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .md\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-button-primary {
    border-radius: .5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-1 {
    border-width: 1px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-chevron {
    border-width: .1rem;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-1 {
    border-top-width: 1px;
  }

  .md\:border-r-1 {
    border-right-width: 1px;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px;
  }

  .md\:border-l-1 {
    border-left-width: 1px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-chevron {
    border-top-width: .1rem;
  }

  .md\:border-r-chevron {
    border-right-width: .1rem;
  }

  .md\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .md\:border-l-chevron {
    border-left-width: .1rem;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-1 {
    max-width: .25rem;
  }

  .md\:max-w-2 {
    max-width: .5rem;
  }

  .md\:max-w-3 {
    max-width: .75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-128 {
    max-width: 32rem;
  }

  .md\:max-w-200 {
    max-width: 50rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-half {
    max-width: 50%;
  }

  .md\:max-w-9\/10 {
    max-width: 90%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-container {
    max-width: 37.5rem;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-68 {
    min-width: 17rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: .5rem;
  }

  .md\:pr-2 {
    padding-right: .5rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pl-2 {
    padding-left: .5rem;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-currentColor {
    color: currentColor;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-blue {
    color: #005c95;
  }

  .md\:text-gray {
    color: #727069;
  }

  .md\:text-teladoc-primary {
    color: #5b2f91;
  }

  .md\:text-primary {
    color: #2c2a29;
  }

  .md\:text-secondary {
    color: #000;
  }

  .md\:text-tertiary {
    color: #5b2f91;
  }

  .md\:text-quaternary {
    color: #003da1;
  }

  .md\:text-accent-primary {
    color: #fff;
  }

  .md\:text-neutral-primary {
    color: #96999c;
  }

  .md\:text-neutral-secondary {
    color: #7c7873;
  }

  .md\:text-neutral-tertiary {
    color: #333;
  }

  .md\:text-success-primary {
    color: #0d880b;
  }

  .md\:text-alert-primary {
    color: #e91b18;
  }

  .md\:text-button-primary {
    color: #fffef9;
  }

  .md\:text-button-secondary {
    color: #5b2f91;
  }

  .md\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .md\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .md\:text-progress-bar-default {
    color: #75787b;
  }

  .md\:text-progress-bar-active {
    color: #003c5c;
  }

  .md\:text-modal-provider-select {
    color: #003c5c;
  }

  .md\:text-ems-modal-title {
    color: #244861;
  }

  .md\:text-checkbox-label {
    color: #32302e;
  }

  .md\:text-disabled-primary {
    color: #9a9fa8;
  }

  .md\:text-messaging-primary {
    color: #727069;
  }

  .md\:text-messaging-common-grey {
    color: #696b6b;
  }

  .md\:text-messaging-common-blue {
    color: #00498a;
  }

  .md\:text-toast-primary {
    color: #166174;
  }

  .md\:text-toast-secondary {
    color: #aa1010;
  }

  .md\:text-messaging-secondary {
    color: #005c95;
  }

  .md\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .md\:text-messaging-error {
    color: #ee543e;
  }

  .md\:text-messaging-error-primary {
    color: #aa1010;
  }

  .md\:text-messaging-link {
    color: #a5a197;
  }

  .md\:text-messaging-black {
    color: #181919;
  }

  .md\:text-messaging-grey {
    color: #919393;
  }

  .md\:text-messaging-new-links {
    color: #00498a;
  }

  .md\:text-messaging-avatar {
    color: #3f2065;
  }

  .md\:text-messaging-warning {
    color: #9f8633;
  }

  .md\:text-ha-notification {
    color: #939289;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-600 {
    color: #71809;
  }

  .md\:text-member-detail-li {
    color: #7000;
  }

  .md\:text-member-detail-links {
    color: #00518f;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-blue:hover {
    color: #005c95;
  }

  .md\:hover\:text-gray:hover {
    color: #727069;
  }

  .md\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-secondary:hover {
    color: #000;
  }

  .md\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .md\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .md\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .md\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .md\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .md\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .md\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .md\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .md\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .md\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .md\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .md\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .md\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .md\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .md\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .md\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .md\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .md\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .md\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .md\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .md\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .md\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .md\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .md\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .md\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .md\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .md\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .md\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .md\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .md\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .md\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .md\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .md\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .md\:text-xxs {
    font-size: .625rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-200 {
    width: 50rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-container {
    width: 37.5rem;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-currentColor {
    background-color: currentColor;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-blue {
    background-color: #005c95;
  }

  .lg\:bg-gray {
    background-color: #727069;
  }

  .lg\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-brand {
    background-color: #5b2f91;
  }

  .lg\:bg-primary {
    background-color: #fff;
  }

  .lg\:bg-error-primary {
    background-color: #fcd04d;
  }

  .lg\:bg-secondary {
    background-color: #196ecf;
  }

  .lg\:bg-tertiary {
    background-color: #000;
  }

  .lg\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .lg\:bg-accent-primary {
    background-color: #fff;
  }

  .lg\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .lg\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .lg\:bg-success-primary {
    background-color: transparent;
  }

  .lg\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .lg\:bg-nav-primary {
    background-color: #0071bc;
  }

  .lg\:bg-notification-primary {
    background-color: #0d880b;
  }

  .lg\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .lg\:bg-avatar-primary {
    background-color: #25264c;
  }

  .lg\:bg-message-primary {
    background-color: #27accd;
  }

  .lg\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .lg\:bg-button-primary {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .lg\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .lg\:bg-button-secondary {
    background-color: transparent;
  }

  .lg\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .lg\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .lg\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .lg\:bg-button-disabled {
    background-color: #727069;
  }

  .lg\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .lg\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .lg\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .lg\:bg-badge-primary {
    background-color: #f00;
  }

  .lg\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-primary {
    background-color: #005c95;
  }

  .lg\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .lg\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .lg\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .lg\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .lg\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .lg\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .lg\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .lg\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .lg\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .lg\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .lg\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .lg\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .lg\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .lg\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .lg\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .lg\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .lg\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .lg\:bg-messaging-gallery {
    background-color: #727069;
  }

  .lg\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .lg\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .lg\:bg-toast-primary {
    background-color: #166174;
  }

  .lg\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .lg\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .lg\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .lg\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .lg\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .lg\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .lg\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .lg\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .lg\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .lg\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .lg\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .lg\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .lg\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .lg\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .lg\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .lg\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .lg\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .lg\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .lg\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .lg\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .lg\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .lg\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .lg\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .lg\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .lg\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .lg\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .lg\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .lg\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .lg\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .lg\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .lg\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .lg\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .lg\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .lg\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .lg\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .lg\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .lg\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .lg\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .lg\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .lg\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .lg\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .lg\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .lg\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .lg\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .lg\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .lg\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .lg\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .lg\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-2 {
    background-size: 2rem;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-currentColor {
    border-color: currentColor;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-blue {
    border-color: #005c95;
  }

  .lg\:border-gray {
    border-color: #727069;
  }

  .lg\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .lg\:border-primary {
    border-color: #bbb;
  }

  .lg\:border-secondary {
    border-color: #000;
  }

  .lg\:border-tertiary {
    border-color: #333;
  }

  .lg\:border-accent {
    border-color: #fff;
  }

  .lg\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .lg\:border-error-primary {
    border-color: #fcd04d;
  }

  .lg\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .lg\:border-info-primary {
    border-color: #b8e3eb;
  }

  .lg\:border-info-secondary {
    border-color: #196ecf;
  }

  .lg\:border-success-primary {
    border-color: transparent;
  }

  .lg\:border-chevron-primary {
    border-color: #fff;
  }

  .lg\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .lg\:border-focus-primary {
    border-color: #3b99fc;
  }

  .lg\:border-button-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary {
    border-color: #5b2f91;
  }

  .lg\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .lg\:border-button-tertiary {
    border-color: #c03c00;
  }

  .lg\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .lg\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .lg\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .lg\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .lg\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .lg\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .lg\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .lg\:border-toast-primary {
    border-color: #166174;
  }

  .lg\:border-toast-secondary {
    border-color: #aa1010;
  }

  .lg\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .lg\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .lg\:border-messaging-primary {
    border-color: #005c95;
  }

  .lg\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .lg\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .lg\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .lg\:border-messaging-secondary {
    border-color: #727069;
  }

  .lg\:border-messaging-tertiary {
    border-color: #979797;
  }

  .lg\:border-messaging-link {
    border-color: #a5a197;
  }

  .lg\:border-messaging-attention {
    border-color: #eeac47;
  }

  .lg\:border-messaging-error {
    border-color: #ee543e;
  }

  .lg\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .lg\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .lg\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .lg\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .lg\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .lg\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .lg\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .lg\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .lg\:border-messaging-success {
    border-color: #167f01;
  }

  .lg\:border-messaging-pending {
    border-color: #f4c785;
  }

  .lg\:border-messaging-warning {
    border-color: #9f8633;
  }

  .lg\:border-messaging-grey {
    border-color: #919393;
  }

  .lg\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .lg\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .lg\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .lg\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .lg\:border-gray-400 {
    border-color: #9ca3af;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .lg\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .lg\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .lg\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .lg\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .lg\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .lg\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .lg\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .lg\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .lg\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .lg\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .lg\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .lg\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .lg\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .lg\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .lg\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .lg\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .lg\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .lg\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .lg\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .lg\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .lg\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .lg\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .lg\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .lg\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .lg\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .lg\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .lg\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .lg\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .lg\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .lg\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .lg\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .lg\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .lg\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .lg\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .lg\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .lg\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .lg\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .lg\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .lg\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .lg\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .lg\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-button-primary {
    border-radius: .5rem;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-chevron {
    border-width: .1rem;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:border-r-1 {
    border-right-width: 1px;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-l-1 {
    border-left-width: 1px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-chevron {
    border-top-width: .1rem;
  }

  .lg\:border-r-chevron {
    border-right-width: .1rem;
  }

  .lg\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .lg\:border-l-chevron {
    border-left-width: .1rem;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-1 {
    max-width: .25rem;
  }

  .lg\:max-w-2 {
    max-width: .5rem;
  }

  .lg\:max-w-3 {
    max-width: .75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-128 {
    max-width: 32rem;
  }

  .lg\:max-w-200 {
    max-width: 50rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-half {
    max-width: 50%;
  }

  .lg\:max-w-9\/10 {
    max-width: 90%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-container {
    max-width: 37.5rem;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-68 {
    min-width: 17rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: .5rem;
  }

  .lg\:pr-2 {
    padding-right: .5rem;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-currentColor {
    color: currentColor;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-blue {
    color: #005c95;
  }

  .lg\:text-gray {
    color: #727069;
  }

  .lg\:text-teladoc-primary {
    color: #5b2f91;
  }

  .lg\:text-primary {
    color: #2c2a29;
  }

  .lg\:text-secondary {
    color: #000;
  }

  .lg\:text-tertiary {
    color: #5b2f91;
  }

  .lg\:text-quaternary {
    color: #003da1;
  }

  .lg\:text-accent-primary {
    color: #fff;
  }

  .lg\:text-neutral-primary {
    color: #96999c;
  }

  .lg\:text-neutral-secondary {
    color: #7c7873;
  }

  .lg\:text-neutral-tertiary {
    color: #333;
  }

  .lg\:text-success-primary {
    color: #0d880b;
  }

  .lg\:text-alert-primary {
    color: #e91b18;
  }

  .lg\:text-button-primary {
    color: #fffef9;
  }

  .lg\:text-button-secondary {
    color: #5b2f91;
  }

  .lg\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .lg\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .lg\:text-progress-bar-default {
    color: #75787b;
  }

  .lg\:text-progress-bar-active {
    color: #003c5c;
  }

  .lg\:text-modal-provider-select {
    color: #003c5c;
  }

  .lg\:text-ems-modal-title {
    color: #244861;
  }

  .lg\:text-checkbox-label {
    color: #32302e;
  }

  .lg\:text-disabled-primary {
    color: #9a9fa8;
  }

  .lg\:text-messaging-primary {
    color: #727069;
  }

  .lg\:text-messaging-common-grey {
    color: #696b6b;
  }

  .lg\:text-messaging-common-blue {
    color: #00498a;
  }

  .lg\:text-toast-primary {
    color: #166174;
  }

  .lg\:text-toast-secondary {
    color: #aa1010;
  }

  .lg\:text-messaging-secondary {
    color: #005c95;
  }

  .lg\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .lg\:text-messaging-error {
    color: #ee543e;
  }

  .lg\:text-messaging-error-primary {
    color: #aa1010;
  }

  .lg\:text-messaging-link {
    color: #a5a197;
  }

  .lg\:text-messaging-black {
    color: #181919;
  }

  .lg\:text-messaging-grey {
    color: #919393;
  }

  .lg\:text-messaging-new-links {
    color: #00498a;
  }

  .lg\:text-messaging-avatar {
    color: #3f2065;
  }

  .lg\:text-messaging-warning {
    color: #9f8633;
  }

  .lg\:text-ha-notification {
    color: #939289;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-600 {
    color: #71809;
  }

  .lg\:text-member-detail-li {
    color: #7000;
  }

  .lg\:text-member-detail-links {
    color: #00518f;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-blue:hover {
    color: #005c95;
  }

  .lg\:hover\:text-gray:hover {
    color: #727069;
  }

  .lg\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-secondary:hover {
    color: #000;
  }

  .lg\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .lg\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .lg\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .lg\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .lg\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .lg\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .lg\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .lg\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .lg\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .lg\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .lg\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .lg\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .lg\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .lg\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .lg\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .lg\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .lg\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .lg\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .lg\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .lg\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .lg\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .lg\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .lg\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .lg\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .lg\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .lg\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .lg\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .lg\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .lg\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .lg\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .lg\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .lg\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .lg\:text-xxs {
    font-size: .625rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 6.25rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-200 {
    width: 50rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-container {
    width: 37.5rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:z--1 {
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-currentColor {
    background-color: currentColor;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-blue {
    background-color: #005c95;
  }

  .xl\:bg-gray {
    background-color: #727069;
  }

  .xl\:bg-teladoc-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-brand {
    background-color: #5b2f91;
  }

  .xl\:bg-primary {
    background-color: #fff;
  }

  .xl\:bg-error-primary {
    background-color: #fcd04d;
  }

  .xl\:bg-secondary {
    background-color: #196ecf;
  }

  .xl\:bg-tertiary {
    background-color: #000;
  }

  .xl\:bg-attention-primary {
    background-color: #fdf5eb;
  }

  .xl\:bg-accent-primary {
    background-color: #fff;
  }

  .xl\:bg-info-primary {
    background-color: #b8e3eb;
  }

  .xl\:bg-info-secondary {
    background-color: #eaf7f9;
  }

  .xl\:bg-success-primary {
    background-color: transparent;
  }

  .xl\:bg-disabled-primary {
    background-color: #c5c5c5;
  }

  .xl\:bg-nav-primary {
    background-color: #0071bc;
  }

  .xl\:bg-notification-primary {
    background-color: #0d880b;
  }

  .xl\:bg-neutral-primary {
    background-color: #f1f4f8;
  }

  .xl\:bg-avatar-primary {
    background-color: #25264c;
  }

  .xl\:bg-message-primary {
    background-color: #27accd;
  }

  .xl\:bg-grid-row {
    background-color: #f6f6f6;
  }

  .xl\:bg-button-primary {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-active {
    background-color: #5b2f91;
  }

  .xl\:bg-button-primary-hover {
    background-color: #5b2f91;
  }

  .xl\:bg-button-secondary {
    background-color: transparent;
  }

  .xl\:bg-button-secondary-active {
    background-color: #e8f6fa;
  }

  .xl\:bg-button-tertiary {
    background-color: #c03c00;
  }

  .xl\:bg-button-tertiary-active {
    background-color: #8c3615;
  }

  .xl\:bg-button-disabled {
    background-color: #727069;
  }

  .xl\:bg-progress-bar-default {
    background-color: #dae1e7;
  }

  .xl\:bg-progress-bar-active {
    background-color: #003b5c;
  }

  .xl\:bg-button-provider-search-selected {
    background-color: #0d880b;
  }

  .xl\:bg-badge-primary {
    background-color: #f00;
  }

  .xl\:bg-modal-footer {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-primary {
    background-color: #005c95;
  }

  .xl\:bg-messaging-secondary {
    background-color: #f6f6f6;
  }

  .xl\:bg-messaging-tertiary {
    background-color: #979797;
  }

  .xl\:bg-messaging-disabled {
    background-color: #bdbdbd;
  }

  .xl\:bg-messaging-accept {
    background-color: #f5f9ec;
  }

  .xl\:bg-messaging-active {
    background-color: #edf7fc;
  }

  .xl\:bg-messaging-attachments {
    background-color: #eeeaf4;
  }

  .xl\:bg-messaging-attention {
    background-color: #fdf5eb;
  }

  .xl\:bg-messaging-error {
    background-color: #fcddd8;
  }

  .xl\:bg-messaging-success-primary {
    background-color: #167f01;
  }

  .xl\:bg-messaging-success-secondary {
    background-color: #e7f1cd;
  }

  .xl\:bg-messaging-success-tertiary {
    background-color: #a1c345;
  }

  .xl\:bg-messaging-error-primary {
    background-color: #aa1010;
  }

  .xl\:bg-messaging-error-secondary {
    background-color: #ee543e;
  }

  .xl\:bg-messaging-warning {
    background-color: #fdecb3;
  }

  .xl\:bg-messaging-warning-secondary {
    background-color: #9f8633;
  }

  .xl\:bg-messaging-delimiter {
    background-color: #6dc4e5;
  }

  .xl\:bg-messaging-avatar {
    background-color: #3f2065;
  }

  .xl\:bg-messaging-gallery {
    background-color: #727069;
  }

  .xl\:bg-messaging-error-new {
    background-color: #c9311a;
  }

  .xl\:bg-messaging-pink-blur {
    background-color: #fce9e8;
  }

  .xl\:bg-toast-primary {
    background-color: #166174;
  }

  .xl\:bg-toast-secondary {
    background-color: #aa1010;
  }

  .xl\:bg-toast-emergency {
    background-color: #fdefed;
  }

  .xl\:bg-adminorange-light {
    background-color: #f9a100;
  }

  .xl\:bg-adminorange-dark {
    background-color: #d28d00;
  }

  .xl\:bg-adminblue-800 {
    background-color: #4e89a4;
  }

  .xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .xl\:bg-adminblue-100 {
    background-color: #e5f4fa;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-currentColor:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-gray:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-teladoc-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-brand:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-error-primary:hover {
    background-color: #fcd04d;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #196ecf;
  }

  .xl\:hover\:bg-tertiary:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-attention-primary:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-accent-primary:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-info-primary:hover {
    background-color: #b8e3eb;
  }

  .xl\:hover\:bg-info-secondary:hover {
    background-color: #eaf7f9;
  }

  .xl\:hover\:bg-success-primary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-disabled-primary:hover {
    background-color: #c5c5c5;
  }

  .xl\:hover\:bg-nav-primary:hover {
    background-color: #0071bc;
  }

  .xl\:hover\:bg-notification-primary:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-neutral-primary:hover {
    background-color: #f1f4f8;
  }

  .xl\:hover\:bg-avatar-primary:hover {
    background-color: #25264c;
  }

  .xl\:hover\:bg-message-primary:hover {
    background-color: #27accd;
  }

  .xl\:hover\:bg-grid-row:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-button-primary:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-active:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-primary-hover:hover {
    background-color: #5b2f91;
  }

  .xl\:hover\:bg-button-secondary:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-button-secondary-active:hover {
    background-color: #e8f6fa;
  }

  .xl\:hover\:bg-button-tertiary:hover {
    background-color: #c03c00;
  }

  .xl\:hover\:bg-button-tertiary-active:hover {
    background-color: #8c3615;
  }

  .xl\:hover\:bg-button-disabled:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-progress-bar-default:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-progress-bar-active:hover {
    background-color: #003b5c;
  }

  .xl\:hover\:bg-button-provider-search-selected:hover {
    background-color: #0d880b;
  }

  .xl\:hover\:bg-badge-primary:hover {
    background-color: #f00;
  }

  .xl\:hover\:bg-modal-footer:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-primary:hover {
    background-color: #005c95;
  }

  .xl\:hover\:bg-messaging-secondary:hover {
    background-color: #f6f6f6;
  }

  .xl\:hover\:bg-messaging-tertiary:hover {
    background-color: #979797;
  }

  .xl\:hover\:bg-messaging-disabled:hover {
    background-color: #bdbdbd;
  }

  .xl\:hover\:bg-messaging-accept:hover {
    background-color: #f5f9ec;
  }

  .xl\:hover\:bg-messaging-active:hover {
    background-color: #edf7fc;
  }

  .xl\:hover\:bg-messaging-attachments:hover {
    background-color: #eeeaf4;
  }

  .xl\:hover\:bg-messaging-attention:hover {
    background-color: #fdf5eb;
  }

  .xl\:hover\:bg-messaging-error:hover {
    background-color: #fcddd8;
  }

  .xl\:hover\:bg-messaging-success-primary:hover {
    background-color: #167f01;
  }

  .xl\:hover\:bg-messaging-success-secondary:hover {
    background-color: #e7f1cd;
  }

  .xl\:hover\:bg-messaging-success-tertiary:hover {
    background-color: #a1c345;
  }

  .xl\:hover\:bg-messaging-error-primary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-messaging-error-secondary:hover {
    background-color: #ee543e;
  }

  .xl\:hover\:bg-messaging-warning:hover {
    background-color: #fdecb3;
  }

  .xl\:hover\:bg-messaging-warning-secondary:hover {
    background-color: #9f8633;
  }

  .xl\:hover\:bg-messaging-delimiter:hover {
    background-color: #6dc4e5;
  }

  .xl\:hover\:bg-messaging-avatar:hover {
    background-color: #3f2065;
  }

  .xl\:hover\:bg-messaging-gallery:hover {
    background-color: #727069;
  }

  .xl\:hover\:bg-messaging-error-new:hover {
    background-color: #c9311a;
  }

  .xl\:hover\:bg-messaging-pink-blur:hover {
    background-color: #fce9e8;
  }

  .xl\:hover\:bg-toast-primary:hover {
    background-color: #166174;
  }

  .xl\:hover\:bg-toast-secondary:hover {
    background-color: #aa1010;
  }

  .xl\:hover\:bg-toast-emergency:hover {
    background-color: #fdefed;
  }

  .xl\:hover\:bg-adminorange-light:hover {
    background-color: #f9a100;
  }

  .xl\:hover\:bg-adminorange-dark:hover {
    background-color: #d28d00;
  }

  .xl\:hover\:bg-adminblue-800:hover {
    background-color: #4e89a4;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .xl\:hover\:bg-adminblue-100:hover {
    background-color: #e5f4fa;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-2 {
    background-size: 2rem;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-currentColor {
    border-color: currentColor;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-blue {
    border-color: #005c95;
  }

  .xl\:border-gray {
    border-color: #727069;
  }

  .xl\:border-teladoc-primary {
    border-color: #5b2f91;
  }

  .xl\:border-primary {
    border-color: #bbb;
  }

  .xl\:border-secondary {
    border-color: #000;
  }

  .xl\:border-tertiary {
    border-color: #333;
  }

  .xl\:border-accent {
    border-color: #fff;
  }

  .xl\:border-accent-primary {
    border-color: #f7f7f7;
  }

  .xl\:border-error-primary {
    border-color: #fcd04d;
  }

  .xl\:border-disabled-primary {
    border-color: #c5c5c5;
  }

  .xl\:border-info-primary {
    border-color: #b8e3eb;
  }

  .xl\:border-info-secondary {
    border-color: #196ecf;
  }

  .xl\:border-success-primary {
    border-color: transparent;
  }

  .xl\:border-chevron-primary {
    border-color: #fff;
  }

  .xl\:border-neutral-primary {
    border-color: #dcdedf;
  }

  .xl\:border-focus-primary {
    border-color: #3b99fc;
  }

  .xl\:border-button-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-primary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary {
    border-color: #5b2f91;
  }

  .xl\:border-button-secondary-hover {
    border-color: #5b2f91;
  }

  .xl\:border-button-tertiary {
    border-color: #c03c00;
  }

  .xl\:border-button-tertiary-active {
    border-color: #8c3615;
  }

  .xl\:border-button-rav-survey-primary {
    border-color: #5b2f91;
  }

  .xl\:border-button-provider-search-selected {
    border-color: #0d880b;
  }

  .xl\:border-progress-bar-active {
    border-color: #003b5c;
  }

  .xl\:border-input-outline-primary {
    border-color: #b1b1b3;
  }

  .xl\:border-checkboxes-outline {
    border-color: #bdbdbd;
  }

  .xl\:border-checkboxes-outline-hover {
    border-color: #5b2f91;
  }

  .xl\:border-toast-primary {
    border-color: #166174;
  }

  .xl\:border-toast-secondary {
    border-color: #aa1010;
  }

  .xl\:border-ems-modal-title-border {
    border-color: #6dc4e5;
  }

  .xl\:border-messaging-grid {
    border-color: #bdbdbd;
  }

  .xl\:border-messaging-primary {
    border-color: #005c95;
  }

  .xl\:border-messaging-common-grey {
    border-color: #696b6b;
  }

  .xl\:border-messaging-common-blue {
    border-color: #00498a;
  }

  .xl\:border-messaging-light-blue {
    border-color: #d3eef5;
  }

  .xl\:border-messaging-secondary {
    border-color: #727069;
  }

  .xl\:border-messaging-tertiary {
    border-color: #979797;
  }

  .xl\:border-messaging-link {
    border-color: #a5a197;
  }

  .xl\:border-messaging-attention {
    border-color: #eeac47;
  }

  .xl\:border-messaging-error {
    border-color: #ee543e;
  }

  .xl\:border-messaging-error-new {
    border-color: #c9311a;
  }

  .xl\:border-messaging-pink-blur {
    border-color: #fce9e8;
  }

  .xl\:border-messaging-accept-primary {
    border-color: #85b500;
  }

  .xl\:border-messaging-error-primary {
    border-color: #aa1010;
  }

  .xl\:border-messaging-attach-outline {
    border-color: #565554;
  }

  .xl\:border-messaging-outline-primary {
    border-color: #96999c;
  }

  .xl\:border-messaging-outline-tertiary {
    border-color: #cbc9bf;
  }

  .xl\:border-messaging-outline-accent {
    border-color: #5b2f91;
  }

  .xl\:border-messaging-success {
    border-color: #167f01;
  }

  .xl\:border-messaging-pending {
    border-color: #f4c785;
  }

  .xl\:border-messaging-warning {
    border-color: #9f8633;
  }

  .xl\:border-messaging-grey {
    border-color: #919393;
  }

  .xl\:border-adminblue-400 {
    border-color: #a4c5d4;
  }

  .xl\:border-adminblue-100 {
    border-color: #e5f4fa;
  }

  .xl\:border-adminblue-500 {
    border-color: #8fb6c7;
  }

  .xl\:border-adminblue-800 {
    border-color: #4e89a4;
  }

  .xl\:border-gray-400 {
    border-color: #9ca3af;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-currentColor:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-gray:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-teladoc-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-primary:hover {
    border-color: #bbb;
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #000;
  }

  .xl\:hover\:border-tertiary:hover {
    border-color: #333;
  }

  .xl\:hover\:border-accent:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-accent-primary:hover {
    border-color: #f7f7f7;
  }

  .xl\:hover\:border-error-primary:hover {
    border-color: #fcd04d;
  }

  .xl\:hover\:border-disabled-primary:hover {
    border-color: #c5c5c5;
  }

  .xl\:hover\:border-info-primary:hover {
    border-color: #b8e3eb;
  }

  .xl\:hover\:border-info-secondary:hover {
    border-color: #196ecf;
  }

  .xl\:hover\:border-success-primary:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-chevron-primary:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-neutral-primary:hover {
    border-color: #dcdedf;
  }

  .xl\:hover\:border-focus-primary:hover {
    border-color: #3b99fc;
  }

  .xl\:hover\:border-button-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-primary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-secondary-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-tertiary:hover {
    border-color: #c03c00;
  }

  .xl\:hover\:border-button-tertiary-active:hover {
    border-color: #8c3615;
  }

  .xl\:hover\:border-button-rav-survey-primary:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-button-provider-search-selected:hover {
    border-color: #0d880b;
  }

  .xl\:hover\:border-progress-bar-active:hover {
    border-color: #003b5c;
  }

  .xl\:hover\:border-input-outline-primary:hover {
    border-color: #b1b1b3;
  }

  .xl\:hover\:border-checkboxes-outline:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-checkboxes-outline-hover:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-toast-primary:hover {
    border-color: #166174;
  }

  .xl\:hover\:border-toast-secondary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-ems-modal-title-border:hover {
    border-color: #6dc4e5;
  }

  .xl\:hover\:border-messaging-grid:hover {
    border-color: #bdbdbd;
  }

  .xl\:hover\:border-messaging-primary:hover {
    border-color: #005c95;
  }

  .xl\:hover\:border-messaging-common-grey:hover {
    border-color: #696b6b;
  }

  .xl\:hover\:border-messaging-common-blue:hover {
    border-color: #00498a;
  }

  .xl\:hover\:border-messaging-light-blue:hover {
    border-color: #d3eef5;
  }

  .xl\:hover\:border-messaging-secondary:hover {
    border-color: #727069;
  }

  .xl\:hover\:border-messaging-tertiary:hover {
    border-color: #979797;
  }

  .xl\:hover\:border-messaging-link:hover {
    border-color: #a5a197;
  }

  .xl\:hover\:border-messaging-attention:hover {
    border-color: #eeac47;
  }

  .xl\:hover\:border-messaging-error:hover {
    border-color: #ee543e;
  }

  .xl\:hover\:border-messaging-error-new:hover {
    border-color: #c9311a;
  }

  .xl\:hover\:border-messaging-pink-blur:hover {
    border-color: #fce9e8;
  }

  .xl\:hover\:border-messaging-accept-primary:hover {
    border-color: #85b500;
  }

  .xl\:hover\:border-messaging-error-primary:hover {
    border-color: #aa1010;
  }

  .xl\:hover\:border-messaging-attach-outline:hover {
    border-color: #565554;
  }

  .xl\:hover\:border-messaging-outline-primary:hover {
    border-color: #96999c;
  }

  .xl\:hover\:border-messaging-outline-tertiary:hover {
    border-color: #cbc9bf;
  }

  .xl\:hover\:border-messaging-outline-accent:hover {
    border-color: #5b2f91;
  }

  .xl\:hover\:border-messaging-success:hover {
    border-color: #167f01;
  }

  .xl\:hover\:border-messaging-pending:hover {
    border-color: #f4c785;
  }

  .xl\:hover\:border-messaging-warning:hover {
    border-color: #9f8633;
  }

  .xl\:hover\:border-messaging-grey:hover {
    border-color: #919393;
  }

  .xl\:hover\:border-adminblue-400:hover {
    border-color: #a4c5d4;
  }

  .xl\:hover\:border-adminblue-100:hover {
    border-color: #e5f4fa;
  }

  .xl\:hover\:border-adminblue-500:hover {
    border-color: #8fb6c7;
  }

  .xl\:hover\:border-adminblue-800:hover {
    border-color: #4e89a4;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-button-primary {
    border-radius: .5rem;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-button-primary {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-button-primary {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-button-primary {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-button-primary {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-button-primary {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-button-primary {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-button-primary {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-button-primary {
    border-bottom-left-radius: .5rem;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-1 {
    border-width: 1px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-chevron {
    border-width: .1rem;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-1 {
    border-top-width: 1px;
  }

  .xl\:border-r-1 {
    border-right-width: 1px;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xl\:border-l-1 {
    border-left-width: 1px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-t-chevron {
    border-top-width: .1rem;
  }

  .xl\:border-r-chevron {
    border-right-width: .1rem;
  }

  .xl\:border-b-chevron {
    border-bottom-width: .1rem;
  }

  .xl\:border-l-chevron {
    border-left-width: .1rem;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-helvetica {
    font-family: Helvetica, Arial, sans-serif;
  }

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-1 {
    max-width: .25rem;
  }

  .xl\:max-w-2 {
    max-width: .5rem;
  }

  .xl\:max-w-3 {
    max-width: .75rem;
  }

  .xl\:max-w-4 {
    max-width: 1rem;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem;
  }

  .xl\:max-w-8 {
    max-width: 2rem;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-52 {
    max-width: 13rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-128 {
    max-width: 32rem;
  }

  .xl\:max-w-200 {
    max-width: 50rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-half {
    max-width: 50%;
  }

  .xl\:max-w-9\/10 {
    max-width: 90%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-container {
    max-width: 37.5rem;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-16 {
    min-width: 4rem;
  }

  .xl\:min-w-24 {
    min-width: 6rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-40 {
    min-width: 10rem;
  }

  .xl\:min-w-60 {
    min-width: 15rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-68 {
    min-width: 17rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: .5rem;
  }

  .xl\:pr-2 {
    padding-right: .5rem;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:pl-2 {
    padding-left: .5rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-currentColor {
    color: currentColor;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-blue {
    color: #005c95;
  }

  .xl\:text-gray {
    color: #727069;
  }

  .xl\:text-teladoc-primary {
    color: #5b2f91;
  }

  .xl\:text-primary {
    color: #2c2a29;
  }

  .xl\:text-secondary {
    color: #000;
  }

  .xl\:text-tertiary {
    color: #5b2f91;
  }

  .xl\:text-quaternary {
    color: #003da1;
  }

  .xl\:text-accent-primary {
    color: #fff;
  }

  .xl\:text-neutral-primary {
    color: #96999c;
  }

  .xl\:text-neutral-secondary {
    color: #7c7873;
  }

  .xl\:text-neutral-tertiary {
    color: #333;
  }

  .xl\:text-success-primary {
    color: #0d880b;
  }

  .xl\:text-alert-primary {
    color: #e91b18;
  }

  .xl\:text-button-primary {
    color: #fffef9;
  }

  .xl\:text-button-secondary {
    color: #5b2f91;
  }

  .xl\:text-button-secondary-hover {
    color: #71c5e8;
  }

  .xl\:text-button-rav-survey-primary {
    color: #5b2f91;
  }

  .xl\:text-progress-bar-default {
    color: #75787b;
  }

  .xl\:text-progress-bar-active {
    color: #003c5c;
  }

  .xl\:text-modal-provider-select {
    color: #003c5c;
  }

  .xl\:text-ems-modal-title {
    color: #244861;
  }

  .xl\:text-checkbox-label {
    color: #32302e;
  }

  .xl\:text-disabled-primary {
    color: #9a9fa8;
  }

  .xl\:text-messaging-primary {
    color: #727069;
  }

  .xl\:text-messaging-common-grey {
    color: #696b6b;
  }

  .xl\:text-messaging-common-blue {
    color: #00498a;
  }

  .xl\:text-toast-primary {
    color: #166174;
  }

  .xl\:text-toast-secondary {
    color: #aa1010;
  }

  .xl\:text-messaging-secondary {
    color: #005c95;
  }

  .xl\:text-messaging-tertiary {
    color: #2c2a29;
  }

  .xl\:text-messaging-error {
    color: #ee543e;
  }

  .xl\:text-messaging-error-primary {
    color: #aa1010;
  }

  .xl\:text-messaging-link {
    color: #a5a197;
  }

  .xl\:text-messaging-black {
    color: #181919;
  }

  .xl\:text-messaging-grey {
    color: #919393;
  }

  .xl\:text-messaging-new-links {
    color: #00498a;
  }

  .xl\:text-messaging-avatar {
    color: #3f2065;
  }

  .xl\:text-messaging-warning {
    color: #9f8633;
  }

  .xl\:text-ha-notification {
    color: #939289;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-600 {
    color: #71809;
  }

  .xl\:text-member-detail-li {
    color: #7000;
  }

  .xl\:text-member-detail-links {
    color: #00518f;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-currentColor:hover {
    color: currentColor;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-blue:hover {
    color: #005c95;
  }

  .xl\:hover\:text-gray:hover {
    color: #727069;
  }

  .xl\:hover\:text-teladoc-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-primary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-secondary:hover {
    color: #000;
  }

  .xl\:hover\:text-tertiary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-quaternary:hover {
    color: #003da1;
  }

  .xl\:hover\:text-accent-primary:hover {
    color: #fff;
  }

  .xl\:hover\:text-neutral-primary:hover {
    color: #96999c;
  }

  .xl\:hover\:text-neutral-secondary:hover {
    color: #7c7873;
  }

  .xl\:hover\:text-neutral-tertiary:hover {
    color: #333;
  }

  .xl\:hover\:text-success-primary:hover {
    color: #0d880b;
  }

  .xl\:hover\:text-alert-primary:hover {
    color: #e91b18;
  }

  .xl\:hover\:text-button-primary:hover {
    color: #fffef9;
  }

  .xl\:hover\:text-button-secondary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-button-secondary-hover:hover {
    color: #71c5e8;
  }

  .xl\:hover\:text-button-rav-survey-primary:hover {
    color: #5b2f91;
  }

  .xl\:hover\:text-progress-bar-default:hover {
    color: #75787b;
  }

  .xl\:hover\:text-progress-bar-active:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-modal-provider-select:hover {
    color: #003c5c;
  }

  .xl\:hover\:text-ems-modal-title:hover {
    color: #244861;
  }

  .xl\:hover\:text-checkbox-label:hover {
    color: #32302e;
  }

  .xl\:hover\:text-disabled-primary:hover {
    color: #9a9fa8;
  }

  .xl\:hover\:text-messaging-primary:hover {
    color: #727069;
  }

  .xl\:hover\:text-messaging-common-grey:hover {
    color: #696b6b;
  }

  .xl\:hover\:text-messaging-common-blue:hover {
    color: #00498a;
  }

  .xl\:hover\:text-toast-primary:hover {
    color: #166174;
  }

  .xl\:hover\:text-toast-secondary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-secondary:hover {
    color: #005c95;
  }

  .xl\:hover\:text-messaging-tertiary:hover {
    color: #2c2a29;
  }

  .xl\:hover\:text-messaging-error:hover {
    color: #ee543e;
  }

  .xl\:hover\:text-messaging-error-primary:hover {
    color: #aa1010;
  }

  .xl\:hover\:text-messaging-link:hover {
    color: #a5a197;
  }

  .xl\:hover\:text-messaging-black:hover {
    color: #181919;
  }

  .xl\:hover\:text-messaging-grey:hover {
    color: #919393;
  }

  .xl\:hover\:text-messaging-new-links:hover {
    color: #00498a;
  }

  .xl\:hover\:text-messaging-avatar:hover {
    color: #3f2065;
  }

  .xl\:hover\:text-messaging-warning:hover {
    color: #9f8633;
  }

  .xl\:hover\:text-ha-notification:hover {
    color: #939289;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #71809;
  }

  .xl\:hover\:text-member-detail-li:hover {
    color: #7000;
  }

  .xl\:hover\:text-member-detail-links:hover {
    color: #00518f;
  }

  .xl\:text-xxs {
    font-size: .625rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-1\.5xl {
    font-size: 1.125rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-2\.5xl {
    font-size: 1.6rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 6.25rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-200 {
    width: 50rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-container {
    width: 37.5rem;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:z--1 {
    z-index: -1;
  }
}

.care_team_messages #header,
#active_conversations_container #header {
  z-index: 10;
}

.care_team_messages #footer {
  margin-top: 1.25rem;
}

@media (min-width: 1200px) {
  .care_team_messages #page_wrapper {
    width: 1400px;
  }
}

#emergency-container .button {
  height: 32px;
}

#emergency-container .button.secondary {
  background: #ccc;
  color: #aaa;
  text-shadow: none;
}

#emergency-container .button:not(:last-of-type) {
  margin-right: 1.25rem;
}

#emergency-container #active_conversations_container {
  padding: 0;
}

#emergency-container .emergency-warning {
  position: absolute;
}

#member-profile-emergency-container .emergency-assistant {
  white-space: nowrap;
}

#member-profile-emergency-container .emergency-assistant .message-notes {
  white-space: normal;
}

#member-profile-emergency-container .emergency-assistant button.button {
  margin-right: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #005c95;
  color: #005c95;
  text-transform: capitalize;
  font-weight: 400;
  background: none;
  text-shadow: none;
  height: 44px;
}

#member-profile-emergency-container .emergency-assistant button.button:hover {
  color: #005c95;
}

#member-profile-emergency-container .emergency-assistant button.button:active {
  background: none;
}

#member-profile-emergency-container .emergency-assistant button.button.secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #727069;
  color: #727069;
  background: none;
  text-shadow: none;
}

#member-profile-emergency-container .emergency-assistant button.button.secondary:active {
  background: none;
}

#member-profile-emergency-container .emergency-assistant #active_conversations_container {
  padding: 0;
}

#active_conversations_container {
  margin: 0;
  height: 75vh;
}

#active_conversations_container .conversations-details {
  height: 100%;
  width: 100%;
  display: flex;
  min-width: 0;
}

#active_conversations_container .conversations-details .conversation-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#active_conversations_container .conversations-wrapper .lds-ring {
  margin: auto;
}

#active_conversations_container .back-button .back-button-label {
  padding-left: .5rem;
}

#active_conversations_container .sidebar-container {
  min-width: 213px;
}

#active_conversations_container .sidebar-visibility {
  display: block;
  width: 100%;
  overflow-y: auto;
  border-right: none;
}

.messaging-container {
  background-color: #fff;
  border-radius: .25rem;
  margin: 0 !important;
  min-width: 800px;
}

.messaging-container .messaging-title {
  margin-bottom: .5rem !important;
}

.messaging-container .conversation {
  padding: .75rem !important;
}

.messaging-container .conversation .info .last-message-text {
  font-size: .75rem;
}

.messaging-container .conversation-details-footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.messaging-container .create-message-container textarea {
  padding: 8px 12px;
}

.messaging-container .create-message-container textarea::-moz-placeholder {
  color: #a5a197;
  opacity: 1;
}

.messaging-container .create-message-container textarea::placeholder {
  color: #a5a197;
  opacity: 1;
}

.messaging-container .conversation .info .top-line .title {
  font-size: .875rem;
  font-weight: 400;
  color: #000;
}

.messaging-container .conversation .info .top-line .strongText,
.messaging-container .conversation .info .bottom-line .strongText {
  font-weight: 500;
}

#notifications .notifications-wrapper .bell-wrapper,
#notifications .preference-wrapper .bell-wrapper,
#notification_preferences .notifications-wrapper .bell-wrapper,
#notification_preferences .preference-wrapper .bell-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #727069;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

#notifications .notifications-wrapper .bell-wrapper .counter-indicator,
#notifications .preference-wrapper .bell-wrapper .counter-indicator,
#notification_preferences .notifications-wrapper .bell-wrapper .counter-indicator,
#notification_preferences .preference-wrapper .bell-wrapper .counter-indicator {
  right: 15%;
  position: absolute;
  top: 15%;
  background-color: #aa1010;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  font-size: 9px;
}

#notifications .notifications-wrapper .notify-toast,
#notifications .preference-wrapper .notify-toast,
#notification_preferences .notifications-wrapper .notify-toast,
#notification_preferences .preference-wrapper .notify-toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  border-radius: .5rem;
  font-size: 18px;
  height: 2.5rem;
  color: #2c2a29;
  width: -moz-max-content;
  width: max-content;
  cursor: default;
  padding-left: 35px;
  padding-right: 1rem;
  z-index: 1;
  border: 2px solid #166174;
  position: fixed;
  top: 60px;
  right: 250px;
}

@media screen and (max-width: 1650px) {
  #notifications .notifications-wrapper .notify-toast,
  #notifications .preference-wrapper .notify-toast,
  #notification_preferences .notifications-wrapper .notify-toast,
  #notification_preferences .preference-wrapper .notify-toast {
    right: 125px;
  }
}

@media screen and (max-width: 1500px) {
  #notifications .notifications-wrapper .notify-toast,
  #notifications .preference-wrapper .notify-toast,
  #notification_preferences .notifications-wrapper .notify-toast,
  #notification_preferences .preference-wrapper .notify-toast {
    right: 10px;
  }
}

#notifications .notifications-wrapper .notify-toast p,
#notifications .preference-wrapper .notify-toast p,
#notification_preferences .notifications-wrapper .notify-toast p,
#notification_preferences .preference-wrapper .notify-toast p {
  margin-right: 1.5rem;
  margin-left: .5rem;
}

#notifications .notifications-wrapper .notify-toast .close-notification-box,
#notifications .preference-wrapper .notify-toast .close-notification-box,
#notification_preferences .notifications-wrapper .notify-toast .close-notification-box,
#notification_preferences .preference-wrapper .notify-toast .close-notification-box {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  position: absolute;
  left: 0;
}

#notifications .notifications-wrapper .notify-toast .close-notification-box .inner-box,
#notifications .preference-wrapper .notify-toast .close-notification-box .inner-box,
#notification_preferences .notifications-wrapper .notify-toast .close-notification-box .inner-box,
#notification_preferences .preference-wrapper .notify-toast .close-notification-box .inner-box {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  cursor: pointer;
}

#notifications .notifications-wrapper .notify-toast .close-notification-box .inner-box svg,
#notifications .preference-wrapper .notify-toast .close-notification-box .inner-box svg,
#notification_preferences .notifications-wrapper .notify-toast .close-notification-box .inner-box svg,
#notification_preferences .preference-wrapper .notify-toast .close-notification-box .inner-box svg {
  width: .75rem;
  height: .75rem;
}

#notifications .notifications-wrapper .notify-toast .toast-link,
#notifications .preference-wrapper .notify-toast .toast-link,
#notification_preferences .notifications-wrapper .notify-toast .toast-link,
#notification_preferences .preference-wrapper .notify-toast .toast-link {
  font-size: 18px !important;
  text-decoration: underline !important;
  text-transform: capitalize !important;
  cursor: pointer !important;
}

#notifications .notifications-wrapper .default-notification,
#notifications .preference-wrapper .default-notification,
#notification_preferences .notifications-wrapper .default-notification,
#notification_preferences .preference-wrapper .default-notification {
  border-width: 2px;
  border-style: solid;
  border-color: #166174;
  background-color: #ccf2fa;
}

#notifications .notifications-wrapper .default-notification .close-notification-box,
#notifications .preference-wrapper .default-notification .close-notification-box,
#notification_preferences .notifications-wrapper .default-notification .close-notification-box,
#notification_preferences .preference-wrapper .default-notification .close-notification-box {
  background-color: #166174;
}

#notifications .notifications-wrapper .default-notification .toast-link,
#notifications .preference-wrapper .default-notification .toast-link,
#notification_preferences .notifications-wrapper .default-notification .toast-link,
#notification_preferences .preference-wrapper .default-notification .toast-link {
  color: #166174 !important;
}

#notifications .notifications-wrapper .default-notification svg path:first-child,
#notifications .preference-wrapper .default-notification svg path:first-child,
#notification_preferences .notifications-wrapper .default-notification svg path:first-child,
#notification_preferences .preference-wrapper .default-notification svg path:first-child {
  fill: #166174;
}

#notifications .notifications-wrapper .emergency-notification,
#notifications .preference-wrapper .emergency-notification,
#notification_preferences .notifications-wrapper .emergency-notification,
#notification_preferences .preference-wrapper .emergency-notification {
  border-width: 2px;
  border-style: solid;
  border-color: #aa1010;
  background-color: #fdefed;
  right: 0;
}

@media screen and (min-width: 1400px) {
  #notifications .notifications-wrapper .emergency-notification,
  #notifications .preference-wrapper .emergency-notification,
  #notification_preferences .notifications-wrapper .emergency-notification,
  #notification_preferences .preference-wrapper .emergency-notification {
    right: calc((100% - 1400px)/2);
  }
}

#notifications .notifications-wrapper .emergency-notification .close-notification-box,
#notifications .preference-wrapper .emergency-notification .close-notification-box,
#notification_preferences .notifications-wrapper .emergency-notification .close-notification-box,
#notification_preferences .preference-wrapper .emergency-notification .close-notification-box {
  background-color: #aa1010;
}

#notifications .notifications-wrapper .emergency-notification .toast-link,
#notifications .preference-wrapper .emergency-notification .toast-link,
#notification_preferences .notifications-wrapper .emergency-notification .toast-link,
#notification_preferences .preference-wrapper .emergency-notification .toast-link {
  color: #aa1010 !important;
}

#notifications .notifications-wrapper .emergency-notification svg path:first-child,
#notifications .preference-wrapper .emergency-notification svg path:first-child,
#notification_preferences .notifications-wrapper .emergency-notification svg path:first-child,
#notification_preferences .preference-wrapper .emergency-notification svg path:first-child {
  fill: #aa1010;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-black {
  background-color: #000;
}

.bg-currentColor {
  background-color: currentColor;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #005c95;
}

.bg-gray {
  background-color: #727069;
}

.bg-teladoc-primary {
  background-color: #5b2f91;
}

.bg-brand {
  background-color: #5b2f91;
}

.bg-primary {
  background-color: #fff;
}

.bg-error-primary {
  background-color: #fcd04d;
}

.bg-secondary {
  background-color: #196ecf;
}

.bg-tertiary {
  background-color: #000;
}

.bg-attention-primary {
  background-color: #fdf5eb;
}

.bg-accent-primary {
  background-color: #fff;
}

.bg-info-primary {
  background-color: #b8e3eb;
}

.bg-info-secondary {
  background-color: #eaf7f9;
}

.bg-success-primary {
  background-color: transparent;
}

.bg-disabled-primary {
  background-color: #c5c5c5;
}

.bg-nav-primary {
  background-color: #0071bc;
}

.bg-notification-primary {
  background-color: #0d880b;
}

.bg-neutral-primary {
  background-color: #f1f4f8;
}

.bg-avatar-primary {
  background-color: #25264c;
}

.bg-message-primary {
  background-color: #27accd;
}

.bg-grid-row {
  background-color: #f6f6f6;
}

.bg-button-primary {
  background-color: #5b2f91;
}

.bg-button-primary-active {
  background-color: #5b2f91;
}

.bg-button-primary-hover {
  background-color: #5b2f91;
}

.bg-button-secondary {
  background-color: transparent;
}

.bg-button-secondary-active {
  background-color: #e8f6fa;
}

.bg-button-tertiary {
  background-color: #c03c00;
}

.bg-button-tertiary-active {
  background-color: #8c3615;
}

.bg-button-disabled {
  background-color: #727069;
}

.bg-progress-bar-default {
  background-color: #dae1e7;
}

.bg-progress-bar-active {
  background-color: #003b5c;
}

.bg-button-provider-search-selected {
  background-color: #0d880b;
}

.bg-badge-primary {
  background-color: #f00;
}

.bg-modal-footer {
  background-color: #f6f6f6;
}

.bg-messaging-primary {
  background-color: #005c95;
}

.bg-messaging-secondary {
  background-color: #f6f6f6;
}

.bg-messaging-tertiary {
  background-color: #979797;
}

.bg-messaging-disabled {
  background-color: #bdbdbd;
}

.bg-messaging-accept {
  background-color: #f5f9ec;
}

.bg-messaging-active {
  background-color: #edf7fc;
}

.bg-messaging-attachments {
  background-color: #eeeaf4;
}

.bg-messaging-attention {
  background-color: #fdf5eb;
}

.bg-messaging-error {
  background-color: #fcddd8;
}

.bg-messaging-success-primary {
  background-color: #167f01;
}

.bg-messaging-success-secondary {
  background-color: #e7f1cd;
}

.bg-messaging-success-tertiary {
  background-color: #a1c345;
}

.bg-messaging-error-primary {
  background-color: #aa1010;
}

.bg-messaging-error-secondary {
  background-color: #ee543e;
}

.bg-messaging-warning {
  background-color: #fdecb3;
}

.bg-messaging-warning-secondary {
  background-color: #9f8633;
}

.bg-messaging-delimiter {
  background-color: #6dc4e5;
}

.bg-messaging-avatar {
  background-color: #3f2065;
}

.bg-messaging-gallery {
  background-color: #727069;
}

.bg-messaging-error-new {
  background-color: #c9311a;
}

.bg-messaging-pink-blur {
  background-color: #fce9e8;
}

.bg-toast-primary {
  background-color: #166174;
}

.bg-toast-secondary {
  background-color: #aa1010;
}

.bg-toast-emergency {
  background-color: #fdefed;
}

.bg-adminorange-light {
  background-color: #f9a100;
}

.bg-adminorange-dark {
  background-color: #d28d00;
}

.bg-adminblue-800 {
  background-color: #4e89a4;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-adminblue-100 {
  background-color: #e5f4fa;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-currentColor:hover {
  background-color: currentColor;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-blue:hover {
  background-color: #005c95;
}

.hover\:bg-gray:hover {
  background-color: #727069;
}

.hover\:bg-teladoc-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-brand:hover {
  background-color: #5b2f91;
}

.hover\:bg-primary:hover {
  background-color: #fff;
}

.hover\:bg-error-primary:hover {
  background-color: #fcd04d;
}

.hover\:bg-secondary:hover {
  background-color: #196ecf;
}

.hover\:bg-tertiary:hover {
  background-color: #000;
}

.hover\:bg-attention-primary:hover {
  background-color: #fdf5eb;
}

.hover\:bg-accent-primary:hover {
  background-color: #fff;
}

.hover\:bg-info-primary:hover {
  background-color: #b8e3eb;
}

.hover\:bg-info-secondary:hover {
  background-color: #eaf7f9;
}

.hover\:bg-success-primary:hover {
  background-color: transparent;
}

.hover\:bg-disabled-primary:hover {
  background-color: #c5c5c5;
}

.hover\:bg-nav-primary:hover {
  background-color: #0071bc;
}

.hover\:bg-notification-primary:hover {
  background-color: #0d880b;
}

.hover\:bg-neutral-primary:hover {
  background-color: #f1f4f8;
}

.hover\:bg-avatar-primary:hover {
  background-color: #25264c;
}

.hover\:bg-message-primary:hover {
  background-color: #27accd;
}

.hover\:bg-grid-row:hover {
  background-color: #f6f6f6;
}

.hover\:bg-button-primary:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-active:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-primary-hover:hover {
  background-color: #5b2f91;
}

.hover\:bg-button-secondary:hover {
  background-color: transparent;
}

.hover\:bg-button-secondary-active:hover {
  background-color: #e8f6fa;
}

.hover\:bg-button-tertiary:hover {
  background-color: #c03c00;
}

.hover\:bg-button-tertiary-active:hover {
  background-color: #8c3615;
}

.hover\:bg-button-disabled:hover {
  background-color: #727069;
}

.hover\:bg-progress-bar-default:hover {
  background-color: #dae1e7;
}

.hover\:bg-progress-bar-active:hover {
  background-color: #003b5c;
}

.hover\:bg-button-provider-search-selected:hover {
  background-color: #0d880b;
}

.hover\:bg-badge-primary:hover {
  background-color: #f00;
}

.hover\:bg-modal-footer:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-primary:hover {
  background-color: #005c95;
}

.hover\:bg-messaging-secondary:hover {
  background-color: #f6f6f6;
}

.hover\:bg-messaging-tertiary:hover {
  background-color: #979797;
}

.hover\:bg-messaging-disabled:hover {
  background-color: #bdbdbd;
}

.hover\:bg-messaging-accept:hover {
  background-color: #f5f9ec;
}

.hover\:bg-messaging-active:hover {
  background-color: #edf7fc;
}

.hover\:bg-messaging-attachments:hover {
  background-color: #eeeaf4;
}

.hover\:bg-messaging-attention:hover {
  background-color: #fdf5eb;
}

.hover\:bg-messaging-error:hover {
  background-color: #fcddd8;
}

.hover\:bg-messaging-success-primary:hover {
  background-color: #167f01;
}

.hover\:bg-messaging-success-secondary:hover {
  background-color: #e7f1cd;
}

.hover\:bg-messaging-success-tertiary:hover {
  background-color: #a1c345;
}

.hover\:bg-messaging-error-primary:hover {
  background-color: #aa1010;
}

.hover\:bg-messaging-error-secondary:hover {
  background-color: #ee543e;
}

.hover\:bg-messaging-warning:hover {
  background-color: #fdecb3;
}

.hover\:bg-messaging-warning-secondary:hover {
  background-color: #9f8633;
}

.hover\:bg-messaging-delimiter:hover {
  background-color: #6dc4e5;
}

.hover\:bg-messaging-avatar:hover {
  background-color: #3f2065;
}

.hover\:bg-messaging-gallery:hover {
  background-color: #727069;
}

.hover\:bg-messaging-error-new:hover {
  background-color: #c9311a;
}

.hover\:bg-messaging-pink-blur:hover {
  background-color: #fce9e8;
}

.hover\:bg-toast-primary:hover {
  background-color: #166174;
}

.hover\:bg-toast-secondary:hover {
  background-color: #aa1010;
}

.hover\:bg-toast-emergency:hover {
  background-color: #fdefed;
}

.hover\:bg-adminorange-light:hover {
  background-color: #f9a100;
}

.hover\:bg-adminorange-dark:hover {
  background-color: #d28d00;
}

.hover\:bg-adminblue-800:hover {
  background-color: #4e89a4;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-adminblue-100:hover {
  background-color: #e5f4fa;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-2 {
  background-size: 2rem;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-black {
  border-color: #000;
}

.border-currentColor {
  border-color: currentColor;
}

.border-white {
  border-color: #fff;
}

.border-blue {
  border-color: #005c95;
}

.border-gray {
  border-color: #727069;
}

.border-teladoc-primary {
  border-color: #5b2f91;
}

.border-primary {
  border-color: #bbb;
}

.border-secondary {
  border-color: #000;
}

.border-tertiary {
  border-color: #333;
}

.border-accent {
  border-color: #fff;
}

.border-accent-primary {
  border-color: #f7f7f7;
}

.border-error-primary {
  border-color: #fcd04d;
}

.border-disabled-primary {
  border-color: #c5c5c5;
}

.border-info-primary {
  border-color: #b8e3eb;
}

.border-info-secondary {
  border-color: #196ecf;
}

.border-success-primary {
  border-color: transparent;
}

.border-chevron-primary {
  border-color: #fff;
}

.border-neutral-primary {
  border-color: #dcdedf;
}

.border-focus-primary {
  border-color: #3b99fc;
}

.border-button-primary {
  border-color: #5b2f91;
}

.border-button-primary-hover {
  border-color: #5b2f91;
}

.border-button-secondary {
  border-color: #5b2f91;
}

.border-button-secondary-hover {
  border-color: #5b2f91;
}

.border-button-tertiary {
  border-color: #c03c00;
}

.border-button-tertiary-active {
  border-color: #8c3615;
}

.border-button-rav-survey-primary {
  border-color: #5b2f91;
}

.border-button-provider-search-selected {
  border-color: #0d880b;
}

.border-progress-bar-active {
  border-color: #003b5c;
}

.border-input-outline-primary {
  border-color: #b1b1b3;
}

.border-checkboxes-outline {
  border-color: #bdbdbd;
}

.border-checkboxes-outline-hover {
  border-color: #5b2f91;
}

.border-toast-primary {
  border-color: #166174;
}

.border-toast-secondary {
  border-color: #aa1010;
}

.border-ems-modal-title-border {
  border-color: #6dc4e5;
}

.border-messaging-grid {
  border-color: #bdbdbd;
}

.border-messaging-primary {
  border-color: #005c95;
}

.border-messaging-common-grey {
  border-color: #696b6b;
}

.border-messaging-common-blue {
  border-color: #00498a;
}

.border-messaging-light-blue {
  border-color: #d3eef5;
}

.border-messaging-secondary {
  border-color: #727069;
}

.border-messaging-tertiary {
  border-color: #979797;
}

.border-messaging-link {
  border-color: #a5a197;
}

.border-messaging-attention {
  border-color: #eeac47;
}

.border-messaging-error {
  border-color: #ee543e;
}

.border-messaging-error-new {
  border-color: #c9311a;
}

.border-messaging-pink-blur {
  border-color: #fce9e8;
}

.border-messaging-accept-primary {
  border-color: #85b500;
}

.border-messaging-error-primary {
  border-color: #aa1010;
}

.border-messaging-attach-outline {
  border-color: #565554;
}

.border-messaging-outline-primary {
  border-color: #96999c;
}

.border-messaging-outline-tertiary {
  border-color: #cbc9bf;
}

.border-messaging-outline-accent {
  border-color: #5b2f91;
}

.border-messaging-success {
  border-color: #167f01;
}

.border-messaging-pending {
  border-color: #f4c785;
}

.border-messaging-warning {
  border-color: #9f8633;
}

.border-messaging-grey {
  border-color: #919393;
}

.border-adminblue-400 {
  border-color: #a4c5d4;
}

.border-adminblue-100 {
  border-color: #e5f4fa;
}

.border-adminblue-500 {
  border-color: #8fb6c7;
}

.border-adminblue-800 {
  border-color: #4e89a4;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-currentColor:hover {
  border-color: currentColor;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-blue:hover {
  border-color: #005c95;
}

.hover\:border-gray:hover {
  border-color: #727069;
}

.hover\:border-teladoc-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-primary:hover {
  border-color: #bbb;
}

.hover\:border-secondary:hover {
  border-color: #000;
}

.hover\:border-tertiary:hover {
  border-color: #333;
}

.hover\:border-accent:hover {
  border-color: #fff;
}

.hover\:border-accent-primary:hover {
  border-color: #f7f7f7;
}

.hover\:border-error-primary:hover {
  border-color: #fcd04d;
}

.hover\:border-disabled-primary:hover {
  border-color: #c5c5c5;
}

.hover\:border-info-primary:hover {
  border-color: #b8e3eb;
}

.hover\:border-info-secondary:hover {
  border-color: #196ecf;
}

.hover\:border-success-primary:hover {
  border-color: transparent;
}

.hover\:border-chevron-primary:hover {
  border-color: #fff;
}

.hover\:border-neutral-primary:hover {
  border-color: #dcdedf;
}

.hover\:border-focus-primary:hover {
  border-color: #3b99fc;
}

.hover\:border-button-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-primary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-secondary-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-button-tertiary:hover {
  border-color: #c03c00;
}

.hover\:border-button-tertiary-active:hover {
  border-color: #8c3615;
}

.hover\:border-button-rav-survey-primary:hover {
  border-color: #5b2f91;
}

.hover\:border-button-provider-search-selected:hover {
  border-color: #0d880b;
}

.hover\:border-progress-bar-active:hover {
  border-color: #003b5c;
}

.hover\:border-input-outline-primary:hover {
  border-color: #b1b1b3;
}

.hover\:border-checkboxes-outline:hover {
  border-color: #bdbdbd;
}

.hover\:border-checkboxes-outline-hover:hover {
  border-color: #5b2f91;
}

.hover\:border-toast-primary:hover {
  border-color: #166174;
}

.hover\:border-toast-secondary:hover {
  border-color: #aa1010;
}

.hover\:border-ems-modal-title-border:hover {
  border-color: #6dc4e5;
}

.hover\:border-messaging-grid:hover {
  border-color: #bdbdbd;
}

.hover\:border-messaging-primary:hover {
  border-color: #005c95;
}

.hover\:border-messaging-common-grey:hover {
  border-color: #696b6b;
}

.hover\:border-messaging-common-blue:hover {
  border-color: #00498a;
}

.hover\:border-messaging-light-blue:hover {
  border-color: #d3eef5;
}

.hover\:border-messaging-secondary:hover {
  border-color: #727069;
}

.hover\:border-messaging-tertiary:hover {
  border-color: #979797;
}

.hover\:border-messaging-link:hover {
  border-color: #a5a197;
}

.hover\:border-messaging-attention:hover {
  border-color: #eeac47;
}

.hover\:border-messaging-error:hover {
  border-color: #ee543e;
}

.hover\:border-messaging-error-new:hover {
  border-color: #c9311a;
}

.hover\:border-messaging-pink-blur:hover {
  border-color: #fce9e8;
}

.hover\:border-messaging-accept-primary:hover {
  border-color: #85b500;
}

.hover\:border-messaging-error-primary:hover {
  border-color: #aa1010;
}

.hover\:border-messaging-attach-outline:hover {
  border-color: #565554;
}

.hover\:border-messaging-outline-primary:hover {
  border-color: #96999c;
}

.hover\:border-messaging-outline-tertiary:hover {
  border-color: #cbc9bf;
}

.hover\:border-messaging-outline-accent:hover {
  border-color: #5b2f91;
}

.hover\:border-messaging-success:hover {
  border-color: #167f01;
}

.hover\:border-messaging-pending:hover {
  border-color: #f4c785;
}

.hover\:border-messaging-warning:hover {
  border-color: #9f8633;
}

.hover\:border-messaging-grey:hover {
  border-color: #919393;
}

.hover\:border-adminblue-400:hover {
  border-color: #a4c5d4;
}

.hover\:border-adminblue-100:hover {
  border-color: #e5f4fa;
}

.hover\:border-adminblue-500:hover {
  border-color: #8fb6c7;
}

.hover\:border-adminblue-800:hover {
  border-color: #4e89a4;
}

.hover\:border-gray-400:hover {
  border-color: #9ca3af;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-button-primary {
  border-radius: .5rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-button-primary {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-button-primary {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-button-primary {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-button-primary {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-button-primary {
  border-top-left-radius: .5rem;
}

.rounded-tr-button-primary {
  border-top-right-radius: .5rem;
}

.rounded-br-button-primary {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-button-primary {
  border-bottom-left-radius: .5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-chevron {
  border-width: .1rem;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-chevron {
  border-top-width: .1rem;
}

.border-r-chevron {
  border-right-width: .1rem;
}

.border-b-chevron {
  border-bottom-width: .1rem;
}

.border-l-chevron {
  border-left-width: .1rem;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-24 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-px {
  margin-right: 1px;
}

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

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-1 {
  max-width: .25rem;
}

.max-w-2 {
  max-width: .5rem;
}

.max-w-3 {
  max-width: .75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-200 {
  max-width: 50rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-half {
  max-width: 50%;
}

.max-w-9\/10 {
  max-width: 90%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-container {
  max-width: 37.5rem;
}

.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-68 {
  min-width: 17rem;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

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

.-mr-px {
  margin-right: -1px;
}

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

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-24 {
  padding: 6rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

.pr-px {
  padding-right: 1px;
}

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

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-none {
  box-shadow: none;
}

.fill-black {
  fill: #000;
}

.fill-currentColor {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-blue {
  fill: #005c95;
}

.fill-gray {
  fill: #727069;
}

.fill-teladoc-primary {
  fill: #5b2f91;
}

.fill-primary {
  fill: #5b2f91;
}

.fill-btn-icon-primary {
  fill: #727069;
}

.fill-btn-icon-secondary {
  fill: #005c95;
}

.fill-toast-primary {
  fill: #166174;
}

.fill-toast-secondary {
  fill: #aa1010;
}

.stroke-black {
  stroke: #000;
}

.stroke-currentColor {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-blue {
  stroke: #005c95;
}

.stroke-gray {
  stroke: #727069;
}

.stroke-teladoc-primary {
  stroke: #5b2f91;
}

.stroke-primary {
  stroke: #5b2f91;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  color: #000;
}

.text-currentColor {
  color: currentColor;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #005c95;
}

.text-gray {
  color: #727069;
}

.text-teladoc-primary {
  color: #5b2f91;
}

.text-primary {
  color: #2c2a29;
}

.text-secondary {
  color: #000;
}

.text-tertiary {
  color: #5b2f91;
}

.text-quaternary {
  color: #003da1;
}

.text-accent-primary {
  color: #fff;
}

.text-neutral-primary {
  color: #96999c;
}

.text-neutral-secondary {
  color: #7c7873;
}

.text-neutral-tertiary {
  color: #333;
}

.text-success-primary {
  color: #0d880b;
}

.text-alert-primary {
  color: #e91b18;
}

.text-button-primary {
  color: #fffef9;
}

.text-button-secondary {
  color: #5b2f91;
}

.text-button-secondary-hover {
  color: #71c5e8;
}

.text-button-rav-survey-primary {
  color: #5b2f91;
}

.text-progress-bar-default {
  color: #75787b;
}

.text-progress-bar-active {
  color: #003c5c;
}

.text-modal-provider-select {
  color: #003c5c;
}

.text-ems-modal-title {
  color: #244861;
}

.text-checkbox-label {
  color: #32302e;
}

.text-disabled-primary {
  color: #9a9fa8;
}

.text-messaging-primary {
  color: #727069;
}

.text-messaging-common-grey {
  color: #696b6b;
}

.text-messaging-common-blue {
  color: #00498a;
}

.text-toast-primary {
  color: #166174;
}

.text-toast-secondary {
  color: #aa1010;
}

.text-messaging-secondary {
  color: #005c95;
}

.text-messaging-tertiary {
  color: #2c2a29;
}

.text-messaging-error {
  color: #ee543e;
}

.text-messaging-error-primary {
  color: #aa1010;
}

.text-messaging-link {
  color: #a5a197;
}

.text-messaging-black {
  color: #181919;
}

.text-messaging-grey {
  color: #919393;
}

.text-messaging-new-links {
  color: #00498a;
}

.text-messaging-avatar {
  color: #3f2065;
}

.text-messaging-warning {
  color: #9f8633;
}

.text-ha-notification {
  color: #939289;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-600 {
  color: #71809;
}

.text-member-detail-li {
  color: #7000;
}

.text-member-detail-links {
  color: #00518f;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-currentColor:hover {
  color: currentColor;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-blue:hover {
  color: #005c95;
}

.hover\:text-gray:hover {
  color: #727069;
}

.hover\:text-teladoc-primary:hover {
  color: #5b2f91;
}

.hover\:text-primary:hover {
  color: #2c2a29;
}

.hover\:text-secondary:hover {
  color: #000;
}

.hover\:text-tertiary:hover {
  color: #5b2f91;
}

.hover\:text-quaternary:hover {
  color: #003da1;
}

.hover\:text-accent-primary:hover {
  color: #fff;
}

.hover\:text-neutral-primary:hover {
  color: #96999c;
}

.hover\:text-neutral-secondary:hover {
  color: #7c7873;
}

.hover\:text-neutral-tertiary:hover {
  color: #333;
}

.hover\:text-success-primary:hover {
  color: #0d880b;
}

.hover\:text-alert-primary:hover {
  color: #e91b18;
}

.hover\:text-button-primary:hover {
  color: #fffef9;
}

.hover\:text-button-secondary:hover {
  color: #5b2f91;
}

.hover\:text-button-secondary-hover:hover {
  color: #71c5e8;
}

.hover\:text-button-rav-survey-primary:hover {
  color: #5b2f91;
}

.hover\:text-progress-bar-default:hover {
  color: #75787b;
}

.hover\:text-progress-bar-active:hover {
  color: #003c5c;
}

.hover\:text-modal-provider-select:hover {
  color: #003c5c;
}

.hover\:text-ems-modal-title:hover {
  color: #244861;
}

.hover\:text-checkbox-label:hover {
  color: #32302e;
}

.hover\:text-disabled-primary:hover {
  color: #9a9fa8;
}

.hover\:text-messaging-primary:hover {
  color: #727069;
}

.hover\:text-messaging-common-grey:hover {
  color: #696b6b;
}

.hover\:text-messaging-common-blue:hover {
  color: #00498a;
}

.hover\:text-toast-primary:hover {
  color: #166174;
}

.hover\:text-toast-secondary:hover {
  color: #aa1010;
}

.hover\:text-messaging-secondary:hover {
  color: #005c95;
}

.hover\:text-messaging-tertiary:hover {
  color: #2c2a29;
}

.hover\:text-messaging-error:hover {
  color: #ee543e;
}

.hover\:text-messaging-error-primary:hover {
  color: #aa1010;
}

.hover\:text-messaging-link:hover {
  color: #a5a197;
}

.hover\:text-messaging-black:hover {
  color: #181919;
}

.hover\:text-messaging-grey:hover {
  color: #919393;
}

.hover\:text-messaging-new-links:hover {
  color: #00498a;
}

.hover\:text-messaging-avatar:hover {
  color: #3f2065;
}

.hover\:text-messaging-warning:hover {
  color: #9f8633;
}

.hover\:text-ha-notification:hover {
  color: #939289;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-600:hover {
  color: #71809;
}

.hover\:text-member-detail-li:hover {
  color: #7000;
}

.hover\:text-member-detail-links:hover {
  color: #00518f;
}

.text-xxs {
  font-size: .625rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-1\.5xl {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-2\.5xl {
  font-size: 1.6rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-128 {
  width: 32rem;
}

.w-200 {
  width: 50rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-container {
  width: 37.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.z--1 {
  z-index: -1;
}

.rotate-1\/8 {
  transform: rotate(45deg);
}

.rotate-1\/4 {
  transform: rotate(90deg);
}

.rotate-3\/8 {
  transform: rotate(135deg);
}

.rotate-1\/2 {
  transform: rotate(180deg);
}

.rotate-5\/8 {
  transform: rotate(225deg);
}

.rotate-3\/4 {
  transform: rotate(270deg);
}

.rotate-7\/8 {
  transform: rotate(315deg);
}

.outline-color-black {
  outline-color: #000;
}

.outline-color-currentColor {
  outline-color: currentColor;
}

.outline-color-white {
  outline-color: #fff;
}

.outline-color-blue {
  outline-color: #005c95;
}

.outline-color-gray {
  outline-color: #727069;
}

.outline-color-teladoc-primary {
  outline-color: #5b2f91;
}

.outline-color-focus-primary {
  outline-color: #3b99fc;
}

.outline-w-0 {
  outline-width: 0;
}

.outline-w-2 {
  outline-width: 2px;
}

.outline-w-4 {
  outline-width: 4px;
}

.outline-w-8 {
  outline-width: 8px;
}

.outline-w-default {
  outline-width: 1px;
}

.outline-style-solid {
  outline-style: solid;
}

.outline-style-dashed {
  outline-style: dashed;
}

hidden {
  display: none;
}

#notifications .notifications-wrapper .list-container,
#notifications .preference-wrapper .list-container,
#notification_preferences .notifications-wrapper .list-container,
#notification_preferences .preference-wrapper .list-container {
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 20rem;
  height: 17rem;
  top: 3.25rem;
  z-index: 101;
}

#notifications .notifications-wrapper .list-container:before,
#notifications .preference-wrapper .list-container:before,
#notification_preferences .notifications-wrapper .list-container:before,
#notification_preferences .preference-wrapper .list-container:before {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  left: 89%;
  bottom: calc(100% - 7px);
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border-width: 1px;
  border-color: #000 transparent transparent #000;
  background-color: #fff;
}

#notifications .notifications-wrapper .list-container header,
#notifications .preference-wrapper .list-container header,
#notification_preferences .notifications-wrapper .list-container header,
#notification_preferences .preference-wrapper .list-container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom-width: 1px;
  border-bottom-color: #cbc9bf;
}

#notifications .notifications-wrapper .list-container header .title,
#notifications .preference-wrapper .list-container header .title,
#notification_preferences .notifications-wrapper .list-container header .title,
#notification_preferences .preference-wrapper .list-container header .title {
  font-weight: 700;
  color: #2c2a29;
  font-size: 1.125rem;
}

#notifications .notifications-wrapper .list-container header .preference-link,
#notifications .preference-wrapper .list-container header .preference-link,
#notification_preferences .notifications-wrapper .list-container header .preference-link,
#notification_preferences .preference-wrapper .list-container header .preference-link {
  font-size: 13px;
  color: #005c95 !important;
  font-weight: 400 !important;
  cursor: pointer;
  text-transform: none !important;
}

#notifications .notifications-wrapper .list-container main,
#notifications .preference-wrapper .list-container main,
#notification_preferences .notifications-wrapper .list-container main,
#notification_preferences .preference-wrapper .list-container main {
  overflow-y: auto;
  flex-direction: column;
  display: flex;
}

#notifications .notifications-wrapper .list-container main .lds-ring,
#notifications .preference-wrapper .list-container main .lds-ring,
#notification_preferences .notifications-wrapper .list-container main .lds-ring,
#notification_preferences .preference-wrapper .list-container main .lds-ring {
  position: absolute;
  height: 85%;
  align-items: center;
}

#notifications .notification-target,
#notification_preferences .notification-target {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-color: #cbc9bf;
  padding: 1rem;
  padding-top: .5rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-align: left;
  text-transform: none !important;
  font-weight: 400 !important;
}

#notifications .notification-target .content-box,
#notification_preferences .notification-target .content-box {
  display: flex;
  align-items: baseline;
}

#notifications .notification-target .responded-dot,
#notification_preferences .notification-target .responded-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #aa1010;
  margin-right: .5rem;
}

#notifications .notification-target .red,
#notification_preferences .notification-target .red {
  background-color: #aa1010;
}

#notifications .notification-target .blue,
#notification_preferences .notification-target .blue {
  background-color: #005c95;
}

#notifications .notification-target .invisible,
#notification_preferences .notification-target .invisible {
  visibility: hidden;
}

#notifications .notification-target .content,
#notification_preferences .notification-target .content {
  color: #2c2a29;
  font-size: 13px;
}

#notifications .notification-target .created-time,
#notification_preferences .notification-target .created-time {
  color: #727069;
  margin-left: 1rem;
}

#notifications .notification-target .arrow-right,
#notification_preferences .notification-target .arrow-right {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#notifications .no-activity,
#notification_preferences .no-activity {
  text-align: center;
  margin-top: .25rem;
}

#notification_preferences {
  padding: 10px 40px;
}

#notification_preferences header {
  font-size: 2rem;
  color: #2c2a29;
  text-align: left;
  font-weight: 500;
  margin-bottom: 1rem;
}

#notification_preferences .content-wrapper {
  display: flex;
}

#notification_preferences .content-wrapper .preference-actions-wrapper {
  display: flex;
  flex-direction: column;
}

#notification_preferences .content-wrapper .preference-actions-wrapper .submit-preference {
  background-color: #005c95;
  border-radius: .5rem;
  height: 3rem;
  width: 8rem;
  color: #fff;
  margin-top: 1.5rem;
}

#notification_preferences .content-wrapper .preference-actions-wrapper .button-disabled {
  background-color: #bdbdbd;
  pointer-events: none;
}

#notification_preferences .preference-actions-box,
#notification_preferences .preference-list-container {
  border-width: 1px;
  border-style: solid;
  border-color: #979797;
  width: 400px;
}

#notification_preferences .preference-actions-box header,
#notification_preferences .preference-list-container header {
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  color: #0a0a0a;
  border-bottom: 1px solid #979797;
  margin-bottom: 0;
}

#notification_preferences .preference-actions-box .enable-notification-box .subtitle,
#notification_preferences .preference-actions-box .additional-notification-box .subtitle,
#notification_preferences .preference-list-container .enable-notification-box .subtitle,
#notification_preferences .preference-list-container .additional-notification-box .subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #2c2a29;
  margin: 1rem;
}

#notification_preferences .preference-actions-box .enable-notification-box .checkbox-wrapper,
#notification_preferences .preference-actions-box .additional-notification-box .checkbox-wrapper,
#notification_preferences .preference-list-container .enable-notification-box .checkbox-wrapper,
#notification_preferences .preference-list-container .additional-notification-box .checkbox-wrapper {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

#notification_preferences .preference-actions-box .enable-notification-box .checkbox-container,
#notification_preferences .preference-actions-box .additional-notification-box .checkbox-container,
#notification_preferences .preference-list-container .enable-notification-box .checkbox-container,
#notification_preferences .preference-list-container .additional-notification-box .checkbox-container {
  display: flex;
}

#notification_preferences .preference-list-container {
  height: 650px;
  display: flex;
  flex-direction: column;
  margin-left: 2.5rem;
}

#notification_preferences .preference-list-container .list-items {
  overflow-y: auto;
}

#notification_preferences .checkbox-wrapper {
  display: flex;
  font-size: .875rem;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}

#notification_preferences .checkbox-wrapper label {
  min-width: 200px;
  margin-left: 0;
  display: flex;
  align-items: center;
}

#notification_preferences .checkbox-wrapper label a {
  margin-left: 5px;
  color: #000;
  text-decoration: none;
}

#notification_preferences .checkbox-wrapper label a:hover {
  text-decoration: underline;
}

#notification_preferences .checkbox-wrapper input[type='checkbox'] {
  display: none;
}

#notification_preferences .checkbox-wrapper .checkbox-title {
  font-size: .875rem;
  color: #2c2a29;
  font-weight: 500;
  margin-right: .5rem;
}

#notification_preferences p.disabled {
  color: #727069 !important;
  font-weight: 400 !important;
}

#notification_preferences .disabled {
  pointer-events: none;
}

#notification_preferences .no-activity {
  text-align: center;
  margin-top: .25rem;
}

#notification_preferences input[type='checkbox'] + span {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff left top no-repeat;
  border: 1px solid #bfc5d2;
  border-radius: .25rem;
  cursor: pointer;
}

#notification_preferences input[type='checkbox']:checked + span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-position: center;
}

#notification_preferences input[type='checkbox'] + span {
  margin-right: 10px;
}

#notification_preferences .preference-info-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  border-width: 2px;
  border-style: solid;
  border-color: #005c95;
  border-radius: .5rem;
  width: 150px;
  opacity: 1;
}

#notification_preferences .preference-info-tooltip::after {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  left: 45%;
  top: calc(100% - 7px);
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border-width: 2px;
  border-color: transparent #005c95 #005c95 transparent;
  background-color: #fff;
}

#react_auto_dialer_widget_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#auto_dialer_widget_container {
  position: relative;
  margin: 0 auto;
  /* Spinners */
}

#auto_dialer_widget_container .auto-dialer-container {
  margin: 64px 0 32px 0;
}

#auto_dialer_widget_container .margin-left {
  display: inline-block;
  margin-left: 5px;
}

#auto_dialer_widget_container .default-message {
  font-weight: bold;
  margin: 0 auto 24px auto;
  max-width: 90%;
  text-align: center;
}

#auto_dialer_widget_container .auto-dialer-button-container {
  display: flex;
}

#auto_dialer_widget_container .auto-dialer-dialing-container {
  margin: .5rem 0 2rem 0;
}

#auto_dialer_widget_container .auto-dialer-button {
  display: block;
  margin: 0 auto 16px auto;
  min-width: 120px;
}

#auto_dialer_widget_container .auto-dialer-button--disabled {
  cursor: not-allowed;
}

#auto_dialer_widget_container .auto-dialer-title-text {
  border: none;
  color: #204661;
  font-size: 24px;
}

#auto_dialer_widget_container .text-center {
  text-align: center;
}

#auto_dialer_widget_container .auto-dialer-title {
  margin: 8px 0;
}

#auto_dialer_widget_container .auto-dialer-link {
  color: #25aece;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

#auto_dialer_widget_container .auto-dialer-link--disabled {
  font-weight: bold;
}

#auto_dialer_widget_container .dialing-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

#auto_dialer_widget_container .dialing-messages {
  margin-left: 16px;
}

#auto_dialer_widget_container .dialing-messages .dialing-title {
  border: none;
  margin: 0;
  padding: 0;
}

#auto_dialer_widget_container .dialing-loader {
  margin-right: 24px;
}

#auto_dialer_widget_container .dialing-text {
  margin: 4px 0;
}

#auto_dialer_widget_container .auto-dialer-phone-icon {
  transform: rotate(90deg);
}

#auto_dialer_widget_container .auto-dialer-loader-container {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  position: relative;
  width: 56px;
}

#auto_dialer_widget_container .call-phone-container {
  align-items: center;
  display: flex;
  margin: 12px 0;
}

#auto_dialer_widget_container .phone-input-container {
  margin-bottom: 4px;
}

#auto_dialer_widget_container .call-phone-cancel-link {
  font-size: 10px;
  font-weight: bold;
  margin-left: 12px;
  text-transform: uppercase;
}

#auto_dialer_widget_container .call-phone-link {
  font-weight: bold;
  margin-left: 12px;
}

#auto_dialer_widget_container .call-phone-link--disabled {
  color: #aaa;
  cursor: not-allowed;
}

#auto_dialer_widget_container .phone-input {
  padding: 2px 4px;
  border: 1px solid #444;
  border-radius: 3px;
}

#auto_dialer_widget_container .phone-input::-moz-placeholder {
  color: #999;
  font-size: 10px;
}

#auto_dialer_widget_container .phone-input::placeholder {
  color: #999;
  font-size: 10px;
}

#auto_dialer_widget_container .phone-input-error {
  border-color: #e86f60;
}

#auto_dialer_widget_container .phone-input-error-message {
  color: #e86f60;
}

#auto_dialer_widget_container .retry-call-container {
  margin: 12px auto;
  max-width: 90%;
}

#auto_dialer_widget_container .redial-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 12px 0;
  position: relative;
}

#auto_dialer_widget_container .redial-text {
  font-weight: bold;
  margin-left: 12px;
}

#auto_dialer_widget_container .join-error-text {
  margin: 8px auto 24px auto;
  max-width: 90%;
}

#auto_dialer_widget_container .auto-dialer-call-info-wrapper {
  position: absolute;
  right: 8px;
  top: 16px;
  display: flex;
  align-items: center;
}

#auto_dialer_widget_container .auto-dialer-loader,
#auto_dialer_widget_container .auto-dialer-loader:after {
  border-radius: 50%;
  bottom: 0;
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

#auto_dialer_widget_container .auto-dialer-loader {
  animation: spinner 1.1s infinite linear;
  border-bottom: 3px solid #e5f4f9;
  border-left: 3px solid #204661;
  border-right: 3px solid #e5f4f9;
  border-top: 3px solid #e5f4f9;
}

#auto_dialer_widget_container .auto-dialer-loader-small,
#auto_dialer_widget_container .auto-dialer-loader-small:after {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

#auto_dialer_widget_container .auto-dialer-loader-small {
  animation: spinner 1.1s infinite linear;
  border-bottom: 2px solid #e5f4f9;
  border-left: 2px solid #204661;
  border-right: 2px solid #e5f4f9;
  border-top: 2px solid #e5f4f9;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.auto-dialer-modal-container {
  font-size: 12px;
  font-weight: bold;
}

.auto-dialer-modal-container p {
  margin-bottom: 12px;
}

.auto-dialer-modal-container button {
  margin: 0 0 24px 0;
}

.auto-dialer-modal-container .button-centered {
  display: block;
  margin: 0 auto;
}

.auto-dialer-modal-container .audio-test-buttons button:last-of-type {
  margin-left: 12px;
}

.toggleSwitchWrapperContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toggleSwitchWrapperContainer .toggleAndStatus {
  display: flex !important;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper {
  display: flex;
  margin-right: 10px;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper .toggleSwitch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper .toggleSwitch input {
  display: none;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper .toggleSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b4b4af;
  transition: .4s;
  border-radius: 16px;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper .toggleSlider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: -1px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper input:checked + .toggleSlider {
  background-color: #4e89a4;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper input:disabled + .toggleSlider {
  background: #ccc;
  pointer-events: none;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper input:checked + .toggleSlider:before {
  transform: translateX(16px);
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper input:disabled + .toggleSlider:before {
  background-color: #aaa;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper .toggleSlider:before {
  border: 1px solid #b4b4af;
}

.toggleSwitchWrapperContainer .toggleSwitchWrapper input:checked + .toggleSlider:before {
  border: 1px solid #4e89a4;
}

.sameDayVisits {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #6dc4e5;
  border-bottom: 1px dotted #6dc4e5;
  padding: 10px 0 8px;
}

.sameDayVisits .editAction {
  color: var(--Link, #27accd);
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.sameDayVisits .sameDayVisitsHeading {
  color: var(--blue-dirty-800-heading-text, #244861);
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.3em;
}

.sameDayVisits .editActionWrapper {
  cursor: pointer;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  gap: 4px;
}

.sameDayVisitContent .view {
  padding: 20px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.sameDayVisitContent .view .viewText {
  color: var(--grey-warm-500-body-text, #7c7d74);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.sameDayVisitContent .edit {
  border-radius: 8px 8px 0px 8px;
  background: var(--Blue-Dirty-100, #c6e6f2);
  padding: 16px;
  margin: 20px 0px 30px 0px;
}

.sameDayVisitContent .edit .disableSameDayVisitsWrapper {
  display: flex;
  margin-bottom: 20px;
}

.sameDayVisitContent .edit .disableSameDayVisitsWrapper .disableSameDayVisitsLabel {
  width: 230px;
}

.sameDayVisitContent .edit .loaderContainer {
  display: flex;
  justify-content: center;
}

.sameDayVisitContent .edit .editButtons {
  display: flex;
  color: #fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, .15);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  gap: 16px;
}

.sameDayVisitContent .edit .editButtons .cancel {
  cursor: pointer;
  padding: 7px 24px;
  border-radius: 4px;
  background: var(--Gradients-Grey, linear-gradient(90deg, #a8aaa7 0%, #b4b4af 100%));
}

.sameDayVisitContent .edit .editButtons .save {
  cursor: pointer;
  padding: 7px 24px;
  border-radius: 4px;
  background: var(--Gradients-Yellow, linear-gradient(90deg, #d18d02 0%, #f9a101 100%));
}

.sameDayVisitContent .sameDayVisitsFieldWrapper {
  display: flex;
  margin-bottom: 20px;
}

.sameDayVisitContent .sameDayVisitsFieldWrapper .sameDayVisitsLabel {
  width: 230px;
}


/*# sourceMappingURL=app-f4f75d6d8785bddffea8.bundle.css.map*/