body {
  margin: 0;
  background-color: #f7f7f7;
  font-family: -apple-system, ".SFNSText-Regular", San Francisco, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-family: system-ui, -apple-system, Roboto, Ubuntu, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
  
}
:root,
:root.axess {
  --bg-color: #ffffff;
  --text-color: #4b4b4b;
  --primary-color: #ff8034;
  --primary-color-light: #ff803410;
}
:root.titlis {
  --bg-color: #ffffff;
  --text-color: #4b4b4b;
  --primary-color: #0000b9;
  --primary-color-light: #0000b910;
}
:root.mountainplanet {
  --bg-color: #ffffff;
  --text-color: #4b4b4b;
  --primary-color: #ff8034;
  --primary-color-light: #ff803410;
}
:root.messesalzburg {
  --bg-color: #ffffff;
  --text-color: #4b4b4b;
  --primary-color: #00617a;
  --primary-color-light: ##00617a10;
}
.validation-error {
  margin-top: 6px;
  color: #ff3b30;
  font-size: 14px;
  font-family: Poppins-Regular;
}
@font-face {
  font-family: Poppins-Regular;
  src: local("Poppins-Regular"), url(https://www.desaxe.net/assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: local("Poppins-Medium"), url(https://www.desaxe.net/assets/fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: local("Poppins-SemiBold"), url(https://www.desaxe.net/assets/fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: local("Poppins-Bold"), url(https://www.desaxe.net/assets/fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-Italic;
  src: local("Poppins-Italic"), url(https://www.desaxe.net/assets/fonts/Poppins-Italic.ttf);
}
#mobilediv{
	min-width:360px;
	max-width:360px;
}
#topbgimage{
	min-height:210px;
	max-height:210px;
	background-image:url('https://www.desaxe.net/assets/images/desaxeMobilePayment.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-size:360px;
}
#mainProcess{
	background-color:#FFFFFF;
	margin-top:-20px;
	border-radius: 24px 24px 0 0;	
	min-height: 800px;
    height: auto !important;
    height: 800px;
}
#mainProcess .welcome{
	letter-spacing: .5px;
	font-size: 11px;
	margin: 0;
	color: #888;
}
#mainProcess .title{
	font-size: 32px;
	margin: 1px 0 2vh;
	color: #4b4b4b;
	font-weight: 500;
	line-height: 44px;
}
#mainProcess .paymenttypes{
	#background-color:rgb(247, 247, 247);
}

#paymenttab li{ 
	width:100%;	
}

#paymenttab li button{
	width:100%;
}

#paymenttab li button.active{
	background-color:rgb(247, 247, 247);
}
#paymentcontent{
	border:1px solid rgb(247, 247, 247);
	background-color:rgb(247, 247, 247);
	border-radius: 0px 0px 12px 12px;
}
.paymentinput{	
	box-shadow: 0 8px 24px #1b1b1b1a;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 12px;
	border: 2px solid white;	
}
.paymentinput .paymentdiv{
	font-size: 20px;
	align-items: center;
	justify-content: center;
}

.inputidentification{
	box-sizing: border-box;
	border: none;
	outline: 0;
	height: 40px;
	width: 100%;
	padding: 5px;
	font-size: 30px;
	font-weight:bold;
	text-align: center;
	margin-top:0px!important;
}

#continue {
	border: none;
	width: 100%;
	background-color: var(--primary-color);
	color: #fff;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	height: 48px;
	cursor: pointer;
	border-radius: 12px;
}
.footer{
	border-top: 1px solid #c7c7c7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0;
	gap: 4px;
	background-color: #fff;
}

.footer .links {
	width: 100%;
	color: var(--primary-color);
	border: none;
	background-color: #fff;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	margin: 4px 0;
	-webkit-tap-highlight-color: var(--primary-color-light);
	text-decoration:none;
}
.copyright{
	font-size: 14px;
	color: #4b4b4b;
	margin-top: 16px;
}

.copyright  span {
	color: var(--primary-color);
}
.poweredBy{
	margin-bottom: 16px;
	font-size: 14px;
	color: #4b4b4b;
}
.poweredBy  span{
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#paymenttab.nav-tabs{
	--bs-nav-tabs-border-width: 0px !important;
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	/* --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color); */
	/* --bs-nav-tabs-link-active-color: var(--bs-emphasis-color); */
	/* --bs-nav-tabs-link-active-bg: var(--bs-body-bg); */
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
}


.notranslate{
	width: 360px !important; 
}


.notranslate .e1knarz32{
	overflow-y: none !important;
}
.css-xnsa8s-Popup-Popup-Box {
	width: 360px !important; 
}



.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: 40px;
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    min-height: 220px;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 26px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Tahoma', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}