.ld-button.begin-your-journey {
    background-color: #0073e6;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.ld-button.begin-your-journey:hover {
    background-color: #005bb5;
}

input#bulk_remind {
    z-index:100;
}
.completion_col{
    text-align: center;
}

.dataTables_length{
    visibility: visible;
    float: right;
    margin-left: 3%;
}

.date-col{
    border: none;
    width: 12%;
}

.date-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 5px;
    border: 2px solid #666666;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.date-col .date-badge:empty {
    display: none;
    border: none;
}

#recent_activity_table thead{
    background: rgb(78, 78, 78);
    color: white;
}

#recent_activity_table {
    border-radius: 10px;
    overflow: hidden;
}

.hiddenExportBtn {
    display: none !important;
}

.wdm-group-insight {
    padding: 20px;
    margin-bottom: 20px;
}

.wdm-insight-heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.wdm-insight-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wdm-insight-card {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    border: 1px solid #000000;
    text-align: center;
    
}
#tab-1 button.wdm-buttons-csv.dt-button.buttons-html5,
#tab-1 button.wdm-buttons-excel.dt-button.buttons-html5,
#recent_activity_table_wrapper button.buttons-csv

{
    padding:14px 35px !important;
    border:none !important;
    border-radius:0px !important;
    background-color:#009f52 !important;
    
}
#recent_activity_table_wrapper button.buttons-csv{
    line-height:0px !important;
}
#tab-1 button.wdm-buttons-csv.dt-button.buttons-html5:hover,
#tab-1 button.wdm-buttons-excel.dt-button.buttons-html5:hover,
#recent_activity_table_wrapper button.buttons-csv:hover
{
    
    background-color:#01712e !important;
    
}
#recent_activity_table_wrapper .dt-buttons{
    margin-top:0px !important;
    margin-bottom:35px;
}
#recent_activity_table_filter input{
    border-radius:0px !important;
}
table#recent_activity_table tbody{
    background-color:white;
}
.ldgr-group-listing .list .ldgr-main-group-content {
    padding:0px !important;
}
.ldgrs-right.ldgr-back-to-groups .ldgrs-edit-wrap form button.ldgr-btn {
    background-color:#009f52 !important;
}
.ldgrs-right.ldgr-back-to-groups .ldgrs-edit-wrap form button.ldgr-btn:hover{
    background-color:#01712e !important;
}
.group-completion-result {
    font-size:18px;
    font-weight:bold;
}
.wdm-insight-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.wdm-insight-card p {
    font-size: 24px;
    margin: 0;
}

.wdm-insight-card.completed.red{
    background-color: #c42c23;
    font-weight: bold;
}

.wdm-insight-card.completed.amber{
    background-color: #fbe24b;
    font-weight: bold;
}

.wdm-insight-card.completed.green{
    background-color: #00a052;
    font-weight: bold;
}
.show-completion-btn{
    padding: 8px;
    border: none;
    color: white;
    background-color: #00A052;
}

.wdm-insight-card.completed.green p{
    color:white !important;
}
.wdm-insight-card.completed.green{
    color:white !important;
}
.wdm-insight-card.completed.red p{
    color:white !important;
}
.wdm-insight-card.completed.red{
    color:white !important;
}
#tab-1 button.wdm-buttons-csv.dt-button.buttons-html5,
#tab-1 button.wdm-buttons-excel.dt-button.buttons-html5,
#recent_activity_table_wrapper button.buttons-csv{
    background:none;
    font-size:16px !important;
}
#recent_activity_table_wrapper button.buttons-csv{
    color:white;
    font-size:16px !important;
    font-weight:bold;
}
div#wdm_group_length {
    position:absolute;
    right:150px;
}

input#bulk_remind {
    position:absolute;
    right:10px;
}
