@font-face {
	font-family:Gilroy;src:local('Gilroy Medium'),local(Gilroy-Medium),url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"),url(../fonts/Gilroy-Medium.ttf) format("truetype");font-weight:500;font-style:normal;
}


html,
body {
	font-family: Gilroy;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    height: 100%;
	background-color: #fbfbfb;
    color: #373737;
background: url(/public/default2/img/bg.webp) center top no-repeat #fff;
}

.background{
	background-color: #fbfbfb;
}


.host-ellipsis{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
}


.modal .button-close{
    background: unset;
    border: none;
    color: #fff;
}

.modal .button-close:hover{
    opacity: 0.7;
}

.page{
    flex: 1 0 auto;
    padding: 1em;
    background: rgb(255, 255, 255);
background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border-radius: .25rem;
    border: solid 1px #7777774d;
}


header{
    background: rgba(65, 67, 70);
    margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
    border-radius: .25rem;
    color: #fff;
}

/*.modal{*/
/*    color: #2d283e;*/
/*}*/

header .btn-logout{
background: #000000a3;
  color: #fff;
  border-color: unset;
}

header .btn-logout:hover{
    opacity: 0.7;
    color: #fff;
}

header .btn-lk{
    background: #0000004f;
    border-radius: .25rem;
    border: 1px solid #ffffff;
    color: #fff;
}

header .btn-lk:hover{
   opacity: 0.7;
    color: #fff;
}

header .nav-link{
    color: #fff;
}

header .nav-link:hover{
    opacity: 0.7;
    color: #fff;
}

.main-content{
    flex: 0 0 auto;
}


.content-title{
    font-size: 1.2em;
    margin-bottom: 0.1em;
}


.content-title-inf{
font-size: 1.2em;
  background: #198754;
  padding: 15px 10px;
  border-radius: .25rem;
  margin-bottom: 10px;
  color: #fff;
}

.top-servers{
}


.top-servers .title h3{
    font-size: 1.6em;
    padding: 0.3em 0;
}



.top-servers .top-servers-wrapper .top-servers-info .hostname a{
    padding: 3px 6px;
    color: #606060;
    text-decoration: none;
    white-space: nowrap;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-servers .top-servers-wrapper .top-servers-info .hostname a{
    color: color: #000;
}

.top-servers .top-servers-wrapper .top-servers-info{
    background: rgb(255, 255, 255);
    width: 100%;
    color: #606060;
    border: solid 1px #7777774d;
    border-radius: .25rem;
}

.top-servers .top-servers-wrapper .top-servers-info .image-map{
    position: relative;
}

.top-servers .top-servers-wrapper .top-servers-info .image-map img{
width: 100%;
  height: 90px;
  padding: 0 5px;
}




.top-servers .top-servers-wrapper .top-servers-info .info .players{
    padding: 2px 6px 0px;
    color: #606060;
    font-size: 13px;
}

.top-servers .top-servers-wrapper .top-servers-info .info .address{
    padding: 0px 6px 2px;
    /*! border-top: 1px solid #bb9090; */
    display: block;
    font-size: 13px;
}


.top-servers .top-servers-wrapper .top-servers-info .image-map .name-map{
position: absolute;
  bottom: 0;
  right: 0;
  background: #00000052;
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 5px;
  color: #cecece;
}

.top-welcome-text{
    padding: 0.3em;
    background: #00000052;
}

.top-welcome-text h1{
    font-size: 24px;
}

.top-welcome-text .btn.add-server{
    background: #4a71fd;
    color: #fff;
    border-radius: 0;
}

.top-welcome-text .btn.add-server:hover{
    opacity: 0.7;
}


.servers-list{
margin-top: 10px;
}

.servers-list .title h3{
    font-size: 1.6em;
    padding: 0.3em 0;
}

.table-dark thead{
    background: rgba(65, 67, 70, 0.03);
	color:rgb(65, 67, 70);
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
}

.table-dark thead tr th{
    border-bottom: none;
    padding: 0.8em;
}

.table-dark td{
    padding: 0.8em;
}

.table-dark tr{
    border-bottom: #ececec;
}

.table-dark .address, .players{
    color: #1b1729;
    padding: 0.2em 0.4em;
    border-radius: 0.25em;
}

.table-dark .vote{
    color: #1b1729;
    padding: 0.2em 0.4em;
    border-radius: 0.25em;
}

.servers-list table .hostname{
    color: rgba(65, 67, 70);
    /*! font-weight: bold; */
    text-decoration: none;
}

.servers-list table .hostname:hover{
    opacity: 0.7;
}

.table-dark .fa-thumbs-down{
    color: #f35959;
}

.table-dark  .fa-thumbs-up{
    color: #6ff359;
}

.footer {
background: rgb(255, 255, 255);
  flex: 0 0 auto;
  border-radius: .25rem;
  border: solid 1px #7777774d;
  margin-bottom: 10px;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100%;
	width: 1100px;
	margin: auto;
}

select option {
    background: rgb(45 40 62);
    color: #fff;
    text-shadow: 0 1px 0 rgba(45, 40, 62, 0.32);
}
.vip-icon{
display: block;
  width: 76px;
  height: 24px;
  background: url('/public/default2/img/vip.webp') no-repeat 0 0;
  margin: 0 auto;
}
.table-dark{
    color: #1b1729;
}


.server-info .fa-thumbs-down{
    color: #f35959;
}

.server-info .fa-thumbs-up{
    color: #6ff359;
}

.server-info .game,
.server-info .name,
.server-info .address,
.server-info .players,
.server-info .map,
.server-info .created-at{
}

.server-info .status-online{
background: #198754;
  padding: 0.1em 0.4em;
  border-radius: 0.25em;
  color: #fff;
}

.server-info .status-offline{
    background: #ff5a5a;
    padding: 0.2em 0.4em;
    border-radius: 0.25em;
}

.news .card{
    background: #8ad3ff47;
    border: 1px solid #c4c4c433;
}


.games-menu a{
    color: #373737;
    padding: 0.5em;
    display: inline-block;
    text-decoration: none;
}

.games-menu a:hover{
    opacity: 0.7;
    color: #fff;
}

.comments .comment{
padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.pay-select .card{
min-height: 30px;
  background: lightcyan;
  border: 1px solid #b5b5b5;
  color: #353535;
  cursor: pointer;
}

.pay-select a{
    color: #fff;
    text-decoration: none;
}


.pay-select .card.active {
    background: rgb(255 255 255 / 12%);
    border: 1px solid #b5b5b5;
}



.pay-select .colors .radio-tile, .pay-select .top-place .radio-tile {
    display: none;
}

.pay-select .colors .radio-tile-label {
display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  color: black;
  text-align: center;
  font-size: 10pt;
}

.pay-select .colors .radio-tile:checked + .radio-tile-label {
    transform: scale(1.1);
    border: 3px solid #000;
}




.pay-select .top-place .radio-tile-label {
display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  color: white;
  text-align: center;
  background-color: #00ae13;
  border: 1px solid #313131;
  font-size: 10pt;
}

.pay-select .top-place .radio-tile:checked + .radio-tile-label {
    transform: scale(1.1);
    border: 1px solid #000;
}


.btn-loader {
    position: relative; /* Делаем кнопку контейнером для позиционирования */
    display: inline-flex; /* Используем flex для выравнивания */
    align-items: center; /* Выравниваем элементы по вертикали */
    justify-content: center; /* Выравниваем элементы по горизонтали */
}

.btn-loader .loader {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user-refill .card{
    color: #000;
}
.user-refill .payment-method-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-refill .payment-method-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


.user-refill #submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.user-refill .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}