???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
:root{
--main-color: #2fafe7;
}
body{
background: #232f3d;
margin: 0%;
}
.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{
border: 0.5px solid var(--main-color);
max-width: 600px;
width: 90%;
border-radius: 5px;
background: #16212a;
overflow: hidden;
margin: 40px 0;
}
.txt-left{
text-align: left;
}
.txt-color{
color: #ccc;
}
.que-color{
color: var(--main-color);
}
.padding-element{
padding: 10px 20px;
}
.header-text{
font-family: 'Ubuntu';
font-weight: 600;
font-size: 17px;
}
.que-text{
font-family: 'Ubuntu';
font-weight: 400;
font-size: 15px;
}
.btnRegular{
border: 1px solid var(--main-color);
outline: none;
padding: 5px 10px;
background: var(--main-color);
color: #ccc;
cursor: pointer;
border-radius: 5px;
font-size: 15px;
width: 103px;
font-weight: 600;
}
.btnRegular:hover{
background: green;
}
a{
color: var(--main-color);
text-decoration: none;
}
input, select{
background: #232f3d;
border: 1px solid var(--main-color);
outline: none;
color: #ccc;
padding: 5px;
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: #232f3d;
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;
}