/**
 * WCS Cancel survey CSS
 */
.woocommerce-MyAccount-content .cancellation_popup,
.woocommerce-MyAccount-content .pause_popup {
  order: 99999;
  display: none;
  margin: 20px 0; }
  .woocommerce-MyAccount-content .cancellation_popup h3,
  .woocommerce-MyAccount-content .pause_popup h3 {
    margin-bottom: 10px; }
  .woocommerce-MyAccount-content .cancellation_popup .cancel_question,
  .woocommerce-MyAccount-content .cancellation_popup .pause_question,
  .woocommerce-MyAccount-content .pause_popup .cancel_question,
  .woocommerce-MyAccount-content .pause_popup .pause_question {
    display: flex;
    flex-wrap: wrap;
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .woocommerce-MyAccount-content .cancellation_popup .cancel_question span,
    .woocommerce-MyAccount-content .cancellation_popup .pause_question span,
    .woocommerce-MyAccount-content .pause_popup .cancel_question span,
    .woocommerce-MyAccount-content .pause_popup .pause_question span {
      width: 100%; }
      .woocommerce-MyAccount-content .cancellation_popup .cancel_question span input,
      .woocommerce-MyAccount-content .cancellation_popup .pause_question span input,
      .woocommerce-MyAccount-content .pause_popup .cancel_question span input,
      .woocommerce-MyAccount-content .pause_popup .pause_question span input {
        margin-right: 10px; }
  .woocommerce-MyAccount-content .cancellation_popup a.button.pause_popup_button,
  .woocommerce-MyAccount-content .cancellation_popup a.button.cancellation_popup_button,
  .woocommerce-MyAccount-content .pause_popup a.button.pause_popup_button,
  .woocommerce-MyAccount-content .pause_popup a.button.cancellation_popup_button {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0 0 0; }
  .woocommerce-MyAccount-content .cancellation_popup a.cancel-pause,
  .woocommerce-MyAccount-content .cancellation_popup a.cancel-cancellation,
  .woocommerce-MyAccount-content .pause_popup a.cancel-pause,
  .woocommerce-MyAccount-content .pause_popup a.cancel-cancellation {
    margin: 10px 0 0 38px;
    font-size: 14px;
    float: right;
    align-self: center; }

/*# sourceMappingURL=wcs-cancel-subscription-confirmation.css.map */
