.lbSfA_U3W6wP9vOZUk2i {
  color: #44599c;
  position: relative;
}

.lbSfA_U3W6wP9vOZUk2i span {
  font-size: 15px;
}

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

.GPEQhCc382YpWMyCgyVi {
  border-left: 1px solid lightgrey;
  cursor: pointer;
}

.GPEQhCc382YpWMyCgyVi:hover .hcq1KvJ_dCg_SCXBFVdY {
  height: auto;
  padding-bottom: 1rem;
  border-bottom: 3px solid #44599c;
}

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

.GPEQhCc382YpWMyCgyVi .hcq1KvJ_dCg_SCXBFVdY span {
  white-space: nowrap;
}

.GPEQhCc382YpWMyCgyVi .hcq1KvJ_dCg_SCXBFVdY div {
  display: block;
  text-align: center;
  padding: 5px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/* setings dropdown */
.ZfDA7MaDdbomMRgbCnbT {
  cursor: pointer;
}

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

.ZfDA7MaDdbomMRgbCnbT .AnXYNQVMoskqS3cYwtrU span {
  white-space: nowrap;
}

.ZfDA7MaDdbomMRgbCnbT:hover .AnXYNQVMoskqS3cYwtrU {
  height: 90px;
}

.AnXYNQVMoskqS3cYwtrU .NhIjCwgJfmB_RBdLprEQ {
  text-align: center;
  text-decoration: none;
  padding: 9px 15px;
  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(--dusky-blue);
  display: block;
}

.AnXYNQVMoskqS3cYwtrU .NhIjCwgJfmB_RBdLprEQ:hover {
  background-color: var(--nav-drop-hover-bg);
  color: var(--dusky-blue);
}

/* logout */

.lBzraqtLmQuCTRJttFtl {
  padding: 0 11px;
}
/* .newFeatures{
  margin: 2em;
  border: 3px solid red;
  background: white;
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(20deg);
}

.newFeatures::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: white;
  transform: rotate(135deg);
}

.newFeatures::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  transform: rotate(135deg);
  box-shadow: 0 0 0 3px red;
  mix-blend-mode:overlay;
} */

/* .newFeatures {
  background: var(--dark-rev);
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  z-index: 99999;
}
.newFeatures ::before{
  content: "";
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  top: 8px;
  right: -16px;
  height: 28px;
  background-color: var(--dark-rev);
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
  z-index: -1 !important;
}

.newFeatures:focus{
  border: none;
  outline: none;
}

@keyframes pulse-border{
  0%{transform: translateX(-50%) translateY(-50%) scale(1); opacity: .75;}
 100%{transform: translateX(-50%) translateY(-50%) scale(1.5); opacity: 0.5;}
} */
/* .newFeatures::before,
.newFeatures::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: var(--dark-rev);
  z-index: 99999;
}

.newFeatures::before {
  transform: rotate(30deg);
}

.newFeatures::after {
  transform: rotate(60deg);
} */

/* .newFeaturesSub{
  font-size: 10px !important;
  position: absolute;
  font-weight: 600;
  top: 2px;
  right: -2px;
  z-index: 20;
  color: var(--dark);
  z-index: 100000;
} */

.dNQXNYMGvlYIZwBYoXmE {
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);

  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  z-index: 99999;
  /* animation: pulse-border 2000ms ease-out infinite; */
}

.dNQXNYMGvlYIZwBYoXmE::before,
.dNQXNYMGvlYIZwBYoXmE::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);

  z-index: 99999;
  /* animation: pulse-border 2000ms ease-out infinite; */
}
.dNQXNYMGvlYIZwBYoXmE::before {
  transform: rotate(30deg);
  /* animation: pulse-border1 2000ms ease-out infinite;  */
}

.dNQXNYMGvlYIZwBYoXmE::after {
  transform: rotate(60deg);
  /* animation: pulse-border2 2000ms ease-out infinite; */
}

.dNQXNYMGvlYIZwBYoXmE:focus {
  border: none;
  outline: none;
}
.hDD0gdrnx_6ST_vTYAE_ {
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);

  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  z-index: 99999;
  /* animation: pulse-border 2000ms ease-out infinite; */
}
.hDD0gdrnx_6ST_vTYAE_::before,
.hDD0gdrnx_6ST_vTYAE_::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);
  z-index: 99999;
  animation: bCvK2KuHoWKEI64097QN 2000ms ease-out infinite;
}
.hDD0gdrnx_6ST_vTYAE_::before {
  transform: rotate(30deg);
  animation: mrfhfXpzgcsG1yoNfbxw 2000ms ease-out infinite;
}

.hDD0gdrnx_6ST_vTYAE_::after {
  transform: rotate(60deg);
  animation: r_Q0g7h9qq7A0zMX3Yte 2000ms ease-out infinite;
}

.hDD0gdrnx_6ST_vTYAE_:focus {
  border: none;
  outline: none;
}
@keyframes bCvK2KuHoWKEI64097QN {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

@keyframes mrfhfXpzgcsG1yoNfbxw {
  0% {
    transform: rotate(30deg) scale(1);
    opacity: 0.75;
  }
  100% {
    transform: rotate(30deg) scale(1.5);
    opacity: 0.5;
  }
}
@keyframes r_Q0g7h9qq7A0zMX3Yte {
  0% {
    transform: rotate(60deg) scale(1);
    opacity: 0.75;
  }
  100% {
    transform: rotate(60deg) scale(1.5);
    opacity: 0.5;
  }
}
.jueRDBeIfqHzXHGvCiC6 {
  font-size: 10px !important;
  position: absolute;
  font-weight: 600;
  top: 2px;
  right: -2px;
  z-index: 20;
  color: var(--dark);
  z-index: 100000;
}

.IGx6NWHilZpeV1RVixNU {
  position: fixed;
  display: inline-block;
  color: #18313c;
  font-size: 30px;
  width: 15px;
  height: 15px;
  z-index: 111111111;
  cursor: pointer;
  right: 190px;
}

.IGx6NWHilZpeV1RVixNU .BJ7lCPH7sXlIR0ky0v6I {
  visibility: hidden;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
  background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);
  color: #ffff;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: -26px;
  left: -70px;
  opacity: 0;
  transition: opacity 3s;
}

.IGx6NWHilZpeV1RVixNU:hover .BJ7lCPH7sXlIR0ky0v6I {
  visibility: visible;
  opacity: 1;
}

.UvF2QxOU05Z325VZ1jKu{
    position: sticky !important;
    top: 0px;
    background-color: white;
    z-index: 100;
}
@media only screen and (max-width: 900px) {
  .iqrfgKSHmECRs1qeeUBW {
    width: auto;
  }
  .hmFm3iuEXxOrZbpFlG39 {
    height: 80vh;
  }
}
@media only screen and (min-width: 900px) {
  .iqrfgKSHmECRs1qeeUBW {
    width: 800px;
  }
  .hmFm3iuEXxOrZbpFlG39 {
    height: 48vh;
  }
}

/* for yellow icon */
.dFA7N917ymeJZGJ4b4fg {
  position: relative;
}
.dFA7N917ymeJZGJ4b4fg:hover::after {
  display: block;
}
.dFA7N917ymeJZGJ4b4fg:hover::before {
  display: block;
}

.dFA7N917ymeJZGJ4b4fg::before {
  content: attr(data-tooltip);
  position: absolute;
  /* font-family: OpenSans; */
  display: none;
  padding: 5px;
  width: max-content;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  top: -20px;
  right: -22px;
  z-index: 100000 !important;
  letter-spacing: 0.4px;
  background-color: #2f3e6e;
  /* white-space: normal; */
}

.WQK3x0q1VO_u5KrRu6pU {
  background: #e9ecf1;
  width: 135px;
  text-align: center;
  color: #44599c;
  letter-spacing: 1px;
  white-space: nowrap;
  border-radius: 5px;
  border-right: 1px solid #c1c4c9;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  font-weight: 600;
}
.PHiS4xiFwvXuiv0YhsnJ {
  width: 135px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #ffff;
  background: #44599c;
  border-right: 1px solid #c1c4c9;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  font-weight: 600;
}
/* .tabs_wrap first-child,
.tabs_wrapActive:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs_wrap:last-child,
.tabs_wrapActive:last-child {
  border-right: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} */

.WQK3x0q1VO_u5KrRu6pU:hover {
  background: #44599c;
  color: #fff;
}

/* .NoticeAndDefault_table_header {
  table-layout: fixed;
  color: var(--dusky-blue);
  overflow: auto;
} */
.bxNDr4x1kWlYT1CgTME4 th {
  color: var(--dusky-blue);
  text-align: center;
  /* width: auto !important; */
  /* width: 164px !important; */
}
._nMjx_6GqFOt6Vszzxq7 {
  table-layout: fixed;
  /* overflow: auto; */
}

._nMjx_6GqFOt6Vszzxq7 td {
  /* color: var(--dusky-blue); */
  /* width: 170px !important; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: auto !important; */
}

/* accordion style */
.aeawrQGzmBaHv1ezL4S4 {
  background-color: #cceae4;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(68, 89, 156, 0.7);
  padding: 9px 17px;
}
.aeawrQGzmBaHv1ezL4S4:hover {
  background-color: #b8efe4;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

/* accordion style */
.o8HagwFE2chy8qk5WOhV {
  background-color: rgba(68, 89, 156, 0.1);
  cursor: pointer;
  border-bottom: 0.5px solid rgba(68, 89, 156, 0.7);
  padding: 9px 17px;
}
.o8HagwFE2chy8qk5WOhV:hover {
  background-color: rgba(68, 89, 156, 0.2);
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.dYPS_XZNQ06V2otJeYq2 {
  height: 14px;
  fill: var(--select-bg);
  transition: ease-in-out 0.2s;
}

.MSlSLOVRZ4Fwl0oWrFid {
  transform: rotate(90deg);
}
/* accordion style */

.xb_wHXhq5lwR4HPgUEpa {
  --reactour-accent: #5cb7b7;
  line-height: 1.3;
  color: gray;
  /* padding: 0; */
}
.lEzqKLwzbvluy7HqninW {
  color: #04040461 !important;
}

.PNQV5r6n6Ik5GqFN8LMJ {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.sciXGFqBEX0D39RzcyqD {
  background: rgb(255, 248, 232);
  max-width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}
.Pknt07zPuznj4OwAMnZ7 {
  margin-top: 70px;
  box-shadow: rgba(57, 67, 87, 0.1) 0px 12px 34px 0px;
  padding: 10px;
  border-radius: 10px;
}
.B8XHEfc9Or3YLCPFTJqf {
  position: absolute;
  bottom: 25px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hPnDrxGlZbSj8WTjyuq3 {
  width: 100%;
  height: 80px;
}
.CvsKQ6bnu6Slj8t2_Edx {
  display: none;
}
.EKJDH9wtfdQUav7lY3EN {
  display: none;
  height: 101px;
  width: 110px;
}
/* media Query */
@media (max-width: 780px) {
  .EKJDH9wtfdQUav7lY3EN {
    display: block;
  }
  .B8XHEfc9Or3YLCPFTJqf {
    display: none;
  }
  .sciXGFqBEX0D39RzcyqD {
    display: none;
  }

  .CvsKQ6bnu6Slj8t2_Edx {
    display: flex;
    gap: 10px;
  }
}

.p3J2VTjFhOg8MpZfUtEf{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    /* background: #e8f3ff; */
}

.M41lTE46jLnp4gDB0JW4{
    /* animation: blink-animation 2s steps(5, start) infinite;  */
    animation: UT2LQv0ZYKMmM6qWYZ0g 3s linear infinite;
    animation-duration: 10sec;
  }
  @keyframes qtt4JSr1YmaeKXd_kAaa {
    to {
      visibility: hidden;
    }
  }
  
  @keyframes UT2LQv0ZYKMmM6qWYZ0g {
    0% {
      opacity: 0;
    }
    30% {
      opacity: .5;
    }
    50% {
      opacity: 1;
    }
  }
.eKyJvmABKq5prAtvj3mG {
  /* border: 1px solid #d1cece; */
  border-radius: 5px;
  flex: 0.225;
  /* background-color: var(--light); */
  background-color: var(--tab2-bg);
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #b9b2b2;
}
.eKyJvmABKq5prAtvj3mG:hover {
  overflow: auto;
}
.eKyJvmABKq5prAtvj3mG::-webkit-scrollbar {
  width: 3px;
}
.eKyJvmABKq5prAtvj3mG::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.eKyJvmABKq5prAtvj3mG::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, #a1a1a1, #b0b1b3);
  border-radius: 10px;
}
.eKyJvmABKq5prAtvj3mG::-webkit-scrollbar-button:single-button {
  display: none;
}

.nNTH71UOcdeON2hELzRY {
  /* border: 1px solid #d1cece; */
  border-radius: 5px;
  flex: 1;
  background-color: var(--light);
  overflow: auto;
  box-shadow: 0px 0px 4px 0px #b9b2b2;
  padding: 10px;
}
.xvI2X65XrGxui6oouk6w {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  z-index: 2;
  /* font-size: 15px; */
  color: red;
  letter-spacing: 2px;
  /* color: var(--color); */
  font-weight: 600;
}
.k3YDpx1aKKTy2_GdulwQ {
  position: absolute;
  right: 30px;
  bottom: 50px;
  padding: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 1.5px solid #44599c;
}
.dOgEhxGvnXcJAXb4LC0Q {
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.HLN_EbTHoLEjCZ5v3Z8A {
  width: 24px;
  height: 24px;
  transition: all 0.5s linear;
  fill: #44599c;
}

.k3YDpx1aKKTy2_GdulwQ:hover,
.dOgEhxGvnXcJAXb4LC0Q:hover {
  /* transform: rotate(180deg); */
  background-color: #44599c;
}
.k3YDpx1aKKTy2_GdulwQ:hover .HLN_EbTHoLEjCZ5v3Z8A {
  /* transform: rotate(180deg); */
  fill: #fff;
}
.dOgEhxGvnXcJAXb4LC0Q:hover .HLN_EbTHoLEjCZ5v3Z8A {
  fill: #fff;
}

.wWkcGw_N1RdbFxQ38SeQ {
  position: absolute;
  bottom: 0px;
  /* height: 40vh; */
  right: -35px;
  background-color: var(--dark);
  z-index: 1000;
  border-radius: 5px;
  overflow-y: auto;
  transform-origin: center bottom;
  min-width: 110px;
  width: max-content;
  transition: transform 0.35s ease-out 0s;
  user-select: none;
  transform: translateX(-50%) scaleY(0);
  box-shadow: 0px 4px 5px grey;
}
.Z7ONiGn_wWAuO9KtHDaA {
  position: absolute;
  top: -60px;
  left: -100px;
  background-color: var(--dark);
  z-index: 1000;
  border-radius: 5px;
  overflow-y: auto;
  transform-origin: center bottom;
  min-width: 110px;
  width: max-content;
  transition: transform 0.35s ease-out 0s;
  user-select: none;
  transform: translateX(-50%) scaleY(0);
  box-shadow: 0px 4px 5px grey;
}

.k3YDpx1aKKTy2_GdulwQ:hover .wWkcGw_N1RdbFxQ38SeQ,
.dOgEhxGvnXcJAXb4LC0Q:hover .Z7ONiGn_wWAuO9KtHDaA {
  transform: translateX(-50%) scaleY(1);
}
.h0ZP0o45zTsbnqZXJj9J {
  padding: 7px 15px;
  display: flex;
  font-family: system-ui;
  font-weight: 600;
  color: #6c7383;
  font-size: 14px;
  gap: 10px;
  align-items: center;
  justify-content: left;
}
.mZowjS2lwAipentJ0nFi {
  width: 17px;
  height: 17px;
  fill: #6c7383;
}
.h0ZP0o45zTsbnqZXJj9J:hover {
  background-color: #0000000a;
  border-radius: 5px;
  cursor: pointer;
  color: #2499ef;
}
.h0ZP0o45zTsbnqZXJj9J:hover .mZowjS2lwAipentJ0nFi {
  fill: #2499ef;
}
.UgCvSD46dUsMuaU94Lew {
  font-family: system-ui;
  font-weight: 600;
  /* color: #6c7383; */
  color: #ffffff;
  text-align: center;
  padding-top: 3px;
  font-size: 15px;
  /* margin-bottom: 0.25rem; */
  border-bottom: 1px solid;
  padding-bottom: 3px;
  background-color: #b6b6b6;
  letter-spacing: 1.5px;
}

.U3AbiVmXonjUdAXo2xor {
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
  padding: 3px;
  position: relative;
  padding-top: 6px;
  margin-top: 30px;
  padding: 5px 3px 6px;
  max-width: 100%;
}

.d_gXDae7aMuJfauP5aFt {
  position: absolute;
  top: -20px;
  left: -3px;
  /* right: 108px; */
  z-index: 10;
  padding: 0 5px;
  background-color: var(--dark);
  color: var(--dusky-blue);
  font-weight: 600;
  font-size: 12.5px;
}

.eAwTF4cqTyqsEkICfDFP {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 5px;
}

/* .datalist_conatiner {
  position: relative;
}

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

.dataList_loader {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 10px;
  bottom: 8px;
  z-index: 10;
}

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

.datalist_dropdown_show {
  display: block;
}

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

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

.fCbxr4vr0bkilMrO2Cs_ {
  position: relative;
}

.zjaRxBlgVHgLws4vk7XY {
  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: 9;
}

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

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

.KTcztjRxLi300KRCfB3R {
  display: block;
}

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

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

.iT7YC5YakFeD0WfIDoiH {
  flex: 1 1 0%;
  border: 1px solid lightgrey;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lNnzNX993G80FqRqXD58 {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  border-bottom: 1px solid lightgrey;
  background-color: var(--primary);
  padding: 3px 10px;
  font-weight: 600;
  font-size: 12.5px;
}
.gMj__XyuRkjdOlV7C57K {
  padding: 10px 3px;
  overflow: auto;
  min-height: 50px;
  max-height: 150px;
  overflow-x: hidden;
}
.SQhomOCUlUCB4ZAQiOGO {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
}

.m5sdn0ldWEVFo5kYxOAj {
  font-size: 13.5px;
  font-family: system-ui;
  width: 75%;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 1px;
}
.VL0RC_JbTHopf2eZBzF_ {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid lightgrey;
  font-family: system-ui;
  background-color: var(--primary);
  padding: 3px;
  cursor: pointer;
}
.OAkjzpZfVGXLVqoNf7tM {
  width: 6px;
  /* color: black; */
  height: 6px;
  background-color: #44599c;
  border-radius: 50%;
  box-shadow: #dddce9 0px 0px 0px 5px;
}
.yiqJea4DaojQ0om_S3GB {
  margin-left: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: system-ui;
}
.nIKlG2ci416hf3hhfBVv {
  padding-left: 10px;
  margin-top: -5px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.P6uwggmqZ3tqHJ2VngfE {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enlRXJh2XvlIehSN5EaE {
  font-size: 12px;
  font-family: system-ui;
  font-weight: 500;
  letter-spacing: 1px;
}

.EjmcYZJn0dynHAc6FkN6 {
  position: relative;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 2px;
}
.EjmcYZJn0dynHAc6FkN6:hover::after {
  display: block;
}
.EjmcYZJn0dynHAc6FkN6:hover::before {
  display: block;
}

.EjmcYZJn0dynHAc6FkN6::before {
  content: attr(data-tooltip);
  position: absolute;
  /* font-family: OpenSans; */
  display: none;
  padding: 5px;
  white-space: normal;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  /* font-weight: bold; */
  top: -30px;
  text-align: center;
  width: max-content;
  /* right: -142px; */
  z-index: 1000;
  letter-spacing: 1px;
  background-color: #44599c;
  /* white-space: nowrap; */
  /* white-space: nowrap; */
}
/* .menuicons::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: none;
  background-color: #44599c;
  top: -21px;
  left: 5px;
  transform: rotate(45deg);
} */

.EW9nQJbqGpBI7tk7vu7A {
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--dusky-blue);
  padding: 2px;
  line-height: 1;
}

.x4m9v4M1WIEQo_1RR9Bw {
  text-align: center;
  font-weight: 600;
  background: #fff;
  height: 50vh;
  border: 1px solid #dce1ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 2px 2px #dce1ef;
  border-radius: 10px;
  color: rgb(235, 71, 71);
  margin: 80px 30px 30px 30px;
}
.wmOEnvgvPfT_ckitI0YE {
  height: 50px;
  padding: 20px;
  font-size: 20px;
  font-family: system-ui;
}

