body {
    background-color: #E7E7E7;
}

.time-range {
  display: flex;             
  align-items: center;
  gap: 5px;                 
}

.time-range select { 
  width: 63px;
  display: inline-block;
}

.button2,
.btn-secondary,
.btn-default {
    height: 34px !important;
}

.form-control {
    line-height: 1.0 !important;
}

.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;
}

#MessageBankContainer ::placeholder {
    color: #9a9a9a !important;
    font-style: italic !important;
    opacity: 1 !important;
}

@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;
}
.crmEntityFormView{
    color:#191919;
}

.lookup-modal .remove-value {
    display: none !important;
}

button#mlx_attachmentfile {
    border-radius: .375rem;
}

.mlx_btn {
    border-radius: 20px !important;
    background: black;
    color: #f1f1f1;
    width: 130px;
    text-align: center;
    float: none !important;
    display: block;
    margin: 0 auto !important;
}   


.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;
}
.cell input[type=text]{
    line-height: 24px !important;
}


@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%;
    }
    .quesPadding{
        padding: 0% !important;
    }
}

@media (max-width: 768px) {
  div[style*="width:20%"] {
    display: none !important;
  }

  #MainContainer {
    width: 100% !important;
    overflow: auto;
  }
  .quesPadding{
        padding: 0% !important;
    }
}

label{ 
    font-weight: bold !important;
    font-size: clamp(16px, 2.5vw, 18px) !important;
    line-height: 1.4 !important;
    color: #191919 !important;
}


#MessageBankContainer .textarea.form-control {
  width: 100%;
  min-width: 280px; /* Ensures readability on small screens */
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical; /* Allows vertical resizing if needed */
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
  background-color: #fff;
  color: #333;
}

@media (max-width: 480px) {
  #MessageBankContainer .textarea.form-control {
    font-size: 0.95rem;
    padding: 6px 10px;
  }
}

