/* style for root files */
/* @import url('https://fonts.cdnfonts.com/css/arial-nova');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box !important;
  /* font-family: 'arial-nova !important'; */
  /* font-family: 'Arial !important; */
  /* font-family: 'Roboto', sans-serif !important; */
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Lato", sans-serif !important;
  font-display: swap;
  /* font-weight: 300 !important; */
}


/* scroll bar css */
/* ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track:hover {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
 */

/* .e-dlg-center-center, .e-quick-popup-wrapper.e-device{
  z-index: 1000000 !important;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(216, 216, 216);
  border-radius: 40px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
} */

#root .CmtLayout-content {
  padding: 0px !important;
}


@media (min-width: 768px) {
  .JumboCmtLayout-content {
    padding: 20px !important;
  }
}

@media (min-width: 0px) and (max-width:768px) {

  .JumboCmtLayout-content {
    padding: 10px !important;
  }
}

/* .MuiDialogContent-root {
  background-color: #ffffff !important;
  padding: 10px 24px 20px !important;
} */




.css-ycasya-MuiPaper-root-MuiDialog-paper {
  border-radius: 14px !important;
}

#draggable-dialog-box {
  margin: 0px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  background-color: #ffffff !important;
  color: rgb(37, 37, 37) !important;
  height: 50px !important;
}

#draggable-dialog-title {
  padding: 20px;
  border: 1px solid lightgray;
}



.css-3rb6ib-MuiInputBase-input-MuiOutlinedInput-input {
  /* padding: 4px !important; */
  /* width: 80px !important; */
  height: 26px;
  font-size: 70%;
}

#root {
  min-height: 100vh;
  display: flex;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.loader {
  margin: auto;
  width: 50px;
  height: 50px;
}

.loader1 {
  margin: auto;
  width: 50px;
  height: 50px;
}


button {
  text-transform: capitalize !important;
}

label {
  /* this css for input box float labels */
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  left: 0px !important;
  /* background-color: #ffffff; */
  padding: 0px !important;
}

label span:last-child {
  /* this css for checkbox and radio button labels */
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #000000;
}

.input-label {
  /* this css for input box typography labels */
  font-size: 13px !important;
  line-height: 2.3 !important;
  font-weight: 500 !important;
  color: #000000 !important;
  margin: 0 0 0.1rem !important;
}

/* input {
  height: 1.2em !important;
  line-height: 1em !important;
  font-size: 13px !important;
  border-radius: 1px !important;
  padding-left: 15px !important;
} */

fieldset {
  font-size: 16px !important;
}

.input-box div {
  font-size: 13px !important;
  height: 28px !important;
  /* line-height: 38px !important; */
  background-color: #ffffff !important;
}

.input-box2 div {
  font-size: 14px !important;
  height: 34px !important;
  line-height: 38px !important;
  background-color: #ffffff !important;
}

/* ponkumar changes */
.input-box2 div .css-u7zwh2-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled {
  -webkit-text-fill-color: #727272;
}

.css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 0px !important;
}

/* .css-h3ptgz-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline { */
/* border-color: #3c7c33; */
/* border-width: 0px !important;
} */
/* .css-1d3z3hw-MuiOutlinedInput-notchedOutline {

   border-width: 0px !important;
} */
.css-q2xj9z-MuiInputBase-input-MuiOutlinedInput-input {
  color: white !important;
}

.css-1srwlox-MuiInputBase-input-MuiOutlinedInput-input {
  color: white !important;

}

.input-select1 {
  font-size: 14px !important;
  /* height: 38px !important; */
  /* line-height: 38px !important; */
  /* padding-top:3px !important */

}

.input-box1 div {
  font-size: 14px !important;
  height: 29px !important;
  line-height: 38px !important;
}

/* .input-box input{
    padding: 16.5px 6px !important;
} */

.input-select div {
  font-size: 12px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 9px !important;
  padding-left: 14px !important;

}



.img-icon {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  display: block;
}

audio::-webkit-media-controls-download-button {
  display: none !important;
  /* Hide only the download button */
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
  /* To prevent overflow */
}

.input-field div {
  border-radius: 5px !important;
  min-width: 330px;
  width: 100%;
  height: 33px !important;
}

.multiline-box div {
  font-size: 14px !important;
  padding: 10px 15px !important;
  background-color: #ffffff !important;
}

.search-select div {
  font-size: 13px !important;
  height: 28px !important;
  /* line-height: 18px !important; */
  padding: 0px !important;
  /* background-color: #ffffff !important; */
}

.search-select2 div {
  font-size: 13px !important;
  padding: 0px !important;
  background-color: #ffffff !important;
}

/* .search-select3 div {
  font-size: 14px !important;
  padding: 0px !important;
  height: 34px !important;
  background-color: #ffffff !important;
} */

/* vijay changes on 02-08-2023 */
.search-select3 div {
  font-size: 14px !important;
  line-height: 32px !important;
  height: 34px !important;
  background-color: #FFFFFF !important;
}

.search-select3 div div {
  padding-left: 10px !important;
}

.search-select div div {
  background-color: transparent !important;
  margin: 0px !important;
}

/* ponkumar changes */
.search-box div input {
  /* height: 2.6em !important; */
  height: 2.7em !important;
}

/* ponkumar changes */
.search-box div input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230D7C66" viewBox="0 0 24 24"><path d="M18.3 5.7c-.4-.4-1-.4-1.4 0L12 10.6 7.1 5.7c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l4.9 4.9-4.9 4.9c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l4.9-4.9 4.9 4.9c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4l-4.9-4.9 4.9-4.9c.4-.4.4-1 0-1.4z"/></svg>') no-repeat;
}

/* ponkumar changes */
.column-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #89c59d;
  color: #000 !important;
  /* background-color: #4c7645;
  color: #fff !important; */
  border-radius: 4px;
  margin-bottom: 10px;
  width: auto;
}

/* add new style for search box cache text on 28-04-2023 */
.css-px8ydd-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 8px 10px 10px 5px !important;
}

.search-select-border fieldset {
  font-size: 14px !important;
  height: 33px !important;
  /* line-height: 18px !important; */
  padding: 0px !important;
  border: 0px solid gray !important;
  border-width: 0px !important;
}


.cancel-button {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  text-transform: capitalize !important;
  padding: 6px 20px !important;
}

/* .card{
   border-radius: 1px !important;
} */

/* .modify-card {
 
  border: none !important;
  border-bottom: 2px solid #ecf0f1 !important;
  box-shadow: 0px 0px 5px 1px #ECF0F1 !important;
} */

.mini-card {
  cursor: pointer;
  border: none !important;
  padding: 10px !important;
  box-shadow: 0px 0px 10px 0px #d6dedf !important;
}

.mini-card:hover {
  transform: scale(1.02);
}

.border-card {
  padding: 10px;
  box-shadow: none;
  border: 2px solid #EEEEEE;
}

.table {

  border-radius: 10px !important;
}

.table-head {
  background-color: #f5f5f5;
  height: 36px !important;
  /* color: #ffffff !important; */
  border-radius: 5px !important;
  color: #000000 !important;

}

.table-body {
  text-align: left;
}

.table-head th {
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 0px !important;
  /* border: 1px solid #1B416B !important ; */
  padding-left: 7px !important;

  /* border-radius: 10px !important; */
}

.modify-card {
  padding-top: 17px !important;
  border: none !important;
  box-shadow: 0px 0px 5px 1px #ECF0F1 !important;
}


.dialog-head {
  font-size: 16px !important;
  background-color: #356d65 !important;
  color: #ffffff !important;
  height: 45px !important;

}

.dialog-save-btn {
  border-radius: 5px !important;
  font-size: 13px !important;
  background-color: #356d65 !important;
  color: #ffffff !important;
  /* padding: ; */
  width: 80px !important;
}

.dialog-save-btn:hover {
  opacity: 0.9 !important;
}

.dialog-cancel-btn {
  font-weight: 900 !important;
  color: black !important;
  font-size: 14px !important;
  border-color: lightgray !important;
  width: 80px !important;

}

.dialog-cancel-btn:hover {
  border-color: lightgray !important;
  background-color: rgba(240, 240, 240, 240) !important;
}

.dialog-add-btn {
  border-radius: 5px !important;
  font-size: 13px !important;
  padding: 2 !important;
  height: 36px !important;
  background-color: #356d65 !important;
  color: #ffffff !important;
}

.dialog-add-btn:hover {
  opacity: 0.9 !important;
}

.search-filed {
  width: 25 0px !important;
  align-items: center !important;
  height: 36px !important;
  display: flex !important;
  border-radius: 5px !important;
  font-size: 13px !important;
}

.date-with-icon {
  position: absolute !important;
  left: 7px;
  top: 18px;
}

.required {
  color: red;
}

.filter {
  position: relative;
}

.filter .filter-box {
  position: absolute;
  top: -10px;
  left: 55px;
  z-index: 1000;
}

.filter-icon {
  color: #3c7c33 !important;
  margin-right: 16px !important;
}

.edit-icon {
  cursor: pointer !important;
  color: #3c7c33 !important;
  margin-right: 6px !important;
}

.edit-icon:hover {
  color: #3c7c33;
  opacity: 0.7 !important;
}

.delete-icon {
  cursor: pointer !important;
  color: red !important;
}

.delete-icon:hover {
  color: red !important;
  opacity: 0.7 !important;
}

.send-icon {
  cursor: pointer !important;
  color: #67cff0 !important;
  margin-right: 5px !important;
}

.send-icon:hover {
  color: #67cff0;
  opacity: 0.7 !important;
}

.check-status {
  transform: rotate(-45deg);
}

.loader-path {
  fill: none;
  stroke-width: 3px;
  animation: animate-stroke 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

/* .circular-loader {
  content: url(mainlogo-icon.jpg) !important;
  animation: rotate 2s linear infinite;
}


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
} */


@keyframes animate-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #3c7c33;
    /* change the color #7352C7 */
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
    stroke: #3c7c33;
    /* change the color #7352C7 */
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
    stroke: #3c7c33;
    /* change the color #7352C7 */
  }
}


@media only screen and (max-width: 1024px) {
  .table-head th {
    min-width: 120px !important;
  }
}

@media only screen and (max-width: 600px) {
  .login-logo-image {
    width: 150px !important;
    height: 40px !important;
  }

  .filter-icon {
    margin-right: 10px !important;
  }

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  #no-more-tables thead {
    display: none;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } */

  #no-more-tables tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave  like a row */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 55%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td {
    text-align: left;
    top: 6px;
    width: 45%;
    transform: translateX(80%);
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    content: attr(data-title);
    /* Top/left values mimic padding */

    left: -75%;
    /* transform: translateX(-100%); */
    padding-right: 20px;
    white-space: nowrap;
    text-align: left !important;
    font-weight: bold;
    color: #000000;
  }


}

.save-button {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  border: 1px solid #3c7c33 !important;
  text-transform: capitalize !important;
  padding: 1px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.save-button:hover {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  /* change the color #3c7c33*/
  opacity: 0.9;
}

.cancel-button {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  text-transform: capitalize !important;
  padding: 1px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.filter {
  position: relative;
}

.filter .filter-box {
  position: absolute;
  top: -10px;
  left: 55px;
  z-index: 1000;
}

.filter .filter-box1 {
  position: absolute;
  top: 30px;
  left: 55px;
  z-index: 1000;
}


.save-button1 {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  border: 1px solid #3c7c33 !important;
  text-transform: capitalize !important;
  padding: 6px 25px !important;
}

.save-button1:hover {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  /* change the color #3c7c33*/
  opacity: 0.9;
}

.css-13lnx73-MuiList-root {
  padding: 0px !important;
}

.css-1fscom9-MuiButtonBase-root-MuiIconButton-root {
  color: black !important;
  background-color: #ffffff !important;
}

.css-14gaemn-MuiTable-root {
  margin-top: 0px !important;
}

/* For background Color outside the div */



/* For SubMenu Paading */
.css-h4y409-MuiList-root {
  list-style: none !important;
  position: relative !important;
  line-height: 1 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  margin-top: -15px !important;
  margin-bottom: -15px !important;

}

/* Contact Calender */

.css-dplwbx-MuiPickersCalendarHeader-label {
  font-size: 15px !important;
  margin-left: 150px !important;
}

.Change-Dailog {
  min-width: 700px !important;
}

/*  For Select Field */

.MuiAutocomplete-inputRoot {
  border-radius: 15px;
  padding: 4px !important;
  height: 38 !important;

}

.Auto-Responder {
  border-radius: 15px !important;
  padding: 0 !important;

}

.Auto-complete-text {
  padding-top: 6px !important;
}

.Mail-Content {
  width: 517px !important;
}

.Mail-Content1 {
  width: 490px !important;
}

/* For Save button & User Button */

.save-buttonuser {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  border: 1px solid #3c7c33 !important;
  text-transform: capitalize !important;
  padding: 6px 25px !important;
}

.save-buttonuser:hover {
  color: #ffffff !important;
  background-color: #3c7c33 !important;
  /* change the color #3c7c33*/
  opacity: 0.9;
}

.cancel-buttonuser {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  text-transform: capitalize !important;
  padding: 6px 20px !important;
}


/* For Template  */

/* .templates-box {
  padding: 20px;
  transition: all 0.5s;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  &:hover {
      background: #000000e3;
      box-shadow: 0px 0px 25px #02976424;
  }
  span {
      display: block;
      color: #1F1F1F;
      font-family:  'Manrope-Regular';
      font-size: 14px;
      margin-top: 10px;
      line-height: normal;
  }
  .temp-overview {
      display: none;
      position: absolute;
      left: 44%;
      top: 50%;
      transform: translate(-50%, -50%);
      a {
          display: block;
          line-height: normal;
          overflow: hidden;
          i {
              float: left;
              font-weight: normal;
              
              color: #13C8FF;
              position: relative;
              top: 3px;
              margin-right: 7px;
          }
          h6 {
              float: left;
              color: #fff;
              margin-left: 0;
              
              font-size: 13px;
              margin-bottom: 0;
          }
      }
  }
}

 .templates-box:hover {
  .temp-overview {
      display: block;
  }
} */

.template-item {
  padding: 10px;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  height: 200px;
  /* Set the height of the Paper component */
  position: relative;
  /* Add relative positioning for positioning the buttons */
}

.template-item:hover {
  background-color: #f0f0f0;
}

.template-info {

  align-items: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 8px;
}

.template-name {
  margin-left: 28px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
}

.template-actions {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* Add absolute positioning for the buttons */
  bottom: 10px;
  /* Adjust the position of the buttons from the bottom */
  left: 0;
  /* Position the buttons at the left edge of the template item */
  right: 0;
  /* Position the buttons at the right edge of the template item */
  visibility: hidden;
  /* Hide the buttons by default */

}

.template-item:hover .template-actions {
  visibility: visible;
  /* Show the buttons on hover */
}

.edit-button {
  background-color: #007bff;
  color: #fff;
}

.delete-button {
  background-color: #dc3545;
  color: #fff;
}

.followp-table {
  width: 50px !important;
  margin-left: 250px !important;
  border: 1px solid !important;
}


.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(228, 228, 228, 0.362);
  /* Scrollbar track color */
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(184, 184, 184, 0.5);
  /* Scrollbar thumb color */
  border-radius: 5px;
}

/* For Firefox */
/* Note: Firefox has limited support for scrollbar customization */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(155, 155, 155, 0.5) rgba(255, 255, 255, 0.1);
}

.css-1fznyzm-MuiInputBase-input {
  width: 100% !important;
  padding: 5px !important;
}


#login-input-box {
  background-color: transparent !important;
  color: white !important;
  height: 30px !important;
  line-height: 1em !important;
  font-size: 14px !important;
  padding-left: 15px !important;
  /* margin: 5px; */
  width: 100%;
  outline: none !important;
  border: 1px solid white !important;
  border-radius: 25px !important;
}

#login-input-box:focus-within {
  border: 2px solid #6bc199 !important;

}

#login-input-box::placeholder {
  color: rgb(223, 223, 223) !important;
  font-size: 11px !important;
}


/* animations.css */

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-top {
  animation: fadeInTop 0.5s ease-in-out;
}

.fade-in-right {
  animation: fadeInRight 0.5s ease-in-out;
}

.fade-in-bottom {
  animation: fadeInBottom 0.5s ease-in-out;
}

.fade-in-left {
  animation: fadeInLeft 0.5s ease-in-out;
}

.css-1ami7lv-MuiTimelineConnector-root {
  border: 0.8px dashed #ddd9d9 !important;
}

.css-10e0msx {
  background-color: #fff !important;
}

.css-fyc981-MuiListItemText-root {
  color: #3e7835 !important;
  font-size: small;
  font-weight: 700;
}

.main-div {
  width: 100%;
  min-height: 100vh;
}

.grid {
  box-shadow: none !important;
}

.dashboard-title {
  font-size: 32px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  color: #000000 !important;
  /* letter-spacing: 1px !important; */
}

.push-pin {
  margin-left: 10px;
  margin-right: 5px;
}

.badge-soft-success {
  --bs-badge-color: #1a8777;
  --bs-bg-opacity: 0.18;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: none;
  margin-top: 7px;
}

.funnel-pipeline-chart {
  clip-path: polygon(0 0, 100% 0, 60% 78%, 60% 90%, 40% 100%, 40% 78%);
  text-align: center;
  height: 365px;
  overflow-y: scroll;
}

.main-div {
  width: 100%;
  min-height: 100vh;
}

.grid {
  box-shadow: none !important;
}

.dashboard-title {
  font-size: 32px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  color: #000000 !important;
  /* letter-spacing: 1px !important; */
}

.push-pin {
  margin-left: 10px;
  margin-right: 5px;
}

.css-17x2t8n {
  background-color: none !important;
}



.css-rginck-MuiTableRow-root td,
.css-rginck-MuiTableRow-root th {
  font-size: 15px !important;
}

.css-9seshn-MuiTableRow-root td,
.css-9seshn-MuiTableRow-root th {
  border-bottom-width: 1px solid #e2e7f1 !important;
}

.css-1qhww7t-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 0px !important;
}

.crmscrolltable .css-19idom {
  background-color: #52453317 !important;
  padding: 0px 30px 0px 30px !important;
  border-radius: 10px !important;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-12lg90t-MuiAutocomplete-root .MuiOutlinedInput-root {
  height: 33px !important;
}

.css-1q24vpl:hover {
  border-left: 0px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.css-h4y409-MuiList-root {
  height: 400px;
  overflow-y: scroll;
  padding: 30px;
}

.css-59lhur-MuiTypography-root {
  color: #2b2d3b !important;
}

.css-1vwv85s-MuiTypography-root {
  color: #3c3c3c !important;
}

.css-1faq3v-MuiTypography-root {
  font-size: 20px !important;
}


/*
svg {
  color: #7e7e7e !important;
}
*/
.css-1qhww7t-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  color: #404040;
  border: 1px solid #efefef;
}

.css-h4y409-MuiList-root {
  padding-right: 15px !important;
}

.table-responsive {
  height: 285px;
}

.table-light {
  --bs-table-color: #010f1c !important;
  --bs-table-bg: #e2f1ff !important;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.css-9seshn-MuiTableRow-root {
  border-bottom: 1px solid #dededf;
}

#card-body {
  padding: 0px !important;
}

.css-85sn61-MuiTypography-root {
  color: #001326 !important;
}

#card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  border-color: #fff !important;
  padding: 10px !important;
}

.left h3 {
  font-size: 18px !important;
}

.css-1oyfslj-MuiListItemIcon-root {
  min-width: 56px;
  color: #475259 !important;
}

.css-fyc981-MuiListItemText-root {
  color: #3e7835 !important;
  font-size: small;
  font-weight: 700;
}

.css-10e0msx {
  background-color: #fff !important;
}

.css-15tvjfg-MuiTableCell-root.MuiTableCell-body {
  box-shadow: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2b2d3b !important;
  margin: 0px !important;
}


/* ponkumar changes */
.MuiTableCell-body .css-1vuloxl-MuiButtonBase-root-MuiCheckbox-root.Mui-disabled {
  color: rgb(120, 168, 144) !important;
}