* {
	list-style-type:none!important;
  text-decoration:none!important;
  scrollbar-color:var(--blue) var(--semi-dark) !important;
  scrollbar-width:thin!important
}

:root {
	--white: #fff;
	--light: #e0e0e0;
	--blue: #0099ff;
	--dark: #10131e;
	--semi-dark: #1a1e2d;
	--gray: #2d3039;
	--yellow: #FECD56;
	--red: #EB5463;
	--green: #46CCAC;

}

/* Products Pictures */
.product-games {
	background: url('../img/product-banners/product-games.png');
}
.product-vps {
	background: url('../img/product-banners/product-vps.png');
}
.product-aboutus {
	background: url('../img/product-banners/product-aboutus.png');
}
.product-terms {
	background: url('../img/product-banners/product-terms.png');
}
.product-7daystodie {
	background: url('../img/product-banners/product-7daystodie.png');
}
.product-ark {
	background: url('../img/product-banners/product-ark.png');
}
.product-csgo {
	background: url('../img/product-banners/product-csgo.png');
}
.product-dayz {
	background: url('../img/product-banners/product-dayz.png');
}
.product-fivem {
	background: url('../img/product-banners/product-fivem.png');
}
.product-minecraft {
	background: url('../img/product-banners/product-minecraft.png');
}
.product-rust {
	background: url('../img/product-banners/product-rust.png');
}
}
.product-rustnew {
	background: url('../img/product-banners/product-rustnew.png');
}
.product-palworld {
	background: url('../img/product-banners/product-palworld.png');
}


::-webkit-scrollbar {
  width:8px!important
}
::-webkit-scrollbar-track {
  background:var(--semi-dark);
}
::-webkit-scrollbar-thumb {
  background:var(--blue);
  border-radius:6px!important
}
::-webkit-scrollbar-thumb:hover {
  background:var(--blue)
}

body {
	font-family: 'Raleway', sans-serif;
	background: var(--dark);
	color: var(--light);
	font-weight: 500;
}

.bg-blue {
	background: var(--blue);
	border: 1px solid var(--blue);
}

.text-blue {
	color: var(--blue);
}

.navbar-dark {
	background: var(--semi-dark);
	--bs-navbar-padding-y: 1.2rem;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
	background: rgba(26, 30, 45, .6);
}

.navbar-toggler {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.navbar-dark .navbar-brand, .footer-logo {
	font-weight: 700;
	color: var(--white);
}

.navbar-dark .navbar-brand span, .footer-logo span {color: var(--blue);}

.navbar-dark .nav-link {
	color: var(--light);
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 1rem;
}

.navbar-dark .button {
	display: inline-flex;
	padding: 8px 32px;
	margin-left: 20px;
	border-radius: 10px;
	border: 2px solid var(--blue);
	color: var(--blue);
	font-weight: 800;
	text-decoration: none;
	font-size: 14px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.navbar-dark #button-3 {
  	position: relative;
  	overflow: hidden;
  	cursor: pointer;
}

.navbar-dark #button-3 a {
  	position: relative;
  	transition: all .45s ease-Out;
  	text-decoration: none;
  	color: var(--blue);
}

.navbar-dark #circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background: var(--blue);
	position: absolute;
	transition: all .5s ease-Out;
	top: 20px;
	left: 70px;
}

.navbar-dark #button-3:hover #circle {
	width: 200%;
	height: 500%;
	opacity: 1;
	top: -70px;
	left: -70px;
}

.dropdown-large { 
	padding:0rem; 
	background: rgba(26, 30, 45, .8);
  border: 1px solid var(--semi-dark);
  overflow: hidden;
}

@media all and (min-width: 992px) {
	.dropdown-large {
		min-width:400px;
	}
}

.dropdown-large .dropdown-item {
	padding: .5rem 1rem;
	color: var(--light);
	font-weight: 500;
}

.dropdown-large .dropdown-item:hover,
.dropdown-large .dropdown-item:active,
.dropdown-large .dropdown-item:focus {
	background: transparent;
	color: var(--white);
}

.dropdown-large .dropdown-item img {
	position: relative;
	top: -1px;
}

.dropdown-large .dropdown-item .badge {
	font-size: 9px;
	position: relative;
	top: -4px;
	font-weight: 700;
	border-radius: 4px;
}

.dropdown-large .view-all {
	background: var(--semi-dark);
	color: var(--white);
	font-weight: 700;
}

.dropdown-large .view-all:hover,
.dropdown-large .view-all:active,
.dropdown-large .view-all:focus {
	background: var(--semi-dark);
	color: var(--white);
}

.dropdown-large .view-all:hover svg {
	fill: var(--blue);
}

.navbar-dark #button-3:hover a {
  	color: var(--white);
}

@media screen and (max-width: 991px) {
	.navbar-expand-lg .navbar-nav .nav-link {padding: 1rem;}
	.navbar-collapse {text-align: center;}
	.navbar-dark .button {margin-left: 0px}
	.dropdown-large {
		background: var(--dark);
	}
	.dropdown-large .view-all {background: rgba(26, 30, 45, .4);}
	.dropdown-large .view-all:hover,
	.dropdown-large .view-all:active,
	.dropdown-large .view-all:focus {
		background: rgba(26, 30, 45, .8);
		color: var(--white);
	}
}

.header {
  height: 60vh;
  min-height: 500px;
  background-image: url('../img/header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.header:before {
	position: absolute;
	content: '';
	background: rgba(0, 153, 255, .3);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header .header-row {
	z-index: 2;
	position: relative;
}

.header span.badge {
	color: var(--white);
	background: rgba(0, 153, 255, .6);
	border: 1px solid var(--blue);
	color: var(--white);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	padding: 10px 20px;
}

.header .fw-white {
	color: var(--white);
	font-weight: 900;
}

.header .lead {
	color: var(--light);
	font-weight: 400;
	font-size: 16px;
}

.header .btn {
	color: var(--white);
	padding: 10px 42px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
	transition: all 0.3s ease-out 0s;
}

.header .btn:hover,
.header .btn:active,
.header .btn:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
}

.title h2 {
	color: var(--white);
	font-weight: 700;
}

.title span {color: var(--blue);}

.features-box {
	background: rgba(26, 30, 45, .4);
	border: 1px solid var(--semi-dark);
	border-radius: 10px;
	padding: 16px 16px;
}

.features-box h3 {
	color: var(--white);
	font-weight: 700;
	font-size: 26px;
}

.features-box p {
	font-weight: 400;
	font-size: 17px;
}

.header .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
	.header .col-lg-5 {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
  .header .swiper-container {
    display: none;
  }
}

.header .swiper-games {
  position: relative;
  width: 100%;
  z-index: 2;
}

.header .swiper-slide {
  width: 40rem;
  height: 24rem;
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: opacity 0.4s ease-in;
  background: rgba(26, 30, 45, .4);
  border: 1px solid var(--semi-dark);
  overflow: hidden;
  opacity: .8;
}
.header .swiper-slide span {
  background: var(--blue);
  color: var(--white);
  border-radius: 10px 0px 0px 10px;
  text-transform: capitalize;
  padding: 6px 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  top: 2em;
  right: 0;
}

.header .swiper-slide a {
	text-decoration: none;
}

.header .swiper-slide h3 {
  color: var(--white);
  margin-bottom: 0.625rem;
  font-weight: 800;
  position: relative;
  text-align: left;
  width: 100%;
  color: var(--white);
}
@media screen and (min-width: 800px) {
  .header .swiper-slide h3 {
    font-size: 1.4rem;
  }
}

.header .swiper-slide p {
  color: var(--light);
  font-size: 1rem;
  float: left;
  display: block;
}

.header .swiper-slide .slide-content {
	background: rgba(26, 30, 45, .6);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
}

.header .swiper-slide--one {
	background: url('../img/minecraft-card.webp') !important;
}

.header .swiper-slide--two {
	background: url('../img/rust-card.webp') !important;
}

.header .swiper-slide--three {
	background: url('../img/csgo-card.webp') !important;
}

.header .swiper-slide--four {
	background: url('../img/ark-card.webp') !important;
}

.header .swiper-slide-active {
  display: grid;
  opacity: 1;
}

.header .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: center;
  margin-top: 35px;
  width: auto;
}
.header .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.5rem;
  height: 0.25rem;
  background: var(--white);
}
.header .swiper-pagination-bullet-active {
  background: var(--white);
}

.games .card {
	position: relative;
	overflow: hidden;
	border: none !important;
	border-radius: 10px;
	color: var(--light);
}

.games .card-img-top {
	transition: .4s;
}

.games .card:hover .card-img-top:hover {
  transform: scale(1.1);
}

.games .card .card-body {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(26, 30, 45, .9);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.games .card .card-body .card-title {
	color: var(--white);
	font-weight: 800;
}

.games .card .card-body p {
	font-size: 16px;
	color: var(--light);
}

.games .card .card-body p span {
	color: var(--white);
	font-weight: 700;
	font-size: 20px;
}

.panel {
	background: var(--semi-dark);
}

.panel .nav-pills-custom .nav-link {
 	color: var(--light);
  background: var(--dark);
  position: relative;
  font-weight: 700;
}

.panel .nav-pills-custom .nav-link svg {
	width: 20px;
	height: 20px;
}

.panel .nav-pills-custom .nav-link.active {
  color: var(--blue);
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .panel .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid var(--dark);
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
	}
}

@media (max-width: 768px) {
	.panel .nav-pills-custom .nav-link {
		margin-right: 10px;
	}
	.panel .nav-pills-custom .nav-link:last-child {
		margin-right: 0px;
	}
	.panel .nav-pills-custom .nav-link svg {
		width: 24px;
		height: 24px;
	}
	.panel .nav-pills-custom .nav-link span {display: none;}
	#v-pills-tab {
		flex-direction: inherit !important; 
		display: flex;
		justify-content: center;
	}
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.tab-pane {
	background: var(--dark);
}

@media screen and (max-width: 990px) {
	.panel .nav-pills-custom .nav-link {font-size: 12px;}
}

.reviews .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .reviews .swiper-container {
    /*width: 60%;
    right: -60px;*/
  }
}

.reviews .swiper-slide {
  width: 30rem;
  height: auto;
  position: relative;
  border-radius: 10px;
  background: rgba(26, 30, 45, .4);
  border: 1px solid var(--semi-dark);
  overflow: hidden;
  padding: 20px;
}

.reviews .swiper-slide img {
	height: 24px;
}

.reviews .swiper-slide p.data {
	color: var(--light);
	font-weight: 600;
	font-size: 17px;
}

.reviews .swiper-slide span {
	color: var(--white);
	font-weight: 700;
	font-size: 18px;
}

.reviews .review-box h3 {
	color: var(--white);
	text-transform: uppercase;
	font-weight: 800;
}

.reviews .review-box p {
	color: var(--light);
}

.reviews .review-box p a {
	color: var(--white);
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.reviews .review-box {
		margin-top: 30px !important;
	}
}

.get-start .card {
	background: rgb(0,153,255);
	background: linear-gradient(45deg, rgba(0,153,255,1) 0%, rgba(55,108,251,1) 100%); 
}

.get-start .card span {
	color: var(--light);
	font-weight: 600;
}

.get-start .card h2 {
	color: var(--white);
	font-weight: 800;
}

.get-start .card .btn {
	color: var(--dark);
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 40px;
}

@media screen and (max-width: 768px) {
	.get-start .card div {
		display: block !important;
    text-align: center;
	}
	.get-start .card div h2 {
		margin-bottom: 20px !important;
	}
}

.mb-n5 {
  margin-bottom: -5rem !important;
}

.footer {
	background: var(--semi-dark);
}

.footer-logo {
	font-size: 26px;
	text-decoration: none;
}

.footer h4 {
	color: var(--light);
	font-weight: 700;
	font-size: 22px;
}

.footer ul li {
	line-height: 32px;
}

.footer ul li a {
	color: var(--white);
	text-decoration: none;
}

.product {
	border-radius: 10px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.product h1 {
	font-weight: 800;
	color: var(--white);
}

.product-plans .card {
	background: var(--semi-dark);
	border-color: var(--semi-dark);
}

.product-plans .card .card-body img {
	position: relative;
  top: -2px;
}

.product-plans .card .card-body h4 {
	font-weight: 700;
	font-size: 20px;
}

.product-plans .card .card-body h2 {
	color: var(--white);
	font-weight: 800;
}

.product-plans .card .card-body ul li {
	height: 32px;
	color: var(--light);
}

.product-plans .card .card-body ul li svg {
	color: var(--light);
	width: 20px;
	height: 20px;
}

.product-plans .card .card-body .btn {
	font-weight: 800;
	color: var(--black);
	font-size: 16px;
}

.product-features {
	background: var(--semi-dark);
}

.product-features .product-features-box .product-features-box-icon {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	z-index: 1;
}

.product-features .product-features-box svg {
	width: 60px;
	height: 60px;
}

.product-features .product-features-box svg path {
	color: var(--white);
}

.product-features .product-features-box .product-features-box-icon:before {
	position: absolute;
	content: '';
	width: 38px;
	height: 38px;
	background: var(--blue);
	border-radius: 55% 45% 59% 41% / 33% 57% 43% 67%;
	z-index: -1;
	top: 0px;
	right: 0px;
}

.product-features .product-features-box h3 {
	color: var(--white);
	font-weight: 700;
}

.faq .accordion-item {
	background: var(--semi-dark);
	color: var(--light);
	border: none !important;
	box-shadow: none !important;
}

.faq .accordion-button {
	background: rgba(0, 153, 255, .6);
	color: var(--light);
	font-weight: 700;
	font-size: 15px;
	border-bottom: none !important;
}

.faq .accordion-button:not(.collapsed) {
	background: var(--blue);
	color: var(--white);
	box-shadow: none !important;
	border-bottom: none !important;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
	box-shadow: none !important;
}

.faq .accordion-item:first-of-type {
	border-radius: var(--bs-accordion-border-radius);
}

.faq .accordion-item:first-of-type .accordion-button {
	box-shadow: none !important;

}

.map-content {
    background:url('../img/map.svg') center center no-repeat;
    width:960px;
    height:454px;
    margin:0px auto;
    position: relative;
    z-index:0;
}

@media (min-width: 768px) and (max-width: 1239px) {
  .map-content {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .map-content {
    background-size: 940px;
    height: 444px;
    width: 940px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .map-content {
    background-size: 100%;
    height: 165px;
    margin: 0 auto;
    width: 348px;
  }
}

.pin {
      background: url('../img/pin.svg') center center no-repeat;
      width:24px;
      height:24px;
      background-size:33%;
      position: absolute;
      z-index: 2;
  }
  
  .pin:hover, .pin.active {
      margin-top: -2px;
      width:24px;
      height:24px;
      background-size:66.666%;
      cursor:pointer;
      z-index: 2;
  }
  
  .pin-hover {
      white-space: nowrap;
      position: absolute;
      top: -116px;
      left: 50%;
      border-radius: 6px;
      padding: 12px 18px;
      font-weight: 500;
      transform: translateX(-50%);
      margin-bottom: 26px;
      z-index: 1001;
      width:180px;
      text-align:left;
      color:var(--white);
      background: var(--semi-dark);
  box-shadow: 0 1px 8px 2px rgba(0,0,0,0.44);
  margin-top:-60px;
  margin-left:12px;
  display: none;
  z-index: 2;
  }
  
  .pin-hover:before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      width: 0;
      height: 0;
      margin-bottom:-2px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid var(--semi-dark);
      clear: both;
  }
  .pin-hover:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid var(--semi-dark);
      clear: both;
  }
  
    .pin:hover + .pin-hover {
        display: block;
    }

.location-mi, .location-mi-info {
    left: 22.7%;
    top: 48.4%;
}

.location-br, .location-br-info {
    left: 32.125%;
    top: 75%;
}

.location-de, .location-de-info {
    left: 51.15%;
    top: 32.25%;
}

.location-si, .location-si-info {
    left: 76.7%;
    top: 60.75%;
}
.ping-content {
	z-index: 2;
}

.ping-content h2 {
	color: var(--white);
	font-weight: 800;
}

.ping-content .card {
	background: var(--semi-dark);
}

.ping-content .card h5 {
	color: var(--white);
	font-weight: 700;
}

.ping-content .card p {
	margin-bottom: 0 !important;
}

.ping-green {color: var(--green) !important;}
.ping-yellow {color: var(--yellow) !important;}
.ping-red {color: var(--red) !important;}

.ping-content .btn-blue {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: var(--white);
	font-weight: 700;
	padding: 6px 24px;
	margin: 0 auto;
}

.list-games .card {
	background: var(--semi-dark);
	height: 190px;
	border-radius: 10px !important;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.list-games .card::before, .list-games .card::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all .3s linear;
  background: var(--blue);
}

.list-games .card:hover::before, .list-games .card:hover::after{
  width: 100%;
}

.list-games .card::before, .list-games .card::after{
  transition-delay: .2s;
}

.list-games .card::before{
  right: 0;
  top: 0;
}
.list-games .card::after{
  left: 0;
  bottom: 0;
}

.list-games .card:hover::before, .list-games .card:hover::after{
  transition-delay: .3s;
}

.list-games .card a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.list-games .card .card-body h2 {
	color: var(--white);
	font-weight: 800;
}

.list-games .card .card-body p {
	color: var(--light);
}

.vps table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.vps table caption {
    text-align: left;
    font-size: 1.3em;
    margin: 0.5em 0 0.75em;
}
.vps table thead {
    display: none !important;
}
.vps table tr {
    display: block;
    padding: 1em 1em 0.5em;
    background-color: var(--semi-dark);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
}


.vps table tr + tr {
    margin-top: 0.625em;
}
.vps table td {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    font-size: 0.8em;
    line-height: 1.35em;
    padding: 20px 0;
    color: var(--light);
    border: none;
}

.vps table td .table-t {
    color: var(--blue);
    font-weight: 800;
    font-size: 1rem;
}

.vps table td b {
	color: var(--white);
}

.vps table td .price {
    font-weight: 500;
}

.vps table td .btn {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 10px;
    font-size: 1em;
    padding: 10px 30px;
    font-weight: 600;
    border: none !important;
    width: 100%;
}

.vps table td:before {
    /*content: attr(data-label);*/
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 45%;
    color: var(--light);
}
/*
.vps table td + td {
  margin-top: 0.8em;
}*/
.vps table td:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
	.vps table td .btn {
		width: auto;
	}
  .vps table caption {
    font-size: 1.5em;
  }
  .vps table thead {
    display: none !important;
  }
  .vps table tr {
    display: table-row;
    border-bottom: 20px solid var(--dark);
    border-radius: 20px !important;
    padding: 30px !important;
  }
  .vps table th,
table td {
    text-align: center;
  }
  .vps table th {
    font-size: 0.85em;
    text-transform: uppercase;
  }
  .vps table td {
    display: table-cell;
  }
  .vps table td:before {
    display: none;
  }
  .vps table td:last-child {
  }
}

.vps .btn-swicher {
  width:626px;
}

.vps .btn-swicher {
  background-color: rgba(30, 37, 63, .8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius:50px;
  padding:10px;
  max-width:100%;
  display:inline-flex;
  margin:0 auto;
}
.vps .btn-swicher .nav-link {
  color:#fff;
  border-radius:50px;
  box-shadow:none;
  outline:none;
  font-size:16px;
  font-weight:500;
}

.vps .btn-swicher .nav-link span, .map .pin-hover span {
    position: relative;
    top: -7px;
    font-size: 9px;
}

.vps .btn-swicher .active {
  background:var(--blue);
}

.one-click-install {
	background: url('../img/particles.svg'), var(--semi-dark);
	background-size: cover;
	background-attachment: fixed;
}

.one-click-install div h2 {
	color: var(--white);
	font-weight: 700;
}

.one-click-install div p {
	
}

.one-click-install .system-card {
	background: var(--dark);
	border-radius: 55% 45% 59% 41% / 33% 57% 43% 67%;
	padding: 20px;
	width: auto;
	height: auto;
}

.one-click-install .system-card img {
	filter: blur(0px);
  cursor: pointer;
}

.one-click-install .system-card img:hover {
	filter: blur(2px);
}

.aboutus h4 {
	color: var(--white);
	font-weight: 700;
}

.teams .card {
	background: rgba(26, 30, 45, .4);
  border: 1px solid var(--semi-dark);
}

.teams .card h5 {
	color: var(--white);
	font-weight: 700;
}

.teams .card span {
	color: var(--blue);
}

.teams .card p {
	color: var(--light);
}

.terms h3 {
	color: var(--white);
	font-weight: 700;
}
.ping-green {
    color: green;
}

.ping-yellow {
    color: goldenrod;
}

.ping-red {
    color: red;
}