/*[ Root Variables ]*/

:root { 
  --progressB: 1; 
}

.anim-bg { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: -1; overflow: hidden; }
.emoji { position: absolute; font-size: 20px; opacity: 0.15; transform: translateY(100vh); animation: emojifloat 20s infinite linear; }
@keyframes emojifloat { 0% { transform: translateY(100vh) rotate(0deg); } 100% { transform: translateY(-50px) rotate(360deg); } }
.outlined { text-shadow:  -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000; }

/*[ Panel Tooltips ]*/
.servertooltip {
  font-family: 'Friz Quadrata';
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 1002;
  transition: opacity 0.3s ease-in-out;
  padding: 10px;
  max-width: 320px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  user-select: none;
}
#server-name {
  user-select: none;
  background-color: transparent; 
}
.server-item {
  cursor: pointer;
  user-select: none;
}
.server-item > div:first-child {
  background: #262a33;
  border-radius: 6px 6px 0 0;
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
.server-stats-online {
  background: rgba(0,0,0,0.2);
  border-radius: 0 0 6px 6px;
  border-top: none;
  padding: 6px 8px;
  margin-top: -2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #aaa;
}
.server-stats-offline {
  background: rgba(255,0,0,0.1);
  border: 1px solid rgba(255,0,0,0.2);
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 4px 8px 0.5px 8px;
  margin-top: -2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff6b6b;
}

/*[ Panel Contextmenu ]*/
.context-hr {
    border: none;
    height: 2px;
    background-color: rgba(204, 204, 204, 0.5);
    margin: 10px 0;
    border-radius: 5px;
    opacity: 0.4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.context-hr.gradient {
    background: linear-gradient(to right, rgba(76, 175, 80, 0.5), rgba(139, 195, 74, 0.5));
}
.context-menu {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    padding: 10px;
}
.context-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.context-menu li {
    padding: 8px 12px;
    cursor: pointer;
}
.context-menu li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/*[ Panel Container ] */
.main-container {
  text-align: center; color: white; font-size: 30px; font-family: Arial, sans-serif; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#container-management {
  background: rgba(20, 23, 26, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-top: none !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
  width: 1050px !important;
  border-radius: 0 0 25px 25px !important;
  position: relative;
}
#container-logo {
  margin-top: -45em !important;
  z-index: 100 !important;
}
#container-title {
  text-align: center !important;
  position: absolute !important;
  top: -74px !important;
  left: -1px !important;
  right: -1px !important;
  background: rgba(20, 23, 26, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-bottom: none !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
  border-radius: 25px 25px 0 0 !important;
  padding: 15px 20px 25px 20px !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 60px !important;
  z-index: 10 !important;
}
#container-title h2 {
  margin: 0 !important;
  padding-top: 5px !important;
}
.container-form-btn2 {
  position: absolute !important;
  top: 15px !important;
  right: 20px !important;
  margin: 0 !important;
  z-index: 20 !important;
}
.container-form-btn {
  width: 30%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#container-servers {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px !important;
  padding: 0 30px !important;
}
div[id^="server-"] {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 15px !important;
  white-space: nowrap !important;
}
div[id^="server-"]:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.12) !important;
}
div[id^="server-"] svg {
  transition: all 0.2s ease !important;
}
div[id^="server-"] svg:hover {
  transform: scale(1.05) !important;
}
#container-stats {
  background: transparent !important;
  border: none !important;
  margin-bottom: 9px; 
  color: white; 
  text-shadow: black 0.033em 0.043em 0.043em; 
  margin-top: 20px; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
  padding:60px 0; width: 100%; 
  height: 20px; 
  font: 20px montserrat; 
  color: white;
}
.progress-container {
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 1px;
  margin: 8px 0;
  position: relative;
  display: inline-block;
  height: 10px;
  overflow: hidden;
}
.progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--progressB);
  background: turquoise;
  font-size: 11px;
}
progress {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  border: none;
  background: transparent;
}
progress::-webkit-progress-bar {
  background: rgba(255,255,255,0.08);
  border-radius: 3px;
}
progress::-webkit-progress-value {
  background: linear-gradient(90deg, #10b981, #06b6d4);
  border-radius: 3px;
}
progress[value] {
    -webkit-appearance: none;
    width: 200px;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    opacity: 0;
}
#container-log {
  background: transparent !important;
  border: none !important;
  padding: 12px;
  margin-top: 8px;
  color: #ffffff;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  min-height: 18px;
  padding-bottom: 20px;
}
#container-msg {
  background: transparent; !important;
  border-radius: 8px !important;
  padding: 15px !important;
  margin-left: 0 !important;
}
#container-msg a {
  color: #10b981 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
#container-msg a:hover {
  border-bottom-color: #10b981;
}

/*[ Countdown ] */
.countdown {
  margin-top: 10px;
  font-size: 30px; 
  color: #ddd;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.countdown span {
  color: #ffb6c1;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/*[ Weather FX ]*/
.snowflake {
  position: absolute;
  color: white;
  pointer-events: none;
  font-family: Arial, sans-serif;
  z-index: 9999;
  animation: fall 5s linear infinite;
  user-select: none;
  will-change: transform;
  cursor: none !important; 
  overflow: hidden;
}
.raindrop {
  position: absolute;
  color: #00FFFF;
  pointer-events: none;
  font-family: Arial, sans-serif;
  z-index: 9999;
  animation: fall 5s linear infinite;
  user-select: none;
  will-change: transform;
  cursor: none !important;
  font-size: 5px;
  opacity: 0.35;
  overflow: hidden;
}
@keyframes fall {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(200vh);
  }
}

/*[ plyr.io ]*/
.vid-container { margin: 20px auto; top: -10% !important; }
.plyr iframe { transition: 0.2s filter linear; }
.plyr.plyr--paused iframe { filter: blur(3.2rem); }   
@keyframes float { 
  0%, 100% { transform: translate(-50%, -50%); } 
  50% { transform: translate(-50%, -55%); } 
} 

/*[ Font definitions ]*/
@font-face {
    font-family: 'Friz Quadrata';
    src: url('https://moreno.land/fonts/FrizQuadrata-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('https://moreno.land/fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('https://moreno.land/fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('https://moreno.land/fonts/montserrat/Montserrat-Regular.ttf'); 
}

/**[ Error Coloring ]**/
.alert {
    font-family: arial, helvetica, serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.normal {
    font-family: arial, helvetica, serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

/*[ Restyle Default HTML ]*/
* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}
.contain-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://moreno.land/images/background.webp') no-repeat center fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.61);
  cursor: default;
}


.contain-bg:before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15));
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(15px);
}

.contain-bg2 {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://moreno.land/images/gs_bg2.png') no-repeat center fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.61);
  cursor: default;
}
.contain-bg2:before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15));
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }
input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }
textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}

/*[ Utility ]*/
.txt1 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #cccccc;
  line-height: 1.4;
}
.bo1 {
  border-bottom: 1px solid #999999;
}
.hov1:hover {
  border-color: #d33f8d;
}

/*[ Content ]*/

.limiter {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.container-main {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: auto;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 150px;
}
.container-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: auto;
  left: 0;
  opacity: 0.7;
}
.wrap-login {
  width: 390px;
  background: transparent;
}
.wrap-form {
  width: 390px;
  background: transparent;
}
.login-form {
  width: 100%;
  margin: 15px;
  margin-left: -1vh;
  margin-top: -12.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.wrap-input {
  position: relative;
  width: 100%;
  z-index: 1;
}
.input {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.2;
  color: #333333;
  display: block;
  width: 60%;
  margin: auto;
  background: #fff;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 53px;
}

/*[ Focus ]*/
.focus-input {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 60%;
  margin: 0 78px;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(140, 140, 140, 0.6);
}
.input:focus + .focus-input {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}
.symbol-input {
  font-size: 15px;
  color: #262a33;
  margin: 0 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input:focus + .focus-input + .symbol-input {
  color: #aaa;
  padding-left: 23px;
}

/*[ Buttons ]*/
.login-form-btn {
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #e0e0e0;
  letter-spacing: .428571px; 
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: hsl(256, 70%, 55%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.login-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  top: 0;
  left: 0;  
  background: #8b5cf6;
  background: -webkit-linear-gradient(left, #a855f7, #7c3aed, #a855f7);
  background: -o-linear-gradient(left, #a855f7, #7c3aed, #a855f7);
  background: -moz-linear-gradient(left, #a855f7, #7c3aed, #a855f7);
  background: linear-gradient(to left, #a855f7, #7c3aed, #a855f7);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.login-form-btn:hover {
  background: hsl(256, 70%, 60%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}
.login-form-btn:hover:before {
  opacity: 0;
}
.btn-face {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #262a33;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-face {
  color: #3b5998;
}
.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}
.btn-face:hover {
  border-color: #d33f8d;
}

/*[ Alert validate ]*/
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 35%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 120px;
  pointer-events: none;
  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 571px) {
  .wrap-form {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*[ Responsive ]*/
@media (max-width: 576px) {
  .wrap-login {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes progress-animation {
  to {
    width: var(--progressB);
  }
}