/* All of the CSS for your public-facing functionality should be
  included in this file.
 */

 .content-area {
  width: 100% !important;
}

 @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,300,400,500,600,700,800,900&display=swap");

/*--------------------------------------------------------------
# Login registration form common css
--------------------------------------------------------------*/

div#rtwapwcm_aff_page_reg_1 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  color: #6d6d6d;
  font-size: 16px;
}
a.rtwapwcp_login_have_account {
  display: inline-block;
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: bold;
  margin-left: 5px;
}
#rtwapwcm_login_register_form_wrapper_temp2 a.rtwapwcp_login_have_account, #rtwapwcm-reg-form-wrapper-temp3 .rtwapwcm-form-content a.rtwapwcp_login_have_account{
  color: #fff;
}
#rtwapwcm-login-register-form-wrapper a.rtwapwcp_login_have_account, .rtwapwcm-form-wrapper-3 a.rtwapwcp_login_have_account{
  color: #000;
}
.rtwapwcm_reg_form_btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

#rtwapwcm_aff_not_login {
  width: 100%;
}
#rtwapwcm_aff_page_login {
  width: 40%;
  float: left;
}
#rtwapwcm_aff_page_reg {
  width: 60%;
  padding-left: 2%;
  float: left;
}
/* #rtwapwcm_aff_page_reg_1 {
  width: 100%;
  padding-left: 2%;
} */
#rtwapwcm_aff_page_login_1 {
  width: 100%;
}
#rtwapwcm_reset_password_page {
  width: 100%;
}
.rtwapwcm-text {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-top: 15px;
}
.rtwapwcm-text .rtwapwcm-text-icon {
  align-items: center;
  background-color: #ffffff;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40px;
}
.rtwapwcm-text input,
.rtwapwcm-text textarea,
.rtwapwcm-text select {
  width: 100%;
  background-color: #ffffff !important;
  padding: 12px 15px !important;
  line-height: 1.4;
  border: 1px solid #dddddd !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 14px;
}
.rtwapwcm_login_button1{
  display: none;
}

/*--------------------------------------------------------------
# Login registration form template 1
--------------------------------------------------------------*/
#rtwapwcm-login-register-form-wrapper {
  border: 2px solid #eeeeee;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 20px;
  box-shadow: 0 4px 38px 0 rgba(22, 21, 55, 0.06),
	0 0 21px 0 rgba(22, 21, 55, 0.03);
  border-radius: 4px;
}
#rtwapwcm-login-register-form-wrapper .rtwapwcm-title {
  text-align: center;
  margin-bottom: 10px;
}
#rtwapwcm-login-register-form-wrapper .rtwapwcm-title h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 30px;
}
#rtwapwcm-login-register-form-wrapper input:focus {
  box-shadow: none;
  outline: none;
}
#rtwapwcm-login-register-form-wrapper form input[type="submit"] {
  background-color: #219595;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 18px;
  border: none;
  margin: 20px 0 15px 0;
  padding: 15px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#rtwapwcm-login-register-form-wrapper input#rtwapwcm-Login,
 #rtwapwcm-login-register-form-wrapper #rtwapwcm_register {
  border-radius: 38px;
  padding: 5px 40px;
  text-transform: capitalize;
  background: #219595;
  color: #fff;
  line-height: 1.8em;
  border: 0;
  font-weight: bold;
}
#rtwapwcm-login-register-form-wrapper input#rtwapwcm-Login1 {
  background-color: transparent !important;
  color: #219595;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  float: right;
  margin-top: 2.8rem;
  padding-right: 0;
}
#rtwapwcm-login-register-form-wrapper form .rtwapwcm-statement {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

/*--------------------------------------------------------------
# Login registration form template 2
--------------------------------------------------------------*/
#rtwapwcm_login_register_form_wrapper_temp2{
  background-color: #000;
  padding: 35px;
  border-radius: 8px;
  width: 60%;
  max-width: 620px;
  margin: 0 auto;
}
#rtwapwcm_login_register_form_wrapper_temp2 h2{
  color: #fff;
  font-weight: 600;
}
#rtwapwcm_login_register_form_wrapper_temp2 .rtwapwcm-text{
  margin-top: 22px;
}
#rtwapwcm_login_register_form_wrapper_temp2 input{
  border-radius: 4px;
}
#rtwapwcm_login_register_form_wrapper_temp2 input:focus{
  outline-color: #03A9F4;
}
#rtwapwcm_login_register_form_wrapper_temp2 input#rtwapwcm_register,
 #rtwapwcm_login_register_form_wrapper_temp2 #rtwapwcm-Login {
  width: 135px;
  background-color: #03A9F4;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
}
#rtwapwcm_login_register_form_wrapper_temp2 #rtwapwcm-Login1{
  background-color: transparent;
  background: none;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin-top: 10px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Login registration form template 3
--------------------------------------------------------------*/

/* Login template */
#rtwapwcm_aff_page_login_temp3{
  width: 60%;
  margin: 0 auto 30px;
}
div#rtwapwcm-login-form-wrapper-temp3 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 8px #80808059;
}
.rtwapwcm-login-form-image {
  width: 100%;
  height: 179px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.rtwapwcm-login-form-image:before {
  content: '';
  background: #00000073;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
#rtwapwcm-login-form-wrapper-temp3 .rtwapwcm-form-content{
  padding: 35px;
}
#rtwapwcm-login-form-wrapper-temp3 h2, #rtwapwcm-reg-form-wrapper-temp3 h2{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}
#rtwapwcm-login-form-wrapper-temp3 h2{
  color: #000;
}
.rtwapwcm-form-field {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#rtwapwcm-login-form-wrapper-temp3 .rtwapwcm-form-field input,
#rtwapwcm-reg-form-wrapper-temp3 .rtwapwcm-form-field input{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 10px 5px 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
#rtwapwcm-login-form-wrapper-temp3 input#rtwapwcm-Login
{
  padding: 0 20px;
  min-width: 140px;
  height: 45px;
  background-color: #57b846;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#rtwapwcm-login-form-wrapper-temp3 input#rtwapwcm-Login1{
  float: right;
  background: transparent;
  padding-right: 0;
  text-transform: capitalize;
  color: #43454b;
  font-size: 14px;
  margin-top: 20px;
}
#rtwapwcm-login-form-wrapper-temp3 input:focus,
#rtwapwcm-reg-form-wrapper-temp3 input:focus{
  outline: 0;
}

/* register template */
#rtwapwcm_aff_page_reg_temp3{
  clear: both;
  padding-top: 30px;
}
#rtwapwcm-reg-form-wrapper-temp3{
  display: flex;
  flex-wrap: wrap;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 8px #80808059;
  box-sizing: border-box;
}

.rtwapwcm-reg-form-image{
  width: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
#rtwapwcm-reg-form-wrapper-temp3 .rtwapwcm-form-content {
  width: 65%;
  padding: 60px;
  box-sizing: border-box;
}
#rtwapwcm-reg-form-wrapper-temp3 h2{
  color: #fff;
}
#rtwapwcm-reg-form-wrapper-temp3 .rtwapwcm-form-field input{
  color: #fff;
}
#rtwapwcm-reg-form-wrapper-temp3 input#rtwapwcm_register {
  width: 135px;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Login registration form template 4
--------------------------------------------------------------*/

.rtwapwcm-form-wrapper-3 {
  background-color: #e85a26;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  width: 60%;
  max-width: 620px;
  margin: 0 auto;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-text {
  margin-top: 0;
  margin-bottom: 15px;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-form-inner {
  padding: 30px;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-form-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  color: #000;
  border-radius: 10px;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-form-content form {
  margin: 0;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-form-content form h2 {
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-size: 26px;
  padding-bottom: 20px;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-custom-radio label input::before {
  border-color: #e85a26;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-custom-radio label input:checked::after {
  background-color: #e85a26;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-custom-checkbox label input::before {
  border-color: #e85a26;
}
.rtwapwcm-form-wrapper-3 .rtwapwcm-custom-checkbox label input:checked::after {
  border-color: #e85a26;
}
.rtwapwcm-form-wrapper-3 input[type="text"]:focus,
.rtwapwcm-form-wrapper-3 input[type="email"]:focus {
  outline: 0;
}
.rtwapwcm-form-wrapper-3 input[type="submit"] {
  background-color: #8282d5;
  color: #ffffff;
  border-radius: 4px;
  min-width: 150px;
  margin: 20px 0;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.rtwapwcm-form-wrapper-3 input[type="button"] {
  background-color: #e85a26;
  color: #ffffff;
  border-radius: 4px;
  min-width: 150px;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.rtwapwcm-form-wrapper-3 input#rtwapwcm-Login1 {
  background-color: transparent !important;
  color: #e85a26;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  float: right;
  padding-right: 0;
}
.rtwapwcm-form-wrapper-3 input[type="submit"]:hover,
.rtwapwcm-form-wrapper-3 input[type="submit"]:focus,
.rtwapwcm-form-wrapper-3 input[type="button"]:hover,
.rtwapwcm-form-wrapper-3 input[type="button"]:focus {
  opacity: 0.7;
  background-color: #e85a26;
  color: #ffffff;
}
.rtwapwcm-form-wrapper-3 form .rtwapwcm-statement {
  color: #868686;
}
/*--------------------------------------------------------------
# End all Login registration form template  css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Modal css
--------------------------------------------------------------*/
.rtwapwcm_modal {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  display: none;
  z-index: 999;
}
.rtwapwcm_modal_dialog {
  width: 30%;
  background: white;
  position: relative;
  top: 20%;
  margin: 0 auto;
}
.rtwapwcm_modal_content {
  height: 100%;
}
.rtwapwcm_modal_header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.rtwapwcm_modal_header h3 {
  margin: 0 !important;
  text-transform: capitalize;
  color: white;
  font-size: 18px;
}
.rtwapwcm_modal_header {
  background-color: black;
  color: white;
}
.rtwapwcm_modal_footer {
  padding: 10px;
  border-top: 1px solid #655e5e26;
  text-align: right;
}
.rtwapwcm_close_modal_icon {
  cursor: pointer;
}
.rtwapwcm_modal_body {
  overflow-y: auto;
  height: 200px;
  padding: 25px 25px 0 25px;
  text-align: left;
}
/*--------------------------------------------------------------
# Forget password modal in login template
--------------------------------------------------------------*/
.rtwapwcm_forget_psw{
  display: none;
}
.rtwapwcm_new_pass_field{
  display: none;
}
input.rtwapwcm_email_field {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}
button.rtwapwcm_send_otp_btn {
  color: #ffffff;
  border: none;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 10px;
  background-color: #7f54b3;
  margin-bottom: 20px;
}
.rtwapwcm_amount_text input {
  box-shadow: 0px 8px 8px #ccbbbba6 !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
}
.rtwapwcm_amount_text p {
  color: orange;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.rtwapwcm_amount_text {
  margin-bottom: 2rem;
}
.rtwapwcm_amount_text label{
  margin-right: 15px;
}

/*--------------------------------------------------------------
# Custom radio and checkbox button css for login and register template
--------------------------------------------------------------*/

.rtwapwcm-custom-radio label, .rtwapwcm-custom-checkbox label {
  position: relative;
  margin: 0 8px 0 0;
  padding-left: 15px;
  cursor: pointer;
}
.rtwapwcm_main_label{
  margin-bottom: 6px;
  text-transform: capitalize;
}
.rtwapwcm-custom-radio label input[type="radio"],
 .rtwapwcm-custom-checkbox label input[type="checkbox"] {
  width: auto;
  background-color: transparent;
  border: none !important;
  padding: 0;
  cursor: pointer;
  visibility: hidden ;
}
.rtwapwcm-custom-radio label input::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #219595;
  border-radius: 50%;
  left: 0;
  top: 1px;
  visibility: visible;
  background-color: #ffffff;
}
.rtwapwcm-custom-radio label input::after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 5px;
  background-color: #219595;
  border-radius: 50%;
  top: 6px;
  display: inline-block;
  opacity: 0;
  transition: 0.3s linear all;
  visibility: hidden;
  transform: scale(0);
}
.rtwapwcm-custom-radio label input:checked::after {
  opacity: 1;
  transition: 0.3s linear all;
  visibility: visible;
  transform: scale(1);
}
.rtwapwcm-custom-checkbox,
.rtwapwcm-custom-radio {
  margin-top: 15px;
}
.rtwapwcm-custom-checkbox label input::before {
  background-color: #ffffff;
  border-radius: 4px;
  border: 2px solid #219595;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  visibility: visible;
}
.rtwapwcm-custom-checkbox label input::after {
  border-bottom: 3px solid #219595;
  border-left: 3px solid #219595;
  content: "";
  display: inline-block;
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 3px;
  width: 13px;
  height: 5px;
  opacity: 0;
  transition: 0.3s linear all;
  visibility: hidden;
  transform: scale(0) rotate(-45deg);
  transform-origin: 8px 6px;
}
.rtwapwcm-custom-checkbox label input:checked::after {
  opacity: 1;
  transition: 0.3s linear all;
  visibility: visible;
  transform: scale(1) rotate(-45deg);
}
/* end css */
.width-100 {
  width: 100%;
}
#rtwapwcm_not_approved {
  background-color: #f8e0e0;
  padding: 10px 20px;
  text-transform: capitalize;
  border-left: 4px solid #e60b0b;
  border-radius: 4px;
}
.rtwapwcm_download_qr {
  visibility: hidden;
}
.rtwapwcm_commissionws_wrapper {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
  background-color: #ddd;
  padding: 16px 15px;
  font-size: 18px;
  text-align: center;
}
.rtwapwcm_commissionws_wrapper span {
  margin-left: 20px;
  font-size: 20px;
}
#rtwapwcm_mail_optIn input {
  margin-right: 10px;
  vertical-align: middle;
}
#rtwapwcm_mail_optIn {
  margin: 20px 0;
  position: relative;
}
#rtwapwcm_mail_optIn label {
  margin-right: 20px;
}
#rtwapwcm_email_setting,
.rtwapwcm_paypal,
.rtwapwcm_payment_type,
.rtwapwcm_direct,
#rtwapwcm_coupon_code {
  margin: 20px 0;
}
.rtwapwcm_setting_span {
  display: inline-block;
  width: 30%;
}
.rtwapwcm_paypal_email,
.rtwapwcm_stripe_email {
  width: 40%;
}
#rtwapwcm_banner_preview > p {
  font-weight: 600;
  margin-bottom: 0;
}
.rtwapwcm_prod_name {
  margin: 10px 0 0 0;
  font-weight: bold;
}
#rtwapwcm_copy_to_clip,
#rtwapwcm_generate_qr {
  visibility: hidden;
}
#rtwapwcm_create_coupon {
  margin-left: 15px;
}
#rtwapwcm_commission tbody tr:nth-child(2n) td,
#rtwapwcm_coupons tbody tr:nth-child(2n) td {
  background-color: #efefef;
}
.rtwapwcm_share_qr {
  margin-top: 20px;
}
.rtwapwcm_share_qr::after {
  clear: both;
  display: block;
  content: "";
}
#rtwapwcm_overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
#rtwapwcm_create_coupon_container {
  margin-top: 30px;
  font-size: 16px;
}
#rtwapwcm_affiliate_body .rtwapwcm_create_coupon_text {
  text-align: center;
  background-color: #f4f4f4;
  padding: 6px;
  border-left: 4px solid #4b4b6f;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.6 !important;
}
#rtwapwcm_affiliate_body {
  margin-top: 20px;
}
#rtwapwcm_commission {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
#rtwapwcm_commission th,
#rtwapwcm_coupons th {
  background-color: #dddddd;
}
#rtwapwcm_commission thead th {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
#rtwapwcm_commission .rtwapwcm_level_comm th {
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}
.rtwapwcm_no_comm {
  padding: 15px;
  vertical-align: middle;
  text-align: center !important;
}
#rtwapwcm_commission td,
#rtwapwcm_commission th,
#rtwapwcm_coupons td,
#rtwapwcm_coupons th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

#rtwapwcm_main_container a {
  text-decoration: none;
}
#rtwapwcm_generate_button,
#rtwapwcm_generate_banner_button,
#rtwapwcm_search_button,
#rtwapwcm_generate_csv,
#rtwapwcm_copy_to_clip,
#rtwapwcm_copy_to_clip_mlm,
#rtwapwcm_generate_qr,
#rtwapwcm_get_script,
#rtwapwcm_get_html,
#rtwapwcm_create_link,
#rtwapwcm_create_banner,
.rtwapwcm_download_qr,
#rtwapwcm_profile_save,
#rtwapwcm_payout_save,
#rtwapwcm_create_coupon,
#rtwapwcm_affiliate_activate,
#rtwapwcm_affiliate_activate_not,
#rtwapwcm_rqst_mail,
#rtwapwcm_open_request_with {
  background-color: #9575cd;
  color: #ffffff;
  border-radius: 4px;
  padding: 9px 30px;
  min-width: 145px;
  margin-right: 7px;
  margin-top: 10px;
  transition: 0.2s linear all;
  cursor: pointer;
  border: none;
  display: inline-block;
  box-shadow: none;
  background-image: none;
  font-size: 14px;
  line-height: 1.6;
}
#rtwapwcm_generate_button:hover,
#rtwapwcm_generate_banner_button:hover,
#rtwapwcm_search_button:hover,
#rtwapwcm_generate_csv:hover,
.rtwapwcm_download_qr:hover,
#rtwapwcm_profile_save:hover,
#rtwapwcm_payout_save:hover,
#rtwapwcm_create_coupon:hover,
#rtwapwcm_generate_qr:hover,
#rtwapwcm_copy_to_clip:hover,
#rtwapwcm_copy_to_clip_mlm:hover,
#rtwapwcm_get_script:hover,
#rtwapwcm_get_html:hover,
#rtwapwcm_rqst_mail:hover,
#rtwapwcm_affiliate_activate:hover,
#rtwapwcm_open_request_with:hover {
  transition: 0.2s linear all;
  opacity: 0.8;
}
#rtwapwcm_is_affiliate h3 {
  margin-top: 10px;
  font-weight: 500;
}
#rtwapwcm_is_affiliate{
  position: relative;
}
#rtwapwcm_generate_csv {
  margin-left: 10px;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 12px;
}
.rtwapwcm-font_bold {
  font-weight: bold;
}
.rtwapwcm_social_share {
  display: none;
  flex-wrap: wrap;
  text-align: center;
  float: left;
  width: 65%;
  justify-content: space-around;
}
.rtwapwcm_social_share_mlm {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  float: left;
  width: 60%;
  justify-content: space-around;
}
.rtwapwcm_social_share a,
.rtwapwcm_social_share_mlm a {
  text-decoration: none;
}
.rtwapwcm_social_share .rtwapwcm_btn,
.rtwapwcm_social_share .rtwapwcm_fb_share,
.rtwapwcm_social_share .rtwapwcm_mail_button,
.rtwapwcm_social_share .rtwapwcm_whatsapp_share,
.rtwapwcm_social_share_mlm .rtwapwcm_btn,
.rtwapwcm_social_share_mlm .rtwapwcm_fb_share,
.rtwapwcm_social_share_mlm .rtwapwcm_mail_button,
.rtwapwcm_social_share_mlm .rtwapwcm_whatsapp_share {
  width: 70px;
  margin-top: 20px;
  margin-right: 20px;
}
.rtwapwcm_select_cat
  ~ .select2.select2-container
  .select2-selection.select2-selection--single,
.rtwapwcm_payment_method
  ~ .select2.select2-container
  .select2-selection.select2-selection--single {
  height: 46px;
}
.rtwapwcm_select_cat ~ .select2.select2-container #select2--container,
.rtwapwcm_payment_method
  ~ .select2.select2-container
  .select2-selection__rendered {
  line-height: 46px;
}
.rtwapwcm_select_cat ~ .select2.select2-container .select2-selection__arrow,
.rtwapwcm_payment_method ~ .select2.select2-container .select2-selection__arrow {
  top: 13px;
}
.tooltip {
  position: relative;
  display: inline-block;
  width: 100px;
}

/* The Close Button */
.rtwapwcm_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.rtwapwcm_close:hover,
.rtwapwcm_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.rtwapwcm_custom_banner_copy_html {
  box-shadow: 0px 9px 8px #9a9696;
  background-color: #e85050;
  color: #ffffff;
  border-radius: 5px;
  padding: 9px 30px;
  width: 100%;
  margin-right: 7px;
  margin-top: 10px;
  transition: 0.2s linear all;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  background-image: none;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.rtwapwcm_social_login_container {
  display: flex;
}

/* / Add Animation / */
@-webkit-keyframes animatetop {
  from {
	top: -300px;
	opacity: 0;
  }
  to {
	top: 0;
	opacity: 1;
  }
}

@keyframes animatetop {
  from {
	top: -300px;
	opacity: 0;
  }
  to {
	top: 0;
	opacity: 1;
  }
}
.modal-footer {
  padding: 2px 16px;
  background-color: #ffffff;
  color: white;
  height: 100px;
}
.rtwapwcm_bank_details {
  margin-bottom: 10px;
}
.rtwapwcm_cancel_btn_with{
  background-color: red !important;
  color: #ffffff;
}
.rtwapwcm_save_btn {
  background-color: #2a2730;
}

.rtwapwcm_cancel_btn {
  background-color: red;
}
.rtwapwcm_inpt_label {
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}




/*--------------------------------------------------------------
# Media query start
--------------------------------------------------------------*/

@media(max-width:992px){
  #rtwapwcm_aff_page_login_temp3 {
	width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rtwapwcm-form-wrapper-2 .rtwapwcm-form-image,
  .rtwapwcm-form-wrapper-2 .rtwapwcm-form-content {
	flex: 0 0 100%;
  }
  .rtwapwcm-form-wrapper-2 .rtwapwcm-form-content {
	margin-left: 0;
  }
  .rtwapwcm-form-wrapper-2 .rtwapwcm-form-image {
	padding: 60px 20px;
  }
  #rtwapwcm-login-form-wrapper-temp3 .rtwapwcm-form-content {
	padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  #rtwapwcm_generate_csv {
	margin-left: 0;
  }
  .rtwapwcm_select_cat ~ .select2.select2-container {
	width: 100% !important;
	margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .rtwapwcm-reg-form-image{
	width: 100%;
	height: 200px;
  }
  #rtwapwcm-reg-form-wrapper-temp3 .rtwapwcm-form-content {
	width: 100%;
	padding: 12px;
}
  .rtwapwcm-form-wrapper-3 .rtwapwcm-form-inner,
  .rtwapwcm-form-wrapper-3 .rtwapwcm-form-content {
	padding: 10px;
  }
  #rtwapwcm_commission td,
  #rtwapwcm_commission th {
	padding: 10px 8px;
  }
  #rtwapwcm_create_coupon {
	margin-left: 5px;
  }
  #rtwapwcm_commission .rtwapwcm_level_comm th {
	padding: 15px 4px;
	font-size: 12px;
  }
  #rtwapwcm_affiliate_body {
	overflow-y: auto;
  }
  #rtwapwcm_aff_page_login {
	width: 100% !important;
  }
  #rtwapwcm_aff_page_reg {
	width: 100% !important;
	margin-top: 3rem;
  }

}