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; }

#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; }
 #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; }

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; }
 @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; }
 }

 @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;}
}