@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=TASA+Explorer:wght@400..800&display=swap');
/*

Theme Name: TertiusT3-Original

*/

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "TASA Explorer", sans-serif;
text-decoration: none;
}


body {
  min-height: 100dvh; 
  color: white;
  background: #111;
}

.hero {
  position: relative;
  height: 150dvh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  background-image: url("./images/bg.png"), url("./images/bg2.png");
  background-size: 50% 100%, 50% 100%;
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;

  filter: blur(1px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
}


.header{
  display: flex;
  justify-content: space-between;
  height: 12rem;
  padding-right: 15rem;
  padding-left: 15rem;
}

.left_header {
  margin-top: 3rem;
  position: relative;
  align-items: center;
  display: flex;
  gap: 1.5rem;
  width: 500px;
}
.img1{
  position: relative;
  width: 140px;
  height: 140px;
}
.tag1 {
  position: relative;
  font-size: 4.5rem;
  top: 0.5rem;
  color: rgb(0, 0, 0);
  font-weight: 800;
  user-select: none;
}
.heheboy {
  position: relative;
  left: 4rem;
  top: -0.5rem;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  user-select: none;
}
.copy-bubble {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.copy-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.heheboy.show-bubble .copy-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.heheboy:hover {
  color: #08748a;
  transform: scale(1.05);
}

.right_header {
  position: relative;
  display: flex;
  padding: 1rem;
  gap: 1.5rem;
  top: 2rem;
  width: 500px;
  right: 0.1rem;
}
.header_panel{
  display: inline-flex;
  align-items: start;
  justify-content: left;
  background: linear-gradient(#898989 ,#737373);
  margin-top: 1%;
  margin-left: 1%;
  width: 462px;
  height: 140px;
  border-radius: 4px;
  border-bottom: #515151 solid 4px;
  border-right: #515151 solid 4px;
  padding: 10px;
  flex-direction: row;
}
.server_info {
  font-size: 1.2rem;
  margin-right: 3px;
  font-weight: 600;
  padding-top: 1px;
}
.server_info_name {
  font-size: 1.3rem;
  color: #0c6374;
  font-weight: 800;
  padding-right: 9.5rem;
}
.mc-status {
  padding-top: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}
.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: gray;
}
.status-online {
  background: linear-gradient(#2ecc71, #24a55a);
  border-top: #2ecc71 solid 3px;
}
.status-offline {
  background-color: linear-gradient(#e74c3c ,#b63527);
  border-top: #e74c3c solid 3px;
}

.main_panels {
  display: grid;
  grid-template-columns: 250px auto;
  margin-top: 5rem;
  justify-content: center;
}

/* NAVBAR */
.side_panel {
  background-color: rgb(61, 61, 61);
  height: 100dvh;
  width: 250px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-left: black solid 1px;
}



.log_panel {
  background: rgb(43, 43, 43) url(./images/log_panel_bg.png) 0 0 repeat-x;
  height: 220px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  padding: 10px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.login_img {
  background: url(./images/login_icon_empty.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
}

.log_panel H2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  color: rgb(255, 255, 255);
  margin: 2px 0px 10px 40px;
}
.log_panel input {
  height: 35px;
  width: 230px;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: url(./images/login_input.png) 0 0 padding-box, linear-gradient(rgb(121, 121, 121),rgb(95, 95, 95)) border-box;
}

.log_panel input:hover {
  border: 1px solid transparent;
} 

.log_panel button {
  width: 100px;
  height: 35px;
  margin: 10px 6px 6px 6px;
  border: solid 0px;
  border-radius: 5px;
  font-size: 16px;
  background: white url(./images/login_button.png) 0 0 repeat-x;
}
.log_panel button:hover {
  background: white url(./images/login_button_hover.png) 0 0 repeat-x;
  transition: 0.5s ease-in-out;
}

/* NAVBAR */
.navbar {
  width: 100%;
  text-align:left;
}

/* NADPIS */
.navbar h2 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  height: 80px;
  background-image: linear-gradient(rgb(61, 61, 61),rgb(79, 79, 79));
  border-top: #484848 solid 2px;
  padding-top: 1rem;
  padding-left: 12px;
}

/* BUBLINY */
.side_panel nav ul li {
  width: 100%;
  height: 55px;
  list-style: none;
  border-top: #8b8b8b solid 2px;
  border-bottom: #2a2a2a solid 3px;

}

.side_panel nav a {
  display: block;
  background: #3a3a3a url(./images/button.png) 0 0 repeat-x;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 24px;
  padding: 12px;
  padding-left: 32px;
  font-weight: 600;
  transition: 0.2s ease;
  position: relative;
  overflow: visible;
}
.side_panel nav a:hover {
  background: #5b5b5b url(./images/button_on.png) 0 0 repeat-x;
  transition: 0,5s;
}


.side_panel nav ul li.selected a div {
  width: 15px;
  height: 55px;
  background-image: url(./images/menu_selected.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.side_panel nav ul li.selected a {
	background: url(./images/button_selected.png);
}
.side_panel nav ul li.selected {
  border-top-color: #5d5d5d;
}
.side_panel nav ul li.selected a:hover{
	background: url(./images/button_selected_hover.png);
  transition: 0,5s;
}
.side_panel nav ul li.selected:hover{
  border-top-color: #6c6c6c;
  transition: 0,5s;
}


/* MAIN PANEL */
.main_panel {
  background-color: rgb(120, 120, 120);
  height: 100dvh;
  width: 750px;
  border-top-right-radius: 10px; 
  border-bottom-right-radius: 10px;
}