@import 'public-booking/main_dependencies';

bb-remove-tickets-modal {

  .modal-body {
    bb-checkbox {
      display: inline-block;
    }
  }

  .modal-footer {
    display: flex;
    justify-content: flex-end;

    border-top: none;

    button {
      width: 120px;
    }
  }

  .remove-tickets-modal {
    &__message {
      margin-bottom: $bb-modal-padding-horizontal;
      font-weight: 600;
    }

    &__list-element {
      padding-right: $bb-list-padding-vertical;
      padding-left: $bb-list-padding-vertical;
    }

    &__checkbox-content {
      height: 16px;
      line-height: 16px;
      font-weight: normal;

      &--checked {
        // Text shadow bolds font but does not change its size.
        text-shadow: 0 0 0 darken($bb-font-color, 10%);
      }
    }
  }

}