@font-face {
  font-family: 'meteocons';
  src:
    url('./fonts/meteocons.ttf?kx31oc') format('truetype'),
    url('./fonts/meteocons.woff?kx31oc') format('woff'),
    url('./fonts/meteocons.svg?kx31oc#meteocons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.meteocons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'meteocons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customSelect>div,
.customSelect label,
.customSelect input,
.customSelect svg {
  color: #000;
}

.customSelect fieldset,
.customSelect:hover fieldset {
  border: 1px solid #000;
  border-color: #000 !important;
}

.customTextField div:hover fieldset {
  border-color: rgba(255, 255, 255, 0.23) !important;
}

.customTextField div textarea {
  color: #000 !important;
  resize: vertical;
}

.customTextArea:active {
  background-color: 1px solid #aaa;
}

.textColor div input {
  color: #000 !important;
}

.ag-theme-alpine .ag-row {
  font-size: 13px !important;
  text-align: center;
  line-height: 35px;
  align-items: center !important;
  text-align: left;
}

/* .ag-header-cell-label {
  justify-content: center;
} */

.ag-header-cell-label {
  justify-content: left;
}

div.ag-theme-alpine div.ag-row .ag-cell {
  line-height: 14px;
}

.MuiIcon-root-727 {
  font-size: 12px
}

/* s */

.ag-theme-alpine .ag-virtual-list-container .ag-rich-select-virtual-list-container {
  overflow: auto !important;
}

.ag-rich-select-row .ag-rich-select-row-selected {
  overflow: auto;
  width: 400px;
}



.ag-theme-alpine .ag-column-drop-horizontal {
  border-bottom: none !important;
}

.ag-cell-wrapper.ag-row-group {
  align-items: center !important;
}

.ag-theme-alpine .ag-rich-select-value {
  width: 250px !important;
  padding: 5px 35px 5px 18px !important;
  min-height: 55px !important;
  /* border: 1px solid red; */
}

.update-usrProfile-btn {
  margin: 20px 0;
  text-align: center;
}

.update-usrProfile-btn button {
  border-radius: 0;
  background: #562459;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.customChip {
  /* border: 1px solid red!important; */
  position: relative !important;
}

.customChip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 102%;
  width: 350%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.ag-theme-alpine .ag-popup-editor {
  /*top: 50%!important;*/
  transform: translateY(15%) !important;
}

/* .ag-root.ag-layout-normal,
.ag-root.ag-layout-auto-height{
  overflow: visible!important;
} */

/* .ag-rich-select-list {
  /* height: calc(var(--ag-row-height)*6.5); 
  min-width: 200px;
  width: 100%;
  height: 100px;
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
  overflow-y: visible!important;
} */
.ag-theme-alpine .ag-rich-select-list {
  height: 150px !important;
  /* border: 2px solid green; */
  /* overflow: auto!important; */
}

.ag-root-wrapper.ag-layout-normal {
  overflow: visible !important;
}

.ag-virtual-list-container {
  overflow: auto !important;
  white-space: normal !important;
  word-break: break-all !important;
  /* max-height: 150px!important; */
  /* height: initial!important; */
  /* border: 2px solid red; */
  /* height: 100!important; */
  /* height: 150px!important; */
  /* height: auto!important; */
}

.ag-virtual-list-container::-webkit-scrollbar {
  /* visibility: hidden !important;
  display: none !important; */
  width: 6px !important;
  height: 6px !important;
  background: #f8f8f8 !important;
}

.main-container {
  width: 100%;
  height: 100vh;
  background: url(../../../assets/images/test.png) no-repeat;
  background-size: cover;
  background-position: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
}

.main-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  /* opacity: 0; */
}

.main-container div {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -54%);
  padding: 15px;
  /* max-width: 620px; */
  width: 100%;
  text-align: center;
  /* background: rgba(0, 0, 0, 0.1); */
  /* background: rgba(255, 255, 255, 0.73); */
  text-align: center;
  z-index: 111;
}

.main-container p {
  /* text-transform: uppercase; */
  font-size: 26px;
  font-weight: 600;
  max-width: 900px;
  margin: auto;
  color: #57285A;
}

.main-container p span {
  color: #ffd755;
  /* font-weight: 700; */
}

.cstm-header {
  height: 120px;
  width: 100%;
  background-color: #57295A;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  margin-bottom: 50px;
  z-index: 222;
}

/* .cstm-header div{
  width: 85%;
  margin: auto;
} */
.custom-shape-divider-bottom-1684755649 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1684755649 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 35px;
}

.custom-shape-divider-bottom-1684755649 .shape-fill {
  fill: #FAFAFA;
}


/* footer style */
.cstm-footer {
  background: #fff;
  padding: 50px 0 0;
}

.ftr-featCol-navBtn {
  color: #231F20 !important;
  font-size: 16px;
  margin: 10px 0;
  text-decoration: none !important;
  cursor: pointer;
}

.ftr-heading {
  color: #2D2D2D !important;
  font-size: 17px;
  font-weight: bold !important;
}

.ftr-featCol-navBtn:hover {
  text-decoration: none !important;
  color: #57285A !important;
}

.ftr-subtitle {
  color: #8B8B8B;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.ftr-subtitle1 {
  font-size: 16px !important;
  color: #231f20 !important;
  padding-right: 45px;
}

.copyright-section {
  /* border: 1px solid red; */
  height: 80px;
  width: 100% !important;
  /* line-height: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.copyright-navBtn {
  color: #57285A !important;
  font-size: 16px !important;
}

.copyright-navBtn:first-child {
  padding-right: 10px;
  border-right: 1px solid black;
}

.copyright-navBtn:last-child {
  margin-left: 10px;
}

.copyright-text {
  font-size: 16px !important;
}

/* assets dailog css satrts */
.assets-name-text {
  margin-bottom: 10px !important;
}

.asset-address-text,
.assets-name-text {
  /* width: 300px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
}


.assetDetails_imgBox {
  height: 100%;
  width: 100%;
  position: relative;
}

.assetDetails_imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.MuiMenu-paper-866,
.MuiPopover-paper-869 {
  transform: translateY(-50px) !important;
  height: 150px !important;
}

.ag-theme-alpine .ag-rich-select-row {
  padding: 0 18px !important;
}

.ag-theme-alpine .ag-rich-select-value::after {
  content: '';
  position: absolute !important;
  top: 10% !important;
  right: 8px !important;
  /* border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg); */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
}


.ag-theme-alpine .ag-header-cell {
  border-top: 1px solid #cec9c9 !important;
}

.serialClass {
  width: auto !important;
  border: 1px solid red !important;
  text-align: left !important;
}

.rowClass {
  width: auto !important;
}

/* .abcdef{
  overflow: auto!important;
  line-height: unset!important;
  text-overflow: unset!important;
  word-wrap: break-word!important;
  white-space: normal!important;
  padding: 10px 0!important;
} */

.my-otp-input input:focus {
  border: 1px solid rgb(153, 153, 153) !important;
  outline: none !important;
}



.activitiesTab-descText {
  cursor: pointer;
  overflow: hidden !important;
  height: 40px !important;
  /* white-space: normal!important; */
  /* word-break: break-word!important; */

  -webkit-line-clamp: 1;
  transition: all 0.1s ease;
  text-overflow: ellipsis;
}

.activitiesTab-descText:hover {
  overflow: scroll !important;
  white-space: normal !important;
  line-height: 18px !important;
  transition: all 0.1s ease;
  word-break: break-word !important;
  -webkit-line-clamp: 0;
}

/* wizard screen css sarts */
.welcome-screen {
  width: 100%;
  min-height: 100vh;
  background: url(../../../assets/images/welcome-Screen.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.welcmBg {
  width: 100%;
  height: 80vh;
  background: url(../../../assets/images/welcome-Screen.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome-screen-main-title {
  font-weight: 300;
  font-size: 40px !important;
  line-height: 83px;
  text-transform: capitalize;
  color: #562459;
}

.welcome-screen-subTitle {
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  color: #555555;
  margin-bottom: 20px !important;
}

.welcome-screen-miniTitle {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
}

.upper-Text-part {
  /* border: 1px solid red; */
  text-align: center;
  width: 80%;
  margin-top: 8%;
}

.bottom-text-part {
  margin-top: 3% !important;
  width: 70%;
  margin: auto;
  text-align: center;
}

.ws-title {
  text-align: left;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
}

.ws-miniTitle {
  text-align: left;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #444444;
  margin: 35px 0 !important;
  max-width: 800px;
}

.ws-actionBtns {
  text-align: center !important;
  display: flex;
  justify-content: center;
  /* justify-content: space-evenly; */
}

.ws-actionBtns button {
  background: #562459 !important;
  box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.02), 0px 23px 14px rgba(0, 0, 0, 0.07), 0px 10px 10px rgba(0, 0, 0, 0.12), 0px 3px 6px rgba(0, 0, 0, 0.14), 0px 0px 0px rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
  color: #fff !important;
}

.wizard-screen-backBtn {
  padding: 8px 16px;
  width: auto !important;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #562459 !important;
  box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.02), 0px 23px 14px rgba(0, 0, 0, 0.07), 0px 10px 10px rgba(0, 0, 0, 0.12), 0px 3px 6px rgba(0, 0, 0, 0.14), 0px 0px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px !important;

}

.wizard-screen-nextBtn {

  padding: 8px 16px;
  width: auto !important;
  height: 40px;
  background: #562459 !important;
  box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.02), 0px 23px 14px rgba(0, 0, 0, 0.07), 0px 10px 10px rgba(0, 0, 0, 0.12), 0px 3px 6px rgba(0, 0, 0, 0.14), 0px 0px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px !important;
  color: #fff !important;
}

.MuiStepLabel-completed {
  color: red !important;
}

.MuiStepLabel-label-273.MuiStepLabel-active-274,
.MuiStepLabel-label-273 {
  font-size: 17px !important;
}

.MuiSvgIcon-root-286 {
  font-size: 22px !important;
}

.ws_lastStep_bg {
  background: url(../../../assets/images/test.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top;
}

.ws_lastStep_bg_content {
  position: absolute;
  top: 55%;
  left: 45%;
  transform: translate(-15%, 0) !important;
}

.final_text {
  font-weight: 400 !important;
  font-size: 48px !important;
  /* line-height: 115px; */
  text-transform: uppercase;
  color: #562459;
}

.final_subText {
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #444444 !important;
}

.ws_subscription_btn {
  padding: 8px 24px !important;
  width: auto !important;
  background: #562459 !important;
  color: #fff !important;
  box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.02), 0px 23px 14px rgba(0, 0, 0, 0.07), 0px 10px 10px rgba(0, 0, 0, 0.12), 0px 3px 6px rgba(0, 0, 0, 0.14), 0px 0px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px !important;
}

.ws-notes-field textarea:focus {
  outline: 1px solid #f8f8f8 !important;
}

/* d9f7d8 */

.myLabel {
  /* border: 1px solid red; */
  position: relative !important;
  width: 210px !important;
  height: 240px !important;
  transform: translateY(-10%) !important;
}

.myLabel::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 240px;
  background: rgba(0, 0, 0, 0.42);
  top: 0;
  left: 0;
}

.myLabel .myImg {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

.content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: 11;
  color: #fff;
}

@media only screen and (min-width: 1400px) {
  .myLabel {
    width: 240px !important;
  }
}

@media only screen and (min-width: 1550px) {
  .myLabel {
    width: 270px !important;
  }

  .myLabel img {
    object-position: 0 -32px !important;
  }
}

@media only screen and (min-width: 1650px) {
  .myLabel {
    width: 300px !important;
  }
}

@media only screen and (min-width: 1750px) {
  .myLabel {
    width: 330px !important;
  }
}

@media only screen and (min-width: 1850px) {
  .myLabel {
    width: 355px !important;
  }

  .myLabel img {
    object-position: 0px -66px !important;
  }
}

.Mui-completed {
  fill: green !important;
  color: green !important;
}

.MuiStepIcon-root-282.MuiStepIcon-completed-285 {
  fill: #adecac !important;
  color: #adecac !important;
}

/* .hover-test{
  overflow: hidden!important;
}
.hover-test:hover{
  overflow: auto!important;
} */
.text-gray {
  fill: #61656F;
  transform: translateY(2px);
}

.testdiv>div fieldset legend {
  max-width: 100px !important;
  visibility: visible !important;
}

/* .PrivateNotchedOutline-legendLabelled-1188{
   max-width: 100px!important;
  visibility: visible!important;
} */

.csv_largeText {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}

.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus::after {
  border: none !important;
}

.myLable {
  display: inline-block;
  position: absolute;
  top: 35px;
  font-size: 13px;
  left: 15px;
  background: #f8f8f8;
  color: #562459;
  width: 150px;
  z-index: 1;
}

/*#company_list{
  border: 5px solid blue!important;
}

#company_list:focus ~ .myLable{
  position: absolute!important;
   top: 15px;font-size:13px;
} */
#company_list:focus~div {
  font-size: 10px !important;
}

#demo-simple-select-outlined-label {
  background: white !important;
}

.reminder_text {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #22292f !important;
}

.test123 div div div {
  padding-right: 0 !important;
}

/* .common_titleText{

}
.common_subTitleText{
  
} */

/* .custom-modal{
  max-width: 1200px!important;
} */

/* .custom-modal-upper{
  max-width: 1200px!important;
} */
.custom-modal-upper {
  height: 80vh !important;
  padding: 0 !important;
}


@media (min-width:1300px) {
  .custom-modal-upper {
    height: 600px !important;
  }

  .welcmBg {
    height: 600px !important;
    /* border: 1px solid red; */
  }
}

@media (min-width:1500px) {
  .custom-modal-upper {
    height: 70vh !important;
  }

  .welcmBg {
    height: 70vh !important;
  }
}

@media (min-width:1650px) {
  .custom-modal-upper {
    height: 60vh !important;
  }

  .welcmBg {
    height: 60vh !important;
  }
}

@media (max-width:1300px) {
  .custom-modal-upper {
    height: 550px !important;
    /* max-width: 1000px!important; */
  }

  .welcmBg {
    height: 550px !important;
    /* border: 1px solid red; */
  }
}

.subs-pen-icon {
  fill: #61656F !important;
}

/* .custom-scrollbar::-webkit-scrollbar {
  width: 8px!important;
  height: 8px!important;
  background-color: rgba(0, 0, 0, 0);
}

.custom-scrollbar::-webkit-scrollbar:hover {
  width: 8px!important;
  height: 8px!important;
  background-color: rgba(0, 0, 0, 0.06);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 20px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:active {
  border-radius: 20px;
} */
.subs-pen-icon {
  fill: #61656F !important;
}

.browse-button {
  width: auto;
  border: 2px solid black;
  padding: 10px 20px;
  color: black;
}

.custom-datePicker>div>div:before {
  border-bottom: none !important;
}

.custom-datePicker>div {
  border: 1px solid #b8b8b8;
  padding: 10px;
  border-radius: 5px;
}

.custom-datePicker>div>div:hover:not(.mui-disabled):before {
  border-bottom: none !important;
}

.custom-datePicker>div>div:after {
  border-bottom: none !important;
}

.custom_dropdownMenu {
  background: #f8f8f8;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 21120;
  box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  /* // minHeight:"0", */
  border-radius: 5px;
  overflow: auto;
  /* // padding: "10px 20px", */
  width: 255px;
}

.custom_dropdownMenu2 {
  height: 350px;
}

.MuiPickersBasePicker-pickerView-1017 {
  min-width: 200px !important;
}

.hello-drawer~div>div {
  left: 150 !important;
  transform: translateX(30px) !important;
  /* width: auto!important; */
  /* width: 200!important; */
  /* width: 270px!important; */
  /* max-width: 270px!important; */
}

.hello-drawer~div>div>div>div {
  width: auto !important;
  max-width: auto !important;
}

.flatPickr div input {
  height: 50px !important;
  padding: 0 10px !important;
}

.tabi>div span {
  background-color: transparent !important;
}

.apexcharts-xaxis-label {
  font-size: 10px;
  position: absolute;
  left: 0;
  fill: #333;
  /* Change the font color */
  /* Add other custom styling as needed */
}

/* new dashboard design css starts */
.mainDashboard_container {
  background: #fff;
  overflow: hidden;
  min-height: 100vh;
  padding: 0 1.8rem;
}

.mainDashboard_tabContainer {
  height: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 7px 11px 0px rgba(46, 103, 250, 0.10)
}
/* .wid1::before,.wid2::before,.wid3::before,.wid4::before{
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #54245C;
} */

.widget1{
  border: 1px solid #568CE9;
  border-radius: 4px;
}
.widget2{
  border-radius: 4px;
border: 1px solid #FC8127;
}
.widget3{
  border-radius: 4px;
border: 1px solid #9819AD;
}
.wid4{
  border-radius: 4px;
border-left: 8px solid #FEBA00;
background: #FFF9E9;
box-shadow: 0px 1px 2px 0px rgba(56, 65, 74, 0.15);
height: 85px!important;
/* padding-bottom: 30px;
padding-top: 30px; */
}
/* 
.wid2::before{
  background: #C25F5F;
}
.wid3::before{
  background: #5FC29E;
}
.wid4::before{
  background: #FEBA00;
} */
.addChart_btn{
  background: #54245C;
  color: #fff;
}
.add-widget-btn{
  /* padding-top: 22px;
  padding-bottom: 22px; */
  border-radius: 4px;
border: 1px solid #54245C;
background: #F8F8F8;
}
.custom-badge-color {
  background-color: #FEBA00; /* Replace with your desired color */
  color: white; /* Text color for the badge */
}
.ag-row-group-leaf-indent {
  display: none !important;
}
.ag-group-value{
  max-width: 150px;
}
.ag-group-value br {
  display: none!important;
}
.generate-reportBtn{
  background: #6B2C57;
  color: #fff;
  padding: 5px 20px;
  display: none !important;
}

.ag-row-group-leaf-indent {
  display: none !important;
}
.cstm-date > div{
  background: #fff;
  width: 100%!important;
  font-size: 24px!important;
}
.MuiPickersCalendarHeader-root div{
  font-size: 18px!important;
}
.MuiMonthCalendar-root .MuiPickersMonth-root button{
font-size: 15px;
}
.MuiPickersSlideTransition-root .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button{
font-size: 14px!important;
}
.MuiDayCalendar-header span{
  font-size: 14px!important;
}
.MuiYearCalendar-root .MuiPickersYear-root  button{
   font-size: 14px!important;
}
.ag-row-group-leaf-indent {
  display: none !important;
}
.ag-group-value{
  max-width: 150px;
}
.ag-group-value br {
  display: none!important;
}
.searching-img{
  width: 100%;
  height: 50vh;
  transform: translateY(20%);
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url(../../../assets/images/searching.png) no-repeat; */
  /* background-size: cover;
  background-position: center; */
}
#roleheight{
  /* height: auto!important; */
  /* overflow: auto; */
  /* border: 2px solid red!important; */
}
.input-height > div{
  height: 56px!important;
}
.every-input-box > div{
  height: 56px!important;
  transform: translateY(-2px)!important;
}
    
/* .mapboxgl-popup {
  z-index: 1;
} */
.mapboxgl-popup .mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-popup-content {
  min-width: 200px;
  max-height: 240px;
  overflow: auto;
  padding-top: 20px !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .4) !important;
}
.mapboxgl-popup-content::-webkit-scrollbar {
  width: 8px!important;
  height: 8px!important;
  background-color: rgba(0, 0, 0, 0);
}
.mapboxgl-popup-content::-webkit-scrollbar:hover {
  width: 8px!important;
  height: 8px!important;
  background-color: rgba(0, 0, 0, 0.06);
}
.mapboxgl-popup-content::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 20px;
}
.mapboxgl-popup-content::-webkit-scrollbar-thumb:active {
  border-radius: 20px;
}
.mapboxgl-popup-content h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  width: 152px;
  display: inline-flex;
  align-items: center;
  vertical-align: text-top;
  text-transform: capitalize;
}
.mapboxgl-popup-content h5 .dot_status_holder {
  display: inline-block;
  min-width: 6px;
  min-height: 6px;
  max-width: 6px;
  max-height: 6px;
  background: #12B76A;
  border-radius: 100%;
  margin-left: 4px;
}
.mapboxgl-popup-content h5 .dot_status_holder.disconnect {
  background: #F04438;
}

.mapboxgl-popup-content h5 .dot_status_holder.unknown {
  background: #808080;
}
.mapboxgl-popup-content > div {
  position: relative;
}
.mapboxgl-popup-content > div:not(:nth-last-child(2)) {
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.mapboxgl-popup-content > div ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  border-radius: 4px;
  padding: 4px 8px;
  padding-left: 18px;
  text-transform: capitalize;
  position: relative;
}
.mapboxgl-popup-content > div ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.mapboxgl-popup-content > div ul li .info_icon_holder {
  display: none;
}
.mapboxgl-popup-content > div ul li.unknown {
  color: #667085;
}
.mapboxgl-popup-content > div ul li.connected {
  color: #1D2939;
}
.mapboxgl-popup-content > div ul li.disconnected {
  background-color: #FEE4E2;
  color: #ED4B46;
}
.mapboxgl-popup-content > div ul li.disconnected::before {
  background-color: #F04438;
}
.mapboxgl-popup-content > div ul li.unknown::before {
  background-color: #667085;
}
.mapboxgl-popup-content > div ul li.connected::before {
  background-color: #12B76A;
}
.mapboxgl-popup-content > div ul li.disconnected .info_icon_holder {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.mapboxgl-popup-content > div ul li.disconnected .info_icon_holder .tooltip_holder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #344054;
  width: 165px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #FCF6FD;
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
  display: none;
}
.mapboxgl-popup-content > div ul li.disconnected .info_icon_holder:hover .tooltip_holder {
  display: inline-block;
}
.mapboxgl-popup-content > div ul li.disconnected .info_icon_holder:hover .tooltip_holder::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;

  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FCF6FD;
  right: 4px;
  top: -7px;
}
.mapboxgl-popup-content input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.mapboxgl-popup-content input[type="checkbox"] + span.icon::before {
  content: '\ea5f';
  font-family: "tabler-icons" !important;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #667085;
}
.mapboxgl-popup-content input[type="checkbox"]:checked + span.icon {
  transform: translate(-4px, 10px) rotate(180deg);
}
.mapboxgl-popup-content input[type="checkbox"] + span.icon + label {
  display: none;
}
.mapboxgl-popup-content input[type="checkbox"]:checked + span.icon + label {
  display: block;
}
.mapboxgl-popup-close-button {
  font-size: 20px;
  font-weight: 600;
  color: red;
  padding-right: 4px;
}
/* .map_popup_holder {
  min-width: 200px;
} */
.ag-cell-focus,.ag-cell-no-focus{
  border:none !important;
}
.ag-virtual-list-item, .ag-rich-select-virtual-list-item {
  padding-bottom: 30px !important;
}
.ag-rich-select-row, .ag-rich-select-row-selected {
  height: 20px
}
.cell-wrap-text {
  white-space: normal !important;
}
/* .ag-row .ag-cell {
display: flex;
justify-content: center; 
align-items: center;
} */

.ag-theme-alpine .ag-header-cell.actions-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #1D2939;
  font-family: "Inter", sans-serif;
}

/* Align action icons neatly */
.actions-wrapper {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 2px;
}

.actions-wrapper i {
  font-size: 1.2rem;
  color: #344054;
  cursor: pointer;
  transition: all 0.2s ease;
}

.actions-wrapper i:hover {
  color: #7F56D9; /* or your brand purple */
  transform: scale(1.1);
}

/* Optional: soften the hover background */
.ag-theme-alpine .ag-cell.actions-cell {
  background: transparent;
}


/* make this selector as specific as needed for your grid header */
.ag-theme-alpine .ag-header .MuiTextField-root,
.ag-theme-alpine .ag-header .MuiInputBase-root {
  background: transparent !important;
  box-shadow: none !important;
}

/* remove outlined border if any */
.ag-theme-alpine .ag-header .MuiOutlinedInput-notchedOutline {
  border: none !important;
}

.ag-theme-alpine .ag-header .MuiOutlinedInput-input {
    padding: inherit;
}

/* remove underline if any */
.ag-theme-alpine .ag-header .MuiInput-underline:before,
.ag-theme-alpine .ag-header .MuiInput-underline:after {
  border-bottom: none !important;
}

.MuiFormHelperText-root {
  margin-top: 2px !important;
  font-size: 11px !important;
  color: red !important;
}