/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */



body, html {
  font-family: 'DM Sans Regular', sans-serif;
  height: 100%;
  
    /* height: 100%;
    background-color: #f8f8f8; */
}



@media print {
  body {
    display: none !important;
  }
}



.highlight {
  background-color: yellow !important;
}



.NoDataFound{

  color: #737373;
   font-size: 17px;
   font-family: DM Sans;
   font-weight: 500;
   line-height: 26px;
   letter-spacing: 0.20px;
   word-wrap: break-word;
  width: 80%;

}



::-webkit-scrollbar {
  width: 10px;
}



/* Track */



.content-container::-webkit-scrollbar-track {
  background: #f1f1f1;
 
}



/* Handle */



::-webkit-scrollbar-thumb {
  background: #e4e1e1; 
  border-radius: 10px; 
}



/* Handle on hover */



::-webkit-scrollbar-thumb:hover {
  background: #c5c3c3; 
  overflow-y: visible;
}



.fontss{
  font-family: 'DM Sans Regular', sans-serif !important;
}



.label__error {
  text-align: start;
  color: #ff1e5a;
  font-size: 12px;
  font-family: 'DM Sans Regular', sans-serif;
}



@media only screen and (max-device-width: 480px) {
  .label__error {
    font-size: 12px;
  }
  .textFontMobile {
    font-size: 12px;
    line-height: 21px;
  }
  
  .HeadingFontMobile {
    font-size: 15px;
   
  }
}



.ppp {
  font-size: 17px;

}



/* spinner  */



.spinner_overlay {
  position: fixed;
  /* left: 0;
  top: 0; */
  /* margin-left: -9px; */
  margin-top: -2px;
  width: 100%;
  height: 100%;
  background-color: #F0F0F3;
  /* background: linear-gradient(269deg, #EFF1FF 0%, #CEDFE8 100%); */
  /* background-color: #f6f6f6; */
  /* opacity: 0.9; */
  z-index: 100;
}



/* spinner  */



.mainLoader {
  position: fixed;
  /* left: 0;
    top: 0; */
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url('mm.5ed7f37fa8330459.jpg');
  /* background-color: #f6f6f6; */
  /* opacity: 0.9; */
  z-index: 1000;
}



.trees {
  position: fixed;
  margin: auto;
  text-align: center;
  top: 188px;

  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}



.mainLoad {
  position: fixed;
  margin: auto;
  text-align: center;
  top: 190px;

  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}



.loader img {
  /* animation: spinlogo 1s linear infinite; */
  /* animation: bounce 1s linear infinite; */
  animation: zoom-in-zoom-out 1.2s ease infinite;
}



.gptLoader {
  animation: bounce 1s linear infinite; 
}



@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}



@keyframes spinlogo {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}



@page {
  size: auto !important;
}



@media print {
  @page {
    size: 20in 12in !important;
  }
}



.zoom-in-out-box {
  margin: 24px;
  width: 50px;
  height: 50px;
 
  animation: zoom-in-zoom-out 1.5s ease infinite;
}



.zoominbox {

 
 
  animation: zoom-in-zoom-out 1s  infinite;
}



@keyframes zoom-in-zoom-out {
  0% {
    /* transform: scale(0.5, 0.5); */
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    /* transform: scale(0, 1); */
    transform: scale(1, 1);
  }
}



/* styles.css or styles.scss */



.ML__virtual-keyboard-toggle,
.ML__menu-toggle {
    background-color: white !important ; /* Add white background */
}



:host ::ng-deep .ML__virtual-keyboard-toggle {
  background-color: white !important;
}



/* 
.ML__virtual-keyboard-toggle {
  background: white !important;
  color: #333 !important;
  fill: currentColor;
} */



.tourGuideClass{
  background: #F6F6F6; border-radius: 8px
}



.tg-dialog-btn {
  padding: 5px 10px;
  border: none !important;
  background: none !important;
  color: #2A7CC7 !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: .82rem;
  white-space: nowrap;
}



.tg-dialog-body {
  padding: 10px !important;
  color: #3C403D;
  font-size: 14px;
  margin-left: 10px !important;
  font-family: DM Sans;
  font-weight: 400 !important;
  line-height: 27px;
  letter-spacing: 0.20px;
  word-wrap: break-word;
  /* font-weight: 400; */
}



.tg-dialog-close-btn {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  opacity: .4;
  cursor: pointer;
  margin-top: -20px !important;
  white-space: nowrap;
}



/* Add a CSS class for the tooltip */



.tooltip {
  position: relative;
  display: inline-block;
}



/* Style the tooltip text */



.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}



/* Show the tooltip text on hover */



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



@media only screen and (max-width: 600px) {

  .hideOnMobileBr{
    display: none;
  }
  ::-webkit-scrollbar-track  {
    visibility: hidden !important;
    background: white;
   
  }
  ::-webkit-scrollbar-thumb  {
    visibility: hidden !important;
    background: white;
   
  }
}



@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  ::-webkit-scrollbar-track  {
    visibility: hidden !important;
    background: white;
   
  }
  ::-webkit-scrollbar-thumb  {
    visibility: hidden !important;
    background: white;
   
  }
}



@media only screen and (max-device-width: 1292px) and (orientation: landscape) {
  ::-webkit-scrollbar-track  {
    visibility: hidden !important;
    background: white;
   
  }
  ::-webkit-scrollbar-thumb  {
    visibility: hidden !important;
    background: white;
   
  }
}
