/**
 * wcj-subscription-customization.
 *
 * @version 6.0.0
 */

.wcj_sc_modal {
  display: none;
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.wcj_sc_modal_content {
  width: 50%;
  padding: 0;
  position: relative;
  background-color: #fefefe;
  border: 1px solid #888;
  margin: auto;
}
.wcj_close_sc_modal {
  float: right;
  color: #000;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
}
.wcj_sc_modal_header {
  padding: 2px 16px;
}
.wcj_sc_modal_body {padding: 10px 16px;}
.wcj_sc_modal_footer {
  color: white;
  padding: 2px 16px;
  background-color: #5cb85c;
}
#wcj_other_reason_row{
  display:none;
  margin-top:5px;
}
#wcj_wcs_cancellation_submit{
  margin-top:15px;
  margin-bottom:15px;
}
.wcj_ws_next_payment_date_main{
  margin-top: 20px;
  margin-bottom: 20px;
}
#wcj_ws_next_payment_date{
  margin-left: 10px;
  margin-right: 10px;
}
.wcj_wcs_apes_main .wcj_wcs_apes_title{
  font-size: 20px;
  font-weight: 400;
}
.wcj_wcs_apes_main .wcj_wcs_apes_btn{
  margin-top: 20px;
  margin-bottom: 10px;
}
.wcj_custom_loading {
  position: relative;
}
.wcj_custom_loading {
  opacity: 0.5;
}
.wcj_custom_loading span::after {
  content: url("../../assets/images/ajax_spinner.gif");
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.wcj_wcsc_addon_main .wcj_wcsc_addon_title{
  font-size: 20px;
  font-weight: 400;
}
.wcj_wcsc_addon_main ul.wcj_wcsc_addon_options{
  margin: 5px;
}
.wcj_wcsc_addon_main li.wcj_wcsca_option{
  list-style: none;
  margin-top: 5px;
}
.wcj_wcsc_addon_main li.wcj_wcsca_expire_option{
  list-style: none;
  margin-top: 10px;
  display: none;
}
.wcj_wcsca_expire_option .wcj_wcsca_expire_select{
  margin-left: 5px;
}