:root{
  --main-color: #1a8ad5;
}
*{
  box-sizing: border-box;
}
body{
  background-image: url(../img/pattern.svg);
  background-color: #1e1e1e;
  margin: 0%;
  background-attachment: fixed;
}
.server{
  display: flex;
  align-items: center;
} 
.server img{
  padding-right: 5px;
  width: 25px
}
.app{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); /* Shadow around all borders */
  /* border: 0.5px solid var(--main-color); */
  max-width: 600px;
  width: 95%;
  border-radius: 20px;
  background: #1e1e1e;
  overflow: hidden;
  margin: 40px 0;
  z-index: 99;
}
.txt-left{
  text-align: left;
}
.txt-center{
  text-align: center;
}
.txt-color{
  color: #fff;
}
.que-color{
  color: var(--main-color);
}
.padding-element{
  padding: 20px;
}
.header-text{
  font-family: 'Ubuntu';
  font-weight: 900;
  font-size: 17px;
}
.que-text{
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 16px;
} 
.btnRegular{
  border: 1px solid var(--main-color);
  outline: none;
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Merienda';
}
.btnRegular:hover{
  background: green;
}
a{
  color: var(--main-color);
  text-decoration: none;
}
input, select{
  background: transparent;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1); /* Shadow around all borders */
  outline: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Ubuntu';
  font-weight: 600;
  font-size: 15px;
}
.floating{
position:relative;
width:234px;
margin:auto;
}

.floatBarsG{
position:absolute;
top:0;
background-color:var(--main-color);
width:28px;
height:28px;
animation-name:bounce_floatBarsG;
-o-animation-name:bounce_floatBarsG;
-ms-animation-name:bounce_floatBarsG;
-webkit-animation-name:bounce_floatBarsG;
-moz-animation-name:bounce_floatBarsG;
animation-duration:1.035s;
-o-animation-duration:1.035s;
-ms-animation-duration:1.035s;
-webkit-animation-duration:1.035s;
-moz-animation-duration:1.035s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
transform:scale(.3);
-o-transform:scale(.3);
-ms-transform:scale(.3);
-webkit-transform:scale(.3);
-moz-transform:scale(.3);
}

#floatBarsG_1{
left:0;
animation-delay:0.416s;
  -o-animation-delay:0.416s;
  -ms-animation-delay:0.416s;
  -webkit-animation-delay:0.416s;
  -moz-animation-delay:0.416s;
}

#floatBarsG_2{
left:29px;
animation-delay:0.5225s;
  -o-animation-delay:0.5225s;
  -ms-animation-delay:0.5225s;
  -webkit-animation-delay:0.5225s;
  -moz-animation-delay:0.5225s;
}

#floatBarsG_3{
left:58px;
animation-delay:0.619s;
  -o-animation-delay:0.619s;
  -ms-animation-delay:0.619s;
  -webkit-animation-delay:0.619s;
  -moz-animation-delay:0.619s;
}

#floatBarsG_4{
left:88px;
animation-delay:0.7255s;
  -o-animation-delay:0.7255s;
  -ms-animation-delay:0.7255s;
  -webkit-animation-delay:0.7255s;
  -moz-animation-delay:0.7255s;
}

#floatBarsG_5{
left:117px;
animation-delay:0.832s;
  -o-animation-delay:0.832s;
  -ms-animation-delay:0.832s;
  -webkit-animation-delay:0.832s;
  -moz-animation-delay:0.832s;
}

#floatBarsG_6{
left:146px;
animation-delay:0.9385s;
  -o-animation-delay:0.9385s;
  -ms-animation-delay:0.9385s;
  -webkit-animation-delay:0.9385s;
  -moz-animation-delay:0.9385s;
}

#floatBarsG_7{
left:175px;
animation-delay:1.035s;
  -o-animation-delay:1.035s;
  -ms-animation-delay:1.035s;
  -webkit-animation-delay:1.035s;
  -moz-animation-delay:1.035s;
}

#floatBarsG_8{
left:205px;
animation-delay:1.1415s;
  -o-animation-delay:1.1415s;
  -ms-animation-delay:1.1415s;
  -webkit-animation-delay:1.1415s;
  -moz-animation-delay:1.1415s;
}



@keyframes bounce_floatBarsG{
0%{
  transform:scale(1);
  background-color:var(--main-color);
}

100%{
  transform:scale(.3);
  background-color:rgb(255,255,255);
}
}

@-o-keyframes bounce_floatBarsG{
0%{
  -o-transform:scale(1);
  background-color:var(--main-color);
}

100%{
  -o-transform:scale(.3);
  background-color:rgb(255,255,255);
}
}

@-ms-keyframes bounce_floatBarsG{
0%{
  -ms-transform:scale(1);
  background-color:var(--main-color);
}

100%{
  -ms-transform:scale(.3);
  background-color:rgb(255,255,255);
}
}

@-webkit-keyframes bounce_floatBarsG{
0%{
  -webkit-transform:scale(1);
  background-color:var(--main-color);
}

100%{
  -webkit-transform:scale(.3);
  background-color:rgb(255,255,255);
}
}

@-moz-keyframes bounce_floatBarsG{
0%{
  -moz-transform:scale(1);
  background-color:var(--main-color);
}

100%{
  -moz-transform:scale(.3);
  background-color:rgb(255,255,255);
}
}
.loading-screen{
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}


.search-results {
  list-style: none;
  padding: 0;
  margin-left: 5px;
  position: absolute;
  width: 100%;
  background-color: #1e1e1e;
  color: #ccc;
  border-top: none;
  z-index: 1;
  font-family: 'Ubuntu';
  font-size: 15px;
}

.search-results li {
  padding: 10px;
  cursor: pointer;
  border: 1px solid var(--main-color);
}

.search-results li:hover {
  background-color: green;
}

.selected-item {
  display: inline-block;
  background-color: transparent;
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  color: var(--main-color);
  font-weight: bold;
  font-family: 'Ubuntu';
  font-size: 15px;
  border: 1px solid var(--main-color);
  
}

.close-button {
  margin-left: 5px;
  cursor: pointer;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  padding: 0 5px 2px 5px;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.border-bottom-left{
  border-bottom-left-radius: 20px;
}
.border-bottom-right{
  border-bottom-right-radius: 20px;
}

#continueForm, #testingForm{
  margin: 0%;
}

.head-text-border{
  border-radius: 40%;
  padding: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8); /* Shadow around all borders */
}
.flex{
  display: flex;
  align-items: center;
}
.flex svg{
  margin-right: 5px;
  flex-shrink: 0;
}
.flex b{
  margin: 0 5px;
}

select {
  appearance: none; /* Hides the default arrow (Webkit and modern browsers) */
  -moz-appearance: none; /* Hides the arrow in Firefox */
  -webkit-appearance: none; /* Hides the arrow in Safari */
  background-color: #1e1e1e;
  border-radius: 4px;
  background-image: url('../img/icon-down.svg'); /* Custom dropdown arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}