.Ug4xq9kmKVRUGUnML5qO {
  color: var(--color);
  position: relative;
}

.eNiwGzpN28tZOGsvjfM9 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--nav-img);
  color: #fff;
}

.YxFvkooiBP29wXVoWVSj {
  border-left: 1px solid var(--nav-shadow);
  cursor: pointer;
}

.YxFvkooiBP29wXVoWVSj:hover .kv3AVwqhtTEZmMdRwoqi {
  height: auto;
  padding: 10px 0;
}

.YxFvkooiBP29wXVoWVSj .kv3AVwqhtTEZmMdRwoqi {
  height: 0px;
  top: 44px;
  position: absolute;
  right: 5%;
  width: 200px;
  -webkit-box-shadow: 7px 11px 8px 0 var(--nav-shadow);
  box-shadow: 7px 11px 8px 0 var(--nav-shadow);
  background-color: var(--nav-back);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  overflow: hidden;
}

/* .userprofile .dropdown div {
  display: block;
  text-align: center;
  padding: 5px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
} */

/* setings dropdown */

._VN4dTudzr91xtbvAUqy {
  cursor: pointer;
}

._VN4dTudzr91xtbvAUqy .iGrLlUl8xkbWj47ir2Zu {
  height: 0px;
  top: 50px;
  position: absolute;
  right: 90%;
  width: 130px;
  -webkit-box-shadow: 7px 11px 8px 0 var(--nav-shadow);
  box-shadow: 7px 11px 8px 0 var(--nav-shadow);
  background-color: var(--nav-back);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  overflow: hidden;
  cursor: pointer;
}

._VN4dTudzr91xtbvAUqy:hover .iGrLlUl8xkbWj47ir2Zu {
  height: 130px;
}

.iGrLlUl8xkbWj47ir2Zu .HFgt0QcgxrgVRW6Q6pc2 {
  text-align: center;
  text-decoration: none;
  padding: 6px;
  width: 100%;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: var(--color);
  display: block;
}

.iGrLlUl8xkbWj47ir2Zu .HFgt0QcgxrgVRW6Q6pc2:hover {
  background-color: var(--nav-drop-hover-bg);
  color:var(--color);
}

/* logout */

.N9AFqfyGeWGJJNY275nR {
  padding: 0 11px;
}

.HecA29KUmWii1LmccN1A{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.EKeZfsfHRTiXQQ2GjGSW{
    flex: 1;
}
.RITy3lMDC9cvSvIuWCyc{
    flex: 1;
}
.LsRpR2H6oVs79OChi5O0{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 5px;
    margin-top: 6px;
    background-color: #44599c;
}
.LsRpR2H6oVs79OChi5O0:hover{
    cursor: pointer;
}
.LsRpR2H6oVs79OChi5O0:hover::after{
    top: -5px;
    left: 4px;
    content: "Mail SetUp Info";
    position: absolute;
    background-color: var(--btn-hover);
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
    border-radius: 5px;
    color: white;
    transform: translateX(-50%);
    letter-spacing: 0.033rem;
    transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
   
}
@media(max-width:800px) and (min-width:665px){
    .EKeZfsfHRTiXQQ2GjGSW{
        gap: 2px;
      
    }
}

@media(max-width:665px){
    .EKeZfsfHRTiXQQ2GjGSW{
        padding-right: 0px;
        padding-bottom: 10px;
        min-width: 100%;
    }
}

.W_Ji9yPkcfhInAWQ8U2D {
  position: relative;
  /* padding: 1.5rem 1.7rem; */
  padding: 0.7rem 1.7rem 1rem 1.7rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--nav-color);
  letter-spacing: 0.7px !important;
  font-family: Open Sans !important;
}
.W_Ji9yPkcfhInAWQ8U2D:hover {
  background-color: var(--nav-hover);
}
.y9e7BpnxswgPWuil2un2 {
  color: var(--nav-active-color);
}

/* active link style */
.y9e7BpnxswgPWuil2un2::after {
  z-index: -1;
  /* transition: 0.3s ease-in-out; */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--nav-active-bg);
}

/* Media Query */
@media (max-width: 1055px) {
  .W_Ji9yPkcfhInAWQ8U2D {
    padding: 1.5rem 1.3rem;
  }
}

.bQom_e1zruI2rqMX7IuY {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Ar9U0jWYk6LOkXuk9WMi {
  padding: 0.8rem;
  display: flex;
}

.QGH98nzlLkUvCUwO8r68 {
  padding: 0rem 3rem;
}

/* narbar web and mobile menu */
.UYY9W4JnGfYcLEROtegY {
  display: none;
  height: 100%;
  padding: 15px;
}

.UYY9W4JnGfYcLEROtegY div {
  font-weight: bold;
  font-size: 15px;
  color: #44599c;
  cursor: pointer;
}
.RW7JwL7bY7ZxFbXbgUjU {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: var(--menuheight);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: -8px 7px 18px -10px rgba(87, 84, 87, 1);
  box-shadow: -8px 7px 18px -10px rgba(87, 84, 87, 1);
}

.RW7JwL7bY7ZxFbXbgUjU div {
  font-size: 18px;
  cursor: pointer;
}
/* media query */
@media (max-width: 1140px) {
  .DZaG0F0ph59Y8o7SeDDT {
    display: none;
  }
  .frfqN70egTWz7EKbnrI3 {
    display: block;
  }
}
@media (max-width: 1026px) {
  .DZaG0F0ph59Y8o7SeDDT {
    display: none;
  }
  .frfqN70egTWz7EKbnrI3 {
    display: block;
  }
}
@media (max-width: 768px) {
  .q9CWBsSR_rtOw8kYT9uu {
    display: none;
  }
  .TPRWigdpW9BQ0l6ze6AA {
    display: block;
  }
}
@media (max-width: 576px) {
  .l7AHpnfDT4BRmnh8jYDF {
    display: none;
  }
  .VUMRBUz5AikU5cIVP2_T {
    display: block;
  }
}
@media (max-width: 400px) {
  .aktZBnil6zIX1stwlHmQ {
    display: none;
  }
  .K_8XMIKjmNAfLZZt8baH {
    display: block;
  }
}

/* side menu  */

.JfCLdiSwwGwW0Kxpg662 {
  padding: 10px;
  text-decoration: none;
}
.bkf5jepi3PmdwyPHqmNQ {
  background-color: var(--nav-active-bg);
  color: var(--nav-active-color) !important;
}
.JfCLdiSwwGwW0Kxpg662:hover {
  background-color: #f8f9fb;

  letter-spacing: 1;
}

.CeoevNCT2Ips731GCIEU {
  border-radius: 5px;
  /* box-shadow: 0 4px 8px 0 rgba(60, 68, 77, 0.5); */
  background-color: var(--light);
  padding: 5px;
}
.FNUZm6FZYKC2yJUR9w5r {
  border-radius: 5px;
  /* box-shadow: 0 4px 8px 0 red; */
  background-color:var(--light);
  padding: 5px;
}

.HZEvSwDfHDXGSfOuG_Is {
  background-color: white;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 3px;
  overflow: hidden;
  max-width: 232px;
}
.F8vRzmIOYXJ79vmEFDDg {
  margin: 0 !important;
}

.F8vRzmIOYXJ79vmEFDDg input {
  background-color: var(--dark) !important;
  color:var(--input-color)
}

/* modal css */
.SxKwc3XyheuYNbDEYCXD {
  z-index: 10000;
}

.zpVG1nYTYRIilJvipvQM {
  top: 60px;
  right: 10px;
  position: absolute;
  background-color: white;
  z-index: 1000000;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 64%) !important;
  transition: transform 0.2s ease-in-out;
  overflow-x: auto;
  transform-origin: center right;
  width: 425px;
}
.saJmB4vV6G30vZHYMstX {
  display: flex;
  justify-content: space-between;
  border-left: 3px solid var(--dusky-blue);
  background-color: rgb(240, 241, 247);
  margin: 7px 5px;
  border-radius: 5px;
  box-shadow: none;
  padding: 0.5rem;
}
.saJmB4vV6G30vZHYMstX:hover {
  background: #b4bede78;
}
._HlCnYszdLRLivS9mcd9 {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: white;
  margin-right: 1rem;
}

._7qCE61oQdC0nEr9ZBwHw {
  border-radius: 5px !important;
  -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 3px !important;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: var(--nav-back);
}



.df17pVjumXDIDBNvcBb0 {
  border-radius: 5px;
  padding-right: 0.7rem;
  font-size: 12px;
  font-weight: bold;
  background-color: #44599c;
  color: white;
  width: 104px;
  height: 24px;
  outline: none;
  padding-left: 3px;
}

.FPRf67Hp38FPuZpCy_kQ {
  padding: 0.4rem 0.25rem;
  position: relative;
  text-decoration: none;
  font-family: OpenSans;
  font-size: 12px;
  color: var(--grey);
}

.FPRf67Hp38FPuZpCy_kQ:hover {
  color: var(--grey-hover);
}

.LsNQOJc5Zn9caHnq284l {
  color: var(--color);
}

.Vr6IjpwNI4NpH9oKjFmr {
  color: var(--color);
}

.XZiwKGQaXFdoamwPIykk option {
  font-family: monospace !important;
  word-spacing: 2px !important;
  font-size: 13px !important;
  word-spacing: 1px;
}

/*local mediaQuery for breadcrumb*/
@media (max-width:600px){
  .edftf2ueEh_h4XeMohd2{
  display: none !important;
}
}
.YoRjYjDJgpubbljywuP1 {
  position: relative;
}
.YoRjYjDJgpubbljywuP1:hover::after {
  display: block;
}
.YoRjYjDJgpubbljywuP1:hover::before {
  display: block;
}

.YoRjYjDJgpubbljywuP1::before {
  content: "Help";
  position: absolute;
  /* font-family: OpenSans; */
  display: none;
  padding: 5px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  top: -32px;
  letter-spacing: 0.4px;
  background-color: #44599c;
  white-space: nowrap;
}
.YoRjYjDJgpubbljywuP1::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: none;
  background-color: #44599c;
  top: -12px;
  left: 6px;
  transform: rotate(45deg);
}

.q_uvW6UIa3TFGfZEOa1g {
  display: none;
}

.tNqbkmhxPgVEKMb_rCI1 {
  display: none;
}

.CJS1DFSAqZ0fbSDdvxMm {
  width: 97%;
  margin: 0 auto;
  padding-top: 49px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .CJS1DFSAqZ0fbSDdvxMm {
    padding-top: 49px;
    width: 80%;
    margin: 0 auto;
    /* height: 82vh; */
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  .CJS1DFSAqZ0fbSDdvxMm {
    padding-top: 49px;
    width: fit-content;
    margin: 0 auto;
    height: 100%;
    /* overflow: scroll; */
  }
  .CJS1DFSAqZ0fbSDdvxMm .WZtDZRcT7gJ4s0dK51RO {
    margin-top: 0px !important;
  }
}

.PXAq2U6j9SJZuKQhvIEg{
  height: auto !important;
}
.VaJ_ikyMWa9ztQgRKkL3 {
  display: flex;
  justify-content: flex-end;
}
.L0ndXd0Trm8Gpjcy5eCz {
  display: flex;
  gap: 10px;
}
.DDHLYgWWL6f5j2PI24UE {
  display: grid;
  padding: 10px 15px;
  grid-gap: 0.3rem;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.xFqUGKNLT4ZlCMRvsiWG {
  display: grid;
  padding: 10px 15px;
  grid-gap: 0.3rem;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.n08M3FdWzCT13s7ZUCZs {
  display: grid;
  padding: 10px 15px;
  grid-gap: 0.3rem;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.CI0_LlEcLgKHM1aq_HqU {
  display: grid;
  padding: 10px 15px;
  grid-gap: 0.3rem;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

@media (max-width: 600px) and (min-width: 360px) {
  .L0ndXd0Trm8Gpjcy5eCz {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .VaJ_ikyMWa9ztQgRKkL3 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .DDHLYgWWL6f5j2PI24UE {
    display: block;
  }
  .xFqUGKNLT4ZlCMRvsiWG {
    display: block;
  }
  .n08M3FdWzCT13s7ZUCZs {
    display: block;
  }
  .CI0_LlEcLgKHM1aq_HqU {
    display: block;
  }
}

@media (max-width: 900px) and (min-width: 600px) {
  .DDHLYgWWL6f5j2PI24UE {
    width: 100%;
    display: inline-block;
  }
  .xFqUGKNLT4ZlCMRvsiWG {
    width: 100%;
    display: inline-block;
  }
  .n08M3FdWzCT13s7ZUCZs {
    width: 100%;
    display: inline-block;
  }
  .CI0_LlEcLgKHM1aq_HqU {
    width: 100%;
    display: block;
  }
}

.EfC4cxE4bH7GeEO0wxJF{
    position: sticky !important;
    top: 0px;
    background-color: white;
    z-index: 100;
}
.wi_JYeBYhtqZqJWJc0lJ {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.wi_JYeBYhtqZqJWJc0lJ input {
  opacity: 0;
  width: 0;
  height: 0;
}

.WdULnwK7JpLyQJp8iejZ {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.WdULnwK7JpLyQJp8iejZ:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .WdULnwK7JpLyQJp8iejZ {
  background-color: #44599c;
}
/* input:disabled + .slider {
  background-color: #6b83ca;
} */

input:focus + .WdULnwK7JpLyQJp8iejZ {
  box-shadow: 0 0 1px #44599c;
}

input:checked + .WdULnwK7JpLyQJp8iejZ:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.WdULnwK7JpLyQJp8iejZ.lzI1wriZY4opDQORFjRV {
  border-radius: 34px;
}

.WdULnwK7JpLyQJp8iejZ.lzI1wriZY4opDQORFjRV:before {
  border-radius: 50%;
}


/* section  route style */
.Dl7tq5UStT2AYFWm5cwp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
    font-weight: bold;
    color: var(--card-color);
    border-bottom: 1px solid var(--dusky-blue);
    /* background: #c8d1ec7a; */
    box-shadow: inset 7px px 8px 0 var(--nav-shadow);
}
.Dl7tq5UStT2AYFWm5cwp span{
   padding: 6px 0px 5px 0px;
   width: 110px;
   text-align: center;
   border-radius: 5px 5px 0 0 ;
   cursor: pointer;
   transition: .3s ease-in-out;
}
.Dl7tq5UStT2AYFWm5cwp span:hover{
  background-color: var(--btn-flat-hover);
}
.Yc2owDbXFBPPa3gRo_ma{
   /* background-color: var(--btn-bg);
   color :white; */
  font-size: 14px;
  border-bottom: 3.5px solid var(--dusky-blue);
  transition: .3s ease-in-out;


}

.tESUnvzHswH0XVYQa8Sf{
  padding: 0px !important;
}

.x0DrxbaJIVXTmT27L_cR {
  color: var(--dusky-blue);
  font-size: 1rem;
  background-color:  var(--tab2-active);
  letter-spacing: 2px;
  padding:7px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f5DMqgN9BgRiXx0aMTQu {
  width: 20px;
  height: 20px;
  fill: #fb1818b3;
  margin: 0 10px;
}
.dGrbRbPNsZX2FG9uXXtX {
  background-color:var(--dark);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--card-shadow);
}

.dWKUKVifr3E1f3fbcIVV{
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--dusky-blue);
  text-transform: capitalize;
}

.IpYSFpAwfkufWxQgRo1S{
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  padding: 5px;                
  height: 2.5rem;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}
.SJhDr0FPwpUU0lWQzEHM{
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  padding-left: 5px;
  height: 2rem;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}


.WcOae4TN35Xikgo9rRO_{
  border-bottom:3px solid var(--dusky-blue);
  cursor: pointer;
  padding: 5px 0;
  font-weight: 600;

}


.oh79AkySTDsoFkug7tCV{
  cursor: pointer;
  padding: 5px 0;

}


.pFcYXgypngbTfKDs0jQQ {
  position: relative;
}
.pFcYXgypngbTfKDs0jQQ:hover:after {
  content: attr(dataHover);
  position: absolute;
  padding: 5px;
  border-radius: 15px;
  top: -20px;
  width: max-content;
  background-color: #d8ddee;
  font-size: 13px;
  font-weight: bold;
  left: 110px;
  /* right:90px; */
}

.aHp0lfz3RzJa5w1xoZCj {
  border-radius: 5px;
  padding-right: 0.7rem;
  font-size: 12px;
  font-weight: bold;
  background-color: #44599c;
  color: white;
  width: 104px;
  height: 24px;
  outline: none;
  padding-left: 3px;
}
.mLooM_JJQ20mS9zwQa3u option {
  font-family: monospace !important;
  word-spacing: 2px !important;
  font-size: 13px !important;
  word-spacing: 1px;
}
._EeqpbYNFb3cDNVMa9cD{
  width: 560px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.XlMP8LB3aOsJatv3uaIL{
  width: 100px;
}
.Vz1qDflgxnfq1gRVQPf2{
  border: none;
  background: #dcdfe5;
  width: 5rem;
  padding: 5px;
  border-radius: 3px;
  text-align: right;
  outline: none;
  color: #343434;
  font-weight: 400;
  font-size: 0.75rem;
}
.cjjan99x8gLUPvPVrHKB {
    margin-top: -5px;
}
.Oj0WTFlntvrrZvE0AwlO{
    border-bottom: 2px solid #eeeff2;
    margin-top: 10px;
    margin: 5px;
    margin-bottom: 0;
  }
.nbTmNHqfJwBILLlpMmNn {
    display: flex;
    flex-direction: row;
}
.gul3vUvfRpasDTeOKPl_ {
    display: flex;
    flex-direction: column;
}
.VBzJFYd_HXR459pZayKF {
    width: 100%;
    height: 600px;
}
.xSs00DvwT94vOc_l6s_V {
    height: 2px;
    width: 29%;
    background-color: #44599c;
    border-radius: 15px;
    align-self: center;
    margin-top: -15px;
    margin-right: 5px;
    /* margin-left: 10px; */
}
.iQ7SaFM303HbgcI7FryU {
    height: 150px;
    width: 3px;
    background-color: #44599c;
    border-radius: 15px;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
  }
.M3_YGxdow9lpZY57aQ4R {
  height: 10px;
  width: 25px;
  text-align: center; 
  padding: 2px 5px;
  color: rgb(37, 84, 211);
  border: 2px solid #215dcc;
  border-radius: 4px;
  cursor: pointer;
}
.lvWQUEkBI4CCgvsBD32A {
    position: relative;
    height: 15px;
    width: 150px;
    padding: 0px 15px;
    color: #e6ffcc;
    border: 1px solid #8b8b8a;
    background-color:#e6ffcc;
    border-radius: 3px;
}
._0wFJyW3d4gidoNdikdd{
    position: relative;
    height: 15px;
    width: 30px;
    padding: 0px 15px;
    color: #ffe6f0;
    border: 1px solid #8b8b8a;
    background-color:#ffe6f0;
    border-radius: 3px;
}
._0wFJyW3d4gidoNdikdd:hover:after{
    content: attr(data-tooltip);
    position: absolute;
    width: max-content;
    background-color: #ffe6f0;
    border-radius: 5px;
    padding: 5px;
    color: rgb(99, 96, 96);
    white-space: nowrap; 
    font-size: 10px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
.T_SlxbLszCkWLs3c2XBi {
    position: relative;
    height: 15px;
    width: 150px;
    padding: 0px 15px;
    color:  #ffffcc;
    border: 1px solid #8b8b8a;
    background-color:#ffffcc;
    border-radius: 3px;
}
.T_SlxbLszCkWLs3c2XBi:hover:after{
    content: attr(data-tooltip);
    position: absolute;
    width: max-content;
    background-color: #ffffcc;
    border-radius: 5px;
    padding: 5px;
    color: rgb(99, 96, 96);
    white-space: nowrap; 
    font-size: 10px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
.KFl9L59BunhW1M_ypgvQ{
    position: relative;
  }
  .lvWQUEkBI4CCgvsBD32A:hover:after{
    content: attr(data-tooltip);
    position: absolute;
    width: max-content;
    background-color: #e6ffcc;
    border-radius: 5px;
    padding: 5px;
    color: rgb(99, 96, 96);
    white-space: nowrap;
    font-size: 10px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
  /* #ffe6ff - add
  ffffe6 - pan
  f7ffe6 - update */
  .OKvHbkWyM_h_5LHmbrev{
    overflow-y: auto;
    height: 450px;
  }

  .N_5kwUneIGO0TTvGX5TR{
    /* animation: blink-animation 2s steps(5, start) infinite;  */
    animation: w1oEhRif4mnEIzhoQJ7v 3s linear infinite;
    animation-duration: 10sec;
  }
  @keyframes okayRp6WxXxIZGsrAAsI {
    to {
      visibility: hidden;
    }
  }
  
  @keyframes w1oEhRif4mnEIzhoQJ7v {
    0% {
      opacity: 0;
    }
    30% {
      opacity: .5;
    }
    50% {
      opacity: 1;
    }
  }
.IBQtZ2R0_xMPu2xSOTS2 {
  margin: 90px 0px 0px 0px;
}

/* sidebar */
.OgR2iW3OtsupMEhZIdKV {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 100vh;
  background-color: var(--dark);
  z-index: 1000;
  transition: ease-in-out 0.3s;
  -webkit-box-shadow: 0 2px 3px 0 var(--nav-shadow);
  box-shadow: 0 64px 3px 0 var(--nav-shadow);
}

.R44IwhgOew2hiZq2Zhwb {
  position: relative;
}
.R44IwhgOew2hiZq2Zhwb:hover::after {
  display: block;
}
.R44IwhgOew2hiZq2Zhwb:hover::before {
  display: block;
}

.R44IwhgOew2hiZq2Zhwb::before {
  content: "Entity list / Add Entity";
  position: absolute;
  /* font-family: OpenSans; */
  display: none;
  padding: 5px;
  color: var(--dark);
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  bottom: -24px;
  letter-spacing: 0.4px;
  background-color: var(--dusky-blue);
  white-space: nowrap;
}
.R44IwhgOew2hiZq2Zhwb::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: none;
  background-color: var(--dusky-blue);
  bottom: -5px;
  left: 6px;
  transform: rotate(45deg);
}

.XgHec1eTByrhPZHzRLUp {
  width: 300px;
}

.OG6Y35Qu5GNoEvbpyeKA {
  width: 0px;
}

.xEfdN3AKilLUiuRRm2Uj {
  padding-left: 300px;
}

/* search */
.fJcIqdCfww9hMO5Jv1x0 {
  border: 1px solid lightgray !important;
  border-radius: 30px !important  ;
  box-shadow: 0 1px 6px 0 rgba(90, 106, 151, 0.28);
  -webkit-border-radius: 30px !important  ;
  -moz-border-radius: 30px !important  ;
  -ms-border-radius: 30px !important  ;
  -o-border-radius: 30px !important  ;
  background-color: #fff !important;
  padding: 0.6129rem 1.125rem !important;
}

@media (max-width: 800px) {
  .xEfdN3AKilLUiuRRm2Uj {
    padding-left: 0px;
  }
}

/* verions toggler */

/* tour design */

@keyframes SBgGvhUTFpK1sUeorMa1 {
  0% {
    border-color: #fff;
  }
  50% {
    border-color: #241468;
  }
  100% {
    border-color: #fff;
  }
}

.OcgoZtu3DelgBg8Wsijv {
  background-color: #9e3997;
  padding: 5px 10px;
  text-decoration: none;
  border: 4px solid white;
  color: white;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  height: 70px;
  width: 180px;
  font-size: 20px;
  border-radius: 5px;
  opacity: 0.9;
  animation: SBgGvhUTFpK1sUeorMa1 2s infinite;
}
.OcgoZtu3DelgBg8Wsijv:hover {
  color: #9e3997;
  border-color: #9e3997;
  background-color: white;
}
/* tour design */

.neNoSCgkngwY8AzS4nxr {
    position: relative;
  }
  .neNoSCgkngwY8AzS4nxr:hover::after {
    display: block;
  }
  .neNoSCgkngwY8AzS4nxr:hover::before {
    display: block;
  }
  
  .neNoSCgkngwY8AzS4nxr::before {
    content: "New Chat";
    position: absolute;
    /* font-family: OpenSans; */
    display: none;
    padding: 5px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    top: -33px;
    right: -9px;
    z-index: 1000;
    letter-spacing: 0.4px;
    background-color: #a3a3a4;
    white-space: nowrap;
  }
  .neNoSCgkngwY8AzS4nxr::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: none;
    background-color: #a3a3a4;
    top: -12px;
    left: 22px;
    transform: rotate(45deg);
  }
.vaC8X7ijuL3la9JrxWBQ {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.oHkTJdFPSIGg_NzNTpwK {
  position: relative;
}
.GxbX57cskgFsxzNgyS9D {
  position: sticky !important;
  top: 0;
  border-top: 1px solid #dce1ef !important;
  background-color: white;
}
.quLMPa6jT8LtNm70g4UQ {
  white-space: pre-wrap;
}
.YKNBuPxznGQZWgcot4aj {
  width: 18rem;
  background-color: #fff;
  color: var(--color);
  margin-top: 40px;
  position: absolute;
  display: none;
  z-index: 4;
  cursor: pointer;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.a8oYhD5N_dMmKrViPA1j {
  display: flex;
  padding: 0.4rem;
  border: 1px solid #dce1ef;
}
.a8oYhD5N_dMmKrViPA1j:hover {
  transform: scale(1.02);
  background-color: #fff;
}

/* import Screen styles */

.VfxQtex4EVDcI_cLCmtc {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  /* margin-top: 10px; */
}

/* step1 style */
.njndXtzdMSGbxWivDC1k {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 210px;
}

.ERRa3ZV_wSrW6Sk9lTNw {
  height: 225px;
  width: 3px;
  background-color: #44599c;
  border-radius: 15px;
  align-self: center;
  margin-left: 10px;
}
._emfCvFazzbQn__PT51r {
  position: absolute;
  right: 4%;
  top: 1%;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #44599c;
  display: flex;
  align-items: center;
  cursor: pointer !important;
  z-index: 100;
}

.o5maliZenNpXPEiv2lmg {
  width: 16px;
  height: 16px;
  fill: #44599c;
  margin-left: 5px;
  cursor: "pointer" !important;
  transition: transform ease-in-out 1.5s;
  pointer-events: none;
}

.NlaNsjuUFRUCC4CURB_Z {
  fill: red;
  transform: rotate(360deg);
}
.rCwBQmc3RLVwRIMAjAcd {
  border: 1.5px solid #eb4747 !important;
  position: relative;
}
.LidWe9cy2w2ALfRY9G9U {
  display: none;
  position: absolute;
  left: 5%;
  top: 110%;
  z-index: 10;
  border-radius: 5px;
  color: white;
  font-family: inherit;
  font-weight: bold;
  pointer-events: none;
}
.SvZvhk8LNrh9P75oCc4b {
  display: none;
  position: absolute;
  left: 5%;
  bottom: 110%;
  z-index: 10;
  border-radius: 5px;
  color: white;
  font-family: inherit;
  font-weight: bold;
  pointer-events: none;
}
.uocXBo317yOnwTY7Cp3m {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.qh7d9jEXzhiCYcr086Ak {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.Vng5iOygW3hWtkQS_o0w {
  background-color: #eb4747;
}
.RalyAGJbfxJNixeg2_Zm {
  background-color: #eac857;
}

.LidWe9cy2w2ALfRY9G9U::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: inherit;
  left: 5%;
  bottom: 100%;
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  pointer-events: none;
}
.SvZvhk8LNrh9P75oCc4b::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: inherit;
  left: 5%;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
  pointer-events: none;
}

.rCwBQmc3RLVwRIMAjAcd:hover .LidWe9cy2w2ALfRY9G9U {
  display: block;
}
.rCwBQmc3RLVwRIMAjAcd:hover .SvZvhk8LNrh9P75oCc4b {
  display: block;
}
.EocyxiAwWQsaICY23sPB {
  width: 27%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  /* padding: 5px; */
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 3px 10px rgb(195 204 232);
}
.EocyxiAwWQsaICY23sPB:hover {
  transform: scale(1.02);
}
.F1QfjwtleyByQqhaBCcr {
  /* align-self: flex-end; */
  width: 15%;
  /* border: 1px solid; */
  text-align: center;
  display: inline-table;
  align-items: center;
  padding: 5px;
  /* margin-top: 3px; */
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #9c4444;
  cursor: pointer;
  /* margin-left: "auto"; */
  height: 23px;
  margin-bottom: 1px solid;
  /* align-self: end; */
}
.jihS8U5nPt9wALfjk1Zf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.q_nBUDt1N2bDGwNL2iRq {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 540px) and (min-width: 300px) {
  .q_nBUDt1N2bDGwNL2iRq {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 300px) {
  .jihS8U5nPt9wALfjk1Zf {
    min-width: 40%;
  }
  .EocyxiAwWQsaICY23sPB {
    width: 100%;
  }
}

.Inn36DEKHWYCd3UgwZ2l {
  display: block;
  height: 100%;
  /* background-color: #afbad3; */
  background-color: #44599c;
  /* background-color: #4db7a0; */
  transition: width 0.3s ease-in;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.Inn36DEKHWYCd3UgwZ2l::after,
.iq4wGYMB2zDE_Q62UZ3Q {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 26%,
    transparent 51%,
    rgba(255, 255, 255, 0.2) 50%,
    /* #d8ddee 75%, */ rgba(255, 255, 255, 0.2) 75%,
    transparent 76%,
    transparent
  );
  z-index: 1;
  background-size: 30px 30px;
  animation: E1WXMbmLjzAM1QNK_OT4 3s linear infinite;

  overflow: hidden;
}

@keyframes E1WXMbmLjzAM1QNK_OT4 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.ThQ5YEKmlcWdxbakSyKB {
  margin: 5px;
}
.Bd_ubwyEeLp9LtUQ8yGk {
  width: 50%;
  margin: 0 10px;
}
.M8LAu0bKYk2oYyV0k6bY {
  width: 30%;
}
.aX7l8_0M_l9KKFq0ZeXd {
  display: flex;
  flex-direction: row;
  margin: 0rem 1rem;
  align-items: center;
  justify-content: flex-end;
}
.LqGJP9rjJJATbsiYIbGD {
  display: flex;
  margin-top: 25px;
  margin-left: 0px;
  font-weight: bold;
  font-size: medium;
  margin-bottom: 10px;
  color: #44599c;
}
._OU5tzmSJn5OoHyVJd5L {
  margin-top: 10px;
  margin-left: 0px;
}

.glNf_QbzoSX7uiljSkjV {
  border: 1px solid var(--dusky-blue);
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 11.5px;
}

.VEnQYrd3LDh_StoU4nUQ {
  position: relative;
}

.O7LoBkXG9c4Z0orvlChw {
  position: absolute;
  width: 100%;
  max-height: 125px;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  background-color: #dce1ef;
  outline: 0.3px solid #6666eaba;
  z-index: 999999999999999;
}

.eaVjSdNDUIMegfzIU34y {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 45%;
  z-index: 10;
}

.uYmVYtP07q7OyJlqziye {
  display: none;
  border: none;
}

.vD_d7ZJA6ha9BD1_whK8 {
  display: block;
}

.O7LoBkXG9c4Z0orvlChw ul {
  list-style-type: none;
}

.O7LoBkXG9c4Z0orvlChw li {
  width: 100%;
  font-weight: normal;
  font-family: "Open Sans";
  font-size: 12.5px;
  color: #2d2c2c;
  padding: 1px 24px;
  cursor: pointer;
}
.O7LoBkXG9c4Z0orvlChw li:hover {
  background-color: dodgerblue;
  color: white;
}

/* * {
  z-index: 1;
} */

@media (max-width: 450px) and (min-width: 300px) {
  .NWvbLvB8u6hXDUl2vV15 {
    width: 35%;
  }

  .OYludSb16__pHqVCxbzN {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .wDWmGTR83Ic49Wv8xJXN {
    max-height: 555px;
    max-width: 300px;
  }
  .lrSjdAhgDd2N308HN0NW {
    max-height: 400px;
    max-width: 300px;
  }
}

.jZR8JpqBYmtbabI4mtK2 {
  text-align: center;
  font-weight: 600;
  background: rgb(255, 255, 255);
  height: 50vh;
  border: 1px solid rgb(220, 225, 239);
  display: flex;
  box-shadow: rgb(220, 225, 239) 0px 0px 2px 2px;
  flex-direction: column;
  border-radius: 10px;
  color: rgb(235, 71, 71);
  margin: 80px 30px 30px;
}
.c1iRtz8kSm1Uooax9Mga {
  height: 78px;
  background: rgb(255, 255, 255);
  display: flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
}
.ToZkaeULwQ4R1JPilZbG {
  margin: 80px 30px 6px;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(68, 89, 156);
  flex-wrap: wrap;
  border-radius: 5px;
  width: max-content;
  transition: 0.5s;
  white-space: nowrap;
  align-items: center;
  background-color: var(--nav-back);
  display: flex;
  box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px 0px;
}
.BFrL8dYJKJWH1THTNbK2 {
  display: flex;
  gap: 5px;
  font-weight: bold;
  color: rgb(95, 190, 170);
  white-space: normal;
}

.El22OzOlqTUK14YpzUeG {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full screen */
  background-color: #f9f9f9; /* Optional background */
}

.CZ6C1776fODoCwQGpu84 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44599c;
  animation: PNS97uBwu3AD9cQcfU25 2s infinite;
}

@keyframes PNS97uBwu3AD9cQcfU25 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.vJ8Ro7nbbiukG6KDAc2p {
  box-sizing: content-box;
  height: 20px; /* Can be anything */
  position: relative;
  /* margin: 60px 0 20px 0; Just for demo spacing */
  /* background: #555;
  border-radius: 25px; */
  /* padding: 10px; */
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  border-bottom: 0.5px solid lightgray;
}
.vJ8Ro7nbbiukG6KDAc2p > span {
  display: block;
  height: 100%;
  /* border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  /* background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  ); */
  transition: width 0.3s ease-in;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.vJ8Ro7nbbiukG6KDAc2p > span:after,
.gJyfd8CkNx3eH6zqxJDT > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: rYctFLfcBObxr59LFaTO 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.gJyfd8CkNx3eH6zqxJDT > span:after {
  display: none;
}

@keyframes rYctFLfcBObxr59LFaTO {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

/* blink css */

.tM9AaoVtchNixIpQd81t {
  -webkit-animation: 2s linear infinite; /* for Safari 4.0 - 8.0 */
  animation: osONNVulHanv2spC4mzl 1s linear infinite;
  color: rgb(255, 94, 94);
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes osONNVulHanv2spC4mzl {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes osONNVulHanv2spC4mzl {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/* tool tip */
.Qw1vuuyLnQFwRXtpcN5X {
  display: inline;
  position: relative;
}

.Qw1vuuyLnQFwRXtpcN5X:hover {
  color: #c00;
  text-decoration: none;
}

/* switch button */
.RwfxNB0DHtZRczXYyQr6,
.jku17RuSoULHiFfgFmUg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.MxhBtcsKOnMP2NIhAHLZ {
  width: 74px;
  height: 25px;
  overflow: hidden;
}

.MxhBtcsKOnMP2NIhAHLZ.kvbUIdtATV1sa0a_CrjD,
.MxhBtcsKOnMP2NIhAHLZ.kvbUIdtATV1sa0a_CrjD .jku17RuSoULHiFfgFmUg {
  border-radius: 100px;
}

.MxhBtcsKOnMP2NIhAHLZ.Du7gWLAHBnIt5DBJXlU3 {
  border-radius: 2px;
}

.JSzfB2ekDm4aZQEHsQcP {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.RwfxNB0DHtZRczXYyQr6 {
  z-index: 2;
}

.jku17RuSoULHiFfgFmUg {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6:before,
#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6:after,
#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6 span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6:before {
  content: "";
  left: 4px;
  background-color: #5ebfb2;
}

#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6:after {
  content: "NO";
  right: 4px;
  color: #4e4e4e;
}

#yVKiYw4X3tXR9rMgrmSD .RwfxNB0DHtZRczXYyQr6 span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#yVKiYw4X3tXR9rMgrmSD .JSzfB2ekDm4aZQEHsQcP:checked + .RwfxNB0DHtZRczXYyQr6 span {
  color: #4e4e4e;
}

#yVKiYw4X3tXR9rMgrmSD .JSzfB2ekDm4aZQEHsQcP:checked + .RwfxNB0DHtZRczXYyQr6:before {
  left: 42px;
  background-color: #f44336;
}

#yVKiYw4X3tXR9rMgrmSD .JSzfB2ekDm4aZQEHsQcP:checked + .RwfxNB0DHtZRczXYyQr6:after {
  color: #fff;
}

#yVKiYw4X3tXR9rMgrmSD .JSzfB2ekDm4aZQEHsQcP:checked ~ .jku17RuSoULHiFfgFmUg {
  background-color: #fcebeb;
}

.KXwG_culUbUi_BongYUm {
  /* color: white; */
  background-color: var(--card-back);
  letter-spacing: 2px;
  font-size: 0.8rem;
  padding: 5px;
  /* position: "sticky"; */
  /* border-left: 2px solid var(--dusky-blue); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-top: 0.5px solid var(--dusky-blue); */
  border-bottom: 0.5px solid var(--dusky-blue);
}

.vXpbB45Hd75TMRdEG1PG {
  /* height: 60vh !important; */
  padding: 0rem !important;
  overflow: hidden;
}
.alAQQez_7WfdOrnXyXut {
  box-shadow: none;
  width: 100%;
}

.StdioPhQxGW64mSDJkWt {
  display: grid;

  grid-template-areas:
    "checklist panStatus fileslist "
    "csi validationlist fileslist"
    "salarytable validationlist fileslist ";
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.4fr 0.9fr 0.8fr;
}

.D1054G2RzMKLEYW65UTg {
  display: grid;

  grid-template-areas:
    "checklist validationlist fileslist "
    "csi validationlist fileslist"
    "salarytable validationlist fileslist ";
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.4fr 0.9fr 0.8fr;
}

.OK43wgeGSbVDLK30QtWu {
  grid-area: checklist;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.DV9GUS6HQh6OloKsTU0H {
  grid-area: salarytable;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.mZC5RUELaZvqcRkGchHo {
  grid-area: validationlist;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.zdikKjPDCyD08gpGWgrh {
  grid-area: exedownload;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.MvjWMN9DkNSedRo3zgbo {
  grid-area: fileslist;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.YSfsezaXNRpkqU8hPtkX {
  grid-area: csi;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.s5R63wPLUBtW2GPI26ot {
  grid-area: panStatus;
  border: 0.5px solid var(--dusky-blue);
  border-radius: 8px;
}
.qlomgZgW3retgaEWGUp0 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  justify-content: center;
  margin-right: 2px;
}
.IDe1Vd0cnkmbHedRLnCD {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  align-items: "baseline";
  align-items: center;
  justify-content: flex-end;
}

.BKBNn4x77kSriDu3fdkw {
  width: 81%;
}

/* .fuvButtonHover:hover{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--btn-hover);
} */

@media (max-width: 400px) and (min-width: 360px) {
  .StdioPhQxGW64mSDJkWt {
    display: block;
  }
  .alAQQez_7WfdOrnXyXut {
    min-width: 230px !important;
  }
  .vXpbB45Hd75TMRdEG1PG {
    height: 110vh !important;
  }
}
@media (max-width: 700px) and (min-width: 400px) {
  .StdioPhQxGW64mSDJkWt {
    display: block;
  }
  .vXpbB45Hd75TMRdEG1PG {
    height: 110vh !important;
  }
}

@media (max-width: 900px) and (min-width: 700px) {
  .IDe1Vd0cnkmbHedRLnCD {
    display: grid;
    position: absolute;
  }
  .qlomgZgW3retgaEWGUp0 {
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) and (min-width: 900px) {
  .IDe1Vd0cnkmbHedRLnCD {
    display: grid;
    position: absolute;
  }
  .qlomgZgW3retgaEWGUp0 {
    justify-content: flex-start;
  }
}

.poSr2Y27MnN6wwaNU8At {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ImFAE1b1WWk6JmIW4dSl 2s linear infinite;
  display: inline-block;
}

@keyframes ImFAE1b1WWk6JmIW4dSl {
  to {
    background-position: 200% center;
  }
}

.RU8S7itbi_mQmjXIwKmw {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* filter: blur(100); */
  /* opacity: .5; */
  backdrop-filter: blur(5px);
  z-index: 953;
}

.z7mZuL3SzP87QJA1uGSa {
  position: relative;
  justify-content: center;
  display: flex;
}
.z7mZuL3SzP87QJA1uGSa:hover::after {
  display: flex;
}
.z7mZuL3SzP87QJA1uGSa:hover::before {
  display: flex;
}
.DslKMFjs_DME_ojC4Dx_ {
  --color: #44599c;
}
.z7mZuL3SzP87QJA1uGSa::before {
  content: "Upload Through Aadhar OTP";
  position: absolute;
  /* font-family: OpenSans; */
  display: none;
  padding: 5px;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 55px;
  right: 2px;
  z-index: 11111;
  letter-spacing: 0.4px;
  background-color: var(--color);
  white-space: nowrap;
}
.z7mZuL3SzP87QJA1uGSa::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: none;
  background-color: var(--color);
  top: 50px;
  transform: rotate(45deg);
}

