body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.hu6YK9bDI2E1RPzx5n9Y {
    position: relative;
  }
  .hu6YK9bDI2E1RPzx5n9Y:hover::after {
    display: block;
  }
  .hu6YK9bDI2E1RPzx5n9Y:hover::before {
    display: block;
  }
  
  .hu6YK9bDI2E1RPzx5n9Y::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;
  }
  .hu6YK9bDI2E1RPzx5n9Y::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: none;
    background-color: #a3a3a4;
    top: -12px;
    left: 22px;
    transform: rotate(45deg);
  }
.EW9LNNm4OwQK8D8N4nLQ {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.xVIqgrlf7W4rIHp3XRFo {
  padding: 0.8rem;
  display: block;
}

.oQj9qOWLW8btUgVJX0vP {
  padding: 0.8rem;
  display: block;
}

.FuD78I9u9PFTTmR4i49x {
  padding: 0rem 3rem;
}

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

.n3mw74_UCLNLcx_xUzhf div {
  font-weight: bold;
  font-size: 15px;
  color: #44599c;
  cursor: pointer;
}
.JRTHwiMUbI67KVhfSl4b {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  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);
}

.vCtXPkomVpDridXVcUDl {
  display: none;
  cursor: pointer;
  justify-content: center;
  /* width: 50%; */
  flex-direction: column;
  gap: 5px;
  align-items: center;
  height: 70px;
  width: 70px;
  padding: 20px 15px;
  /* text-align: center; */
}

.JRTHwiMUbI67KVhfSl4b div {
  font-size: 18px;
  /* padding: 10px; */
  cursor: pointer;
}

/* @media (min-width: 1101px) {
  .toggleIcon {
    display: none;
  }
} */
/* media query */
@media (max-width: 1100px) {
  .ILEz5YSGI70mvOfwMbgV {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .B3WWsVkA43Lzln3OtB_W {
    display: flex;
  }
}
@media (max-width: 959px) {
  .ILEz5YSGI70mvOfwMbgV {
    display: none;
  }
  .B3WWsVkA43Lzln3OtB_W {
    display: none !important;
  }
  .oQj9qOWLW8btUgVJX0vP {
    display: none !important;
  }
  .vCtXPkomVpDridXVcUDl {
    display: flex;
  }
  .IHNB2qBmBuRAfzU8Bqur {
    width: 30px !important;
  }
}

/* @media (max-width: 576px) {
  .navbar_sm_breakpoint {
    display: none;
  }
  .navbar_sm_menu {
    display: block;
  }
}
@media (max-width: 400px) {
  .navbar_xs_breakpoint {
    display: none;
  }
  .navbar_xs_menu {
    display: block;
  }
} */

/* side menu  */

.QnsMjuHPCDMdJ8WlAE42 {
  padding: 10px;
  text-decoration: none;
}
._7ahOuI5tQ5QsHszQPQgg {
  background-color: var(--nav-active-bg);
  color: var(--nav-active-color) !important;
}

._7ahOuI5tQ5QsHszQPQgg:hover {
  background-color: #f8f9fb;
  color: #44599c !important;
}

.QnsMjuHPCDMdJ8WlAE42:hover {
  background-color: #f8f9fb;
  letter-spacing: 1;
}

/* .spanR {
  display: inline !important;
  overflow: auto !important;
  padding: 0 !important;
} */

.KpWTZiz5KLmSsjmhwRVJ {
  position: relative;
  color: var(--ad-color);
  overflow: visible !important;
}

.CXA3axa5gCySXPe6WpCD {
  position: absolute;
  display: none;
  align-items: center;
  font-weight: 100;
  top: 20px;
  right: 0;
  border: 1px solid lightgray;
  padding: 2px 10px;
  border-radius: 7px;
  width: max-content;
  /* max-width: 30vw; */
  z-index: 100;
  font-size: 12.5px;
  background-color: var(--nav-back);
  /* color: var(--color); */
  color: var(--ad-color);
}
.KpWTZiz5KLmSsjmhwRVJ:hover .CXA3axa5gCySXPe6WpCD {
  display: flex;
}

.RhOV17OaJWIJyENC9PL0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  /* margin-right: -25px; */
}

.IHNB2qBmBuRAfzU8Bqur {
  width: 25px;
  height: 3px;
  background-color: #2499ef;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nW5DT71_Pw_oE_Grzd6U {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.YHZG6Ey5YWQSc87PoWjv {
  border-radius: 10px;
  padding-right: 3px;
  height: 23px;
  padding-left: 3px;
  outline: none;
  /* font-size: 11px; */
  /* color: #fff;
  background-color: #6c7383;
  border-color: #d2d7d2; */

  color: #2499ef;
  background-color: var(--nt-subhead--active);
  font-size: 12px;
  font-weight: 600;
  border-color: #2499ef;
  font-family: system-ui;
}

.exQiNTxf4jFBeZ4uVxnj {
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  height: 30px;

  color: #2499ef;
  background-color: var(--nt-subhead--active);
  font-weight: 600;
  padding: 1px 5px;
  border-color: #2499ef;
  font-family: system-ui;
}

.k1nlndcaKH70RrCJuFHd {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--rStatus-label);
  font-size: 12.5px;
  /* letter-spacing: 0.4px; */
  /* height: 25px; */
  /* padding-left: 10px; */
}

.oWMJKh07xPHVKsLiHVDN {
  position: relative;
  font-size: 16px;
}

.g7273UnyLA1rmIZaCQLN {
  position: absolute;
  display: none;
  align-items: center;
  font-weight: 100;
  top: 25px;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  width: max-content;
  /* max-width: fit-content; */
  z-index: 100;
  font-size: 12.5px;
  background-color: var(--nav-back);
  top: 25px;
  left: 0;
}

.oWMJKh07xPHVKsLiHVDN:hover .g7273UnyLA1rmIZaCQLN {
  display: flex;
}

.Yq5iQF6Kf2OPtPVl8Nsz {
  position: absolute;
  top: 55px;
  right: -5px;
  background-color: var(--dark);
  z-index: 1000;
  border-radius: 5px;
  transform-origin: center top;
  width: 370px;
  transition: all 0.3s ease 0s;
  border: 1px solid var(--nav-shadow);
  filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 2px 8px);
  /* box-shadow: rgba(11, 15, 24, 0.08) 0px 0px 0px -3px !important; */
}
.Yq5iQF6Kf2OPtPVl8Nsz::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 14px;
  width: 10px;
  height: 10px;
  background-color: var(--dark);
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}
.EM8D2yznIUJzJ2HYVKxR {
  padding-right: 20px;
  font-size: 15px;
  /* color: var(--nav-client); */
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: end;
  /* text-decoration: underline; */
  /* text-underline-position: under; */
  font-family: system-ui;
  background-color: #e1e1e1;
  padding: 6px 15px;
  border-radius: 8px;
}

.Ym7t76vBmbEfyOkdJoSM {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.EM8D2yznIUJzJ2HYVKxR:hover {
  color: #2499ef !important;
  /* border: 1px solid #2499ef; */
}
.EM8D2yznIUJzJ2HYVKxR:hover .Ym7t76vBmbEfyOkdJoSM {
  color: #2499ef !important;
}

.c0ex6cNFi0WmjoXUsJJA {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

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

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

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

input:checked + .NQfnPh8chV5OGnU04BhX {
  background-color: #44599c;
}

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

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

/* Rounded sliders */
.NQfnPh8chV5OGnU04BhX.BNVB_bLkPEbBKiIqdj5c {
  border-radius: 34px;
}

.NQfnPh8chV5OGnU04BhX.BNVB_bLkPEbBKiIqdj5c:before {
  border-radius: 50%;
}

.zBjqT9ySgMuMcRVShugv .X4oXnjDsXPShAwXgIXlx .VD4LTXlUtFZMgOHhTn9a {
  margin-bottom: 8px !important;
}

.msBh5sVvDCTd26aPAHxg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.msBh5sVvDCTd26aPAHxg > .NGcetoRIujaLfx3VwLcr {
  margin: 0.25rem 0.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3rem 0.5rem;
}

.msBh5sVvDCTd26aPAHxg > .NGcetoRIujaLfx3VwLcr .WvGS7S1RqXwkFYPIzEcv {
  margin: 0;
  margin-right: 5px;
}

.msBh5sVvDCTd26aPAHxg > .NGcetoRIujaLfx3VwLcr .WvGS7S1RqXwkFYPIzEcv button {
  width: 17px !important;
  height: 17px !important;
}

.msBh5sVvDCTd26aPAHxg > .NGcetoRIujaLfx3VwLcr .WvGS7S1RqXwkFYPIzEcv button svg {
  width: 13px !important;
  height: 13px !important;
}

.u2Sm6md0gRYrCo08WYnL {
  position: sticky;
  right: 0;
  z-index: 10;
  background-color: white;
}

/* fix */
.YQI2Bvv_YHGq6TEC1kQk {
  height: 0px !important;
  border: none;
}

.oZ5xRoJKlRaQ1azsk6FF {
  outline: 1px solid #bdbdbd !important;
}

.e4PU2e9Z6x1_QnJpWANe {
  max-height: 365px;
  /* grid-gap: 10px;  asdsd*/
}

.zarN1ol0cpDIaEdLiynj > div {
  margin-right: 3px !important;
}

.GRv1Ihiu_roGcSxevlHh {
  background-color: rgba(68, 89, 156, 0.1);
  cursor: pointer;
  border-bottom: 0.5px solid rgba(241, 241, 243, 0.7);
  padding: 9px 17px;
}
.GRv1Ihiu_roGcSxevlHh:hover {
  background-color: rgba(68, 89, 156, 0.2);
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.Aph3P434kXTDo9H5qobA {
  height: 15px;
  fill: #44599c;
  transition: ease-in-out 0.2s;
}
.RILc_4hWvcx7SoqQHQLQ {
  transform: rotate(90deg);
}

.AOuUp0jqFSrbksFU6RXe {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.Rr2mImgrYxYJofSXZoIq {
  flex: 1;
}
.m3l2uw_jGncgmI2hhLVD {
  text-decoration: underline;
  text-underline-position: under;
}
.m3l2uw_jGncgmI2hhLVD:hover {
  color: red !important;
}

/*  */

.EynUeZfsLzZLqlxVKs5x {
  --c: #8a9b0f; /* the border color */
  --b: 1px; /* the border thickness*/
  --g: 0px; /* the gap on hover */

  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--c) 0;
  background: conic-gradient(
        from 180deg at top var(--b) right var(--b),
        var(--_g)
      )
      var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0
      var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
}
.EynUeZfsLzZLqlxVKs5x:hover {
  --_i: 100%;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.u6tgRBLsCnsruInQJm2w,
.WYTqpMoGULi839uZJUxZ {
  display: flex;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s linear;
  position: relative;
  align-items: center;
  gap: 3px;
  height: 25px;
  cursor: pointer;
  font-size: 13px;
  width: 30px;
}
.WYTqpMoGULi839uZJUxZ {
  justify-content: center;
}
.WYTqpMoGULi839uZJUxZ:hover {
  background-color: #e1edf6;
}

.hKDRzrRksDTEjAFVEb_h {
  width: 0px;
  transition: width 0.4s;
  /* opacity: 0;
  
  overflow: hidden; */
  /* animation: typing 0.3s steps(4, end); */
}

.hKDRzrRksDTEjAFVEb_h:before {
  content: "Go To";
  display: none;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0%;
  transition: all 0.4s;
  z-index: -1;
  left: 30px;
  font-family: system-ui;
}

.CTHpxDtO7Ytfm0FppeZu {
  width: 22px;
  height: 22px;
}
.wtCN0DeiEG7k52AM0R9u {
  font-size: 14px;
  font-family: system-ui;
  font-weight: 500;
  cursor: pointer;
  /* padding-left: 7px; */
  text-align: left;
}

.kVf7mHclMXelp0vFlayy {
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  letter-spacing: 1px;
  text-align: center;
}
.vCCbr8px1YNZJ2Jd2sd7 {
  display: flex;
  align-items: center;
  width: 75%;
  padding-bottom: 5px;
  padding-left: 5px;
}
.drgG_Uo3KavzwCnvpi85 {
  /* fill: #f78506; */
  /* fill: #2499ef; */
  transform: rotate(90deg);
  height: 20px;
  width: 20px;
  filter: drop-shadow(0 0 0.5px #2499ef);
}

/* .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--goto-bg);
  border-radius: 10rem;
  z-index: -2;
  height: 25px;
} */
.u6tgRBLsCnsruInQJm2w:before {
  /* content: "raghu";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #f8c68f;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
  height: 25px; */

  content: "Navigate to";
  position: absolute;
  top: 4px;
  /* bottom: 0; */
  right: 40px;
  /* width: 0%; */
  /* height: 100%; */
  background-color: #707070;
  transition: all 0.3s;
  border-radius: 4px;
  /* z-index: -1; */
  /* height: 18px; */
  color: #f6f7f9;
  /* font-family: inherit; */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding: 2px 10px 1px;
  /* font-weight: 100; */
  display: none;
  transition: opacity 0.3s ease;
}
/* .button:hover {
  background-color: #cae0f1;
} */

/* .button:hover:before {
  width: 100%;
} */

.u6tgRBLsCnsruInQJm2w:hover:before {
  display: flex;
}

.u6tgRBLsCnsruInQJm2w:hover .CTHpxDtO7Ytfm0FppeZu {
  animation: uVzxQZkLiHXzSqfSqowU 1.5s linear, zb_LSi_FICy7xioTS_hd 2s linear infinite 2s;
  /* animation-delay: 0.25s; */
}
/* .button:hover .iconColor {
  fill: white;
} */

.u6tgRBLsCnsruInQJm2w:hover .hKDRzrRksDTEjAFVEb_h:before {
  display: flex;
  width: 100%;
}
.u6tgRBLsCnsruInQJm2w:hover .hKDRzrRksDTEjAFVEb_h {
  width: 40px;
}

/* .button:hover .textSpan {
  display: flex;
  opacity: 1;
} */

/* @keyframes typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */

@keyframes uVzxQZkLiHXzSqfSqowU {
  0%,
  30%,
  100% {
    transform: translate(0);
  }
  15% {
    transform: translate(-5px, 5px);
  }
  45% {
    transform: translate(20px, -20px);
    opacity: 0;
  }
  65% {
    transform: translate(-10px, 10px);
    opacity: 0;
  }
  80% {
    transform: translate(-15px, 15px);
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
}
/* comment */
@keyframes zb_LSi_FICy7xioTS_hd {
  0%,
  50%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(2px, -2px);
  }
}

.y9xvUh1Ii4wu6t1NhOBK,
.Rq647AtQ9ToTM8Ene8Iy {
  text-align: center;
  font-size: 0.75rem !important;
  /* font-family: system-ui; */
  color: rgb(88, 93, 106);
  font-weight: 600 !important;
  border: none !important;
  /* letter-spacing: 1px; */
}

.Rq647AtQ9ToTM8Ene8Iy {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  font-family: system-ui;
}

.gT7RYM6Ou4FsvFqR7mg9 {
  font-size: 0.85rem;
  text-transform: initial;
  font-family: system-ui;
  color: rgb(51 60 83);
  font-weight: 500;
  /* letter-spacing: 1px; */
}

/* @keyframes btnShuffles {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-30deg);
  }
} */

.ZA150yyQDFGXO5ylFjRF {
  position: absolute;
  top: -12px;
  right: -4px;
  line-height: 2;
  font-size: 12px;
  font-weight: bold;
  /* word-spacing: -1px; */
}

.HKxrqEnjcLkBwIBW0RA3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid gray;
  padding: 7px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 5px 0px;
}
.HjVhF3jRSmhZqBj3GMEX {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lU8sTrnErVWBUNBIKV4w {
  font-family: system-ui;
  font-size: 13px;
}

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

/* Track */
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #44599c; 
  border-radius: 10px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
} */

.mCd_6hTfEUJ9rKnBE60u {
  border-bottom: 2px solid red;
  border-radius: 5px;
  /* position: relative; */
}
.mgwGEpFQUU76Noog0syM {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border: 1px solid var(--color);
  padding: 2px;
  border-radius: 50%;
}

.mgwGEpFQUU76Noog0syM:hover::after {
  display: flex;
}

.mgwGEpFQUU76Noog0syM:hover::before {
  display: flex;
}

.mgwGEpFQUU76Noog0syM::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  display: none;
  background-color: var(--color);
  /* top: -16px; */
  transform: rotate(135deg);
  right: 23px;
}

.mgwGEpFQUU76Noog0syM::before {
  /* content: attr(dataHover); */
  content: "If any mismatch in Address details, Please cross check once in ITD portal, whether all mandatory details are saved properly.";
  position: absolute;
  font-family: cursive;
  white-space: pre-line;
  display: none;
  padding: 5px;
  color: var(--color);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 100;
  bottom: -21px;
  right: 28px;
  /* left: 30px; */
  z-index: 10;
  background-color: var(--info-bg);
  /* white-space: normal; */
  width: 35vw;
  /* float: left; */
  text-align: left;
  border: 1px solid;
  text-transform: initial;
}

.UCpKG3tS_nuPP4bymb1Q {
  font-size: 13.5px;
  font-family: system-ui;
  font-weight: 400;
  cursor: pointer;
  color: red;
  padding-left: 7px;
}

.Yg6YHheBDPEDQ3Zl6HFY {
  font-size: 13.5px;
  font-weight: 600;
  color: red;
  text-decoration: underline;
  text-underline-position: under;
  letter-spacing: 1px;
}

.jRCC08SN4_P6NZjUWVx4 {
  display: flex;
  justify-content: start;
  font-weight: var(--itr-font-wt);
  color: var(--color);
  letter-spacing: 1px;
  font-family: system-ui;
  margin-bottom: 10px;
  font-size: 16px;
  word-break: break-all;
  padding-left: 10px;
}
.EwIYhUyNgUrjf7qpNVSX {
  /* min-height: 30vh; */
  min-width: 30vw;
  padding: 10px 20px;
  max-height: 40vw;
}

.TjqXkL_NfkbvXoRnGTZx {
  display: flex;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.jcgAETsMbu6ROcHhoEcE {
  /* text-decoration: underline;
  text-underline-position: under; */
  flex: 0.7 1 0%;
  color: var(--newtab--color);
  font-size: 14px;
  letter-spacing: 1px;
  font-family: system-ui;
}

.tE1Qc6pFv6VP1_V7UDc5 {
  flex: 1 1 0%;
  padding-left: 10px;
  font-family: system-ui;
}

.T2zqMVzSG1vVhtQlFpxW {
  border-radius: 10px;
  border-color: rgba(196, 192, 192, 0.5);
  margin-bottom: 3px;
  padding: 10px 10px 5px;
}

.DpzTqzWi8gUlYceuTFvJ {
  margin-inline-start: 5px;
  padding-inline: 10px;
  /* color: var(--newtab--color); */
  font-weight: 600;
  font-family: system-ui;
  font-size: 15px;
}

.GnHRfnf3HIgoucoyY1x_ {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--dusky-blue);
  padding: 2px;
  text-transform: initial;
  line-height: 1;
}

.Q8553yv4P5Kfy8RrjRlY {
  color: rgb(197, 201, 216);
  font-style: italic;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 100;
}

.A1fD9tZprO6InJVcglhZ {
  flex-basis: 3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border: 1px solid var(--color);
  padding: 2px;
  /* padding-top: 6px; */
  border-radius: 50%;
  margin-left: 10px;
}

.A1fD9tZprO6InJVcglhZ:hover::before,
.A1fD9tZprO6InJVcglhZ:hover::after {
  display: flex;
}

.A1fD9tZprO6InJVcglhZ::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  display: none;
  background-color: var(--color);
  /* top: -16px; */
  transform: rotate(125deg);
  left: -15px;
}

.A1fD9tZprO6InJVcglhZ::before {
  content: attr(dataHover);
  /* content: "In case PAN of delisted company cannot be obtained, default PAN NNNNN0000N may be entered."; */
  position: absolute;
  font-family: system-ui;
  font-weight: 500;
  white-space: pre-line;
  display: none;
  padding: 10px;
  color: var(--color);
  border-radius: 10px;
  font-size: 14px;
  /* font-weight: bold; */
  top: -60px;
  /* top: -47px; */
  /* right: -15px; */
  height: max-content;
  right: 24px;
  z-index: 1;
  background-color: var(--info-bg);
  /* white-space: normal; */
  width: 50vw;
  /* float: left; */
  text-align: left;
  border: 1px solid;
}

.nXte8fLSeTUSwQzQlIvF {
  position: absolute;
  top: -9px;
  right: -4px;
  line-height: 2;
  font-size: 11.5px;
  font-weight: bold;
  word-spacing: -1px;
}

.RKBjR2HirDoGM7aSlGe6 {
  background-color: var(--rTNF) !important;
}

.oZ5Uvrze9xtb7NM0CdZB {
  color: var(--input-color);
  border: 1px solid transparent;
  transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
  word-wrap: normal;
  white-space: normal;
  font-size: 0.75rem;
  padding: 0.344rem 1.125rem;
  padding-right: 3rem;
  z-index: 5;
  background-color: var(--input-bg);
  border-radius: 25px;
  -webkit-box-shadow: var(--card-shadow);
  box-shadow: var(--card-shadow);
  -webkit-border-radius: 25px;
  /* width: 140px; */
  -webkit-transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.16s cubic-bezier(0.4, 0, 0.2, 1);
  width: 150px !important;
}

.J_4DwM1WXRvEQwjylW1E {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oZ5Uvrze9xtb7NM0CdZB:focus {
  width: 300px !important;
}
.KJNHH8qMJD9PH3dxX0Gx {
  width: 300px !important;
}

.YoFtjx6YEbbBLe_uCDkN {
  position: absolute;
  inset: 0px;
  backdrop-filter: blur(1px);
  color: red;
  font-weight: 600;
  font-family: system-ui;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e81309;
}
.lJa3jc0qoWcBolZNHNWf {
  position: absolute;
  inset: 0px;
  border-radius: 8px;
  border: 2px solid rgb(41, 141, 209);
}
.TZGeBs3dnX1ziJf4F5jw {
  height: 35px;
  cursor: pointer;
}
.TZGeBs3dnX1ziJf4F5jw:hover {
  background-color: #d3e6f3 !important;
}

._YDjj_5hV3fpNZhG4wE3 {
  position: relative;
}
._YDjj_5hV3fpNZhG4wE3:hover:after {
  content: attr(dataHover);
  position: absolute;
  padding: 5px;
  border-radius: 15px;
  /* top: -20px; */
  width: max-content;
  background-color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  /* left: 110px; */
  /* right: 90px; */
  bottom: -6px;
  right: 110px;
  /* width: 505px; */
  padding: 5px 10px;
  font-family: system-ui;
  min-width: 300px;
  max-width: 500px;
  color: #185ee0;
  border: 1px solid;
}

.cBZgPYkl7FXl9wiS0Tfs {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}

.APPDegLlHMhSWIAsDKJw {
  display: flex;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s linear;
  position: relative;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 6px;
  margin: -5px;
  width: 30px;
}

.APPDegLlHMhSWIAsDKJw::before {
  content: attr(dataHover);
  position: absolute;
  background-color: #707070;
  transition: all 0.3s;
  border-radius: 4px;
  color: #f6f7f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding: 2px 10px 2px;
  display: none;
  transition: 0.3s ease;
}

.SoRF4QOg1IyUtmQQebzo {
  margin: 0px !important;
  width: auto !important;
}

.SoRF4QOg1IyUtmQQebzo::before {
  top: -30px;
  left: 50%;
  padding: 3px 10px 3px !important;
  width: max-content;
  z-index: 1001;
  transform: translateX(-50%);
}
.czvfgDu4rX_UPSMDmYv3 {
  margin: 0px !important;
  width: auto !important;
}

.czvfgDu4rX_UPSMDmYv3::before {
  top: -30px;
  left: 50%;
  padding: 3px 10px 3px !important;
  width: max-content;
  z-index: 1001;
  transform: translateX(-50%);
}

.VFVc0Pl5U0oEfKYtc4tc {
  margin: 0px !important;
  width: auto !important;
}

.VFVc0Pl5U0oEfKYtc4tc::before {
  right: 50px;
  padding: 3px 10px 3px !important;
  width: max-content;
}

.APPDegLlHMhSWIAsDKJw:hover::before {
  display: flex;
}

.APPDegLlHMhSWIAsDKJw:hover {
  background-color: var(--rg_Icon_Hover);
}

.TRklSnKoLdYsrtE1znhj {
  opacity: 1;
}

.TRklSnKoLdYsrtE1znhj > * {
  opacity: 0.5;
}

.Vwl_lTpfgBIJNTexxL4e {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  /* letter-spacing: 1.6px; */
  text-transform: capitalize;
  /* line-height: 1.25; */
  /* font-family: 'Montserrat',sans-serif; */
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  opacity: 1;
  color: var(--newtab--color);
  /* box-sizing: border-box; */
  /* letter-spacing: 1px; */
  /* display: inline-flex; */
  line-height: 1.25;
  /* background-color: transparent; */
  /* border: 0; */
  /* margin: 0; */
}

.Vwl_lTpfgBIJNTexxL4e:hover {
  color: #269aef;
}

.LicwJObVJqIe5n54s1Pm {
  position: absolute;
  background-color: #3fa5f1;
  top: 35px;
  left: var(--rg-l-glider);
  height: 2.25px;
  border-radius: 5px;
  width: var(--rg-x-glider);
  transition: 0.25s ease-in;
}

.NXVHM9rdS6zZtyBPTXaP {
  display: flex;
  justify-content: space-between;
}

.L45TFY6thaTCH6TZWWqO {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 7px 10px;
}

.UxbAAaYgTFsGXAUlJ5Lg {
  display: flex;
  align-items: center;
}

.RFqL0gg1D0YI4gKD_HmH {
  justify-content: center;
  font-size: 14px;
  gap: 15px;
  height: 35px;
}

.Tzq6GQdORpaJs8xxRUeV {
  border: none;
  background-color: var(--tab2-active);
  border-radius: 7px;
  height: 35px;
}

.DzZCWBvSquuvk5IfQ34q {
  display: flex;
  padding: 3px 10px;
  gap: 10px;
}

.jTbuaTesPpbgIiPA_knW {
  width: 55vw;
  display: flex;
  padding: 0 10px 5px;
  gap: 10px;
  height: 82vh;
  overflow: auto;
}

.GCAEjuCIUxJKvovRyWDg {
  flex: 1;
  height: 100%;
  padding: 0;
}

.ShTh9QbIs36sQiiVZIDk {
  box-shadow: none !important;
  border: 1px;
}

.mhhypfZ7AFZfX1arDg5L {
  background-color: rgb(230, 238, 249) !important;
}

.w3l8dZjVibho5GFLHYpS {
  border: none;
  font-family: system-ui;
}

.kzaf4yzd9ThTnPdSJnCg {
  white-space: normal;
}

.GaQ4PenFFD5J33A3AqNA {
  text-align: right;
  color: var(--dusky-blue);
}

.gWz5l2CfsVmMvpMY7Gfo {
  position: relative;
  width: 96px;
  user-select: none;
  font-size: 12px;
}

.uuNzMaRj6eyA6xIs42wR {
  background-color: var(--dropdown--bg);
  border: 1px solid #2499ef;
  border-radius: 7px;
  padding: 2px 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #2499ef;
  align-items: center;
  font-family: system-ui;
  font-weight: 600;
}

.HNn_F2Q3PZEi3RiZyCI8 {
  border-color: #2499ef transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.fjI8mxHKYiQZlCMZOBAF {
  transform: rotate(180deg);
}

.ZO4imtKWJEHUYKrtyVfM {
  position: absolute;
  /* top: 100%; */
  top: 25px;
  left: 0;
  right: 0;
  background-color: var(--dropdown--bg);
  border: 1px solid #2499ef;
  border-radius: 5px;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.GlQuL6o2bDx1k7r97BhO {
  padding: 5px 7px;
  cursor: pointer;
  color: #2499ef;
  font-family: system-ui;
  font-weight: 600;
}

.GlQuL6o2bDx1k7r97BhO:hover {
  color: white;
  background-color: #2499ef;
}

.UHRMJgROtvDRUMk2vg1Q {
  color: white;
  background-color: #2499ef;
}

.DZq8T9q6wFd3Gp28ESoA {
  position: fixed;
  top: 0px;
  bottom: 0px;
  background-color: var(--newtab--bg);
  width: 210px;
  padding-top: 70px;
  box-shadow: var(--nt--subhead--bs);
  border-right: 1px solid var(--input-bg);
  transition: left 0.3s ease-in-out 0s;
  z-index: 99;
  user-select: none;
  /* overflow: hidden; */
}

.ybVdKoTBxczSf0SQTwiw {
  height: 94%;
  overflow: hidden;
}

.ybVdKoTBxczSf0SQTwiw:hover {
  overflow: auto;
}

.sn9OD4ka2xkJntTC2GOu {
  font-family: system-ui;
  font-weight: 500;
  color: var(--newtab--color);
  font-size: 1rem;
  text-transform: capitalize;
}

._JvBdpAYIFEOMh2Rjyyz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  /* background-color: var(--nt-subhead--head--bg); */
  background-color: #7a9ab3;
  top: 0px;
  z-index: 1;
  position: sticky;
  line-height: 35px;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}

.EhNkD0GQC02e38fZOtQo {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--newtab--bg);
  width: 70px;
  box-shadow: var(--newtab--shwd);
  user-select: none;
  overflow: hidden auto;
}

.EhNkD0GQC02e38fZOtQo::-webkit-scrollbar {
  width: 0px;
}
.EhNkD0GQC02e38fZOtQo::-webkit-scrollbar-track {
  display: none;
}
.EhNkD0GQC02e38fZOtQo::-webkit-scrollbar-thumb {
  display: none;
}
.EhNkD0GQC02e38fZOtQo::-webkit-scrollbar-button:single-button {
  display: none;
}

.ybVdKoTBxczSf0SQTwiw::-webkit-scrollbar {
  width: 3px;
}
.ybVdKoTBxczSf0SQTwiw::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.ybVdKoTBxczSf0SQTwiw::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, #a1a1a1, #b0b1b3);
  border-radius: 10px;
}
.ybVdKoTBxczSf0SQTwiw::-webkit-scrollbar-button:single-button {
  display: none;
}

.QwUGqcTUSbEOzAAknhxh {
  /* -webkit-tap-highlight-color: transparent; */
  /* outline: 0px; */
  /* border-width: 0px 0px 0px 3px; */
  /* border-top-style: initial; */
  /* border-right-style: initial; */
  /* border-bottom-style: initial; */
  /* border-top-color: initial; */
  /* border-right-color: initial; */
  /* border-bottom-color: initial; */
  /* border-image: initial; */
  /* margin: 0px; */
  /* border-radius: 0px; */
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: var(--newtab--color);
  display: flex;
  /* -webkit-box-flex: 1; */
  flex-grow: 1;
  /* -webkit-box-pack: start; */
  /* justify-content: flex-start; */
  /* -webkit-box-align: center; */
  align-items: center;
  /* position: relative; */
  /* text-decoration: none; */
  /* min-width: 0px; */
  /* box-sizing: border-box; */
  /* text-align: left; */
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 7px 16px;
  background-color: inherit;
  border-left-style: solid;
  border-left-color: transparent;
}

.ECALLubwhAMRl0Sg9eU5 {
  border-left-color: #2499ef;
  color: #2499ef;
  background-color: var(--nt-subhead--active);
}

.QwUGqcTUSbEOzAAknhxh:hover {
  border-left-color: #2499ef;
  background-color: var(--nt-subhead--active);
}

.GBNZN48j6NusyzF21pwi {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  padding: 20px 15px;
  /* box-shadow: lightgray 0px 0px 3px; */
}

.X8UljKICC8DIcFdyyEUm {
  font-family: system-ui;
  font-weight: 600;
  color: var(--newtab--color);
  font-size: 14px;
}

.S32uGvRjPY6yK8yvKJBS {
  animation: iZ2ZdPaJZOF1umqMUjOk 1.5s infinite;
}

@keyframes iZ2ZdPaJZOF1umqMUjOk {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

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

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

.YxFvkooiBP29wXVoWVSj {
  border: 1px solid var(--nav-shadow);
  cursor: pointer;
  border-radius: 25px;
  gap: 5px;
  padding: 5px;
}

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

.YxFvkooiBP29wXVoWVSj .kv3AVwqhtTEZmMdRwoqi {
  height: 0px;
  top: 45px;
  position: absolute;
  right: 0;
  /* left: 5%; */
  width: 205px; /* 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;
}

.sV71DaIQwQss3Zu0iNtt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px 8px 15px;

  border-bottom: 1px solid var(--nav-shadow);
  font-family: system-ui;
  font-weight: 600;
  background-color: var(--info-bg);
}

.S6pOj4CvjREDx6hlVJ8G {
  font-family: system-ui;
  font-weight: 600;
  font-size: 14.5px;
}

.swcvkqLxqkbvMi0McOJP {
  padding: 10px;
  height: calc(100vh - 255px);
  overflow: auto;
}

.NXGrzLHfeycqiwr59Kl0 {
  /* border: 1px solid transparent; */
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px #b3aeae;
  transition: 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* border-left: 5px solid var(--rg-valid-bg);
  background-color: var(--rg-valid-hover); */
}
.NXGrzLHfeycqiwr59Kl0:hover {
  box-shadow: 0px 0px 15px #b3aeae;
}

.NXGrzLHfeycqiwr59Kl0::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 100%;
  border-left: 5px solid var(--rg-valid-bg);
  background-color: var(--rg-valid-hover);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.zCzR6NKL0bmlYh6dNNNN {
  width: 100%;
  height: 100%;
  position: relative;
  flex: 0.15 1 0%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5px;
  /* opacity: 70%; */
  overflow: hidden;
}

/* .IconsStyles::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 100%;
  border-left: 5px solid var(--rg-valid-bg);
  background-color: var(--rg-valid-hover); */

/* background: linear-gradient(-45deg, var(--rg-valid-hover) 0%, #ff0f7b 100%); */
/* z-index: -1; */

/* transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
} */

/* .IconsStart {
  display: flex;
  gap: 5px;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
}
*/

.NXGrzLHfeycqiwr59Kl0:hover:before {
  width: 10%;
}

.fBgUnwB3l0rHClxI_EIi {
  flex: 1;
  font-family: sans-serif;
  padding: 5px 0px;
  font-weight: var(--itr-font-wt);
  color: var(--greyWhite);
}

.RjvFUKgf_611De3msddN {
  font-size: 16px;
  font-family: system-ui;
  font-weight: 600;
  color: var(--newtab--color);
}

.I_jC3WWEVKbajebx2Shy {
  position: absolute;
  top: 30px;
  right: -10px;
  background-color: var(--dark);
  z-index: 1000;
  border-radius: 5px;
  transform-origin: center top;
  width: 370px;
  transition: all 0.3s ease 0s;
  border: 1px solid var(--nav-shadow);
  filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 2px 8px);
  /* box-shadow: rgba(11, 15, 24, 0.08) 0px 0px 0px -3px !important; */
}
.I_jC3WWEVKbajebx2Shy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 14px;
  width: 10px;
  height: 10px;
  background-color: var(--dark);
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}

.zZcqRGh25motyg_VU6wJ {
  text-align: center;
}

.StM6huVngMVmbrio27Cz {
  height: 40vmin;
}

.pFFNv_CNqtPsPc_fke8M {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.BmKCawxpsE8sRr7FRZCw {
  color: #09d3ac;
}

.De5bcZ833m0AV8bmE30a {
  position: fixed;
  padding: 7px;
  bottom: 65px;
  right: 20px;
  background: #c5dff2;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.De5bcZ833m0AV8bmE30a::before {
  content: attr(dataHover);
  position: absolute;
  bottom: 5px;
  right: 50px;
  background-color: #707070;
  transition: all 0.3s;
  border-radius: 4px;
  color: #f6f7f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  display: none;
  transition: 0.3s ease;
  width: max-content;
}

.De5bcZ833m0AV8bmE30a:hover::before {
  display: flex;
}

.WmhnzqWSBvP4oN1L93Ho {
  position: fixed;
  bottom: 110px;
  right: 20px;
  background-color: var(--dark);
  z-index: 1000;
  border-radius: 5px;
  /* transform-origin: center bottom; */
  transform-origin: 95% 100%;
  width: 370px;
  transition: all 0.3s ease 0s;
  border: 1px solid var(--nav-shadow);
  filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 2px 8px);
}

.M41lTE46jLnp4gDB0JW4 {
  animation: UT2LQv0ZYKMmM6qWYZ0g 3s linear infinite;
  animation-duration: 10sec;
  font-family: system-ui;
}

@keyframes UT2LQv0ZYKMmM6qWYZ0g {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* tour design */
@keyframes aeOMyTHGjXNwiAC_c39j {
  0% {
    border-color: #fff;
  }
  50% {
    border-color: #241468;
  }
  100% {
    border-color: #fff;
  }
}

@keyframes jAPl29yoBnwONo3IICBu {
  0% {
    filter: drop-shadow(0px 0px 10px #2499ef);
  }
  100% {
    filter: drop-shadow(0px 0px 30px #2499ef);
  }
}

.pG7sFsfSrrlbIBUb0D0O {
  background-color: transparent;
  padding: 10px;
  /* text-decoration: none; */
  /* border: 4px solid white; */
  color: #9e3997;
  cursor: pointer;
  /* transition: 0.4s ease-in-out; */
  height: 40px;
  width: 180px;
  font-size: 20px;
  border-radius: 6px;
  /* opacity: 0.9; */
  /* filter: drop-shadow(0px 0px 2px #9e3997); */
  /* animation: blink-border 2s infinite; */
  /* animation: glow 1s alternate infinite; */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* font-weight: 500; */
  border: transparent;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: 0px;
  text-decoration: none;
  border: 0px solid transparent;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  /* height: 30px; */
  /* font-weight: 600; */
  font-size: 17px;
  font-family: cursive;
}

.pG7sFsfSrrlbIBUb0D0O::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953),
    linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33),
    linear-gradient(#377af5, #377af5);
  animation: JoNuMinuW0biaaCi0ceA 4s linear infinite;
}
.pG7sFsfSrrlbIBUb0D0O::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #efefef;
  border-radius: 5px;
}

@keyframes JoNuMinuW0biaaCi0ceA {
  100% {
    transform: rotate(1turn);
  }
}

.pG7sFsfSrrlbIBUb0D0O:hover::before {
  animation: OIXgWIE8ymSMCqjlFdNl 4s linear infinite;
}

@keyframes OIXgWIE8ymSMCqjlFdNl {
  100% {
    transform: rotate(-1turn);
  }
}

/* tour design */

