#pageLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0px auto;
    background: #111217;
    z-index: 9999;
    text-align: center;
    color: #5294ff;
    letter-spacing: 5px;
    font-size: 50px;
    padding-top: 300px;
    padding-right: 210px;
}

.subscribe-match-block {
    background-color: #0494fc !important; 
    color: #f0f2f5 !important;
    border-color: #0494fc !important;
}

.modal-width {
    min-width: 500px !important;
}

.modal-width-xl {
    min-width: 618px !important;
}

.csgo-background {
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-image: url("/app/images/csgo_ranks.jpg");
}

.connection-msg {
    text-align: center;
    padding-top: 300px;
}

.b-modal {
    background-color: #111217 !important;
    opacity: 0.85 !important;
}

.profile-name {
    text-align: center;
    margin-top: 2rem;
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.profile-block {
    max-width: 100%;
    margin-bottom: 1.6rem;
}

.profile-text {
    font-size: 1.2rem;
}

.profile-image {
    text-align: center;
    width: 120px;
    margin: 0 auto;
    height: 120px; 
}

.profile-image-border {
    border-radius: 0.8rem;
    border: 2px solid #0494fc;
}

.cookie-notification {
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 50;
  left: 56%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 1.5rem;
  background-color: #262831;
  border-radius: 0.8rem;
  box-shadow: 0 0 30px rgb(0 0 0 / 45%);
  z-index: 9999;
}

.cookie-notification p {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  color: #f0f2f5;
  user-select: none;
}


@media (min-width: 576px) {
  #cookie-notification.show {
    display: flex;
  }
  .cookie-accept {
    background-color: #0494fc;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 1rem;
    color: #fff;
    padding: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: pointer;
  }
  .cookie-accept:hover {
    background-color: #2a81c1;
  }
}

@media (max-width: 575px) {
  #cookie-notification.show {
    display: block;
    text-align: left;
  }

  .cookie-notification {
    left: 50%;
    bottom: 100px;
  }
  .cookie-accept {
    background-color: #0494fc;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 1rem;
    color: #fff;
    padding: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: pointer;
  }
  .cookie-accept:hover {
    background-color: #2a81c1;
  }
}

a {
    transition: .15s;
}

a:hover {
    transition: .15s;
}

button {
    transition: .15s;
}

button:hover {
    transition: .15s;
}

.cm--badge {
    transition: .15s;
}

.cm--badge:hover {
    transition: .15s;
}

.servers-status {
    background: #0494fc;
    border-color: #0494fc;
}

.servers-status-link {
    color: #f0f2f5 !important;
    cursor: default;
}

.servers-status-block {
    border-radius: 50px;
    border: 1px solid #262831;
}

a, span, h1 {
    user-select: none;
}

#profileName {
    max-width: 108px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 11px;
    font-weight: 400;
}

#profileNameModal {
    max-width: 111px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
}