img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }

.dap-empty-no-pages-section { padding-top: 50px; padding-bottom: 50px; display: flex; flex-direction: column; align-items: center; }
.dap-empty-no-pages-section svg { width: 100px; fill: #a19f9f; margin-bottom: 30px; }
.dap-empty-no-pages-section h2 { font-size: 25px; font-weight: 700; color: #505050; margin-bottom: 10px; text-align: center; }
.dap-frontend-empty-msg-box { background: #f8f8f8; box-shadow: 0 0 16px 0 #e8ebee; border: 1px solid #e8ebee; padding: 28px 25px 0; width: 100%; display: inline-block; vertical-align: middle; margin: 15px 0 25px; max-width: 100%; box-sizing: border-box;  }
.dap-frontend-empty-msg-box h2 { font-size: 28px !important; }

#formautoaction .custom_table #cancellation_table button, #formautoaction .custom_table #cancellation_table .common_btn { padding-left: 5px; padding-right: 5px; font-weight: 600; line-height: 1; font-size: 15px; border-radius: 5px; text-align: center; color: #fff; }
 #formautoaction .custom_table #cancellation_table .common_btn span { line-height: 17px;}

.live-links-bootstrap_outer .table-dap-v2 td, .live-links-bootstrap_outer .table-dap-v2 th{ padding: 8px 10px!important; vertical-align: middle!important; }

table.table-dap-v2 { box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%); }
table.table-dap-v2 thead { background: #edeef2; }
#formautoaction .table-dap-v2-wrapper { padding: 0!important; background: transparent!important; }

#formautoaction{ font-family: var(--all-text-font-family)!important; }
#formshowtrans{ font-family: var(--all-text-font-family)!important; }



/*Global Fonts*/
.dap-right-text h3,
.member_cancellation_box, 
#dap_member_page_wrapper, 
#dap_member_settings .custom_lebel_heading{
    font-family: var(--all-text-font-family);
}

#dap_customize_template div, 
#dap_customize_template h3, 
#dap_customize_template strong, 
#dap_customize_template h5,  
#dap_customize_template h2,  
#dap_customize_template li,  
#dap_customize_template label, 
#dap_customize_template table{
    font-family: var(--all-text-font-family);
}

.dap_member_affi_temp_outer div, 
.dap_member_affi_temp_outer h3, 
.dap_member_affi_temp_outer strong, 
.dap_member_affi_temp_outer h5,  
.dap_member_affi_temp_outer h2,  
.dap_member_affi_temp_outer li,  
.dap_member_affi_temp_outer label, 
.dap_member_affi_temp_outer table{
    font-family: var(--all-text-font-family);
}


.manageSubaccountTableOuter div, 
.manageSubaccountTableOuter h3, 
.manageSubaccountTableOuter strong, 
.manageSubaccountTableOuter h5,  
.manageSubaccountTableOuter h2,  
.manageSubaccountTableOuter li,  
.manageSubaccountTableOuter label, 
.manageSubaccountTableOuter table{
    font-family: var(--all-text-font-family);
}


.dap_member_profile_inner div,
.dap_member_profile_inner h4,
#dap_member_profile_outer .dap_member_profile_inner .master_heading h4,
.dap_member_profile_inner label{
    font-family: var(--all-text-font-family);
}


#dap_member_profile_outer .dap_member_profile_inner .btn-success.dap_member_profile_update_btn,
.dap_member_affi_temp_outer #dap_member_affiliate_inner .saveCustomAffiliateNameDiv{
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    border-color: var(--button-bg-color);
}


td.btn-show-center { text-align: center; }
.live-links-bootstrap_outer th[align="center"] { text-align: center; }
.no-data-msg-found { text-align: center; color: red; font-weight: 600; }

.activedotsicon .dot-pulse { position: relative; left: -9999px; width: 10px; height: 10px; border-radius: 5px; background-color: #ffffff; color: #ffffff; box-shadow: 9999px 0 0 -5px #ffffff; animation: dotPulse 1.5s infinite linear; animation-delay: .25s; }
.activedotsicon .dot-pulse::before,
.activedotsicon .dot-pulse::after { content: ''; display: inline-block; position: absolute; top: 0; width: 10px; height: 10px; border-radius: 5px; background-color: #ffffff; color: #ffffff; left: 0; }
.activedotsicon .dot-pulse::before { box-shadow: 9984px 0 0 -5px #ffffff; animation: dotPulseBefore 1.5s infinite linear; animation-delay: 0s; }
.activedotsicon .dot-pulse::after { box-shadow: 10014px 0 0 -5px #ffffff; animation: dotPulseAfter 1.5s infinite linear; animation-delay: .5s; }
.dap_member_subaccount_inner .wrapper_bottom_btn_section .theme-btn.activedotsicon { pointer-events: none; cursor: no-drop!important; height: 42px; width: 153px; text-align: center; display: flex; align-items: center; justify-content: center; margin-left: auto; }

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #FFFFFF;
  }
  30% {
    box-shadow: 9984px 0 0 2px #FFFFFF;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #FFFFFF;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #FFFFFF;
  }
  30% {
    box-shadow: 9999px 0 0 2px #FFFFFF;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #FFFFFF;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #FFFFFF;
  }
  30% {
    box-shadow: 10014px 0 0 2px #FFFFFF;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #FFFFFF;
  }
}


/*Badge CSS*/
.dap-badges-v2 .achievement-text { background: #fff; padding: 10px; z-index: 1060; padding: 1px; font-style: normal; line-height: 1.428571429; line-break: auto; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%); box-shadow: 0 5px 10px rgb(0 0 0 / 20%); color: rgba(0,0,0,0.7); font-weight: 400; text-align: center; position: absolute; left: 50%; bottom: 100%; top: auto; width: 300px; max-width: 300px; transform: translateX(-50%); margin: 0 0 10px 0; display: none; visibility: hidden; opacity: 0; }
.dap-badges-v2 .badge_box { position: relative; }
.dap-badges-v2 .badge_box:hover .achievement-text { top: auto; bottom: 100%; display: block !important; visibility: visible!important; opacity: 1!important; }
.dap_member_engagement_template_outer .dap-badges-v2.dap_all_badges  .badge_box { width: 100% !important; }
.dap-badges-v2  .achievement-text:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 10px; bottom: -9px; content: " "; border-top-color: #fff; border-bottom-width: 0; transform: translateX(-50%); left: 50%; }
.dap-badges-v2 .achievement-text h2 { background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; margin: 0; text-transform: uppercase; padding: 0 5px; padding-top: 7px; padding-bottom: 7px; font-size: 16px; font-weight: bold; color: #333; }
.dap-badges-v2 .achievement-text p { margin-bottom: 0; }
.dap-badges-v2 .achievement-text .selected_badge_description { padding: 10px; }
#achievement_level_wrapper .dap-badges-v2 img.badge_image { height: auto!important; }
.dap_member_engagement_template_outer .dap_all_badges.dap-badges-v2 li { width: calc(33.33% - 10px); margin: 5px!important; }
.engagement-badges-list{ flex-direction: column; }


/*Task list*/
.dap-custom-task-list-main-wrapper .dap_add_task_list_element_outer{ padding: 10px; background: #fceeff; display: flex; margin: 10px auto; max-width: 1000px; width: 100% !important; height: auto !important; font-family: Open Sans,sans-serif; }
.dap-custom-task-list-main-wrapper .hover_close_btn,
.dap-custom-task-list-main-wrapper .dct_backend_show,
.dap-custom-task-list-main-wrapper .dap_ct_tab_delete_div { display: none !important; }
.dap-custom-task-list-main-wrapper div[data-type="add_more_task_text"] div{ line-height: 20px; font-size: 15px; font-family: Open Sans,sans-serif; }
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main h3 {font-family: DM Sans,sans-serif!important;font-size: 25px!important;color: #333333!important;font-weight: 600!important;line-height: 1.3!important;margin: 0;padding: 0;}
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main p { font-family: Open Sans,sans-serif!important; font-size: 17px!important; color: #696969!important; font-weight: 600!important; line-height: 1.3!important; margin: 0; padding: 5px 0 10px 0; }

.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main .challageTaskSection { border: 0px solid #f0f3f3; }
.dap-custom-task-list-main-wrapper  .challageTaskSection { margin: 0 !important; }
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main .challageTaskItem:first-child { margin-top: 7px !important; }
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main .challageTaskItem { display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; padding: 15px 20px; border-bottom: 1px solid #f0f3f3; position: relative;  padding: 10px 20px; border: 1px solid #f0f3f3; margin-bottom: 7px !important; border-color: transparent!important; }
.dap-custom-task-list-main-wrapper .dap_challenge_checkbox-custom-style,
.dap-custom-task-list-main-wrapper .course_template_inner .dap_challenge_checkbox-custom-style { width: 24px; height: 24px; min-width: 24px; min-height: 24px; background: #fcfff4; box-shadow: none; display: inline-block; border: 1px solid #ababab; vertical-align: top; position: relative; margin-right: 10px; }
.dap-custom-task-list-main-wrapper .dap_challenge_checkbox-custom-style input[type="checkbox"] { width: 100%; height: 100%; cursor: pointer; position: absolute; left: 0; top: 0; box-shadow: none; right: 0; bottom: 0; background: none; margin: 0; opacity: 0; z-index: 6;  }

 .dap-custom-task-list-main-wrapper .custom--checkbox { width: 100%; height: 100%; cursor: pointer; position: absolute; left: 0; top: 0; box-shadow: none; right: 0; bottom: 0; z-index: 2; background: none; margin: 0; }
.dap-custom-task-list-main-wrapper .dap_challenge_checkbox-custom-style .custom--checkbox:after { content: "\f00c"; font-family: 'FontAwesome'; font-size: 20px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; padding-left: 1px; opacity: 0; line-height: 20px; color: #437bc1; }
.dap-custom-task-list-main-wrapper .dap_challenge_checkbox-custom-style input[type="checkbox"]:checked + .custom--checkbox:after { opacity: 1; }
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main .challageTaskSection .challageTaskItem .challageTaskItem_text { font-size: 16px; width: auto; margin-right: 15px; flex: 1; }
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main.dragdrop_inner_section .challageTaskItem_text,
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main.dragdrop_inner_section .challageTaskItem_text strong,
.dap-custom-task-list-main-wrapper .dap_add_more_task_text_main.dragdrop_inner_section .challageTaskItem_text a{ font-family: Open Sans,sans-serif!important; font-size: 16px!important; color: #555555!important; font-weight: 700!important; line-height: 1.3!important;}
.dap-custom-task-list-main-wrapper .dap_challenge_checkbox-custom-style .custom--checkbox:after { color: inherit; }
#todo_list_customize_template { text-align: left; padding: 10px; background: #fceeff; display: flex; margin: 10px auto; max-width: 1000px; width: 100%; height: auto !important; font-family: Open Sans,sans-serif; }


.dap-delete-profile-image-wrapper { border-bottom: 1px solid gainsboro; padding-bottom: 5px; margin-bottom: 5px; display: flex; justify-content: space-between; width: 100%; } 
.dap-delete-profile-image-wrapper > label { display: block; width: calc(100% - 30px); } 
.dap-delete-profile-image-wrapper a.dap-delete-profile-image { width: 20px; } 
.dap-delete-profile-image-wrapper a.dap-delete-profile-image svg { fill: red!important; width: 17px; }


#formautoaction .custom_table table.table-dap-v2 tbody tr, 
#formautoaction .custom_table table.table-dap-v2 tbody tr td {
    vertical-align: middle!important;
}

#formautoaction .custom_table table.table-dap-v2 tbody tr td {
    padding: 15px 15px!important;
    line-height: 1;
}

#formautoaction .custom_table table.table-dap-v2 {
    border: 2px solid gainsboro;
    box-shadow: none;
}

.live-links-bootstrap_outer table.table-dap-v2 thead th {
    padding: 15px 15px!important;
    vertical-align: middle!important;
    line-height: 1;
}

body .custom_table table.table-striped tbody tr:nth-of-type(even) {
    background: #f7f7f7;
}



 @media (max-width: 767px) {
 	.dap-empty-no-pages-section h2 { font-size: 20px;}
 	.live-links-bootstrap_outer .table-dap-v2 td, .live-links-bootstrap_outer .table-dap-v2 th{ min-width: 110px; }
  #todo_list_customize_template { width: calc(100% - 20px); padding-left: 10px!important; padding-right: 10px!important; }
  .dap-custom-task-list-main-wrapper .dap_add_more_task_text_main .challageTaskItem { margin-bottom: 0!important; }
 }

 @media (max-width: 420px) {
  .dap_member_engagement_template_outer .dap_all_badges.dap-badges-v2 li { width: calc(100% - 10px); }
  .dap_member_engagement_template_outer ul.dap_all_badges.dap-badges-v2 img.badge_image { margin: auto!important; }
  .dap-badges-v2 .achievement-text { max-width: 230px;}
}