:root {
    --mainBg: url('');
    --appBarBg: linear-gradient(0deg, rgba(251,192,80,1) 0%, rgba(244,219,167,1) 40%);
    --profileBottom: url("");

    /* ===== Scrollbar CSS ===== */
    --scrollbar-track-bg: #ffffff;
    --scollbar-thumb-bg: #005990;
}

body {
    background: var(--mainBg) no-repeat center bottom fixed;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.header-toplev {
    background: var(--appBarBg);
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	flex-shrink: 0;
	position: sticky;
	z-index: 1100;
	top: 0px;
	left: auto;
	right: 0px;
	background-color: rgb(25, 118, 210);
	color: rgb(255, 255, 255);
	transition: margin 195ms cubic-bezier(0.4, 0, 0.6, 1), width 195ms cubic-bezier(0.4, 0, 0.6, 1);
}

@media (min-width: 600px) {
  .header-wrapper {
    min-height: 64px;
  }
}
@media (min-width: 0px) {
  @media (orientation: landscape) {
    .header-wrapper {
      min-height: 48px;
    }
  }
}
@media (min-width: 600px) {
  .header-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header-wrapper {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 56px;
}

.header-ll {
  display: flex;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.header-logo {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 8px;
	border-radius: 4px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
	color: rgb(25, 118, 210);
}

.header-logo img {
	height: 56px;
	width: auto;
}

.header-menu-wrapper {
    display: flex;
}

.header-menu {
  display: flex;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center;
}

.header-menu > :not(style) + :not(style) {
  margin: 0px 0px 0px 8px;
}

.hmenu {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 8px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
	color: rgb(0, 0, 0);
	border-radius: 0px;
}

.hmenu:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgb(0, 0, 0);
}

.header-rr {
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-flex: 1;
	flex-grow: 1;
}

.header-menu-icon {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(0, 0, 0);
}

.header-menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header-menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.header-menu-icon .iicon {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}

.popup {
	position: fixed;
	z-index: 1300;
	inset: 0px;
	visibility: hidden;
}

.popup .backdrop {
	position: fixed;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	inset: 0px;
	background-color: transparent;
	z-index: -1;
    opacity: 0; transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1); visibility: hidden;
}

.popup .backdrop2 {
	position: fixed;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	inset: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.popup .conbox {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
	position: absolute;
	overflow: hidden auto;
	min-width: 16px;
	min-height: 16px;
	max-width: calc(100% - 32px);
	max-height: calc(100% - 32px);
	outline: 0px;
    opacity: 0; transform: scale(0.75, 0.5625); transition: opacity 313ms cubic-bezier(0.4, 0, 0.2, 1), transform 208ms cubic-bezier(0.4, 0, 0.2, 1) 104ms; top: 16px; right:20px; transform-origin: 165px -2px 0px; visibility: hidden;
}

.popup .conbox2 {
	height: 100%;
	outline: 0px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
    opacity: 1; transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.popup.active {
	visibility: visible;
}
.popup.active .backdrop {
	opacity: 1;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.popup.active .conbox {
	opacity: 1;
	transform: none;
	transition: opacity 313ms cubic-bezier(0.4, 0, 0.2, 1), transform 208ms cubic-bezier(0.4, 0, 0.2, 1);
	top: 16px;
	transform-origin: 160px -2px 0px;
    visibility:visible
}

.header-pop {
	list-style: none;
	margin: 0px;
	padding: 8px 0px;
	position: relative;
	outline: 0px;
}

.hpopmenu.active {
  background-color: rgba(25, 118, 210, 0.08);
}

.hpopmenu {
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  display: flex;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  min-height: auto;
  padding: 6px 16px;
  box-sizing: border-box;
  white-space: nowrap;
}

.hpopmenu:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
}

.hpopmenu .iicon {
  min-width: 56px;
  color: rgba(0, 0, 0, 0.54);
  flex-shrink: 0;
  display: inline-flex;
  min-width:36px;
}

.hpopmenu .ttext {
	flex: 1 1 auto;
	min-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hpopmenu .ttext .tt {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	display: block;
}

.langbox-wrapper {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
	margin: 32px;
	position: relative;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	max-height: calc(100% - 64px);
	max-width: calc(100% - 64px);
}

.langbox-wrapper h2 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	padding: 16px 24px;
	flex: 0 0 auto;
}

.langbox {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 0px 24px 20px;
}

.langbox ul {
	list-style: none;
	margin: 0px;
	padding: 8px 0px;
	position: relative;
}

.langselect.active:hover {
  background-color: rgba(25, 118, 210, 0.12);
}
.langselect.active {
  background-color: rgba(25, 118, 210, 0.08);
}
.langselect:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}

.langselect {
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  display: flex;
  -moz-box-flex: 1;
  flex-grow: 1;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  min-width: 0px;
  box-sizing: border-box;
  text-align: left;
  padding: 8px 16px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.langselect .iimg {
	min-width: 56px;
	flex-shrink: 0;
}

.langselect .iimg img { width: 40px; height: auto; }

.langselect .ttext {
	flex: 1 1 auto;
	min-width: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.langselect .ttext .tt {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	display: block;
}

.popup-footer {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	padding: 8px;
	-moz-box-pack: end;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.popup-button-s1:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}

.popup-button-s1 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 5px 15px;
	border-radius: 4px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid;
	color: inherit;
}

.popup-button-s1 span {
	display: inherit;
	margin-right: 8px;
	margin-left: -4px;
}

.popup-button-s1 span > :nth-of-type(1) {
  font-size: 20px;
}

.popup-button-s1 span .iimg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}

.popdialog-wrapper {
	box-sizing: border-box;
	display: none;
	flex-flow: wrap;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	height: calc(-56px + 100vh);
	width: 100%;
    position:fixed; z-index:99; background:rgba(0,0,0,0.3)
}

.popdialog-wrapper.active { display:flex }

.popdialog {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 91.6667%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 91.6667%;
}
@media (min-width: 600px) {
  .popdialog {
    flex-basis: 83.3333%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 83.3333%;
  }
}
@media (min-width: 900px) {
  .popdialog {
    flex-basis: 50%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .popdialog {
    flex-basis: 33.3333%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 33.3333%;
  }
}

.popdialog-in {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	overflow: hidden;
}

.popdialogbox:last-child {
  padding-bottom: 24px;
}
.popdialogbox {
  padding: 16px;
    padding-bottom: 16px;
}

.popdialogbox-in {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	margin-top: -16px;
	width: calc(100% + 16px);
	margin-left: -16px;
}

.popdialogbox-ss {
  padding: 16px 0px 0px 16px;
}
.popdialogbox-ss {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width: 600px) {
  .popdialogbox-ss {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .popdialogbox-ss {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .popdialogbox-ss {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

.popdialogbox-ss .boxes {
	display: flex;
	-moz-box-pack: start;
	justify-content: flex-start;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.popdialogbox-ss .boxes .iimg {
	min-width: 56px;
	color: rgba(0, 0, 0, 0.54);
	flex-shrink: 0;
	display: inline-flex;
}

.popdialogbox-ss .boxes .iimg .iimgclass {
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentcolor;
	flex-shrink: 0;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 2.1875rem;
}

.popdialogbox-ss .boxes .ttext {
	flex: 1 1 auto;
	min-width: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.popdialogbox-ss .boxes .ttext .ttitle {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 2.125rem;
	line-height: 1.235;
	letter-spacing: 0.00735em;
	color: rgba(0, 0, 0, 0.6);
}

.p-profile {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	-moz-box-pack: center;
	justify-content: center;
}

.p-profile .ptop {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .p-profile .ptop {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .p-profile .ptop {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .p-profile .ptop {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

.p-profile-balance {
  background:var(--appBarBg);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0px;
  margin-bottom: 8px;
  border-radius: 15px;
}

.p-profile-balance .balance-stack {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.p-profile-balance .balance-stack .bs1 {
  text-align: center;
  padding: 16px;
  width: 100vw;
}

.p-profile-balance .balance-stack .bs2 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0px;
	border: 0px;
	margin: 0px;
	border-radius: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	color: inherit;
	text-align: center;
	padding: 16px;
	width: 100vw;
}

.p-profile-balance .balance-stack .bs .bs-wrap {
	display: flex;
	flex-direction: column;
}

.p-profile-balance .balance-stack .bs .t1 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.5rem;
	line-height: 1.334;
	letter-spacing: 0em;
	font-weight: 700;
}

.p-profile-balance .balance-stack .bs .t2 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 0.875rem;
	line-height: 1.57;
	letter-spacing: 0.00714em;
	font-weight: 700;
	text-transform: uppercase;
}

.p-profile-balance .balance-stack .bs .t2 .t2s1 {
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}

.p-profile .picon {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
  text-align: center;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .p-profile .picon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .p-profile .picon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .p-profile .picon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

.p-profile .picon .piwrap {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	display: block;
	margin: 0px auto;
	position: absolute;
	text-align: center;
	border-radius: 50%;
}

.p-profile .picon .piwrap-in {
	position: relative;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 50%;
	overflow: hidden;
	user-select: none;
	color: rgb(255, 255, 255);
	background-color: rgb(2, 136, 209);
	border: 2px solid rgb(255, 255, 255);
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.p-profile .picon .piwrap .iicon {
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentcolor;
	flex-shrink: 0;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 2.1875rem;
}

.p-profile .pcon {
  box-sizing: border-box;
  margin: 32px 0px 0px;
  flex-direction: row;
  flex-basis: 100%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .p-profile .pcon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .p-profile .pcon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .p-profile .pcon {
    flex-basis: 100%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
}

.p-profile .pcon .pinfo {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
}

.p-profile .pcon .pinfo h4 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 2.125rem;
	line-height: 1.235;
	letter-spacing: 0.00735em;
}

.p-profile .pcon .pinfo span {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.00938em;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
	display: block;
}

.p-profile .pcon .pinfo small {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	line-height: 1.66;
	letter-spacing: 0.03333em;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
	display: block;
}

.p-profile .pcon .mar {
	margin: 16px;
}

.p-profile .pcon hr {
	margin: 0px;
	flex-shrink: 0;
	border-width: 0px 0px thin;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.12);
}

.p-profile .pcon .levelinfo {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	-moz-box-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
}

.p-profile .pcon .levelinfo .boxes {
	text-align: center;
}

.p-profile .pcon .levelinfo .boxes h6 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	font-weight: 700;
}

.p-profile .pcon .levelinfo .boxes span {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	line-height: 1.66;
	letter-spacing: 0.03333em;
	font-weight: 700;
	text-transform: uppercase;
}

.p-profile .pcon .levelinfo hr {
	margin: 0px;
	flex-shrink: 0;
	border-width: 0px thin 0px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.12);
	height: auto;
	align-self: stretch;
}

.p-profile .pcon .downinfo {
	display: flex;
	flex-direction: row;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
    margin:8px 0px
}

.p-profile .pcon .downinfo .iicon {
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentcolor;
	flex-shrink: 0;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 1.5rem;
}

.p-profile .pcon .downinfo h6 {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.00938em;
	font-weight: 700;
}

.p-profile .pcon .pbankinfo {
    background:var(--appBarBg);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	padding: 16px;
	border-radius: 15px;
}

.p-profile .pcon .pbankinfo .bwrap {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	margin-top: -16px;
	width: calc(100% + 16px);
	margin-left: -16px;
	-moz-box-align: center;
	align-items: center;
	justify-content: stretch;
}

.p-profile .pcon .pbankinfo .bwrap .wp {
	box-sizing: border-box;
	margin: 0px;
	flex-direction: row;
	padding: 16px 0px 0px 16px;
}

.p-profile .pcon .pbankinfo .bwrap .wp .iicon-wrap {
	position: relative;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 0px;
	overflow: hidden;
	user-select: none;
	color: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
	background-color: transparent;
}

.p-profile .pcon .pbankinfo .bwrap .wp .iicon {
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentcolor;
	flex-shrink: 0;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 2.1875rem;
}

.p-profile .pcon .pbankinfo .bwrap .wp span {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 0.875rem;
	line-height: 1.43;
	letter-spacing: 0.01071em;
	font-weight: 700;
	display: block;
}

.popdialogbox-btm {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	padding: 8px;
}

.popdialogbox-btm .iin {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-evenly;
	-moz-box-align: center;
	align-items: center;
}

.pbinfo-btn {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 50%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
  text-align: center;
  padding:4px
}

.pbinfo-btn span {
	display: inherit;
	margin-right: 8px;
	margin-left: -4px;
}

.pbinfo-btn-s1 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(2, 136, 209);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	width: 100%;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.pbinfo-btn-s2 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(211, 47, 47);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	width: 100%;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.pbinfo-btn-s3 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(237, 108, 2);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	width: 100%;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.pbinfo-btn-s4 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(156, 39, 176);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	width: 100%;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.popdialog-overlap { position:absolute; width:100%; height:100%; top:0; left:0; z-index:-1 }

.invbox h2{
	margin: 0px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	padding: 16px 24px 0px;
	flex: 0 0 auto;
    text-align:center
}

.invbox .ccon {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 20px 24px;
}

.invbox .ccon .iin {
	text-align: center;
	width: 100%;
}

.invbox .ccon .iin a {
	margin: 0px;
	color: rgb(25, 118, 210);
	text-decoration: none;
}

.invbox .qrcode {
	object-fit: contain;
	width: 100%;
}

.form-s1 .form-row {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	min-width: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
	width: 100%;
}

.form-s1 .form-row label {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4375em;
	letter-spacing: 0.00938em;
	padding: 0px;
	display: block;
	transform-origin: left top 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(133% - 24px);
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(14px, -9px) scale(0.75);
	transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
	z-index: 1;
	pointer-events: auto;
	user-select: none;
}

.form-s1 .form-row .form-con {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4375em;
	letter-spacing: 0.00938em;
	color: rgba(0, 0, 0, 0.87);
	box-sizing: border-box;
	cursor: text;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	border-radius: 4px;
	padding-left: 14px;
}

.form-s1 .form-row .form-con .iicon {
	display: flex;
	height: 0.01em;
	max-height: 2em;
	-moz-box-align: center;
	align-items: center;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.54);
	margin-right: 8px;
}

.form-s1 .form-row .form-con .iicon .imgclass {
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentcolor;
	flex-shrink: 0;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 1.5rem;
}

.form-s1 .form-row .form-con input {
	font: inherit;
	letter-spacing: inherit;
	color: currentcolor;
	border: 0px;
	box-sizing: content-box;
	background: none;
	height: 1.4375em;
	margin: 0px;
	display: block;
	min-width: 0px;
	width: 100%;
	animation-name: mui-auto-fill-cancel;
	animation-duration: 10ms;
	padding: 16.5px 14px 16.5px 0px;
    outline:none
}

.form-s1 .form-row .form-con fieldset {
	text-align: left;
	position: absolute;
	inset: -5px 0px 0px;
	margin: 0px;
	padding: 0px 8px;
	pointer-events: none;
	border-radius: inherit;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	min-width: 0%;
	border-color: rgba(0, 0, 0, 0.23);
}

.form-s1 .form-row .form-con fieldset legend {
	float: unset;
	width: auto;
	overflow: hidden;
	display: block;
	padding: 0px;
	height: 11px;
	font-size: 0.75em;
	visibility: hidden;
	max-width: 100%;
	transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
	white-space: nowrap;
}

.form-s1 .form-row .form-con fieldset legend > span {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	opacity: 0;
	visibility: visible;
}

.form-s1 .linktext {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.66;
	letter-spacing: 0.03333em;
	text-align: left;
	margin: 3px 0px 0px;
	color: rgb(25, 118, 210);
}

.button-group {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	margin-top: -16px;
	width: calc(100% + 16px);
	margin-left: -16px;
    justify-content:center
}

.button-style {
  padding: 16px 0px 0px 16px;
}
.button-style {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 50%;
  -moz-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .button-style {
    flex-basis: 50%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .button-style {
    flex-basis: 50%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width: 600px) {
  .button-style {
    flex-basis: 50%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}

.button-style .iicon {
	display: inherit;
	margin-right: -4px;
	margin-left: 8px;
}

.button-style .iicon > :nth-of-type(1) {
  font-size: 22px;
}
.button-style .iicon .imgclass {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}

.button-style-v1 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 8px 22px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 118, 210);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	width: 100%;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-style-v1:hover {
	text-decoration: none;
	background-color: rgb(21, 101, 192);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.button-style-v2 {
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	outline: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 7px 21px;
	border-radius: 4px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid;
	color: inherit;
	width: 100%;
}

.button-style-v2:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
}

.dashboard-drawer.MuiDrawer-root .MuiDrawer-paperAnchorRight .dashboard-drawer-header {
    background: var(--appBarBg);
    background-position: center center;
}

#playground-root .profile-balance {
    background: var(--appBarBg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

#playground-root .profile-balance .balance-stack {
    background-image: url(./img/pointer.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#playground-root .profile-bank-info {
    background: var(--appBarBg);
    background-position: center center;
    background-size: inherit;
    color: #fff;
}

#playground-root .profile-card {
    background-image: var(--profileBottom);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 15px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: var(--scollbar-thumb-bg) var(--scrollbar-track-bg);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: var(--scrollbar-track-bg);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scollbar-thumb-bg);
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.MuiPhoneNumber-flagButton{
    max-width: 10px !important;
}