body {
    background-color: #E7E7E7;
    color:#191919 !important;
}

.eventBanner {
    padding: 2% 0;
    color: #191919;
    font-size: clamp(18px, 3vw, 24px);
    align-items: center;
    font-weight: bold;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    line-height: 32px;
    /* font-family:Mx sans; */
}

.event-header {
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.event-save-button {
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 0px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.event-save-button img {
    width: 26px;
    height: auto;
}

.event-success {
    display: none;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #dff0d8 !important;
    color: #434b3b !important;
    border: 1px solid #d6e9c6 !important;
    margin-bottom: 15px;
    font-weight: 500;
}

.event-error {
    display: none;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #f2dede !important;
    color: #a94442 !important;
    border: 1px solid #ebccd1 !important;
    margin-bottom: 15px;
    font-weight: 500;
}


#EventPageLoader {
    position: fixed;
    inset: 0;
    background: #ffffffba;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 300ms ease;
}

#EventPageLoader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.spinner {
    width: 55px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #191919;
    --_m:
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 { to { transform: rotate(1turn); } }


.btn.btn-primary.button.next.submit-btn {
    border-radius: 20px !important;
    background: #191919;
    color: #EDEDED;
    width: 130px;
    text-align: center;
}
.crmEntityFormView .actions {
    border-top: none;
    
}
.crmEntityFormView{
    color: #191919 !important;
}

.mlx_btn {
    border-radius: 20px !important;
    background: #191919;
    color: #EDEDED;
    width: 130px;
    text-align: center;
}   
.mlx_submitbtn{
    background: #CDCDCD;
    color: #191919;
    border: none;
}
.case-submit-cell{
    text-align:right;
    padding-right:25px;
}
.save-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-icon-btn {
    border: none;
    padding: 0;
    cursor: pointer;
}

.save-icon-btn img {
    width: 33px;
    height: 33px;
    display: block;
}

@media (max-width: 760px) {
  .case-submit-cell {
    padding-right:0px;
  }
  .event-save-button img {
    width: 20px;
  }
  .event-save-button {
    right: 10px;
  }

  .mlx_btn {
    width: 100px;
   }   
}
.multiStepBtnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.multiStepBtnParent {
    float: right;
}

.engagementTable {
    border-collapse: collapse;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow-x: auto;
}

.engagementTable th,
.engagementTable td {
    border: none;
    padding: 10px;
    text-align: center;
    color:#191919 !important;
}

.engagementTable th {
    text-align: left;
    font-weight: bold;
    color: #191919;
    font-size: 20px;
}

.engagementTable td:first-child {
    text-align: left;
}

.counter {
    display: flex;
    justify-content: center;
    gap: 16px;
    color:#191919 !important;
}

.counter input[type="button"] {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    line-height: 1;
}

.counter input[type="button"]:hover {
    background-color: #f2f2f2;
}

.engagementTable input[type="number"] {
    width: 21%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.engagementTable input[type="text"] {
    width: 75%;
    text-align: left;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.topicsCounterTh {
    text-align: center !important;
}

.topicsNumbersTh {
    text-align: center !important;
}

.topicCount {
    padding: 0% 0% 0% 4% !important;
}

.tab.clearfix {
    margin-bottom: 0px;
}

.accordion-header {
    color: #191919;
    font-weight: bold;
    font-size: clamp(16px, 2.5vw, 18px);
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    outline: none;
    line-height: 24px;
}

.accordion-header:hover {
    background-color: #f2f2f2;
}

.accordion-content {
    padding: 0% 3% 0% 3%;
    background-color: #ffffff;
    border-top: none;
}

.accordion-title {
    font-weight: 600;
    ;
}

.qr-code {
    display: block;
    height: 120px !important;
    padding-left: 3%;
}


#mlx_addressid_name{
    display: none;
}
.cell input[type=text]{
    line-height: 24px !important;

}
.textarea{
    color:#191919 !important
}
.cell textarea{
    line-height: 20px;
    color: #191919;
}
td{
    overflow-wrap: anywhere !important;
    white-space: normal !important;
}
.btn-default:hover{
    background-color: #191919 !important;
    border-color: #191919 !important;
}
.form-control {
    color: #191919 !important;
}

@media (max-width: 500px) {

    .engagementTable th,
    .engagementTable td {
        padding: 4px 8px 4px 8px;
        font-size: clamp(14px, 3.5vw, 16px);
        gap: clamp(14px, 3.5vw, 16px);
    }
    .engagementTable td:first-child {
        text-align: left;
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 20px;
    }

    .counter input[type="button"] {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }

    .engagementTable input[type="number"] {
    width: 35%;
    }

    .engagementTable input[type="text"] {
    width: 70%;
    }

    .engagementTable th {
        font-size: clamp(14px, 3.5vw, 16px);
        text-align: left;
        line-height: 20px;
    }

    .accordion-header {
        font-size: 16px;
    }
    .qr-code {
    height: 100px !important;
    }
    .accordion-content {
        padding: 2% 4%;
    }
    .cell textarea{
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
  div[style*="width:20%"] {
    display: none !important;
  }
  
  #MainContainer {
    width: 100% !important;
    overflow: auto;
  }
}
label{ 
    font-weight: bold !important;
    font-size: clamp(16px, 2.5vw, 18px) !important;
    line-height: 1.4 !important;
    color:#191919 !important
}
p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color:#191919 !important
}