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

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

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  background-color: var(--color-bg) !important;
  color: var(--color-fg) !important;
}

button {
  padding: unset;
  text-align: left;
  border: unset;
}

svg {
  width: 30px;
  height: 30px;
}

.topNav {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 20px;
  z-index: 3;
}

.topNavChild {
  height: 100%;
}

.topNavChild:first-child {
  width: 20%;
}
.topNavChild:first-child .topNavGrandChild {
  height: 100%;
  width: 100%;
}
.topNavChild:first-child .topNavGrandChild img {
  max-height: 100%;
  max-width: 50px;
}

.topNavChild:nth-child(2) {
  width: 50%;
  -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-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;
}

.topNavNotcBtn {
  width: 35px;
  height: 35px;
  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;
}
.topNavNotcBtn svg {
  width: 25px;
  height: 25px;
}

.topNavAddBtn {
  width: 35px;
  height: 35px;
  margin-right: 40px;
  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;
}
.topNavAddBtn svg {
  width: 25px;
  height: 25px;
}

.topNavChild:nth-child(3) {
  width: 17%;
  -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;
  padding: 0 18px;
}

.topNaveNameHolder {
  width: 120px;
  height: 30px;
  border-radius: 20px;
  font-size: 1.2vw;
  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;
  text-align: left;
  padding: 7px;
  position: relative;
}

.topNaveNameHolder::after {
  content: "T";
  height: 34px;
  width: 34px;
  font-size: 1.6;
  text-align: center;
  position: absolute;
  right: -10%;
  top: -2px;
  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;
  font-weight: bold;
  z-index: 1;
}

.topNaveNameHolder::before {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.themeChnger svg {
  height: 23px;
  width: 23px;
}

.themeChnger:hover {
  height: 36px;
  width: 36px;
  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;
}
.themeChnger:hover svg {
  height: 30px;
  width: 30px;
}

.topNavChild:last-child {
  width: 13%;
  -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;
  padding-left: 3px;
  padding-top: 9px;
}

.leftNav {
  position: fixed;
  left: 0;
  top: 62px;
  width: 15%;
  height: 90vh;
  z-index: 1;
  overflow: auto;
  z-index: 1;
}

.leftNavExpndr {
  width: 100%;
  height: 35px;
  text-align: right;
  padding-right: 2%;
}
.leftNavExpndr svg {
  height: 32px;
  width: 32px;
  transform: rotate(270deg);
}

.leftNavChild {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.leftNavChild h5 {
  padding: unset;
  margin: unset;
  height: 35px;
  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: 2%;
  margin-bottom: 0px;
  position: relative;
}
.leftNavChild h5 svg {
  position: absolute;
  height: 23px;
  width: 23px;
  right: 1%;
}

.leftNavGGrndChild {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  padding-left: 2%;
  width: 100%;
  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-size: 0.8vw;
  position: relative;
}
.leftNavGGrndChild svg {
  position: absolute;
  right: 4%;
  height: 18px;
  width: 18px;
}

.leftNavGGrndChild:hover {
  height: 43px;
}

.leftNavGrndChild {
  position: relative;
  width: 100%;
  overflow: visible;
  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;
  transition: 0.5s;
  height: 76Px;
}

.mreBtn {
  position: absolute;
  right: 3%;
  bottom: -15px;
  border-radius: 10px;
  width: 50px;
  font-size: 11px;
  padding-left: 7px;
  height: 20px;
}

.mreBtn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  top: 30%;
  right: 12%;
}

.hideBtn {
  position: absolute;
  right: 8%;
  bottom: -15px;
  border-radius: 10px;
  width: 50px;
  font-size: 11px;
  padding-left: 7px;
  height: 20px;
}

.hideBtn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(-225deg);
  top: 30%;
  right: 12%;
}

.mainBanerIndexChild {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
}
.mainBanerIndexChild h4 {
  margin: unset;
  margin-bottom: 10px;
  width: 100%;
}

.mainBannerFirstChild {
  -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;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 2%;
}
.mainBannerFirstChild h4 {
  width: 20%;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  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;
  margin: unset;
}

.mainBanerIndexChild:first-child {
  margin-top: 10px;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mainBanerIndexChild:first-child h4 {
  padding-left: 25px;
}

.mainBanerIndexChild:nth-child(2) {
  background-color: unset !important;
}

.mainBannader {
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 90vh;
  overflow: auto;
  padding: 10px 0;
  overflow: hidden;
}

.mainBannaderScroller {
  width: 100%;
  overflow: 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;
  margin-top: 60px;
  padding-bottom: 40px;
  height: calc(90vh - 60px);
}

.contentHoldr {
  width: 100%;
  padding: 5px 1%;
  margin-left: 0;
  position: relative;
}

.seachBar {
  width: 42%;
  border-radius: 20px;
  height: 32px;
  overflow: hidden;
}

.searchInput {
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 12%;
  background-color: unset !important;
  border: unset;
  outline: unset;
  font-size: 14px;
}

.vieSwitch {
  height: 42px;
  width: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: absolute;
  left: 2%;
  border: 10px;
}

.clientSum {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 46%;
  border-radius: 7px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  position: relative;
}
.clientSum h5 {
  margin: unset;
  width: 100%;
}

.clientSumChart {
  height: 120px;
  width: 100%;
}

.clientSumChild {
  width: 90%;
  left: 2.5%;
  bottom: 5px;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  font-size: 14px;
  padding-left: 2%;
}

.servPayElement {
  width: 50%;
  height: 250px;
  margin: 10px auto;
  border-radius: 7px;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.servPayElement h4 {
  margin: unset;
  margin-bottom: 10px;
}

.servPayElement:first-child {
  margin-right: 5px;
}

.servPayElement:last-child {
  margin-left: 5px;
}

.srvcSpecifyr {
  height: 30px;
  width: auto;
  padding-left: 6%;
  padding-right: 6%;
  border-radius: 20px;
  margin: auto;
}

.srvcSpecifyr:first-child {
  margin-right: 7px;
}

.spcfryHldr {
  position: absolute;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 6%;
  right: 0;
  -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;
  width: 60%;
}

.servPayElementCanvas {
  width: 100%;
  height: 80%;
  margin-top: 10px;
}

.rightBanner {
  right: 0.5%;
  position: fixed;
  top: 60px;
  width: 18%;
  height: 90vh;
  padding-left: 0.5%;
  padding-right: 1%;
  padding-top: 1%;
  z-index: 1;
}

.rightBannerChild {
  width: 100%;
  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;
  border-radius: 7px;
  font-size: 13px;
  padding: 8px 4%;
  position: relative;
}
.rightBannerChild h5 {
  margin: unset;
  width: 100%;
  padding: 0 0 3.5px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rightBannerChild .mreBtn {
  bottom: 5px;
  height: 17px;
}
.rightBannerChild .mreBtn::before {
  content: "";
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.rightBannerChild:first-child {
  min-height: 118px;
  margin-top: 7px;
}

.rightBannerChild:nth-child(2) {
  min-height: 118px;
  margin-top: 8px;
}

.rightBannerChild:last-child {
  min-height: calc(100% - 260px);
  margin-top: 10px;
  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;
}
.rightBannerChild:last-child h5 {
  margin-bottom: 8px;
}
.rightBannerChild:last-child .rightBannerGrandChildHoldr {
  height: 250px;
  width: 100%;
  overflow: auto;
}
.rightBannerChild:last-child .rightBannerGrandChild {
  -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;
  border: unset;
  margin-top: 15px;
  padding: 10px 2.5%;
  margin-top: 3px;
}
.rightBannerChild:last-child .rightBannerGrandChild:first-child {
  margin-top: unset;
}
.rightBannerChild:last-child .rightBannerGrandChild::after {
  border: unset;
}

.rightBannerGrandChild {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 1px;
  font-size: 11.5px;
}

.rightBannerGrandChild::after {
  content: "";
  width: 102%;
  bottom: -5px;
  left: -1%;
  position: absolute;
}

.rightBannerGrandChild:nth-child(3)::after {
  content: "";
  width: 102%;
  border: unset;
  bottom: -5px;
  left: -1%;
  position: absolute;
}

.rightBannerGrandChild:nth-child(2) {
  margin-top: unset;
}

.rightBannerGGrandChild:first-child {
  margin-right: 7px;
  width: 75%;
  font-weight: 600;
  font-size: 10.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rightBannerGGrandChild:last-child {
  height: 100%;
  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;
  width: 25%;
  padding: 2%;
  border-radius: 3px;
  height: 23px;
}

.claimsGrandChid {
  text-overflow: ellipsis;
  font-size: 11px;
}

.claimsGrandChid:first-child {
  font-weight: 600;
}

.claimsGrandChid:last-child {
  margin-top: 5px;
}

.tableSection:first-child {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 35px;
  position: relative;
}
.tableSection:first-child h4 {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  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;
  margin: unset;
}

.filterBtn {
  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: relative;
  margin-right: 20px;
}
.filterBtn svg {
  width: 15px;
  height: 15px;
}

.filterBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
}

.tableSheetCntr {
  height: 100%;
  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-size: 13px;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tbleSheetChngr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin: 0 10px;
}

.tbleSheetChngr::after {
  position: absolute;
  width: 120%;
  text-align: center;
  bottom: -15px;
  left: -10%;
}

.tbleSheetChngr::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 35%;
  left: 30%;
}

.tbleSheetChngr:last-child::before {
  transform: rotate(225deg);
}

.tbleSheetChngr:nth-last-child(2)::before {
  transform: rotate(45deg);
  left: 40%;
}

.tbleSheetChngr:last-child::after {
  content: "";
}

.tbleSheetChngr:nth-last-child(2)::after {
  content: "";
  left: -35%;
}

.vewChngrHldr {
  position: absolute;
  left: calc(20% + 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  background-color: #14213a !important;
  overflow: hidden;
  border-radius: 11px;
}

.vewChngr {
  height: 30px;
  width: 50%;
  border-radius: 11px 0 0 11px;
  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;
}
.vewChngr svg {
  height: 20px;
  width: 20x;
}

.vewChngr:last-child {
  border-radius: 0 11px 11px 0;
  position: relative;
}

.vewChngr:last-child::before {
  content: "";
  position: absolute;
  height: 70%;
  top: 15%;
  left: 0%;
}

.tableTop {
  padding: 10px 2%;
}

.tableTop::after {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: -5px;
}

.tableRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 1%;
}

.trnstableRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 1%;
}

.tableRowCell {
  height: 100%;
  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: 1%;
  padding-right: 1%;
  position: relative;
}

.trnstableRowCell {
  height: 100%;
  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: 1%;
  padding-right: 1%;
  position: relative;
}

.tableRowCell:first-child {
  width: 30%;
  font-weight: 600;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tableRowCell:nth-child(2) {
  width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis " [..]";
}

.tableRowCell:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.tableRowCell:nth-child(3) div:first-child {
  font-weight: 600;
  padding-right: 15px;
  height: 80%;
  -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;
  padding-left: 3px;
}
.tableRowCell:nth-child(3) div:last-child {
  font-weight: 600;
  padding-right: 10px;
  height: 80%;
  -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;
  padding-left: 10px;
  padding-right: 10px;
}

.tableRowCell::before {
  content: "";
  position: absolute;
  height: 80%;
  left: 0;
  top: 10%;
}

.tableRowCell:first-child::before {
  content: "";
  position: absolute;
  border-left: unset;
  width: 40%;
}

.clintPrflSectn {
  width: 100%;
  padding: 30px 2%;
  margin-bottom: 25px;
  overflow: hidden;
  background-color: rgba(247, 247, 247, 0.8) !important;
}

.clintPrflSectn:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.clintPrflSectn:nth-last-child(4) {
  background-color: unset !important;
  padding: 10px 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: unset;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clintPrflSectn:nth-last-child(-n+3) {
  width: 100%;
  padding: 10px 2%;
  position: relative;
  height: 270px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.clintPrflSectn:nth-last-child(-n+3) h4 {
  width: 100%;
  margin: unset;
}

.clintPrflSectn:nth-last-child(-n+3)::-webkit-scrollbar {
  display: none;
}

.clintPrflSectn:nth-last-child(3) {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clintPrflSectn:nth-last-child(2), .clintPrflSectn:nth-last-child(1) {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.clntSubTbl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 92%;
  -ms-flex: 0 0 92%;
  flex: 0 0 92%;
  height: 250px;
  border-radius: 7px;
  padding: 10px 2%;
  top: 10%;
  left: 4%;
  margin: auto 2%;
  background-color: rgba(204, 204, 204, 0.4) !important;
  border: solid rgba(204, 204, 204, 0.8) 0.2px !important;
  scroll-behavior: smooth;
}
.clntSubTbl h4 {
  margin: unset;
  width: 100%;
}

.clntSubTblHdnleft {
  left: 104%;
}

.clntSubTblHdnright {
  right: 104%;
}

.photoHOldr {
  width: 80px;
  height: 80px;
  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;
  font-size: 50px;
  font-weight: 700;
}

.prflCntDtl {
  margin-left: 20px;
  height: 30%;
  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;
  padding-top: 10px;
  width: 42%;
  position: relative;
}
.prflCntDtl div:first-child {
  font-size: 3.4vw;
  font-weight: 600;
  margin-bottom: 1opx;
}
.prflCntDtl button {
  background-color: unset !important;
  margin-top: 0px;
  height: 20px;
  font-size: 2.8vw;
  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;
}
.prflCntDtl button span:first-child {
  width: 70%;
  height: 100%;
  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;
  text-wrap: wrap;
}
.prflCntDtl button span:last-child {
  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;
  border-radius: 7px;
}
.prflCntDtl button span:last-child svg {
  height: 20px;
  width: 20px;
}
.prflCntDtl button:last-child svg {
  transform: rotate(135deg);
}

.profileSubTble, .atchTble {
  width: 100%;
  overflow: hidden;
  height: 80%;
  margin-top: 10px;
}

.profileSubTbleScrolble {
  height: 100%;
  width: 100%;
  overflow: 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;
}

.prfSbTblRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8vw;
  height: 40px;
  position: relative;
}
.prfSbTblRow div {
  height: 100%;
  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;
  position: relative;
  padding: 2px 5px;
}
.prfSbTblRow div:first-child {
  width: 50%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  margin-right: 4px;
  font-weight: 600;
}
.prfSbTblRow div:nth-child(2) {
  width: 40%;
  background-color: #14213a !important;
  color: white !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prfSbTblRow div:last-child {
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  background-color: rgba(247, 247, 247, 0.8) !important;
}
.prfSbTblRow .tempGreen:nth-child(2) {
  background-color: rgba(0, 128, 0, 0.7) !important;
}
.prfSbTblRow .tempRed:nth-child(2) {
  background-color: rgba(255, 0, 0, 0.6) !important;
  color: white !important;
}

.prfSbTblRow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.prfSbTblRow:last-child::after {
  border: unset;
}

.clsTblrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 2.8vw;
}
.clsTblrow div {
  height: 100%;
  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;
}
.clsTblrow div:first-child {
  width: 25%;
}
.clsTblrow div:nth-child(2) {
  width: 60%;
}
.clsTblrow div:nth-child(3), .clsTblrow div:nth-child(4) {
  width: 13%;
}

.atchMntRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 13px;
  position: relative;
}
.atchMntRow button {
  height: 30px;
  width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  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;
}
.atchMntRow .atchClm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 30px);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.atchMntRow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.apiSrvcSwithHold {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.apiSrvcSwithHold button {
  width: 50%;
  text-align: center;
  font-size: 15px;
  height: 100%;
  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;
  border-radius: 10px;
  font-weight: 600;
}

.apisvcTbl {
  height: 70vh;
  width: 100%;
  border-radius: 8px;
  padding: 2%;
  font-size: 13px;
  margin-top: 5px;
  overflow: auto;
}

.srvtableRow, .clmTableRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 1%;
  position: relative;
}
.srvtableRow div:first-child, .clmTableRow div:first-child {
  width: 33%;
}
.srvtableRow div:nth-child(2), .clmTableRow div:nth-child(2) {
  width: 32%;
}
.srvtableRow div:nth-child(4), .clmTableRow div:nth-child(4) {
  width: 15%;
}
.srvtableRow div:nth-child(3), .clmTableRow div:nth-child(3) {
  width: 15%;
}

.srvtableRow::after, .clmTableRow::after {
  position: absolute;
  width: 100%;
  content: "";
  bottom: -5px;
  left: 0;
}

.srvtableRow:last-child::after, .clmTableRow:last-child::after {
  border: unset;
}

.clmTableRow {
  position: relative;
}
.clmTableRow div:first-child {
  width: 15%;
}
.clmTableRow div:nth-child(2), .clmTableRow div:nth-child(3) {
  width: 30%;
}
.clmTableRow div:nth-child(4) {
  font-weight: 600;
  letter-spacing: 1.2px;
}

.trnstableRowCell:first-child {
  width: 12%;
}

.trnstableRowCell:nth-child(2) {
  width: 30%;
}

.trnstableRowCell:nth-child(3) {
  width: 13%;
}

.trnstableRowCell:nth-child(4) {
  width: 20%;
}

.trnstableRowCell:nth-child(5) {
  width: 16%;
}

.spcifc div:first-child {
  width: 40%;
}
.spcifc div:nth-child(2), .spcifc div:nth-child(3) {
  width: 25%;
}
.spcifc div:last-child {
  width: 10%;
  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;
}

.srvcclmSpcfc div:first-child {
  width: 16%;
}
.srvcclmSpcfc div:nth-child(2) {
  width: 40%;
}
.srvcclmSpcfc div:nth-child(3) {
  font-weight: 600;
}
.srvcclmSpcfc div:last-child {
  font-weight: normal;
}

.clmTableRow .trnstableRowCell:first-child {
  width: 15%;
}
.clmTableRow .trnstableRowCell:nth-child(2) {
  width: 22%;
}
.clmTableRow .trnstableRowCell:nth-child(3) {
  width: 25%;
}
.clmTableRow .trnstableRowCell:nth-child(4) {
  width: 25%;
}
.clmTableRow .trnstableRowCell:nth-child(5) {
  width: 16%;
}

.clmspcifc div:first-child {
  width: 18%;
}
.clmspcifc div:nth-child(2) {
  width: 35%;
}

.vwCnvs {
  width: 100%;
  height: 60vh;
  margin-top: 30px;
}

.clntAddForm {
  margin: auto;
  height: 75vh;
  width: 95%;
  border-radius: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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;
  position: relative;
  padding: 1% 2%;
}

@media (max-height: 568px) {
  .clntAddForm {
    margin: auto;
    height: 75vh;
  }
}
.formInputHoldr {
  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;
  width: 100%;
  height: 60px;
  overflow: auto;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.formOptnHldrv {
  width: 45%;
  height: 40px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 7px;
  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-size: 11px;
  position: relative;
}
.formOptnHldrv label {
  width: 100%;
  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: 2%;
  padding-right: 2%;
}
.formOptnHldrv label span {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.formOptnHldrv label input {
  background-color: unset !important;
  outline: unset !important;
  border-radius: 10px !important;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 2%;
  border-width: 1px !important;
  border-style: solid !important;
}

.procdsBtnHoldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: unset !important;
  border: solid 1px red 1px !important;
}

.newClPrcdBttn {
  width: 100px;
  height: 35px;
  border-radius: 20px;
  font-size: 13px;
  right: 2%;
  text-align: center;
  margin-left: calc(100% - 100px);
  margin-top: 5px;
  transition: 0.5s;
  background-color: #14213a !important;
}

.newClPrcdBttnLftmrgn {
  margin-left: 20px;
}

.loginBtn {
  width: 150px;
  height: 35px;
  border-radius: 20px;
  font-size: 13px;
  right: 2%;
  text-align: center;
  margin-left: calc(100% - 250px);
  margin-top: 5px;
  -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;
  padding: 1px 10px;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #14213a !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loginBtnProcedHoldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
}

.loginBtnProced {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #14213a !important;
  height: 35px;
  border-radius: 20px;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
}

.loginBtnProced:last-child {
  background-color: #14213a !important;
  color: white !important;
  height: 35px;
  margin-left: 5%;
  border: unset;
}

.inptPear {
  width: 95%;
  height: 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;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}

.inptPear:last-child {
  margin-bottom: 20px;
}

.frmOptSctnElment {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  border-radius: 10px;
  border: solid rgba(185, 185, 185, 0.8) 1px;
  margin-top: 38px;
}
.frmOptSctnElment label {
  width: 100%;
  position: relative;
  font-size: 12px;
  height: inherit;
}
.frmOptSctnElment label input {
  width: inherit;
  height: 100%;
  background-color: unset !important;
  border: unset;
  outline: unset;
  padding: 2%;
}
.frmOptSctnElment label span {
  position: absolute;
  bottom: 100%;
  left: 1%;
}
.frmOptSctnElment .upldInptLbl span {
  position: unset;
}

.no-boder {
  border: unset;
}

.frmOptSctnElment:first-child {
  margin-top: 10px;
}

.loginForm {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-flex-wrap: unset;
  width: 100%;
  max-height: unset;
  height: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: 0.5s;
  padding-top: 20px;
}
.loginForm .frmOptSctnElment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  border-radius: 15px;
  border: solid rgba(185, 185, 185, 0.8) 1px;
  margin-top: 35px;
  width: 100%;
  position: relative;
  font-size: 12px;
  height: inherit;
}
.loginForm .frmOptSctnElment input {
  width: inherit;
  height: 100%;
  background-color: unset !important;
  border: unset;
  outline: unset;
  padding: 2%;
}
.loginForm .frmOptSctnElment span {
  position: absolute;
  bottom: 100%;
  left: 1%;
}
.loginForm .frmOptSctnElment:first-child {
  border-radius: 15px;
  border: solid rgba(185, 185, 185, 0.8) 1px !important;
  margin-top: unset;
}
.loginForm .errBrdr {
  border: solid red 1px;
  border-radius: 10px;
}
.loginForm .loginInput {
  border-radius: 15px;
  border-bottom: unset;
  height: inherit;
}
.loginForm .frmOptSctnElment::after {
  border-bottom: unset;
}

.rvrfFom {
  height: auto;
}

.rvrfFomSbmt {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

.oddMrgn:nth-last-child(odd) {
  margin-left: 8%;
}

.oddMrgn:nth-last-child(odd) {
  margin-left: 8%;
}

.evenMarn:nth-last-child(even) {
  margin-left: 8%;
}

.frmOptBtn {
  width: 80%;
  height: 40px;
  border-radius: 20px;
  padding-left: 5%;
}

.optnMthr {
  width: 90%;
  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: 45px;
  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);
}

.frmOptn {
  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;
  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;
}

.frmOptn::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-style: solid;
  border-width: 0 0 0.2px 0;
  bottom: 0px;
}

.upldInptLbl {
  height: inherit;
  width: 85%;
  font-size: 12px;
  font-weight: 600;
  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;
  border-radius: 15px 15px;
  position: unset;
}
.upldInptLbl span {
  position: relative;
  padding: 0 2%;
  width: 85%;
}

.upldBtn {
  border-radius: 0 15px 15px 0;
  width: 15%;
  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;
  padding-right: 4px;
  height: inherit;
  height: 100%;
}
.upldBtn svg {
  height: 20px;
  width: 20px;
}

.visbilit {
  overflow: visible;
}

.formBckBtn {
  width: 25px;
  height: 25px;
  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;
  margin-right: 20px;
  background-color: #14213a !important;
}
.formBckBtn svg {
  width: 20px;
  height: 20px;
}

.frmHdnHdn {
  width: 75%;
  font-size: 13px;
  font-weight: 600;
}

.frmHdnHdn_margn_right {
  margin-left: 5px;
}

.chckToPymnt {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-color: #14213a !important;
  border-radius: 10px;
  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;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  right: 5%;
}
.chckToPymnt span {
  margin-right: 10px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 102%;
  color: #14213a !important;
  width: 200%;
  font-size: 11px;
  left: -50%;
}
.chckToPymnt svg {
  fill: white !important;
  height: 15px;
  width: 15px;
}

.frmHdnHldr {
  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;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.progrsHlder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin: auto;
  font-size: 11px;
}

.frmgrsPntr {
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  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;
}

.prgsStrk {
  height: 3px;
}

.prvSrvcDsp {
  width: 100%;
  font-size: 11px;
  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;
}
.prvSrvcDsp div {
  height: 35px;
  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;
}
.prvSrvcDsp div:first-child {
  width: 45%;
  padding-right: 10px;
  font-weight: 600;
}
.prvSrvcDsp div:last-child {
  width: 60%;
  padding-left: 10px;
  position: relative;
}
.prvSrvcDsp div:last-child::after {
  height: 80%;
  top: 10%;
  position: absolute;
  content: "";
  border-left: solid #14213a 0.2px;
  left: -2px;
}

.prvDataHold:nth-child(2) {
  border-radius: 7px;
  margin-left: 59%;
  width: 40%;
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
  height: 60px;
  margin-top: 5px;
}
.prvDataHold:nth-child(2) .PrvwTtl {
  height: 50%;
  font-weight: bold;
}
.prvDataHold:nth-child(2) .prvwDtl {
  height: 50%;
  border: unset;
  padding: unset;
}
.prvDataHold:nth-child(2) .prvewItem {
  padding: unset;
  border: unset;
}

.prvDataHold {
  width: 45%;
  font-size: 11px;
  padding: 10px;
  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;
  border-radius: 7px;
  font-weight: 600;
  margin-top: 18px;
}

.svc1:nth-child(3) {
  width: 100%;
}

.svc1:nth-child(4) {
  width: 100%;
}

.svc1:nth-child(5) {
  width: 100%;
}
.svc1:nth-child(5) .prvewItem {
  width: 33.3333333333%;
}

.svc1:nth-child(6) {
  width: 100%;
  background-color: unset !important;
  margin-left: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-left: unset;
  padding-right: unset;
}

.prmiumCalcDiv {
  width: 44%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 35px;
  border-radius: 5px;
}
.prmiumCalcDiv label {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  font-weight: 600;
  font-size: 10px;
}
.prmiumCalcDiv span {
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 30px;
  -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;
  font-size: 12px;
}
.prmiumCalcDiv span::after {
  position: absolute;
  border-top: double #14213a 2px;
  content: "";
  left: 31.25%;
  width: 10px;
  top: 45%;
}
.prmiumCalcDiv span::before {
  position: absolute;
  border-right: double #14213a 0.2px;
  content: "";
  right: -2px;
  height: 80%;
  top: 10%;
}
.prmiumCalcDiv input {
  background-color: unset !important;
  outline: unset;
  width: calc(100% - 30px);
  border: unset;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 11px;
}

.prmiumCalcDiv:first-child {
  margin-left: unset;
}

.clcButton {
  width: 25px;
  height: 25px;
  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;
}
.clcButton svg {
  width: 20px;
  height: 20px;
}

.PrvwTtl {
  height: 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;
  position: relative;
  width: 100%;
  padding-left: 3px;
  font-weight: 600;
}

.prvwDtl {
  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;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: auto;
  font-weight: 500;
}

.ratnCirculer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.4vw;
  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;
  padding: 0 10px;
  height: 40px;
}
.ratnCirculer svg {
  margin-left: 30px;
  height: 20px;
  width: 20px;
}

.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 !important;
  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;
}

.prvwDtl::after {
  height: 80%;
  top: 0%;
  content: "";
  left: 0px;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}

.prvewItem {
  max-width: 100%;
  padding: 10px 10px 10px 0;
  height: 35px;
  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;
}

.prvwHgth {
  height: calc(100% - 100px);
  overflow: auto;
  padding-top: 15px;
  width: 100%;
}

.sbmtPopElmtn {
  position: fixed;
  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;
  backdrop-filter: 4px;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 0;
  overflow: hidden;
}

.fullScrnPopStyle {
  height: 100%;
}

.sbmtPopElmtnChild {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  -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: 2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: auto;
}

.sbmtNotice {
  width: 100%;
  margin-bottom: 20px;
  padding: 3%;
  font-size: 13px;
}

.sbmtPartHldr {
  width: 90%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  -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;
  border-radius: 7px;
}
.sbmtPartHldr input {
  margin-right: 10px;
}
.sbmtPartHldr label {
  width: 73%;
  padding-left: 10px;
  height: 100%;
  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-size: 13px;
}
.sbmtPartHldr 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;
  padding-left: 5px;
  height: 100%;
  width: 40px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sbmtPartHldr span svg {
  width: 18px;
  height: 18px;
  fill: #14213a !important;
}
.sbmtPartHldr span::after {
  height: 70%;
  top: 15%;
  border-left: solid #14213a 0.5px;
  right: 0;
  content: "";
  position: absolute;
}

.sbmtPartHldr:nth-child(3) {
  margin-top: 10px;
}

.sbmtPartBtnHldr {
  width: 100%;
  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;
  height: 60px;
  margin-top: 20px;
}
.sbmtPartBtnHldr button {
  width: 35%;
  height: 35px;
  font-size: 16px;
  margin: auto;
  border-radius: 20px;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sbmtPartBtnHldr .rmvItemFrmCrtClr:last-child {
  background-color: #14213a !important;
}

.rmvItemFrmCrtClr:last-child {
  background-color: #14213a !important;
}

.idPreview {
  width: 70%;
  height: 300px;
  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;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
}
.idPreview img {
  max-height: 100%;
  max-width: 100%;
}

.idPreviewWidth {
  width: 95%;
  margin: unset;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.vrfNotice {
  width: 100%;
  padding: 20px 8%;
  line-height: 25px;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(185, 185, 185, 0.8) 1px !important;
  border-radius: 10px;
  font-size: 13px;
}

.vrfInputHoldr {
  width: 100%;
  margin: 30px auto;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 15px;
}

.vrfInputDiv {
  background-color: rgba(247, 247, 247, 0.9) !important;
  border: solid rgba(185, 185, 185, 0.8) 1px !important;
  border-radius: 7px;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  margin: 0 auto;
}
.vrfInputDiv input {
  height: inherit;
  width: inherit;
  background-color: unset !important;
  outline: unset;
  border: unset;
  text-align: center;
  font-weight: 600;
}

.vrfBtn {
  width: 45%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #14213a !important;
  margin: auto;
  height: 40px;
  border-radius: 15px;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}

.vrfBtn:last-child {
  background-color: #14213a !important;
  color: white !important;
}

.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;
}

.dshBrdCstHldr {
  border: unset !important;
  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;
}

.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;
}

.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;
}

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

.prvwDataShow {
  width: auto;
  padding: 5px 10px;
}

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

.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;
  content: "";
  left: 28%;
  width: 45%;
  top: 45%;
}
.dshBrdCstHldrCld span:nth-child(2)::before {
  position: absolute;
  border-right: solid white 0.2px;
  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 !important;
}
.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;
}

.dshBrdCstHldr:last-child {
  background-color: unset !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;
  margin-top: unset;
}

.prmPaysctns:first-of-type {
  padding-top: unset;
  margin-top: 55px;
  overflow: auto;
  scroll-behavior: smooth;
}

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

.itmFrPymnt {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(247, 247, 247, 0.8) !important;
  margin-bottom: 10px;
  position: relative;
}
.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;
}

.arowDown::after {
  width: 8px;
  height: 8px;
  content: "";
  border-left: solid white 1px;
  border-bottom: solid white 1px;
  position: absolute;
  right: 2%;
  transition: 0.3s;
  transform: rotate(-45deg);
  top: 30%;
}

.arrowUp::after {
  width: 8px;
  height: 8px;
  content: "";
  border-right: solid white 1px;
  border-top: solid white 1px;
  position: absolute;
  right: 2%;
  transform: rotate(-45deg);
  bottom: 30%;
  transition: 0.3s;
}

.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(247, 247, 247, 0.8) !important;
  padding: 0 2%;
}
.itmFrPymntChild span:last-child {
  width: 30%;
  color: white !important;
  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) !important;
  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 !important;
  content: "";
  left: 30%;
  width: 15px;
  top: 45%;
}
.sumHoldr span:first-child::before {
  position: absolute;
  border-right: solid #14213a 2px !important;
  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: 15px;
  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: 55%;
  margin-right: 0;
  background-color: rgba(0, 128, 0, 0.8) !important;
}

.psswrdStrntBar {
  width: 90%;
}

.vrfBtnHoldr {
  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;
  width: 100%;
}

.savinProgress::after {
  content: "checking email...";
  position: absolute;
  bottom: -10px;
  left: 0;
  color: rgb(0, 51, 51) !important;
  font-size: 10px;
}

.savinProgress::before {
  content: "";
  bottom: 0px;
  background-color: #14213a !important;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  width: 0;
  animation-name: savnLoardr;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.saved::before {
  content: "";
  bottom: 0px;
  background-color: #14213a !important;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  width: 99%;
}

.saved::after {
  content: "check  complete";
  position: absolute;
  bottom: -10px;
  left: 0;
  color: rgb(0, 51, 51) !important;
  font-size: 10px;
}

@keyframes savnLoardr {
  0% {
    width: 0;
  }
  100% {
    width: 99%;
  }
}
.resndVrfNotice {
  padding: 3%;
  font-size: 14px;
}

.resndVrfbtn {
  border-radius: 7px;
  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: 30px;
  width: 70px;
  margin-left: calc(100% - 90px);
  background-color: #14213a !important;
}
.resndVrfbtn svg {
  width: 20px;
  height: 20px;
}

.resndVrfbtn:nth-child(2) {
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  color: #14213a !important;
  margin-left: calc(100% - 210px + 20px);
}

.showpswrd {
  background-color: unset !important;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: calc(70% - 20px);
  z-index: 1;
}
.showpswrd svg {
  height: 20px;
  width: 20px;
  fill: #14213a !important;
}

.psswrdStrntBar {
  width: 90%;
  height: 10px;
  background-color: rgba(184, 184, 184, 0.3) !important;
  margin: auto;
  margin-top: 20px;
  border-radius: 15px;
  position: relative;
  transition: 0.7s;
}

.psswrdStrntBarStats {
  position: absolute;
  bottom: 105%;
  right: 5%;
  width: auto;
  color: #14213a !important;
  font-size: 11px;
}

.weekpasswrd::after {
  transition: 0.3s;
  content: "";
  height: 10px;
  border-radius: 15px;
  position: absolute;
  width: 25%;
  background-color: rgba(223, 255, 0, 0.4) !important;
  left: 0;
  top: 0;
  z-index: 2;
}

.goodPasswrd::after {
  transition: 0.3s;
  content: "";
  height: 10px;
  border-radius: 15px;
  position: absolute;
  width: 50%;
  background-color: rgba(180, 196, 36, 0.9) !important;
  left: 0;
  top: 0;
  z-index: 2;
}

.strongPsswrd::after {
  transition: 0.3s;
  content: "";
  height: inherit;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  background-color: forestgreen !important;
  left: 0;
  top: 0;
  z-index: 2;
}

.resndVrfbtn:last-child {
  margin-left: 20px;
}

.vrfBtnHoldr {
  -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;
}

.PickedVndrHldr {
  width: 95%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  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;
  border-radius: 7px;
  padding: 0 2%;
}

.vendrLogoHldr {
  height: inherit;
  width: 30%;
  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;
}
.vendrLogoHldr img {
  max-width: 80%;
  max-height: 80%;
}

.vndrNameHldr {
  width: 70%;
  padding-left: 2%;
  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-size: 13px;
}
.vndrNameHldr span {
  width: 90%;
}

.altCompanyShwr {
  width: 95%;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border: solid rgba(184, 184, 184, 0.5) 1px !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: auto;
  margin-left: auto;
  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;
  border-radius: 7px;
  color: #14213a !important;
  padding: 0 2%;
  margin-top: 30px;
  font-size: 12px;
  position: relative;
}

.altCompanyShwr::after {
  content: "";
  left: 92%;
  border-left: solid #14213a 1px !important;
  border-bottom: solid #14213a 1px !important;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-45deg);
}

.altCompanyShwrFlpr::after {
  transform: rotate(135deg);
}

.vndrOptnHldr {
  width: 95%;
  margin-right: auto;
  margin-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border-radius: 7px;
  color: #14213a !important;
  margin-top: 10px;
  font-size: 12px;
  height: 0;
  overflow: hidden;
}

.vrndPrHoldr {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.altrnTvVndrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: auto;
  height: inherit;
  color: #14213a !important;
  background-color: rgba(247, 247, 247, 0.8) !important;
  border-radius: 7px;
  padding: 0 2%;
}

.altrnTvVndrs:first-child {
  margin-left: unset;
}

.altrnTvVndrs:last-child {
  margin-right: unset;
}

.altrnTvVndrsImgHldr, .altrnTvVndrsText {
  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;
  width: 50%;
}
.altrnTvVndrsImgHldr img, .altrnTvVndrsText img {
  max-width: 80%;
  max-height: 50%;
}

.successNoticeHolder {
  border: solid 1px rgba(204, 204, 204, 0.4) !important;
  background-color: rgba(250, 250, 250, 0.8) !important;
  border-radius: 10px;
  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;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: unset;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}
.successNoticeHolder div {
  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;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.successNoticeHolder div svg {
  height: 40px;
  width: 40px;
  fill: #228B22 !important;
}
.successNoticeHolder button {
  width: 90%;
  height: 40px;
  background-color: #14213a !important;
  -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;
  font-size: 15px;
  font-weight: 600;
  margin: auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.frmEXtrfuncDiv {
  position: absolute;
  bottom: 110%;
  right: 2%;
  width: auto;
  background-color: #228B22 !important;
  height: 30px;
  border-radius: 16px;
  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;
  overflow: hidden;
  font-size: 10px;
}
.frmEXtrfuncDiv svg {
  height: 18px;
  width: 18px;
}
.frmEXtrfuncDiv span {
  margin-right: 8px;
}

.formClearBttn {
  background-color: #14213a !important;
  border-radius: 15px;
  height: inherit;
  padding: 0 5px;
  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;
  width: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formChkOutBttn {
  background-color: unset !important;
  border-radius: 15px;
  height: inherit;
  padding: 0 5px;
  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;
}

.flxWraper {
  height: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.catElementDetailHolder {
  border: solid 1px rgba(204, 204, 204, 0.4) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 7px;
  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;
  padding: 15px 3%;
  -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;
  margin-bottom: 15px;
}

.catElementDetialChild {
  background-color: rgba(200, 200, 200, 0.2) !important;
  border: solid 1px rgba(204, 204, 204, 0.9) !important;
  width: 100%;
  height: auto;
  padding: 2%;
  border-radius: 7px;
  margin-bottom: 15px;
}

.catElementDetialChildChild:first-child {
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  position: relative;
  -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;
  padding-bottom: 5px;
  font-weight: 600;
  color: #14213a;
}
.catElementDetialChildChild:first-child button {
  height: 30px;
  width: 30px;
  background-color: unset !important;
  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;
  right: 0;
  bottom: 20%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: solid rgba(204, 204, 204, 0.6) 1px !important;
}
.catElementDetialChildChild:first-child button svg {
  fill: #14213a !important;
  height: 20px;
  width: 20px;
}

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

.catElementDetialChildChild:last-of-type {
  color: #14213a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 11px;
}

.catElemetDataText {
  width: auto;
  height: 35px;
  padding: 0 10px;
  -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;
}

.catItemRemoveButton {
  width: 170px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #14213a !important;
  border-radius: 7px;
  -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: 2%;
}
.catItemRemoveButton span {
  margin-right: 10px;
}
.catItemRemoveButton svg {
  height: 20px;
  width: 20px;
}

.payemtnExitbutton {
  width: auto;
  height: 30px;
  background-color: #14213a !important;
  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;
  padding: 2%;
  font-size: 11px;
  border-radius: 15px;
  left: 2.1%;
  top: 10px;
}
.payemtnExitbutton svg {
  height: 18px;
  width: 18px;
  fill: rgb(250, 250, 250) !important;
}
.payemtnExitbutton span {
  top: 100%;
  color: rgb(250, 250, 250) !important;
  margin-right: 7px;
}

.payemtnExitbutton:nth-child(2) {
  left: 82%;
  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;
  padding: 2%;
  width: auto;
  height: 30px;
}

.auto_margin {
  margin: auto;
}

.unsetBackground {
  background-color: unset !important;
  border: unset;
}

.errnotifry {
  position: absolute;
  top: 0%;
  width: 80%;
  left: 10%;
  z-index: 1;
  background-color: rgba(255, 0, 0, 0.1) !important;
  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;
  color: red !important;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
}

.errnotifryMsgHld {
  height: inherit;
  width: 100%;
  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: rgba(247, 247, 247, 0.8) !important;
  padding: 3%;
}

.errnotifryShow {
  padding: 0;
  height: 60px;
  border: solid rgba(255, 0, 0, 0.3) 1px !important;
}

.pastrlndLogHoldr {
  width: 100%;
  height: 100px;
  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;
}
.pastrlndLogHoldr img {
  max-width: 100px;
  max-height: 100px;
}

.errBrdr {
  border: solid red 1px;
  border-radius: 10px;
}

.mainBannerFirstChilddshBrd {
  display: none;
  padding: unset;
}

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

.non_dsp_clss {
  display: none;
}

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