#update-nag, .update-nag {
     display: none;
}

#dap_member_page_wrapper {
    padding-right: 20px;
    margin-left: 20px;
}
.dap_member_page_outer {
    max-width: 1400px;
    border: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    margin: 80px 0 0;
    padding: 16px 27px 80px;
    font-family: 'Open Sans', sans-serif;
   /* box-shadow: rgba(107, 107, 107, 0.47) 0px 0px 7px 0px;*/
    background: #f9f9f9;
    min-height: 620px;
    position: relative;
}
	.theme-btn {
		border: none;
		font-weight: 600;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20);
		transition: all ease 0.3s;
		transform: translate3d(0,0,0);
		color: #FFF;
		text-transform: capitalize;
		font-size: 16px;
		border-radius: 5px;
		padding: 14px 24px;
	}
	.btn-success {
		color: #fff;
		background-color: #02c7a6;
		border-color: #02c7a6;
	}
	.btn-success:hover, .btn-success:focus, .btn-success:active {
		background: #02c7a6;
		border: none;
		-webkit-appearance: inherit;
	}
	.master_heading {
		margin: 0 -24px 25px;
		border-bottom: 1px solid #ddd;
		padding:0 24px 2px;
	}
	.master_heading h4 {
		margin: 0;
		font-size: 22px;
		color: #127280;
		padding: 6px 0px;
		display: flex;
		align-items: center;
		font-weight: 700;
	}
	.section_heading {
		margin: 0;
		letter-spacing: 0;
		font-weight: 600;
		color: #000;
		font-size: 17px; 
	}
	.section_heading span.count {
		display: inline-flex;
		height: 30px;
		width: 30px;
		align-items: center;
		justify-content: center;
		border: #000 solid thin;
		border-radius: 100%;
		font-size: 16px;
		margin-right: 7px;
		padding: 15px;
		font-weight: 700;
	}
	

#dap_member_page_wrapper .section_heading {
    margin: 0 0 0px;
    letter-spacing: 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    padding: 0;
    line-height: normal;
}
	.get_shortcode p .btn{
		font-size: 15px;
	}
	/*----- Form -----*/
	.form-control{
	    height: 55px;
		width: 100%;
		background-color: #fff;
		border-radius: 0;
		padding-left: 15px;
		font-size: 16px;
		box-shadow: none;
		border: 1px solid #C5C5C5;
		border-radius: 0;
	}
	select.form-control, .dataTables_length select{
	  padding-left: 10px;
	  appearance: none;
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 24 24'%3e%3cpath fill='%23000000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3e%3c/path%3e%3c/svg%3e");
	  background-position: 97% 50%;
	  background-repeat: no-repeat;
	  -webkit-appearance: none;
	}
	.form-group {
		margin-bottom: 40px;
	}
	.form-group label {
		color: #000;
		padding-top: 0px;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		margin-bottom:0px;
	}
	.form-group label span.count_label {
		display: inline-flex;
		height: 30px;
		width: 30px;
		align-items: center;
		justify-content: center;
		border: #000 solid thin;
		border-radius: 100%;
		font-size: 16px;
		margin-right: 7px;
		padding: 15px;
		font-weight: 700;
	}
	.Select_with_check {
		margin-bottom: 8px;
		font-size: 16px;
		color: #333;
		font-weight: 400;
	}
	
.create_member_no_div {
    background: #f3f3f3;
    display: flex;
    width: 100%;
    max-width: 100%;
    border: 2px dashed #ddd;
    padding: 26px 15px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}
.create_member_no_div a {
    font-size: 16px;
    border: 1px solid #ddd;
    color: #333;
    padding: 26px 0px;
    max-width: 223px;
    width: 100%;
    font-weight: 600;
    background: #e0f9f7;
    transition: .4s;
    margin: 0 5px;
    min-height: 51px;
}
	.create_member_no_div a:nth-child(2){
		background: #f9f7e8;
	}
	
	.create_member_no_div a:nth-child(3) {
		background: #e0ffe7;
	}
	.create_member_no_div a:nth-child(4) {
		background: #ffe9e1;
	}
	
	.create_member_no_div a:nth-child(5) {
		background: #e9e5ff;
	}
	.create_member_no_div a:nth-child(6) {
		background:#ffe7ea
	}
	.create_member_no_div a:hover {
		text-decoration: none;
		box-shadow: 0px 0px 10px 0px #ddd;
	}
	
	/*----- Inner Section -----*/
.inner_section {
    background: #fffcfc;
    display: inline-block;
    width: 100%;
    max-width: 1070px;
    border: 2px dashed #ddd;
    padding: 15px 5px 30px 20px;;
    margin: 5px 0px 30px;
}
	.inner_section h4 {
		margin-bottom: 20px;
		color: #000;
		font-weight: 600;
		font-size: 17px;
	}
	.inner_section .form-group label {
		font-size:15px;
	}
	.inner_section .form-group .form-control {
		height:48px;
	}
	
	/*----- Checkbox & Radio Button -----*/
	input[type=checkbox], input[type=radio] {
		height: 18px;
		width: 18px;
		min-width: 18px;
		margin: -4px 0 0 0;
	}
	input[type=checkbox]:checked:before {
		content: "\f147";
		margin: -1px 0 0 -3px;
		color: #1e8cbe;
		 float: left;
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		font: normal 21px/1 dashicons;
	}
	input[type=radio]:checked:before {
		width: 7px;
		height: 7px;
		margin: 5px;
	}
	
	/*----- Table -----*/
	.dap_custom_table table{
		border-collapse: collapse;
		margin-bottom:16px;
	}
	table.dataTable thead th, table.dataTable thead td {
		padding: 10px 18px;
		border-bottom: 1px solid #ddd;
		font-size: 15px;
		text-align: center;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 8px 10px;
		font-size: 14px;
		vertical-align: middle;
	}
	.dataTables_length select {
		width: 70px;
		height: 42px;
		margin-bottom:16px;
	}
	.dataTables_filter input{
		height:42px;
	}
	.shortcode_table_th{
		width:400px !important;
	}
	.shortcode_table_td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 3px 30px;
	}
	.shortcode_table_td span:first-child{
		display: block;
		white-space: nowrap;
	}
	.shortcode_table_td span.copy-btn {
		    font-size: 13px;
			padding: 4px 0;
			width: 60px;
			margin-left: 20px;
	}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 6px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
    margin-left: 2px;
}
.dataTables_length select {
    margin-bottom: 0;
}
.dataTables_length label {
    margin-bottom: 12px;
}

#dap_member_page_wrapper .form_group_inner {
   margin-top:18px !important
}

#dap_member_page_wrapper .inner_section{
display:none
}
#dap_member_page_wrapper .create_member_no_div a:hover, #dap_member_page_wrapper .create_member_no_div a:focus, #dap_member_page_wrapper .create_member_no_div a:active {
    -webkit-transform: translateY(-6px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#dap_member_page_wrapper  .create_page_btn{
    padding: 15px 12px;
    font-size: 16px;
    background: #257180;
    text-transform: initial;
    color: #fff;
}
#dap_member_page_wrapper  .create_page_btn:hover , #dap_member_page_wrapper .create_page_btn:active , #dap_member_page_wrapper .create_page_btn:focus{
    transform: translate3d(0,-5px,0);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.30);
    color:#fff
}
#dap_member_page_wrapper .input-group .page_name{
    display: flex;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#dap_member_page_wrapper [class*=col-] {
    float: left; 
}
#dap_member_page_wrapper .padd-0{
   padding: 0;
 
}
 .form-wrap{
  float: left;  width: 100%; 
 }  
#dap_member_page_wrapper .padd-right-0{
  padding-right: 0;
  }
#dap_member_page_wrapper .padd-right-25{
      padding-right: 25px;
  }
   
#dap_member_page_wrapper .or {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.messages-div{
    float: left;
    margin-top: 15px;
    width: 98%;
    }
.messages-div .alert {
    position: relative;
    padding: 12px;
    margin-bottom: 10px;
    font-size: 16px;      
}
.ml-sub-45{
	margin-left:-45px;
}
.tab_position_button{
	position: absolute;
    width: 100%;
    bottom: 40px;
}


/*----- Shortcode -----*/
.get_shortcode { display: inline-block; text-align: left; background: rgba(29, 165, 229, .1); border: 1px solid #cacaca; padding: 20px 16px 2px; margin-left: 0; border-left-width: 4px; border-left-color: #00a0d2; border-radius: 4px; margin-top: 15px; font-size: 16px; }
#dap_member_page_wrapper .get_shortcode .section_heading {font-size: 16px;color:#212529;margin-bottom: 16px;}
#dap_member_page_wrapper .get_shortcode .section_heading .shortcode_page_link{font-weight:500;}
.get_shortcode .shortcode_inner_heading {color: #212529;font-size: 16px;margin-bottom: 6px;}
.get_shortcode span.check_heading {font-weight: 600;margin-bottom: 24px;display: inline-block;}
.get_shortcode .login_shortcode_outer { font-size: 16px; margin-top: 8px;} 
.get_shortcode span.copy-btn.theme-button { padding: 6px 10px; margin: 0px 10px 0; border-radius: 3px; cursor: pointer; transition: all ease 0.3s; background: #00a0d2!important; color: #FFF !important; width: 70px; font-size: 15px; } 
.get_shortcode p { margin-bottom: 5px; font-size: 15px; border-bottom: 1px solid #eee; padding: 10px; }

 .have-no-quiz-outer{
	width: 720px;
    float: none;
    margin: 10px auto;
    text-align: center;
 }
 .have-no-quiz {
    background: #f5f5f5;
    margin: 0 0 25px;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 80px;
    text-align: center;
    font-family: 'DM Sans',sans-serif;
    display: inline-block;
    width: 720px;
    float: none;
    margin: 150px auto;
    text-align: center;
}
.have-no-quiz > img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 80px;
    vertical-align: middle;
    margin: 0;
}
.have-no-quiz h3 {
    font-family: 'DM Sans',sans-serif;
    padding: 0;
    margin: 15px 0;
    background: none;
    font-size: 20px;
    line-height: 1.4;
    color: #171717;
    background-color: transparent;
    font-weight: 600;
    position: relative;
    border: none;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.have-no-quiz >a {
	display: inline-block;
	width: auto;
	border: 1px solid #17a2b8;
	padding: 10px 15px 8px;
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
	color: #17a2b8;
	border-radius: 5px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 46px;
	padding: 0 30px;
	line-height: 48px;
	font-size: 16px !important;
	color: #fff!important;
	background: #0473cc;
}
.have-no-quiz >a i.fa {
    margin: -1px 7px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 48px;
}
 #myModalEngagement .modal-header {
	     position: relative;
		 padding:0;
 }
 #myModalEngagement .modal-header button{
	 right: 0px;
    top: -6px;
    font-size: 16px;
    border-radius: 50%;
    height: 31px;
    right: -7px;
    top: -11px;
    width: 31px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 1004;
    position: absolute;
    opacity: 1;
    color: #fff;
    background-color: #18c70e;
    font-weight: 300;
    font-size: 20px;
	padding: 0;
    margin: -1rem -1rem -1rem auto;
	}
.open_engagement_video	{
	    font-weight: 600;
    padding: 13px 35px;
    font-size: 17px;
    line-height: 1;
    border-radius: 5px;
    color: #17a2b8;
    background-color: #fff;
    border: 3px solid #17a2b8;
	outline:none;
	box-shadow:none;
}


.dap_custom_table .dataTables_wrapper {overflow: auto; }

.dap_custom_table .dataTables_wrapper .dap_member_date_info {white-space: nowrap;}

.dap--selection-section * , .dap--selection-section {box-sizing: border-box;}
	
.dap--selection-section {max-width: 100%;margin: 20px auto 40px;background: #f7f7f7;width: 100%;padding: 150px;font-family: 'DM Sans', sans-serif;text-align: center;}

.dap--selection-section .dap--selection-heading {font-size: 28px;line-height: normal;margin: 0 0 20px 0;padding: 0;width: 100%;display: inline-block;vertical-align: middle;color: #555;font-weight: normal;}

.dap--selection-section .dap--selection-options {display: inline-block;margin: 10px 0 0 0;padding: 0;text-align: center;width: 100%;vertical-align: top;}

.dap--selection-options .dap--selection-item {    display: inline-block;    margin: 40px;    padding: 35px 15px;    vertical-align: middle;    max-width: calc(33.33% - 25px);    border: 3px solid transparent;    border-radius: 4px;    background: #cae8ff;    height: auto;    width: 420px;    box-shadow: 0px 0px 4px 0px #e1e1e1;}

.dap--selection-options .dap--selection-item.dap--selection-item-selected ,
.dap--selection-options .dap--selection-item:hover {border-color: #f75f6b;}

.dap--selection-options .dap--selection-item img {max-width: 100%;max-height: 80px;width: auto;height: auto;display: inline-block;margin: 0 0 18px 0;}

.dap--selection-options .dap--selection-item span {display: inline-block;width: 100%;text-align: center;    margin: 15px 0 0 0;    padding: 0;    font-size: 20px;    font-weight: 700;  color: #555;    line-height: 1;} 

.dap--selection-section.create_product_wrapper {position: relative; }

.dap--selection-section.create_product_wrapper .dap_close_create_box_wrapper_btn {border-radius: 50%; height: 30px; width: 30px; box-shadow: 0 3px 3px rgb(0 0 0 / 40%); cursor: pointer; z-index: 1004; position: absolute; opacity: 1; color: #fff; font-weight: 600; font-size: 22px; background: #1b4d92; right: -13px; top: -13px; margin: 0; padding: 0; outline: none; line-height: 25px; border: none; font-family: 'Open Sans', sans-serif; text-align: center; }

.dap--selection-section.create_product_wrapper .dap_close_create_box_wrapper_btn:hover {text-decoration: none;opacity: 0.7;}

#dap_member_manage_engagement_table .shortcode_table_td {padding: 3px 10px; justify-content: flex-start; }

#dap_member_manage_engagement_table .shortcode_table_td span.shortcode_name {width: 155px; min-width:155px; font-weight: 600; letter-spacing: 0; color: #000; }

#dap_member_manage_engagement_table .shortcode_table_td span.copy-btn { margin-left: auto; white-space: nowrap; min-width: 60px; }


.dap--selection-item .action-icon_btn {display: inline-block; width: 100%; margin: 20px 0 0 0; vertical-align: top; padding: 0; text-align: center; } 
 
.dap--selection-item .action-icon_btn .action-btn {font-size: 14px;    color: #fff;    background: #2c71b1;    width: auto;    height: auto;    display: inline-block;    text-align: center;
    padding: 12px 15px;    line-height: normal;    border-radius: 4px;    min-width: 75px;    font-weight: 600;    margin: 0 5px;    text-decoration: none;    outline: none;    border: none;}

.dap--selection-item .action-icon_btn .action-btn:hover {color: #fff; text-decoration: none; }

.dap--selection-item .action-icon_btn .action-btn.item-edit-btn {color: #fff; background: #17a2b8; }

.dap--selection-item .action-icon_btn .action-btn.item-create-btn {color: #fff; background: #02c7a6; }

.dap--selection-item .action-icon_btn .action-btn i {margin: 0 4px 0 0;font-size: 110%;}

/* dap member pages start */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
	
#member-page-outer {margin: 0;padding: 0;width: 100%;display: inline-block;vertical-align: middle;clear: both;font-family: 'DM Sans', sans-serif;}

#member-page-outer .container {box-sizing: border-box;margin-left: auto;margin-right: auto;max-width: 1500px;padding-left: 15px;padding-right: 15px;width: 100%;}

.memberPageHead {background-color: #fff;margin: 0;padding: 20px 0 0;width: 100%;font-size: 16px;line-height: normal;color: #333;}

.btn.create--btn {background-color: #02c7a6; color: #fff; height: 40px; padding: 0 15px; text-transform: none; min-width: 90px; box-shadow: none; text-decoration: none; border-radius: 5px; line-height: 40px; border: none; font-size: 14px; text-align: center; font-weight: 600; }

.memberMainHeading {font-family: 'DM Sans',sans-serif; padding: 0; border: none; margin: 0; background: none; font-size: 24px; line-height: 1.4; color: #171717; background-color: transparent; font-weight: 600; position: relative; }

.memberMainHeading i.fa {width: 50px;height: 50px;display: inline-block;background: #00bcd4;border-radius: 5px;text-align: center;line-height: 50px;color: #ffffff;margin: 0 13px 0 0;font-size: 26px;}

.memberPageContent {display: inline-block; width: 100%; margin: 16px 0 40px; padding: 0; }

.memberPage-GrayBlock {background-color: #f9f9f9; display: inline-block; width: 100%; padding: 40px 60px;margin: 0;vertical-align: middle;}

.section-title-MP {font-size: 24px; line-height: 1.4; margin: 0 0 25px 0; background: none; color: #2c2c2c; text-align: center; width: 100%; font-weight: 600; }

.memberPage--item .memberPage--item-inner {margin: 0;padding: 10px;font-size: 16px;border: 3px solid transparent;color: #333;max-width: 100%;width: 100%;font-weight: 600;background: #fff;transition: .4s;min-height: 100%;text-align: center;position: relative;box-shadow: 0 2px 5px 0px #d4d4d4;}

.memberPage--item-inner > input {visibility: hidden;position: absolute;left: 0;bottom: 0;opacity: 0;}

.memberPage--item-inner .MPtype_icon {display: inline-block;width: 100%;margin: 0 0 10px 0;padding: 0;overflow: hidden;height: 120px;background: #f9f9f9;position: relative;}

.memberPage--item-inner .MPtype_icon img {margin: auto;width: auto;height: auto;max-width: 86%;max-height: 86%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}

.memberPage--item-inner label {margin: 0;font-size: 16px;color: #333;font-weight: 600; display: block;}

.memberPage--options {display: inline-flex; width: 100%; margin: 0 0 30px 0; padding: 0; justify-content: flex-start; flex-direction: row; flex-wrap: wrap; }

.memberPage--options .memberPage--item {width: 25%;flex-basis: 25%;max-width: 25%;margin: 0;padding: 10px;}

.memberPage--item .memberPage--item-inner.checked_cls::before {position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: "";z-index: 3;background: #fff;opacity: 0.5;}

.memberPage--item .memberPage--item-inner.checked_cls::after {content: '';width: 48px;height: 23px;position: absolute;top: 50%;left: 50%;border: 7px solid #42bcd4;border-top: none;border-right: none;background: transparent;opacity: 1;transform: rotate(-45deg) translate(-50%, -50%);z-index: 15;margin: -44px 0 0 0;}



.MP--tab-actions {background-color: #ecf0f1;margin: 30px auto 0;width: 100%;display: flex;padding: 15px;border: none;font-family: 'DM Sans',sans-serif;box-sizing: border-box;justify-content: space-between;}

.MP--tab-actions .MP--actions-btn {border-radius: 5px;background: #3b5998 !important;color: #fff;height: 40px;padding: 0 15px;font-family: 'DM Sans',sans-serif;min-width: 90px;box-shadow: none;text-decoration: none;margin: 0;line-height: 40px;border: none;font-size: 14px;text-align: center;font-weight: 600;text-transform: uppercase;}

.MP--tab-actions .MP--actions-btn.MP--actions-save {background: #17d3b3 !important;}

.MP--tab-actions .MP--actions-btn.MP--actions-back {background: #969696 !important;}


.member-MP--card {display: inline-block;text-align: left;width: 100%;margin: 0;padding: 40px;vertical-align: middle;background: #fff;padding-top: 30px;padding-bottom: 30px;}

.member-MP--card .member-MP--cardTitle {font-size: 19px;font-weight: 700;color: #1790a8;margin: 0 0 15px 0;border-bottom: 1px solid #ddd;padding-bottom: 6px;text-align: left;}

.member-MP--card .member-MP--cardsubTitle {font-size: 18px; line-height: normal; color: #333; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 10px 0; }

.member-MP--card .mp_creating_url_outer_section {display: inline-block; width: 100%; max-width: 740px; margin: 0; padding: 0; vertical-align: middle; }

.DM_error_msg_outer {display: inline-block; width: 100%; margin: 0; padding: 0; vertical-align: middle; } 

.DM_error_msg_outer .DM_validations {padding: 15px 20px 15px; height: auto; background-color: #ffffff; border-color: #43bbdf; float: none; text-align: left; border: 1px solid #ddd; font-size: 16px; font-weight: normal; border-radius: 4px; color: #444; box-shadow: 0 0 8px 0 #d0d0d0; border-left: 3px solid #da1e1e !important; margin: 10px 0; display: inline-block; width: 100%; vertical-align: middle; line-height: 1.5; max-width: 660px; }

.DM_error_msg_outer .DM_validations h4, .DM_error_msg_outer .DM_validations h5{float: none; display: inline-block; width: 100%; margin: 0 0 10px 0; padding: 0; font-size: 18px; color: #333; line-height: normal; } 

.DM_error_msg_outer .DM_validations h5 {font-size: 15px; }

.DM_validations p {font-size: 16px; color: #444; font-weight: normal; }

.member-MP--card label {font-weight: 600; white-space: nowrap; font-size: 16px; line-height: 1.4; }

.member-MP--card .input-group .input-group-text, .member-MP--card .input-group .form-control {border-radius: 0; padding: 14px 10px; font-size: 15px; line-height: normal; height: auto; }

.member-MP--card .input-group .form-control {border: 1px solid #bababa; color: #000;}

.member-MP--card .existing-page-info {display: inline-flex;align-items: center;flex-wrap: nowrap;flex-direction: row;font-size: 15px;line-height: 1.4;color: #333;font-weight: 500;width: 100%;margin: 5px 0;}

.member-MP--card .existing-page-info > label {min-width: 170px;font-weight: 600;font-size: 15px;}

.member-MP--card .existing-page-info .existing-page-url {width: 360px;overflow: hidden;display: inline-block;white-space: nowrap;text-overflow: ellipsis;vertical-align: middle;color: #00C;}

.member-MP--card .existing-page-info .existing-info-btn.view-btn-icon {background: #0c940c;color: #fff !important;padding: 6px 13px;cursor: pointer!important;border-radius: 5px;vertical-align: middle;font-size: 14px;margin: 0 0 0 10px;text-decoration: none;}

.member-MP--card table.dataTable {border-collapse: collapse;border: none;}

.member-MP--card table.dataTable thead tr th {font-size: 16px;background: #4b85ff;margin: 0;padding: 10px 15px 10px 10px;border: 1px solid #eee;color: #fff;}
 
.member-MP--card table.dataTable td.dap_member_date_info {white-space: nowrap;}

.member-MP--card table.dataTable td {border: 1px solid #e7e7e7;font-size: 14px;line-height: normal;margin: 0;padding: 10px;color: #333;}

.member-MP--card .dataTables_length select, .member-MP--card .dataTables_wrapper .dataTables_filter input {border-radius: 0; border: 1px solid #e7e7e7; font-size: 14px; line-height: normal; }

.member-MP--card table.dataTable {border-collapse: collapse;border: none;margin: 0 0 15px 0;}

.memberPage--selection-view {border-color: #0c940c; color: #ffffff !important; padding: 6px 10px; cursor: pointer!important; border-radius: 4px; display: inline-block; vertical-align: middle; margin: 10px 0 0 0; border: none; font-weight: 600; text-decoration: none; background: #0c940c; line-height: normal; font-size: 13px; white-space: nowrap; }

.memberPage--selection-view i {margin: 0 5px 0 0; font-size: 14px; }

.memberPage--selection-view:hover {text-decoration: none; opacity: 0.8; outline: none; box-shadow: none; }
#member-page-outer .member_pages_section{display:none}

/* dap member pages end */

#member-page-outer .member_pages_creation_list.dap--selection-section .dap--selection-options .dap--selection-item {padding: 10px; font-size: 16px; border: 3px solid transparent; color: #333; width: 100%; font-weight: 600; background: #fff; transition: .4s; min-height: 100%; text-align: center; position: relative; box-shadow: 0 2px 5px 0px #d4d4d4; max-width: calc(25% - 20px); border-radius: 0; margin: 10px; }

#member-page-outer .dap--selection-options .dap--selection-item .MPtype_icon {display: inline-block; width: 100%; margin: 0 0 10px 0; padding: 0; overflow: hidden; height: 120px; background: #f9f9f9; position: relative; }

#member-page-outer .dap--selection-options .dap--selection-item .MPtype_icon img {margin: auto;width: auto;height: auto;max-width: 86%;max-height: 86%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}

#member-page-outer .dap--selection-options .dap--selection-item label {margin: 0;font-size: 16px;color: #333;font-weight: 600;display: block;}

#member-page-outer .dap--selection-options .dap--selection-item.checked_cls::before {position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: "";z-index: 3;background: #fff;opacity: 0.5;}

#member-page-outer .dap--selection-options .dap--selection-item.checked_cls::after {content: '';width: 48px;height: 23px;position: absolute;top: 50%;left: 50%;border: 7px solid #0c940c;border-top: none;border-right: none;background: transparent;opacity: 1;transform: rotate(-45deg) translate(-50%, -50%);z-index: 15;margin: -44px 0 0 0;}

#member-page-outer .member_pages_creation_list.dap--selection-section .dap--selection-options .dap--selection-item.checked_cls {border-color: #0c940c; }

#member-page-outer .dap--selection-options .dap--selection-item .dmp_preview_img {color: #26940b; font-weight: normal; font-size: 110%; line-height: 1.5; margin: 0 0 0 10px;cursor: pointer;text-decoration: none;}

.memberPage-GrayBlock .dap--selection-section .dap-CS-action {background-color: #ecf0f1; margin: 30px auto 0; width: 100%; display: flex; padding: 15px; border: none; font-family: 'DM Sans',sans-serif; box-sizing: border-box; justify-content: space-between; }

.DM_add-page-block .input-group .warning_cls {z-index: 3; }

.memberPage-GrayBlock .member_pages_creation_list .back-step-arrow {left: -60px;} 

.memberPage-GrayBlock .member_pages_creation_list .next-step-arrow {right: -60px;}
.memberPage-GrayBlock .dap--selection-section {padding: 0;margin: 0;background: none;}
 
.member_pages_creation_list .DM_success_msg_outer_new .DM_validations{border-left-color: #ffffff !important;}

.DM_add-page-block .input-group .warning_cls, .warning_cls {position: absolute;line-height: normal;height: auto;display: inline-block;color: #ff0000;width: auto;white-space: nowrap;margin: 0;right: 0;font-size: 12px;border: none;font-weight: 500;padding: 4px 8px;top: auto;bottom: 0;left: auto;}

.dap_mp_creating_url_outer_section .create-input-options .warning_cls.invoice_error_msg{position:relative}

.dap-CS-actionDots {display:none} 

.existing-page-info.DM_validations-head .DMH-type, .existing-page-info.DM_validations-head .existing-page-url, 
.existing-page-info.DM_validations-head .DMH-actions {padding: 7px 0; color: #2695aa !important; margin: 0; text-transform: uppercase; font-size: 18px; font-weight: 600; }

.existing-page-info.DM_validations-head {background: none; width: 100%; margin: 0 0 8px 0; padding: 0; border-bottom: 1px solid #d4d4d4; }

.existing-page-info.DM_validations-head .DMH-actions {width: 130px; text-align: center; }
.member_pages_screen2 .dap-member--card-pages-list-info .existing-page-info .existing-info-btn.mp-edit-btn-icon {display: block !important;}

.absoluteBtn { position: absolute; left: 0; right: 0; margin: auto; max-width: 250px; z-index:1}
.dap--title{padding-top:0!important;     font-size: 19px!important; }

.tools_outer_cont .create_member_no_div  {     padding: 85px 15px; }

.DM_success_msg_outer .DM_validations p.dap_mp_create_page_heading1{font-weight: bold;}

#member-page-outer .memberPageHead a.btn.create--btn.mp_manage_pages_btn {
    background: transparent;
    color: #000;
    padding: 0px 10px;
    border-bottom: 3px solid;
    border-radius: 0;
}

#member-page-outer .memberPageHead a.btn.create--btn.mp_manage_pages_btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}