/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .rtwdma_setup_tab_wrapper{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.5;
 }
.rtwdma-help-section-heading {
 	width: 100%;
 	text-align: center;
 	font-size: 35px;
 	margin: 15px 0;
 	padding: 10px;
 	font-weight: 700;
 	line-height: 35px;
 }
 .rtwdma_setup_tab_wrapper a:focus{
 	outline: 0;
 	box-shadow: none;
 }
 .rtwdma_setting_i {
 	padding-left: 20px;
 }
 .rtwdma_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;
 	text-align: center;
 }
 .rtwdma_button:hover,.rtwdma_button:focus{
 	transition: 0.2s linear all;
 	opacity: 0.7;
 	color: #ffffff;
 }
 .rtwdma_mian_heading{
 	background-color: #9575CD;
 	margin-left: -20px !important;
 	padding: 20px !important;
 	color: #ffffff;
 	font-weight: 600 !important;
 	margin-top: 0;
 	margin-bottom: 0;
 }
 .rtwdma_mian_heading img {
 	vertical-align: middle;
 	width: 47px;
 	margin-right: 10px;
 }
 .rtwdma_section_sub_heading.rtwdma_authentication_heading {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }
 .rtwdma_setup_menu_tab_wrapper {
 	display: flex;
 	border: none;
 	background-color: #fff;
 	margin-left: -20px;
 	padding: 0;
 	overflow-x: auto;
 }
 .rtwdma_setup_menu_tab_wrapper .rtwdma_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; 
 }
 .rtwdma_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;
 }
 .rtwdma_authentication_image{
 	background-image: url('../images/authentication.png');
 }
 .rtwdma_accounts_image{
 	background-image: url('../images/account-setup.png');
 }
 .rtwdma_basic_image{
 	background-image: url('../images/basic-setup.png');
 }
 .rtwdma_advance_image{
 	background-image: url('../images/advance-setup.png');
 }
 .rtwdma_automation_image{
 	background-image: url('../images/automation-setup.png');
 }
 .rtwdma_one-click-sync_image{
 	background-image: url('../images/one-click-setup.png');
 }
 .rtwdma_help_image{
 	background-image: url('../images/help.png');
 }
 .rtwdma_setup_menu_tab_wrapper .rtwdma_setup_menu_tab.nav-tab-active{
 	background-color: #ffffff;
 	color: #676767;
 }
 .rtwdma_setup_menu_tab_wrapper .rtwdma_setup_menu_tab.nav-tab-active::after{
 	content: "";
 	border-bottom: 2px solid #ed1919;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	right: 0;
 }
 .rtwdma_setup_content_wrapper {
 	padding: 15px;
 	background-color: #fff;
 	margin-top: 15px;
 	margin-right: 15px;
 }
 .rtwdma_setup_content_wrapper table{
 	width: 100%;
 }
 .rtwdma_setup_content_wrapper table th, .rtwdma_setup_content_wrapper table td {
 	display: table-cell;
 	padding: 20px 10px;
 }
 .rtwdma_setup_content_wrapper table th {
 	width: 250px;
 }
 .rtwdma_section_sub_heading {
 	border-bottom: 2px solid #ddd;
 	padding-bottom: 10px;
 }
 .rtwdma_setup_content_wrapper input[type="text"],
 .rtwdma_setup_content_wrapper select {
 	padding: 10px 15px;
 	border-radius: 4px;
 	height: auto;
 	width: 60%;
 	background-color: #ffffff;
 }
 .rtwdma_custom_checkbox {
 	position: relative;
 	display: inline-block;
 }
 .rtwdma_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;
 }
 .rtwdma_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);
 }
 .rtwdma_custom_checkbox input[type="checkbox"]:checked ~ label::before {
 	opacity: 1;
 	transition: 0.3s linear all;
 	transform: scale(1);
 }
 .rtwdma_custom_checkbox input[type="checkbox"]:checked ~ label::after{
 	border-style: dotted;
 	border-color: #9575CD;
 }
 .rtwdma_custom_checkbox input[type="checkbox"]{
 	opacity: 0;
 	width: 100%;
 	height: 100%;
 }
 .rtwdma_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;
 }
 .rtwdma_connector_conn{
 	background-color: #0fcb0f;
 }
 .rtwdma_connector_auth{
 	background-color: #f8a308;
 }
 .rtwdma_connector_not{
 	background-color: #e31111;
 }
 .rtwdma_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;
 }
 .rtwdma_copy_button:focus{
 	transition: 0.3s linear all;
 	background-color: #9575CD;
 	color: #ffffff;
 }
 .rtwdma_one_click_sync_wrapper .rtwdma_button {
 	min-width: 200px;
 	margin-bottom: 10px;
 	background-color: #FF5722;
 }
 .rtwdma_one_click_sync_wrapper {
 	margin: 0 auto;
 	display: flex;
 	justify-content: center;
 	flex-wrap: wrap;
 }
 .rtwdma_one_click_export_wrapper, .rtwdma_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;
 }
 .rtwdma_export_title {
 	margin: 0 -20px 30px -20px;
 	padding: 15px;
 	background-color: #9575CD;
 	color: #ffffff;
 }
 .rtwdma-help-wrapper {
 	display: flex;
 	flex-wrap: wrap;
 }
 .rtwdma-help-image {
 	width: 100px;
 	margin: 0 auto 40px;
 }
 .rtwdma-help-image img {
 	max-width: 100%;
 	width: auto;
 }
 .rtwdma-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: 0px 0px 10px rgba(5, 5, 5, 0.08);
 }
 .rtwdma-column.rtwdma-faq-column {
 	flex: 0 0 100%;
 }
 .rtwdma-faq-wrapper {
 	text-align: left;
 	font-size: 15px;
 }
 .rtwdma-faq-heading {
 	font-size: 18px;
 	margin: 0 0 20px 0;
 	font-weight: bold;
 	cursor: pointer;
 	background-color: #f4f4f4;
 	padding: 15px;
 }
 .rtwdma-faq-heading::before {
 	content: "\f347";
 	font-family: 'dashicons';
 	vertical-align: middle;
 	margin-right: 10px;
 }
 .rtwdma-faq-heading.active::before {
 	content: "\f343";
 }
 .rtwdma-faq-desc {
 	display: none;
 	padding-bottom: 20px;
 	padding-left: 42px;
 	font-size: 16px;
 	line-height: 1.7;
 }
 .rtwdma_read_more_btn_wrapper {
 	text-align: center;
 }
 #rtwdma-faq-more-content{
 	display: none;
 }
 .rtwdma-width-twenty-percent {
 	width : 15% !important;
 	text-align: center;
 	font-weight: 600;
 }
 .rtwdma-pricing-wrapper{
 	display: flex;
 	flex-wrap: wrap;
 }
 .rtwdma-pricing-left-column {
 	max-width: 71%;
 	flex: 0 0 71%;
 	width: 100%;
 	margin-right: 3%;
 }
 .rtwdma-pricing-right-column {
 	max-width: 26%;
 	flex: 0 0 26%;
 	width: 100%;
 	display: flex;
 	flex-wrap: wrap;
 	flex-direction: column;
 }
 .rtwdma-pricing-column {
 	max-width: 33.33%;
 	width: 100%;
 	padding: 20px;
 	border-radius: 6px;
 	text-align: center;
 	box-shadow: 0px 0px 10px rgba(5, 5, 5, 0.08);
 	background-color: #ffffff;
 	margin: 30px 0;
 }
 .rtwdma-price-title {
	color: #ffffff;
	background-color: #9575CD;
	padding: 20px;
	margin: -20px -20px 20px -20px;
	border-radius: 6px 6px 0 0;
}
 .rtwdma-price-title h3 {
	font-size: 23px;
	color: #ffffff;
	margin-bottom: 20px;
}
 .rtwdma-price-title .rtw-domy-price {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
}
 .rtwdma-price-title sup,  .rtwdma-price-titlesub {
	font-size: 20px;
	font-weight: normal;
	opacity: 0.8;
}
.rtwdma-pricing-column.center {
	position: relative;
	z-index: 1;
	transform: scale(1.07);
}
 .rtwdma-pricing-right-column  .rtwdma-pricing-column{
 	max-width: 100%;
 	width: 100%;
 }
 .rtwdma-pricing-column ul li {
 	font-size: 15px;
 	padding: 3px 0;
 }
 .rtwdma-pricing-flex {
 	display: flex;
 	flex-wrap: wrap;
 }
 .rtwdma-pricing-column ul {
	margin-bottom: 30px;
}
.rtwdma-pricing-right-column h3, .rtwdma-pricing-left-column h3 {
	width: 100%;
	text-align: center;
	font-size: 23px;
}
.rtwdma-benefits-wrapper{
	margin-top:50px;
}
.rtwdma-benefits-wrapper h3 {
	font-size: 26px;
	text-align: center;
}
.rtwdma-benefits-wrapper ul {
	font-size: 16px;
}
.rtwdma-benefits-wrapper ul::after,
.rtwdma-license-inner-content::after{
	clear: both;
	display: block;
	content: "";
}
.rtwdma-benefits-wrapper ul li {
	float: left;
	max-width: 31.333%;
	margin-right: 2%;
	width: 100%;
	padding: 10px 0;
	line-height: 1.5;
}
.rtwdma-benefits-wrapper ul li i {
	width: 25px;
	height: 25px;
	border: 2px solid #9575CD;
	text-align: center;
	line-height: 21px;
	margin-right: 15px;
	border-radius: 4px;
	color: #9575CD;
	float: left;
}
.rtwdma-license-field {
	max-width: 600px;
	margin: 15px auto;
	box-shadow: 0px 0px 10px rgba(5, 5, 5, 0.08);
	border-radius: 4px;
	position: relative;
	min-height: 340px;
	border-radius: 3px;
	overflow: hidden;
}
.rtwdma-license.-header {
	padding: 20px 15px;
	background-color: #9575CD;
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 30px 0;
}
.rtwdma-license-inner-content label{
	width: 100%;
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}
.rtwdma-license-field-input {
	width: 100% !important;
	display: block;
	margin-bottom: 20px;
}
.rtwdma_button.rtwdma_next_btn {
	min-width: 100px;
	float: right;
	clear: both;
}
.rtwdma-license-inner-content {
	position: absolute;
	left: 30px;
	right: 30px;
	transition: 0.3s linear all;
	opacity: 0;
	transform: translateX(200px);
	visibility: hidden;
	pointer-events: unset;
}
.rtwdma-license-inner-content.show {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transform: none;
	transition: 0.3s linear all;
}
.rtwdma_button.rtwdma_button_secondary {
	border: 1px solid #9575CD;
	background-color: transparent;
	color: #333333;
	margin: 20px 0;
}

.error{
	border-color: red !important;
	color: red  !important;;
}
.rtwdma_hide{
    display: none;
}
.rtwdma_verify_wrapper {
	padding: 30px;
	max-width: 500px;
	margin: 40px auto;
	box-shadow: 2px 1px 16px rgba(0,0,0,0.16);
	background-color: #ffffff
}
#rtwdma_verify label {
	display: block;
	font-size: 19px;
    font-weight: bold;
}
.rtwdma_verify_wrapper .rtwdma_purchase_code {
	background-color: #ffffff;
    display: block;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 10px;
}
#rtwdma_verify_code {
	margin-top: 20px;
    padding: 10px 35px;
    font-size: 16px;
	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;
	text-align: center;
}
.rtwdma_find_code{
    margin-bottom: 2%;
}
.rtwdma_successs{
    color: Green;
}
.rtwdma_errorr{
    color: red;
}

#rtwdma_free_code {
	margin-top: 20px;
	padding: 10px 35px;
	font-size: 16px;
	background-color:#fc9e21;
	border-color: #fc9e21;
	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;
	text-align: center;
}
 /*===================================
 =            media query            =
 ===================================*/
 @media screen and (max-width: 767px) {
 	.rtwdma_authentication_section .rtwdma_setup_table.form-table td input[type="text"],
 	.rtwdma_authentication_section .rtwdma_setup_table.form-table td select{
 		width: 100%;
 	}
 	.rtwdma_authentication_section .rtwdma_setup_table.form-table td,
 	.rtwdma_authentication_section .rtwdma_setup_table.form-table th{
 		display: block;
 	}
 	.rtwdma_copy_button{
 		margin-top: 6px;
 	}
 }
 @media screen and (max-width: 576px) {
 	.rtwdma_section_sub_heading.rtwdma_authentication_heading{
 		flex-wrap: wrap;
 	}
 	.rtwdma_connector{
 		width: 100%;
 		margin-top: 10px;
 	}
 	.rtwdma-column{
 		flex: 0 0 100%;
 	}
 }
 /*=====  End of media query  ======*/
