@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.monitoring-blocks_new {
  padding: 0px;

  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: initial;
  align-content: flex-start!important;

  background: none;
  border: none;

  row-gap: 10px;
  column-gap: 10px;

margin-bottom: 24px;
}

.monitoring-blocks_new .serverNew {
  transition: .3s;
  border-radius: 12px;
  height: 100px;
  vertical-align: top;
  overflow: hidden;
  position: relative;

  color: #fff;

  font-family: 'Montserrat', sans-serif;
  
  font-weight: bold;
}

.serverNew .mapImage {
  width: 100%;
  height: 100%;

  position: relative;
}

.progress-bar-vertical {
  width: 10px;
  min-height: 70px;
  margin-right: 20px;
  float: left;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  -webkit-align-items: flex-end; /* Safari 7.0+ */
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.block-server-map {
  height: 100%!important;
  width: 100%!important;
  position: relative!important;
}

.block-server-map img {
  object-fit: cover!important;
  height: 100%!important;
  width: 100%!important;
}

@media (max-width: 599px) {
  .header .container .branding {
    display: none;
  }

  .header .container .collapsible-menu__pc {
    display: none;
  }

  .monitoring-blocks_new {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-map-img:hover img {
  opacity: 1!important;
  transition: .5s;
}

.block-map-img {
  height: 100%!important;
  width: 100%!important;
  position: relative!important;
}

.block-map-img img {
  object-fit: cover!important;
  height: 100%!important;
  width: 100%!important;
  opacity: .2;
}

.block-servers-name {
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 16px;
  left: 44px;
  text-transform: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  position: absolute;
  z-index: 20;
  font-size: calc(15px + 0.1vw);
  pointer-events: none;
}

.serverNew .progress {
  top: 19px;
  left: 20px;
  position: absolute;
  z-index: 20;
}

.group {
  transition: .3s;
  font-style: normal;
  pointer-events: none;
  position: absolute;
  bottom: 18px;
  left: 44px;
  letter-spacing: 0;
  color: hsla(0,0%,100%,.5);

  font-weight: 400;
  font-size: 12px;
  z-index: 20;

  font-weight: 400;
}

.panel_actions {
  margin-top: 40px;

  display: flex;
  flex-direction: row;

  justify-content: space-between;
}

@media (max-width: 599px) {
  .panel_actions {
    gap: 20px;

    flex-direction: column;
  }
}

.panel_actions a.copyBtn i, .panel_actions a.connectBtn i {
  padding-right: 8px;
}

.panel_actions a.copyBtn, .panel_actions a.connectBtn {
  border: 2px solid #0060fe;
  background-color: #0060fe4f;
  box-shadow: 0px 5px 10px 2px rgba(0, 110, 255, 0.2);
  color: #fff;

  border-radius: 8px;

  padding: 8px;
}

.moreInfos {
  margin-bottom: 36px;

  display: flex;
  flex-direction: row;

  flex-wrap: wrap;

  gap: 20px;
  
}

.moreInfos a {
  border: 2px solid #0060fe;
  background-color: #0060fe4f;
  /*box-shadow: 0px 5px 10px 2px rgba(0, 110, 255, 0.2);*/
  color: #fff;

  border-radius: 8px;

  padding: 8px;
}

.moreInfos a i {
  padding-right: 8px;
}


.moreInfo--text {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}

.moreInfo--name {
  font-size: 18px;
  font-weight: bold;
}

.moreInfo--icon {
  margin-left: auto;
}
 

.moreInfo--stats, .moreInfo--admins {
  /*box-shadow: 0px 5px 10px 2px #0060fe !important;*/
}

.moreInfo--bans {
  border-color: #ff0000 !important;
  background-color: #ff00264f !important;

  /*box-shadow: 0px 5px 10px 2px #ff0000 !important;*/
}


.moreInfo--shop {
  border-color: #e200f1 !important;
  background-color: #d167c14f !important;

  /*box-shadow: 0px 5px 10px 2px #e200f1 !important;*/
}
