.gform_wrapper .hide-label .gfield_label {
  display: none; }

.lity-close {
  position: absolute;
  color: #000;
  right: 1rem;
  top: 1rem; }
  .lity-close:hover, .lity-close:focus {
    opacity: 0.7;
    color: #000; }
  .lity-close:active {
    color: #000;
    right: 1rem;
    top: calc( 1rem + 1px); }

.dc__tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dc__tabs__list li {
    background: #fff; }
    .dc__tabs__list li button {
      background: none;
      color: inherit;
      border: none;
      display: block;
      padding: 1em; }
      .dc__tabs__list li button[aria-expanded="false"] {
        background: #d2d8d8;
        color: #809191; }

.dc__tabs__content__item {
  padding: 2rem; }
  .dc__tabs__content__item[aria-expanded="false"] {
    display: none; }

.dc__modal {
  overflow-y: auto; }
  .dc__modal .dc__modal__content {
    background: #fff; }

#dc__lr-modal {
  width: 100vw;
  max-width: 500px; }
  #dc__lr-modal #loginform input[type="text"],
  #dc__lr-modal #loginform input[type="password"],
  #dc__lr-modal #loginform label {
    display: block;
    width: 100%; }
  #dc__lr-modal #login_error {
    color: red;
    margin-bottom: 1rem; }
