﻿:root {
  --colorBold: #6666FF;
  --colorB: #9999FF;
  --colorB1: #9999FF1a;
  --colorB2: #9999FF4d;
  --colorCold: #28a745;
  --colorC: #63A571;
  --colorGold: #FFDB66;
  --colorG: #FFE599;
  --colorG1: #FFE5991a;
  --colorG2: #FFE5994d;
  --colorG3: #FFE59970;
  --blueOld: #1e90ff;
  --blue: #99CFFF;
  --white: #ffffff;
}

@font-face {
  font-family: "PTSans";
  src: url('fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans";
  src: url('fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Neutra";
  src: url('fonts/NeutraText-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Neutra";
  src: url('fonts/NeutraText-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlex";
  src: url('fonts/IBMPlexSansCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Teko";
  src: url('fonts/Teko-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html,
body {
  padding: 0;
  margin: 0;
  font-family: "Neutra", "PTSans", "PT Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    background-color: #000000;
    color: #e5e4e7;
    font-weight: 300;
  width: 100%;


}



a {
  text-decoration: none;
}



.previous {
  background-color: var(--colorG3);
  color: black;
  padding: 2px 15px 2px 15px;
     font-size: 17px;
  display: inline-block;
border: 2px solid #0000004d;

}

.previous a {
  text-decoration: none;
}

.previous:hover {
  background-color: var(--colorG3);
color:#ffffff;
border: 2px solid #ffffff4d;
}



.next {
  background-color: #04AA6D;
  color: white;
}

.round {
  border-radius: 50%;
}

.rounded {
 border-radius: .25rem;
}


h1{
  font-family: "Teko", Ariel, sans-serif;
  font-size: 80px;
      text-align: center;
    color: #fff;
   margin: 0px;
    padding: 0px;
  
}

h2 {
  font-family: "Teko", Ariel, sans-serif;
  font-size: 60px;
  text-align: center;
   margin: 0px;
    padding: 0px;
}

h3{
  font-family: "Teko", Ariel, sans-serif;
  font-size: 36px;
      text-align: center;
color: var(--colorG);
   margin: 0px;
    padding: 0px;
}


@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
  body {
    color: white;
    background: black;
  }
}

.right .card {
  align-items: flex-end;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid #9966ff4d;
  border-radius: 0.4em;
  background-color: #9966ff1a;
  padding: 1em;
  font-family: "Neutra", "PTSans", "PT Sans", "JetBrainsMono", monospace;
  font-size: 32px;
  text-decoration: none;
  align-items: flex-start;
  color: #9966ff;
}

.card_blue {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 0.4em;
  background-color: var(--colorB1);
  padding: 1em;
  max-width: 600px;
  font-family: "Neutra", "PTSans", "PT Sans", "JetBrainsMono", monospace;
  font-size: 32px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorB);
}

.card_green {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid #66FF664d;
  border-radius: 0.4em;
  background-color: #66FF661a;
  padding: 1em;
  max-width: 600px;
  font-family: "Neutra", "PTSans", "PT Sans", "JetBrainsMono", monospace;
  font-size: 24px;
  text-decoration: none;
  align-items: flex-start;
  color: #66FF66;
}

.card_gold {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorG2);
  border-radius: 0.4em;
  background-color: var(--colorG1);
  padding: 1em;
  max-width: 500px;
  font-family: "Neutra", "PTSans", "PT Sans", "JetBrainsMono", monospace;
  font-size: 24px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);
}

.card_header{
display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em 0 0;
  background-color: var(--colorB1);
  padding: 30px 20px 15px 40px;
  max-width: 500px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 26px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  color: var(--colorB);
}

.card_item{
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 0 0 1em 4em;
  background-color: var(--colorB1);
  padding: 15px 20px 40px 40px;
  max-width: 500px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 28px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorB);
}

.cardCont{
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  min-width: 380px;
}


.container {
	position: absolute;
	top:0px; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
    width: 100%;
   margin: 0px;
    padding: 0px;
	z-index: 5;

}



.main {
    width: 100%;
   margin: 0px;
    padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  min-height: 775px;
}

.footer {
  display: flex;
  flex: 1;
  padding: 2rem 0;
  border-top: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
}

.footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.title a {
  color: #0070f3;
  text-decoration: none;
}

.title a:hover,
.title a:focus,
.title a:active {
  text-decoration: underline;
}

.chaosTitle {
	  font-family: "Teko", Ariel, sans-serif;
  font-size: 50px;
      text-align: center;
    color: #FFFFFF;
   margin: 0px;
    padding: 0px;
	  text-decoration: none;

}


.title {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem;
}

.title_blue {
  margin: 0;
  line-height: 1.15;
  font-size: 2rem;
  text-align: center;
  color: var(--colorB);
  text-decoration: none;
}

.title_green {
  margin: 0;
  line-height: 1.15;
  font-size: 2rem;
  text-align: center;
  color: #66FF66;
  text-decoration: none;
}

.title_gold {
  margin: 0;
  line-height: 1.15;
  font-size: 2rem;
  text-align: center;
  color: var(--colorG);
  text-decoration: none;
}


.title,
.description {
  text-align: center;
}

.description {
  margin: 4rem 0;
  line-height: 1.5;
  font-size: 1.5rem;
}

.code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New, monospace;
}

.gridhoriz {
	
  display: flex;
  flex-direction: row;
  gap: 0.3em;

}

.gridvert {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  min-width: 320px;

}

.flexSpaceBetween {
        justify-content: space-between;
}

.flexSpaceCenter {
        justify-content: center;
}

.flex-item {
        text-align: center;
        font-size: 40px;
        line-height: 1.5;
}

	  

.bouncy{
	animation:bouncy 5s infinite linear;
	position:relative;
}

@keyframes bouncy{
	0%{top:0em}
	40%{top:0em}
	43%{top:-0.9em}
	46%{top:0em}
	48%{top:-0.4em}
	50%{top:0em}
	100%{top:0em;}
}


.context {
    position: absolute;
    width: 100%;
   margin: 0px;
    padding: 0px;
	top:0px; 
  display: flex;
  flex-direction: column;
  z-index: -1;
}

.context h1{
}

.grayText{
  color: #999999;
}
.area{
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    position: absolute;
	top:0px; 
  display: flex;
  flex-direction: column;
  min-width: 425px;
    width: 100%;
   margin: 0px;
    padding: 0px;
    z-index: 0;
   pointer-events: none;
   overflow: hidden;
}

.circles{
	z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
	margin: 0px;
	padding: 0px;
    width: 100%;
    height: 100%;
   overflow: hidden;
	pointer-events: none;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 70px;
    height: 70px;
    
    animation: animate 25s linear infinite;
    bottom: -150px;
    pointer-events: none;
}
.circles li:nth-child(1){
    left: 25%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 17s;
	will-change: transform;
}

.cube01 {
	height:120px;
	width:120px;
}

.circles li:nth-child(2){
    left: 10%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 12s;
	will-change: transform;
}

.cube02 {
	height:70px;
	width:70px;
}

.circles li:nth-child(3){
    left: 70%;
    width: 70px;
    height: 70px;
    animation-delay: 4s;
    animation-duration: 19s;
	will-change: transform;
}

.cube03 {
	height:70px;
	width:70px;
}


.circles li:nth-child(4){
    left: 40%;
    width: 110px;
    height: 110px;
    animation-delay: 9s;
    animation-duration: 18s;
	will-change: transform;
}

.cube04 {
	height:110px;
	width:110px;
}

.circles li:nth-child(5){
    left: 65%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation-duration: 21s;
	will-change: transform;
}

.cube05 {
	height:70px;
	width:70px;
}

.circles li:nth-child(6){
    left: 55%;
    width: 140px;
    height: 140px;
    animation-delay: 8s;
    animation-duration: 23s;
	will-change: transform;
}

.cube06 {
	height:140px;
	width:140px;
}


.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    animation-duration: 28s;
	will-change: transform;
}
.cube07 {
	height:150px;
	width:150px;
}

.circles li:nth-child(8){
    left: 50%;
    width: 75px;
    height: 75px;
    animation-delay: 15s;
    animation-duration: 37s;
	will-change: transform;
}
.cube08 {
	height:75px;
	width:75px;
}

.circles li:nth-child(9){
    left: 20%;
    width: 65px;
    height: 65px;
    animation-delay: 2s;
    animation-duration: 24s;
	will-change: transform;
}

.cube09 {
	height:65px;
	width:65px;
}


.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
	will-change: transform;
}

.cube10{
	height:150px;
	width:150px;
}


.circles li:nth-child(11){
    left: 75%;
    width: 90px;
    height: 90px;
    animation-delay: 1s;
    animation-duration: 31s;
	will-change: transform;
}

.cube11 {
	height:90px;
	width:90px;
}


.circles li:nth-child(12){
    left: 90%;
    width: 110px;
    height: 110px;
    animation-delay: 4s;
    animation-duration: 13s;
	will-change: transform;
}

.cube12 {
	height:110px;
	width:110px;
}

.circles li:nth-child(13){
    left: 32%;
    width: 70px;
    height: 70px;
    animation-delay: 3s;
    animation-duration: 34s;
	will-change: transform;
}

.cube13 {
	height:70px;
	width:70px;
}


.circles li:nth-child(14){
    left: 60%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 16s;
	will-change: transform;
}

.cube14 {
	height: 80px;
	width: 80px;
}

.circles li:nth-child(15){
    left: 45%;
    width: 110px;
    height: 110px;
    animation-delay: 5s;
    animation-duration: 26s;
	will-change: transform;
}

.cube15 {
	height: 110px;
	width: 110px;
}

.circles li:nth-child(16){
    left: 25%;
    width: 60px;
    height: 60px;
    animation-delay: 4s;
    animation-duration: 25s;
	will-change: transform;
}

.cube16{
	height:60px;
	width:60px;
}

.circles li:nth-child(17){
    left: 17%;
    width: 150px;
    height: 150px;
    animation-delay: 5s;
    animation-duration: 11s;
	will-change: transform;
}

.cube17{
	height:150px;
	width:150px;
}

.circles li:nth-child(18){
    left: 50%;
    width: 95px;
    height: 95px;
    animation-delay: 3s;
    animation-duration: 20s;
	will-change: transform;
}

.cube18 {
	height:95px;
	width:95px;
}

.circles li:nth-child(19){
    left: 80%;
    width: 130px;
    height: 130px;
    animation-delay: 8s;
    animation-duration: 17s;
	will-change: transform;
}

.cube19 {
	height:130px;
	width:130px;
}

.circles li:nth-child(20){
    left: 10%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    animation-duration: 14s;
	will-change: transform;
}

.cube20 {
	height:150px;
	width:150px;
}





@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        
    }

    100%{
        transform: translateY(-3550px) rotate(720deg);
        opacity: 0;
        
    }

}

.button5{
display:inline-block;
margin:0 0.2em 0.2em 0;
box-sizing: border-box;
text-decoration:none;
font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
font-weight:300;
color:#000000;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.15s;
padding: 15px;
background-color: #e65c00;
border: 2px solid var(--colorG2);
border-radius: 0.4em;
font-size: 18px;
}
.button5:hover{
text-shadow: 0 0 2em rgba(255,255,255,1);
color:#FFFFFF;
border-color:#FFFFFF;
}
@media all and (max-width:30em){
 .button5{
display:block;
margin:0.4em auto;
}
}

.container2
{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;  
  margin-bottom: 10px;
  
} 
.subTitle
{
	  font-family: "Teko", Ariel, sans-serif;
  font-size: 50px;
  text-align: center;
   margin: 0px;
    padding: 0px;
  color: var(--colorB);
  text-decoration: none;
}

.chaosText
{
	  font-family: "Teko", Ariel, sans-serif;
  font-size: 28px;
  text-align: center;
   margin: 0px;
    padding: 0px;
  color: var(--colorB);
  text-decoration: none;
}

.colorBlue
{
  color: var(--colorB) !important;
}

.blueText
{
	  font-family: "Teko", Ariel, sans-serif;
  font-size: 50px;
  text-align: center;
   margin: 0px;
    padding: 0px;
  color: var(--colorB);
  text-decoration: none;
}

.whiteText
{
	  font-family: "Teko", Ariel, sans-serif;
  font-size: 50px;
  text-align: center;
   margin: 0px;
    padding: 0px;
  color: var(--white);
  text-decoration: none;
}



.success
{
	display:inline-block;
cursor: pointer;
  overflow: hidden;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: var(--colorC);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 18px;
	border-radius: 0.4em;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.success:hover{
   background-color: var(--colorG);
font-family: sans-serif;
font-weight: bold;
border: 1px solid #FFF;
  border-radius: 0.4em;
   color: #000;
  text-shadow: 0 0 2em rgba(255,255,255,1);
}

.floatLeft
{
	float: left !important;
}

.floatRight
{
	float: right !important;
}

.flexRight {
    margin-left:auto;
}

.textRight
{
	text-align: right;
}

.textLeft
{
	text-align: left;
}

.textCenter
{
	text-align: center;
}

.fontNormal
{
	font-weight: normal;
}

.paddingLeft
{
	padding-left: 25px;
}
.paddingSmall
{
	padding: 5px;
}

.width172
{
	width: 172px;
}

.width220
{
	width: 220px;
}

.marginTopBot
{
  margin-top: 23px;
  margin-bottom: 2px;
}

.marginLeft
{
  margin-left: 50px;
}

.highZ
{
		z-index: 9;

}
.colorWhite
{
	color: #ffffff !important;
}

.weightNormal
{
	font-weight: normal !important;
}

.fontSizeSmall
{
font-size: 18px;
}


hr{
  width: 90%;
  height: 0;
  border-top: 1px solid #eee;
}
.shopCont{
  margin: 10px;
  display: table;
}

img {
   border: none;
}

.shopImg{
	margin: auto;
}
.shopImg img{
}
.shopDesc{
  float: left;
  padding: 20px;
  min-width:220px;
}
.shopAdd{
  position: relative;
  float: left;
}
.itemName{
  font-weight: bold;
  font-size: 36px;
  display: block;
  color: var(--colorG);
}
.itemCost{
  color: #DDD;
  font-weight: bold;
  display: block;
}
.faqTitle{
  font-weight: bold;
  display: block;
  color: var(--colorG);
}

.itemInfo{
  color: #333;
}
#cartCont{
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  min-width: 320px;
}
#cartCont input{
}



#cartSpace{
  text-align: left;
  padding: 15px;
  border: 2px solid var(--colorG2);
  border-radius: 0 0 0 0;
  background-color: var(--colorG1);
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: var(--colorB);
}
#cartCost{
   text-align: right;
  padding: 15px;
  border: 2px solid var(--colorG2);
  border-radius: 0 0 1em 4em;
  background-color: var(--colorG1);
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 36px;
  text-decoration: none;
   font-weight: bold;
}
#cartHeader{
  text-align: center;
  font-weight: bold;
  border: 2px solid var(--colorG2);
  border-radius: 1em 4em 0 0;
  background-color: var(--colorG1);
  padding: 30px 15px 15px 15px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 36px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);

}
.cartPrice{
  margin-left: 15px;
  float: right;
  color: #999999;
}
#checkCont{
}

#mintContainer{
  min-width: 500px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em;
  background-color: var(--colorB1);
  padding: 1em;
  margin: 0px 0px 40px 0px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 28px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);

}

#viewCart{
  min-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em;
  background-color: var(--colorB1);
  padding: 1em;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 28px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);

}
#viewCart input.text{
  width: 97%;
  padding: 7px;
  margin-top: 2px;
}
#viewCart input.button{
   padding: 15px;
   background-color: #e65c00;
   color: #fff;
   width: 200px;
   float: right;
   border: 1px solid #fff;
}

#smallCard{
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em;
  background-color: var(--colorB1);
  padding: 30px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 28px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);

}
#smallCard input.text{
  width: 97%;
  padding: 7px;
  margin-top: 2px;
}
#smallCard input.button{
   padding: 15px;
   background-color: #e65c00;
   color: #fff;
   width: 200px;
   float: right;
   border: 1px solid #fff;
   font-weight: strong;
   font-size: 18px;
}


#largeCard{
  min-width: 400px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em;
  background-color: var(--colorB1);
  padding: 30px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorG);

}

#viewTitle{
  font-size: 23px;
  color: #AAAAAA;
  display: block;
}
#viewTableCenter{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}
#viewTable{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-bottom: 20px;
}
#viewTable td{
  border-bottom: 1px solid #555555;
  padding: 15px;
  vertical-align: top;
}
#viewTable td.blank{
  border-bottom: none;
  padding: 15px;
  font-weight: bold;
}
#viewTable td.notice{
  border-bottom: 1px solid #ccc;
  padding: 15px;
  color:#ffffff;
  font-weight: bold;
}
.cartBtn{
   background-color: #e65c00;
   color: #000;
   width: 200px;
   float: right;
}
.cartBtn:hover{
   background-color: #ff8534;
   color: #fff;
   width: 200px;
   float: right;
}
#privKey{
	display: none;
}
.checkPmt{
   padding: 3px;
   background-color: #e65c00;
   color: #fff;
   float: leftt;
   border: 1px solid #fff;
   font-weight: strong;
}
.confirmShip{
   text-align: right;
   color: var(--colorG);
   font-weight: normal;
}
#payAmt{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   padding: 15px;
   font-size: 20px;
   width: 70%;
   text-align: center;
}
#payBox{
  width: 100%;
  height: 32px;
  font-size: 19px;
  position: relative;
  text-align: center;
}
#qrcode{
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  padding: 15px;
}
#messages{
  font-size: 21px;
  font-weight: bold;
  color: #009933;
}
.tableHeader{
   font-weight: bold;
}
.productTable{
   width: 90%;
}
.productTable td{
   max-width: 30%;
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
}
.inputArea{
   height: 120px;
   width: 70%;
   padding: 7px;
}
.errMsg{
   font-size: 20px;
   color: #e65c00;
   font-weight: bold;
}
#logout{
  position: relative;
  float: right;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #e65c00;
  font-weight: bold;
}
#add{
  position: relative;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #e65c00;
  font-weight: bold;
}
#del{
  position: relative;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #e94c00;
  font-weight: bold;
}

#remove{
   background-color: var(--colorB);
   float: left;
   font-size: 17px;
   display:inline-block;
margin:8px 2px 2px 0;
box-sizing: border-box;
text-decoration:none;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
color:#000000;
text-align:center;
transition: all 0.15s;
border: 2px solid #0000004d;
border-radius: 0.4em;

}

#remove:hover{
color:#ffffff;
border: 2px solid #ffffff4d;
}
#empty{
   background-color: var(--colorB);
   float: left;
   font-size: 17px;
   display:inline-block;
margin:8px 2px 2px 20px;
box-sizing: border-box;
text-decoration:none;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
color:#000000;
text-align:center;
transition: all 0.15s;
border: 2px solid #0000004d;
border-radius: 0.4em;
display: inline-block;
    vertical-align: top;

}

#empty:hover{
color:#ffffff;
border: 2px solid #ffffff4d;
}


 /* Style the button that is used to open and close the collapsible content */
.faq_title {

display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 1em 4em 0 0;
  background-color: var(--colorB1);
  padding: 30px 20px 40px 40px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 26px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  color: var(--colorG);	
  cursor: pointer;
  text-align: left;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq_title:hover {
  color: #FFFFFF;
}

/* Style the collapsible content. Note: hidden by default */

.faq_item {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  border: 2px solid var(--colorB2);
  border-radius: 0 0 1em 4em;
  background-color: var(--colorB1);
  padding: 0px 20px 0px 40px;
  font-family: "Neutra", "PTSans", "PT Sans", sans-serif;
  font-size: 28px;
  text-decoration: none;
  align-items: flex-start;
  color: var(--colorB);
	
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 15px;
}


.faq_title:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 26px;
  color: #BBBBBB;
  float: right;
  margin-right: 50px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.maxWidth800{
  max-width: 800px;
}

.minWidth450{
min-width: 450px;
}


.detailtext{
   color: #999999;
   font-size: 20px;
}


/* This is the space for the spinner to appear, applied to the button */
.spin {
  padding-left: 2.5em;
  display: block;
}

/* position of the spinner when it appears, you might have to change these values */
.spin .spinner {
  left: -.6em;
  top: .4em;
  width: 2.5em;
  display: block;
  position: absolute;
}

/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* The actual spinner element is a pseudo-element */
.spin .spinner::before {
  content: "";
  width: 1.5em; /* Size of the spinner */
  height: 1.5em; /* Change as desired */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: solid .35em #999; /* Thickness/color of spinner track */
  border-bottom-color: #555; /* Color of variant spinner piece */
  animation: .8s linear infinite spinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}