body {
    background-color: #E7E7E7;
}

.time-range {
  display: flex;             
  align-items: center;
  gap: 5px;                 
}

.time-range select {
  width: 63px;
  display: inline-block;
}

.info-icon {
  display: inline-flex;
  width: 13px;
  height: 13px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #4f5052;
  background-color: #f4f4f4;
  color: #5a5b5d;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 22px;
  left: -20px;
  width: 200px;
  background: #333;
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  transition: opacity 0.25s;
  z-index: 999;
}

.tooltip-text.show {
  visibility: visible;
  opacity: 1;
}

.customRow > td > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .customRow > td > div > div {
    flex: 1 1 100%;
  }
}


.btn.btn-primary.button.next.submit-btn {
    border-radius: 20px !important;
    background: black;
    color: #f1f1f1;
    width: 130px;
    text-align: center;
}
.crmEntityFormView .actions {
    border-top: none;
}

.mlx_btn {
    border-radius: 20px !important;
    background: black;
    color: #f1f1f1;
    width: 130px;
    text-align: center;
}   


.multiStepBtnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.multiStepBtnParent {
    float: right;
}


.tab.clearfix {
    margin-bottom: 0px;
}

.accordion-header {
    color: #070202;
    font-weight: 700;
    font-size: 22px;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    outline: none;
}

.accordion-header:hover {
    background-color: #f2f2f2;
}

.accordion-content {
    padding: 0% 3% 0% 3%;
    background-color: #fff;
    border-top: none;
}

.accordion-title {
    font-weight: 600;
    ;
}

.qr-code {
    display: block;
    height: 120px !important;
    padding-left: 3%;
}


#mlx_addressid_name{
    display: none;
}

@media (max-width: 500px) {

    .engagementTable th,
    .engagementTable td {
        padding: 4px 8px 4px 8px;
        font-size: 1.8vw;
    }
    .engagementTable td:first-child {
        text-align: left;
    }

    .counter input[type="button"] {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .engagementTable input[type="number"] {
    width: 30%;
    }

    .engagementTable input[type="text"] {
    width: 70%;
    }

    .engagementTable th {
        font-size: 1.5vw;
        text-align: left;
    }

    .accordion-header {
        font-size: 4vw;
    }
    .qr-code {
    height: 100px !important;
    }
    .accordion-content {
        padding: 2% 4%;
    }
}

@media (max-width: 768px) {
  div[style*="width:20%"] {
    display: none !important;
  }

  #MainContainer {
    width: 100% !important;
    overflow: auto;
  }
}
