.custom-server {
    width: 100%;
    height: 96px;
}

.custom-server > img {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
    transition: 0.35s;
    opacity: 0.3;
}
.custom-server:hover > img {
    transition: 0.35s;
    opacity: 1;
}
.custom-shop {
    width: 100%;
    height: 96px;
}
.custom-shop > img {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
    transition:0.35s;
    opacity: 1;
}
.custom-shop:hover > img {
    transition: 0.35s;
    opacity: 1;
}
.server-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 15px;
}

.data-basic {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 88%;
}

.data-name {
    color: #ededed;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-basic__group {
    display: flex;
    align-items: center;
    /* text-align: center; */
    gap: 10px;
    color: #FF9900;
    font-weight: bold;
}

.data-players {
    display: flex;
    gap: 1px;
}

.data-players i {
    font-size: 18px;
}

.data-players__online {
    font-size: 22px;
    font-weight: bold;
    transition: .15s;
}

.data-map {
    font-size: 22px;
    font-weight: bold;
    color: #FF9900;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
    margin-top: 4px;
}

.data-play__btn {
    display: none;
}

.server-play__btn {
    color: rgb(192, 192, 192);
}

.server-copy__btn {
    color: rgb(192, 192, 192);
}

.server-copy__btn:hover {
    cursor: pointer;
}

.modal-window-server {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.5s;
    pointer-events: auto;
    background-color: #000000a1;
}

.modal-window-server .card {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 2px;
}

.modal-window-server > div {
    position: absolute;
    width: 25%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    background: var(--sidebar-color);
    border-radius: 14px;
    border: 1px solid #25242f;
}

.server_block_scroll {
    margin: 10px 0px;
    max-height: 400px;
    overflow-y: scroll;
}

.modal-card {
    transition: all 0.5s;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.modal-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #515151;
}

.modal-card__badge {
    padding: 8px 12px;
    margin: 0;
}

.modal-btn__close {
    font-size: 16px;
    line-height: normal;
    color: white;
}
.modal-btn__close:hover {
    font-size: 16px;
    line-height: normal;
    color: var(--span-color);
}


.modal-table {
    padding: 5px;
}

.table-thead tr th{
    background-color: #2b2c39;
    border-bottom: 0px;
}

.modal-card__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.modal-btn {
    padding: 8px 12px;
    background: linear-gradient(43deg, #7c28a0, #4887e4);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:10px;
    transition: .3s;
}
.modal-btn:hover {
    border-radius: 50px;
    color: white;
    transition: .3s;
    box-shadow: 0 0 20px 0 #6455c08c;
}
@media (max-width: 575.98px){
    .data-name {
    font-size: 12px;
    }
    .data-players i {
    font-size: 15px;
    padding: 9px 10px;
    }
    .data-players__online {
    font-size: 12px;
    }
    .data-map {
    font-size: 12px;
    }
    .server-copy__btn  {
    display: none;
    }
    .server-play__btn {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 170px;
    font-size: 10px;
    background-color: rgb(0 0 0 / 53%);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    gap: 6px;
    }
}
@media (min-width: 1200px) 
    {   
    .data-name {
        font-weight: bold;
        text-shadow: 0 1px 4px #000000c2;
        font-size: 12px;
        background: linear-gradient(90deg, #00000029, transparent);
        padding: 7px 14px;
        border-radius: 50px;
    }
    .data-players i {
        font-size: 15px;
        padding: 9px 10px;
    }
    .data-players__online {
        font-size: 12px;
        margin-top: 8px;
        margin-left: 2px;
        opacity: .5;
    }
    .data-map {
        font-size: 12px;
        opacity: .5;
    }
    .server-copy__btn  {
        display: flex;
        font-size: 14px;
        padding: 14px 17px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        background-color: #00000040;
        transition:.7s;
        position: absolute;
        top: -54px;
        right: -20px;
    }
    .server-copy__btn:hover  {
        background-color: #0c0c0c8f;
        transition: .15s;
    }
    .server-play__btn {
        display: flex;
        font-size: 18px;
        padding: 12px 15px;
        border-bottom-right-radius: 14px;
        border-top-left-radius: 14px;
        background-color: #00000040;
        transition: .7s;
        position: absolute;
        top: -5px;
        right: -15px;
    }
    .server-play__btn:hover {
        background-color: #0c0c0c8f;
        transition: .15s;
    }
    .tooltiptwo {
        position: relative;
        display: inline-block;
    }
    .tooltiptwo .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: rgb(43 44 57);
        color: #b8bbe4;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        top: 11px;
        right: 112%;
        z-index: 1;
    }
    .tooltiptwo:hover .tooltiptext {
        visibility: visible;
    }
}

@media (min-width: 992px) and (max-width: 1199px) 
{   
    .custom-server {
        height: 90px;
    }
    .data-name {
        font-size: 14px;
    }
    .data-players i {
        font-size: 12px;
    }
    .data-players__online {
        font-size: 12px;
        margin-top: 8px
    }
    .server-copy__btn  {
        display: flex;
        position: absolute;
        bottom: 24px;
        left: 311px;
        font-size: 10px;
        background-color: rgb(0 0 0 / 53%);
        padding: 4px 10px;
        border-radius: 4px;
        letter-spacing: 1px;
        gap: 1px;
    }
    .server-play__btn {
        display: flex;
        position: absolute;
        bottom: 24px;
        left: 185px;
        font-size: 10px;
        background-color: rgb(0 0 0 / 53%);
        padding: 4px 10px;
        border-radius: 4px;
        letter-spacing: 1px;
        gap: 1px;
    }
    .data-map {
        font-size: 12px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
    .custom-server {
        height: 90px;
    }
    .data-name {
        font-size: 16px;
    }
    .data-players i {
        font-size: 15px;
    }
    .data-players__online {
        font-size: 13px;
    }
    .server-copy__btn  {
        font-size: 18px;
    }
    .server-play__btn {
        font-size: 18px;
    }
    .data-map {
        font-size: 12px
    }
    .circle-pulse{
    display:none;
    }
}

@media (max-width: 575.98px) {
    .custom-server {
        height: 85px;
    }
    .modal-window-server > div {
        width: 70%;
        top: 40%;
    }
    .modal-window-server .input-form{
        display: none;
    }
    .server_block_scroll {
        max-height: 300px;
    }
    .table-point {
        display: none;
    }
    .show_her {
        display:none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .data-name {
    font-size: 12px;
    }
    .data-players i {
    font-size: 15px;
    padding: 9px 10px;
    }
    .data-players__online {
    font-size: 12px;
    }
    .data-map {
    font-size: 12px;
    }
    .server-copy__btn  {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 320px;
    font-size: 10px;
    background-color: rgb(0 0 0 / 53%);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    gap: 6px;
    }
    .server-play__btn {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 170px;
    font-size: 10px;
    background-color: rgb(0 0 0 / 53%);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    gap: 6px;
    }
    .custom-server {
        height: 85px;
    }
    .server_block_scroll {
        max-height: 300px;
    }
    .show_her {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .data-name {
    font-size: 12px;
    }
    .data-players i {
    font-size: 15px;
    padding: 9px 10px;
    }
    .data-players__online {
    font-size: 12px;
    margin-top: 8px;
    }
    .data-map {
    font-size: 12px;
    }
    .server-copy__btn  {
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 315px;
    font-size: 10px;
    background-color: rgb(0 0 0 / 53%);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    gap: 1px;
    }
    .server-play__btn {
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 186px;
    font-size: 10px;
    background-color: rgb(0 0 0 / 53%);
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    gap: 1px;
    }
    .custom-server {
    height: 85px;
    }
    .server_block_scroll {
    max-height: 300px;
    }
    .show_her {
    height: 96px;
    }
    .custom-server {
    width: 100%;
    height: 96px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-server {
    width: 100%;
    height: 96px;
    }

    .modal-window-server > div {
        width: 38%;
        top: 50%;
    }
    .server_block_scroll {
        max-height: 300px;
    }
    .show_her {
    height: 96px;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

    .modal-window-server > div {
        width: 30%;
    }
}

@media (min-width: 1500px) {

    .modal-window-server > div {
        width: 30%;
    }
}

@media (min-width: 768px)
{
    .widthall
    {
        max-width: 50% !important;
        flex: 100 !important;
    }
    .show_her {
        height: 96px;
    }
    .circle-pulse,
    .circle-pulse:after {
        visibility: visible;
        border-radius: 50%;
    }
    .circle-pulse {
        display: inline-block;
        z-index: 99;
        background: rgb(0 238 16);
        height: 5px;
        width: 5px;
        opacity: 1;
        pointer-events: none;
        margin: 14px 12px 8px 8px;
    }
    .circle-pulse:after {
        content: "";
        height: 15px;
        width: 15px;
        position: absolute;
        margin: -5px 0px 0px -5px;
        -webkit-animation: pulsate 2s ease-out;
        animation: pulsate 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        -webkit-box-shadow: 0 0 2px 1px #00ee10;
        box-shadow: 0 0 2px 1px #00ee10;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
     }
  @-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.inline {
    padding: 15px 0px;
    text-transform: uppercase;
    opacity: 0.7;
    transition:.3s;
}
.inline:hover {
    opacity: 1;
    transition:.3s;
}
}


svg {
    position: absolute;
    top: -206px;
    right: 0;
    height: 476px;
    width: 500px;
    opacity: .1;
  }
  path {
    stroke: #b8bbe4;
    stroke-width: 2px;
    fill: none;
    stroke-dasharray: 630, 500;
    stroke-dashoffset: 0;
    animation: pulse 4s infinite linear;
    &:nth-child(1) {
    stroke: #b7b4c2;
    }
  }
  
  @keyframes pulse {
    0% {
      stroke-dashoffset: 1130;
    }
  
    100% {
      stroke-dashoffset: 0;
    }
  }
  