body {
    background-color: #E7E7E7;
}

.eventBanner {
    padding: 2% 0;
    color: #070202;
    font-size: 22px;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.btn.btn-primary.button.next.submit-btn {
    border-radius: 20px !important;
    background: black;
    color: #f1f1f1;
    width: 130px;
    text-align: center;
	/* margin-bottom: 20px; */
}
.crmEntityFormView .actions {
    border-top: none;
}

.mlx_btn {
    border-radius: 20px !important;
    background: black;
    color: #f1f1f1;
    width: 130px;
    text-align: center;
}   

.contact-buttons {
    display: flex;
    gap: 10px;   
    margin-top: 5px;
}

.multiStepBtnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* .multiStepBtnParent {
    float: right;
} */


.tab.clearfix {
	padding: 0% 3%;
    margin-bottom: 0px;
}

.accordion-header {
    color: #070202;
    font-weight: 700;
    font-size: 20px;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    outline: none;
    margin-bottom: 0;
}

.accordion-header:hover {
    background-color: #f2f2f2;
}

.accordion-content {
    padding: 0% 3% 0% 3%;
    background-color: #fff;
    border-top: none;
}

.accordion-title {
    font-weight: 600;
}

/* Summary tab */
[data-name="tab_Summary"].tab.clearfix {
    /* max-width: 540px !important; */
    margin: 0 !important;
    padding: 0 !important;
}
[data-name="tab_Summary"].tab.clearfix .entityform-field {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

#mlx_doorsknocked {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

#mlx_engagements {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

#mlx_casescreated {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

#mlx_surveysubmitted {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

#mlx_doorsskipped {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

#mlx_maildrops {
    text-align: center !important;
    background: #d0d0d0 !important;
    width: auto !important;
}

.table-info
{
    width: 45% !important;
}

@media (max-width: 500px) {

    .accordion-header {
        font-size: 4vw;
    }
    .accordion-content {
        padding: 2% 4%;
    }
}

@media (max-width: 768px) {
  div[style*="width:20%"] {
    display: none !important;
  }

  #MainContainer {
    width: 100% !important;
  }
}
