/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 *{
    box-sizing: border-box;
}
body{
    margin: 0;
    line-height: normal;
}
*,::before,::after{
    box-sizing: border-box;
}
.rtw_popup{
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.rtw_card{
   position: relative;
    height: 400px;
    width: 560px;
    background: linear-gradient(45deg, #ff4e50, #f9d423);
 
    border-radius: 20px;
   
    /* box-shadow: 0 0 20px 8px #d0d0d0; */
    font-family: sans-serif;
  
}
.rtw_card_body {
color: white;
    align-items: center;
    padding: 2rem;
    width: 100%;
    height: 100%;
    text-align: center;
}
.rtw_card_body h2{
    font-size: 3rem;
    color: white;
    background: black;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    transform: skew(
        -9deg
        , 
        -7deg
        );
    margin-top: 4rem;
}
button {
    border: none;
    background: white;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 8px #f9f6f69c;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}
button::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background:linear-gradient(45deg, #ff4e50, #f9d423);
    left: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
}
button:hover{
    color: white;
}
button:hover::before{
opacity: 1;
width: 100%;
}
.rtw_card_label {
    background: white;
    padding: 10px 45px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 35px;
    left: -12px;
}
.rtw_card_label label{
    margin: 0;
}
.rtw_card_label::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -12px;
    left: 0px;
    border-bottom: 12px solid black;
    border-left: 12px solid transparent;
}
.rtw_card_label::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -14px;
    top: 0;
    border-top: 21px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #ffffff;
}
.rtw_close_popup {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.bottom_text{
    font-size: 20px;
    font-style: italic;
    margin: 0;
    font-weight: bold;
    text-align: right;
    margin-top: 2rem;
}
.price{
    background: #fd7343;
    width: auto;
    padding: 10px;
    transform: skew( 
-9deg
 , 
-7deg
 );
    width: 170px;
    position: absolute;
    right: 15px;
    bottom: 135px;
    font-size: 24px;
    font-weight: bold;
}
.price span:nth-child(2){
    margin-left: 5px;
    color: black;
    font-size: 35px;
}



.rtwbmal-help-section-heading {
   width: 100%;
   text-align: center;
   font-size: 35px;
   margin: 15px 0;
   padding: 10px;
   font-weight: 500;
   line-height: 35px;
}
.rtwbmal_setup_tab_wrapper a:focus{
    outline: 0;
    box-shadow: none;
}
.rtwbmal_setting_i {
    padding-left: 20px;
}
.rtwbmal_button {
    background-color: #9575CD;
    color: #ffffff;
    padding: 13px 20px;
    border-radius: 4px;
    border: none;
    transition: 0.2s linear all;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    min-width: 200px;
    display: inline-block;
}
.rtwbmal_button:hover,.rtwbmal_button:focus{
    transition: 0.2s linear all;
    opacity: 0.7;
    color: #ffffff;
}
.rtwbmal_mian_heading{
    background-color: #9575CD;
    margin-left: -20px !important;
    padding: 20px !important;
    color: #ffffff;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 0;
}
.rtwbmal_mian_heading img {
   vertical-align: middle;
   width: 47px;
   margin-right: 10px;
}
.rtwbmal_section_sub_heading.rtwbmal_authentication_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rtwbmal_setup_menu_tab_wrapper {
    display: flex;
    border: none;
    background-color: #fff;
    margin-left: -20px;
    padding: 0;
    overflow-x: auto;
}
.rtwbmal_setup_menu_tab_wrapper .rtwbmal_setup_menu_tab {
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #f3e2e2;
    border-right: 2px solid #e0cccc;
    color: #383434;
    position: relative; 
}
.rtwbmal_setup_menu_image {
   width: 40px;
   height: 40px;
   display: inline-block;
   background-size: cover;
   background-position: center center;
   background-image: url('../images/basic-setup.png');
   margin: 0 auto 5px;
}
.rtwbmal_authentication_image{
   background-image: url('../images/authentication.png');
}
.rtwbmal_accounts_image{
   background-image: url('../images/account-setup.png');
}
.rtwbmal_basic_image{
   background-image: url('../images/basic-setup.png');
}
.rtwbmal_advance_image{
   background-image: url('../images/advance-setup.png');
}
.rtwbmal_automation_image{
   background-image: url('../images/automation-setup.png');
}
.rtwbmal_one-click-sync_image{
   background-image: url('../images/one-click-setup.png');
}
.rtwbmal_help_image{
   background-image: url('../images/help.png');
}
.rtwbmal_setup_menu_tab_wrapper .rtwbmal_setup_menu_tab.nav-tab-active{
    background-color: #ffffff;
    color: #676767;
}
.rtwbmal_setup_menu_tab_wrapper .rtwbmal_setup_menu_tab.nav-tab-active::after{
    content: "";
    border-bottom: 2px solid #ed1919;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/* /////////////////////////////////////////////////// */
.rtwbmal_setup_content_wrapper {
    padding: 15px;
    background-color: #fff;
    margin-top: 15px;
    margin-right: 15px;
}
.rtwbmal_setup_content_wrapper table{
    width: 100%;
}
.rtwbmal_setup_content_wrapper table th, .rtwbmal_setup_content_wrapper table td {
    display: table-cell;
    padding: 20px 10px;
}
.rtwbmal_setup_content_wrapper table th {
    width: 250px;
}
.rtwbmal_section_sub_heading {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
.rtwbmal_setup_content_wrapper input[type="text"],
.rtwbmal_setup_content_wrapper select {
    padding: 10px 15px;
    border-radius: 4px;
    height: auto;
    width: 60%;
    background-color: #ffffff;
}
.rtwbmal_custom_checkbox {
    position: relative;
    display: inline-block;
}
.rtwbmal_custom_checkbox input[type="checkbox"] ~ label::after {
    border-radius: 4px;
    border: 2px solid #dddddd;
    content: "";
    display: inline-block;
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.rtwbmal_custom_checkbox input[type="checkbox"] ~ label::before {
    content: "\f147";
    font-family: 'dashicons';
    position: absolute;
    left: -2px;
    top: 0;
    font-size: 26px;
    line-height: 26px;
    opacity: 0;
    transition: 0.3s linear all;
    transform: scale(0);
}
.rtwbmal_custom_checkbox input[type="checkbox"]:checked ~ label::before {
    opacity: 1;
    transition: 0.3s linear all;
    transform: scale(1);
}
.rtwbmal_custom_checkbox input[type="checkbox"]:checked ~ label::after{
    border-style: dotted;
    border-color: #9575CD;
}
.rtwbmal_custom_checkbox input[type="checkbox"]{
    opacity: 0;
    width: 100%;
    height: 100%;
}
.rtwbmal_connector {
    vertical-align: middle;
    padding: 13px 15px;
    text-align: center;
    color: #ffffff;
    width: 70%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.rtwbmal_connector_conn{
    background-color: #0fcb0f;
}
.rtwbmal_connector_auth{
    background-color: #f8a308;
}
.rtwbmal_connector_not{
    background-color: #e31111;
}
.rtwbmal_copy_button {
    display: inline-block;
    background-color: #dddddd;
    padding: 10px;
    margin-left: 4px;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    transition: 0.3s linear all;
}
.rtwbmal_copy_button:focus{
    transition: 0.3s linear all;
    background-color: #9575CD;
    color: #ffffff;
}
.rtwbmal_one_click_sync_wrapper .rtwbmal_button {
    min-width: 200px;
    margin-bottom: 10px;
    background-color: #FF5722;
}
.rtwbmal_one_click_sync_wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rtwbmal_one_click_export_wrapper, .rtwbmal_one_click_import_wrapper {
    flex: 0 0 48%;
    padding: 0 20px 20px;
    text-align: center;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.12);
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
}
.rtwbmal_export_title {
    margin: 0 -20px 30px -20px;
    padding: 15px;
    background-color: #9575CD;
    color: #ffffff;
}

/* ///////////////////////////////////////////////////////////// */
.rtwbmal-help-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.rtwbmal-help-image {
    /* width: 100px; */
    margin: 0 auto 40px;
}
.rtwbmal-support-help
{
    width: 100px;
    margin: 0 auto 40px;
}
.rtwbmal-help-image img, .rtwbmal-support-help img {
    max-width: 100%;
    width: auto;
}
.rtwbmal-column {
   flex: 0 0 50%;
   padding-left: 1%;
   padding-right: 1%;
   text-align: center;
   margin: 20px 0;
   
}
.rtwwdcp-inner-content {
    padding: 40px 20px;
    width: 100%;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
}
.rtwbmal-inner-content-height{
    height: 430px;
}
.rtwbmal-column.rtwbmal-faq-column {
    flex: 0 0 100%;
}
.rtwbmal-faq-wrapper {
    text-align: left;
    font-size: 15px;
}
.rtwbmal-faq-heading {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: bold;
    cursor: pointer;
    background-color: #f4f4f4;
    padding: 15px;
}
.rtwbmal-faq-heading::before {
    content: "\f347";
    font-family: 'dashicons';
    vertical-align: middle;
    margin-right: 10px;
}
.rtwbmal-faq-heading.active::before {
    content: "\f343";
}

.rtwbmal-faq-desc {
    display: flex;
    padding-bottom: 20px;
   justify-content: space-between;
    font-size: 16px;
    line-height: 1.7;
}

/* .rtwbmal-faq-desc1{
    display: none;
} */
.rtwbmal_read_more_btn_wrapper {
   text-align: center;
}
#rtwbmal-faq-more-content{
   display: none;
}
.rtwbmal-width-twenty-percent {
   width : 15% !important;
   text-align: center;
   font-weight: 600;
}
.rtwbmal-width-fifty {
    width: 49% !important;
}

.rtwbma_padding_bottom {
    padding-bottom: 27px;
}
.rtwbmal-width-fifty b{
    color: goldenrod;
}

/*===================================
=            media query            =
===================================*/
@media screen and (max-width: 767px) {
    .rtwbmal_authentication_section .rtwbmal_setup_table.form-table td input[type="text"],
    .rtwbmal_authentication_section .rtwbmal_setup_table.form-table td select{
        width: 100%;
    }
    .rtwbmal_authentication_section .rtwbmal_setup_table.form-table td,
    .rtwbmal_authentication_section .rtwbmal_setup_table.form-table th{
        display: block;
    }
    .rtwbmal_copy_button{
        margin-top: 6px;
    }

}
 @media screen and (max-width: 576px) {
   .rtwbmal_section_sub_heading.rtwbmal_authentication_heading{
       flex-wrap: wrap;
   }
   .rtwbmal_connector{
       width: 100%;
       margin-top: 10px;
   }
   .rtwbmal-column{
       flex: 0 0 100%;
   }
 }
/*=====  End of media query  ======*/
