[data-theme=default] {
  --color-bg: rgb(236, 236, 236);
  --color-fg: #15233C;
}

[data-theme=dark] {
  --color-bg: #15233C;
  --color-fg: rgb(187, 186, 186);
}

.topNav {
  background-color: rgb(236, 236, 236) !important;
  position: relative;
}

.topNavChild:first-child {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topNavChild:first-child .appLogo {
  width: 40px;
  height: 40px;
}
.topNavChild:first-child .appLogo img {
  max-width: 100%;
  max-width: 100%;
}

.topnameHoldr:last-child {
  position: absolute;
  right: 4%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #15233C !important;
  top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainBannaderScrollerDshbrd {
  margin-top: unset;
  position: relative;
}

.subDataHoldr {
  margin-left: 3%;
  right: 0;
  width: 45%;
}
.subDataHoldr h4, .subDataHoldr .subDataHoldrChildrn {
  font-size: 3.3vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: unset;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0;
}
.subDataHoldr h4 div:first-child, .subDataHoldr .subDataHoldrChildrn div:first-child {
  width: 80%;
}

.costPrvw {
  width: 40%;
  margin-left: 10%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2%;
  color: white;
  background-color: #14213a !important;
  border-radius: 8px;
}

.costPrvCstFgr {
  height: 30px;
  border: 7px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.costPrvCstFgr:first-child {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 3vw;
}

.costPrvCstFgr:last-child {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 3.5vw;
  padding-top: 5px;
}
.costPrvCstFgr:last-child span {
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0px;
  position: relative;
}
.costPrvCstFgr:last-child span:last-child {
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0px;
}
.costPrvCstFgr:last-child span:first-child::after {
  position: absolute;
  border-top: double white 2px;
  content: "";
  left: -1px;
  width: 12px;
  top: 8px;
}
.costPrvCstFgr:last-child span:first-child::before {
  position: absolute;
  border-right: double white 0.2px;
  content: "";
  right: 5px;
  height: 45%;
  top: 1px;
}

.subDataHoldr::before {
  content: "";
  height: 100%;
  border-left: solid #14213a 1px;
  left: -5px;
  position: absolute;
  top: 0;
}

.emptPremiumNotice {
  color: gray;
  width: 78%;
  height: 130px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border-radius: 10px;
}

.emptPremiumNoticeHoldr {
  margin-bottom: 10px;
  margin-top: 30px;
  color: red;
}

.emptPremiumCmd {
  width: auto;
  padding: 8px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #14213a !important;
  background-color: rgba(255, 0, 0, 0.6) !important;
  color: white;
}

.mibtns {
  background-color: #14213a !important;
  height: 70px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 2px 3vw;
  margin: auto unset;
  border-radius: 10px;
  width: 45%;
  font-size: 3, 8vw;
}
.mibtns svg {
  width: 20px;
  height: 20px;
  margin-left: 3vw;
}
.mibtns span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px - 2vw);
}

.mibtns:last-child {
  background-color: green !important;
  margin-left: 4%;
}

.mibtns:first-child {
  margin-right: 4%;
}

.botoMenuHdr {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 65px;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0vh;
  background-color: rgb(236, 236, 236) !important;
  z-index: 5;
}

.bttomMenu {
  background-color: unset !important;
  width: 25%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 2.8vw;
  color: #14213a;
}
.bttomMenu span:first-child {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bttomMenu span:last-child {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 95%;
  border: #14213a solid 1px !important;
}
.bttomMenu span:last-child svg {
  width: 20px;
  height: 20px;
  fill: #14213a !important;
}

.prmPaysctns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.prmPaysctns h4 {
  height: 30px;
  margin-bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: unset;
}

.prmPaysctns:last-child {
  height: auto;
}

.itmFrPymnt {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(204, 204, 204, 0.2) !important;
  margin-bottom: 10px;
}
.itmFrPymnt input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8%;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  margin: unset;
  padding: unset;
  margin-left: 1%;
  border-radius: unset;
}

.itmFrPymntChild {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}
.itmFrPymntChild span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.itmFrPymntChild span:first-child {
  width: 70%;
  background-color: rgba(204, 204, 204, 0.2) !important;
  padding: 0 2%;
}
.itmFrPymntChild span:last-child {
  width: 30%;
  color: white;
  padding: 0 2%;
  background-color: rgba(255, 0, 0, 0.6) !important;
}

.prmFormRow {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sumHoldr {
  width: 55%;
  height: 40px;
  border: solid 2px rgba(255, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
}
.sumHoldr span {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-weight: 600;
}
.sumHoldr span:first-child {
  width: 40px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sumHoldr span:last-child {
  padding: 0 2%;
}
.sumHoldr span:first-child::after {
  position: absolute;
  border-top: double #14213a 2px;
  content: "";
  left: 30%;
  width: 15px;
  top: 45%;
}
.sumHoldr span:first-child::before {
  position: absolute;
  border-right: solid #14213a 2px;
  content: "";
  right: 0;
  height: 80%;
  top: 5%;
}

.prmFormRowBttn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  border-radius: 7px;
  font-size: 3vw;
}
.prmFormRowBttn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prmFormRowBttn span:first-child {
  width: calc(100% - 50px);
}
.prmFormRowBttn svg {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.prmFormRowBttn:first-child {
  width: 40%;
  margin-right: 20px;
  background-color: rgba(0, 128, 0, 0.8) !important;
}

.addprPag {
  left: 0;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(204, 204, 204, 0.2) !important;
  border: solid rgba(204, 204, 204, 0.8) 0.2px !important;
  border-radius: 10px;
  padding: 10px 0;
  z-index: 1;
  width: 98%;
  margin: 2% auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}
.addprPag h5 {
  margin: unset;
  margin-top: 15px;
  padding-left: 4%;
  font-size: 3vw;
}
.addprPag h5:nth-of-type(2) {
  margin: unset;
  margin-top: 55px;
}

.connError {
  width: auto;
  height: auto;
  font-size: 16px;
  margin: auto;
  color: gray;
}
.connError svg {
  height: 40px;
  width: 40px;
  fill: gray !important;
}
.connError button {
  width: auto;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: gray !important;
  color: white !important;
  padding: 0 10px;
  border-radius: 15px;
  margin-top: 10px;
}
.connError button svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: white !important;
}

.premiumHoldr {
  width: 95%;
  margin: 5px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.premiumHoldrinpt {
  width: 47%;
  margin: auto;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  background-color: rgba(245, 245, 245, 0.9) !important;
  border: solid rgba(185, 185, 185, 0.8) 1px !important;
  padding: 0 2%;
  border-radius: 7px;
}
.premiumHoldrinpt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.dshbrdPrcdBtn {
  height: 40px;
  width: 30%;
  background-color: #15233C !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  columns: white !important;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 65%;
}

.inptHldr {
  width: 95%;
  margin: 5px auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  font-size: 11.5px;
  border-radius: 8px;
  background-color: rgba(245, 245, 245, 0.9) !important;
  border: solid rgba(185, 185, 185, 0.8) 1px !important;
  position: relative;
}
.inptHldr label {
  width: 100%;
  position: relative;
}
.inptHldr label input {
  width: inherit;
  height: 100%;
  background-color: unset !important;
  border: unset;
  outline: unset;
  padding: 2%;
}
.inptHldr label span {
  position: absolute;
  bottom: 100%;
  left: 1%;
}

.inptHldr:last-child {
  background-color: unset !important;
  border: unset;
  margin-top: 20px;
}

.inptOptHldr {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  height: 0;
}

.addPrNavbtn {
  height: 40px;
  width: 45%;
  background-color: #15233C !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  columns: white !important;
  border-radius: 15px;
  margin: auto;
  padding: 7px;
  font-size: 3vw;
}
.addPrNavbtn svg {
  height: 20px;
  width: 20px;
}

.addPrNavbtn:first-child {
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #15233C !important;
  margin-right: 4%;
}

.addPrNavbtn:last-child {
  margin-left: 4%;
}

.inptOptHldr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0%;
  border-radius: 10px;
  z-index: 1;
  padding: 3%;
  height: 0;
  overflow: hidden;
  padding: 0;
  z-index: 2;
  transition: 0.5s;
  backdrop-filter: blur(6.5px);
}

.optBtn {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-size: 13px;
  position: relative;
  padding: 0 2%;
  background-color: unset !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #14213a !important;
}

.optBtn::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-style: solid;
  border-width: 0 0 1px 0;
  bottom: 0px;
  border-color: rgba(20, 33, 58, 0.2) !important;
}

.optBtn:last-child::after {
  border-style: unset;
}

.pickedSrvc, .bnfrDataPrvw, .dshBrdCstHldr {
  background-color: rgba(245, 245, 245, 0.9) !important;
  border: solid rgba(20, 33, 58, 0.1) 0.2px !important;
  width: 95%;
  margin: 10px auto;
  font-size: 3.2vw;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.pickedSrvc {
  height: 45px;
  font-size: 11px;
}

.pickedSrvcChild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.pickedSrvcChild:first-child {
  width: 45%;
  font-weight: 600;
  padding-right: 10px;
  position: relative;
  height: inherit;
}

.pickedSrvcChild:last-child {
  width: 55%;
  padding-left: 10px;
  position: relative;
  height: inherit;
}

.pickedSrvcChild:last-child::before {
  content: "";
  position: absolute;
  top: 20%;
  height: 60%;
  left: -5px;
  border-left: solid #14213a 1px !important;
}

.bnfrDataPrvw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.bnfrDataPrvwChild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.bnfrDataPrvwChild:first-child {
  font-weight: 600;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 4px;
}

.bnfrDataPrvwChild:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: #14213a solid 1px !important;
}

.bnfrDataPrvwChild:last-child {
  padding-top: 5px;
  font-size: 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.prvwDataShow {
  width: 33.3333333333%;
  padding: 5px;
}

.bnfrDataPrvw:nth-child(4) .prvwDataShow:first-child {
  width: 25%;
}
.bnfrDataPrvw:nth-child(4) .prvwDataShow:nth-last-child(-n+2) {
  width: 37.5%;
}

.dshBrdCstHldr {
  border: unset;
  background-color: unset !important;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 600;
  font-size: 3.4vw;
  margin-top: 40px;
  padding: unset;
}

.dshBrdCstHldrCld {
  width: 47%;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dshBrdCstHldrCld span:first-child {
  position: absolute;
  bottom: 105%;
  left: 0;
  color: #14213a !important;
}
.dshBrdCstHldrCld span:nth-child(2) {
  width: 30px;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.dshBrdCstHldrCld span:last-child, .dshBrdCstHldrCld input {
  width: calc(100% - 30px);
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-left: 8px;
}
.dshBrdCstHldrCld span:nth-child(2)::after {
  position: absolute;
  border-top: double white 2px !important;
  content: "";
  left: 28%;
  width: 45%;
  top: 45%;
}
.dshBrdCstHldrCld span:nth-child(2)::before {
  position: absolute;
  border-right: solid white 0.2px !important;
  content: "";
  right: 0;
  height: 75%;
  top: 12.5%;
}
.dshBrdCstHldrCld input {
  background-color: unset !important;
  border: unset;
  outline: unset;
  color: #14213a !important;
}

.dshBrdCstHldrCld:first-child {
  margin-left: unset;
  margin-right: 4%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #14213a !important;
}
.dshBrdCstHldrCld:first-child span:nth-child(2)::after {
  border-top: double #14213a 2px !important;
}
.dshBrdCstHldrCld:first-child span:nth-child(2)::before {
  border-right: solid #14213a 0.2px !important;
}

.dshBrdCstHldrCld:last-child {
  margin-right: unset;
  margin-left: 4%;
  background-color: rgba(255, 0, 0, 0.6) !important;
  color: white;
}
.dshBrdCstHldrCld:last-child span:nth-child(2)::after {
  border-top: double white 2px !important;
}
.dshBrdCstHldrCld:last-child span:nth-child(2)::before {
  border-right: solid white 0.2px !important;
}

.errBrdr:first-child {
  border: solid red 1px !important;
}

.errBrdr {
  border: solid red 1px !important;
}

.non_dsp_clss {
  display: none;
}

/*# sourceMappingURL=dshbrd.css.map */
