.body.body-GrayContent {
    background: #f2f6fc;
}
.btn-outline-light {
    color: #afd7ff !important;
    border-color: #0c4d8f !important;
}
.ml-3 {
    margin-right: 33px;
}
.content{
    min-height: calc(100vh - 80px);
}
.btn {
    padding: 0.175rem 0.65rem !important;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #0a65c147 !important;
    border-color: #f8f9fa;
}
.btn-warning {
    color: #fff !important;
    background-color: #0a65c1 !important;
    border-color: #000000 !important;
}
.top-servers {
    padding: 25px 15px 30px 15px;
    background: #fff;
    box-shadow: 0 2px 8px -6px rgb(0 0 0 / 75%);
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}
.list-servers {
    padding-top: 20px;
}
.top-servers .top-servers-wrapper{
    /* box-shadow: 1px 1px 10px rgb(33 37 41 / 34%); */
    /* padding: 7px; */
}
.top-servers .top-servers-wrapper .top-servers-info .hostname a {
    padding: 3px 6px;
    text-decoration: none;
    display: block;
    font-size: 14.5px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #000;
}

.top-servers .top-servers-wrapper .top-servers-info {
    background: #ffffff;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #dadce0;
    flex-direction: column;
}

.top-servers .top-servers-wrapper .top-servers-info .image-map{
    position: relative;
}

.top-servers .top-servers-wrapper .top-servers-info .info .players {
    padding: 3px 6px;
}

.top-servers .top-servers-wrapper .top-servers-info .info .address {
    color: #999;
    padding: 3px 6px;
    border-top: 1px solid #dadce0;
    font-size: 15px;
}

.top-servers .top-servers-wrapper .top-servers-info .image-map img {
    width: 100%;
    height: 121px;
    border-radius: 4px;
}
.top-servers .top-servers-wrapper .top-servers-info .image-map .name-map {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e8f0fe8a;
    color: #000;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px 0 0 0;
}

.top-servers .name-block, .list-servers .name-block{
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.75px;
    padding: 0 0 0 42px;
    transition: color .1s;
    margin-bottom: 20px;
}

.form-control-dark{
    background-color: #212529 !important;
}

footer{
    background-color: #3e4551;
}

.heading-table{
    background: #212529;
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #050606;
    padding: 0.4em;
}


.my-servers-list .server-info{
    border:1px solid #6c757d;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #e9ecef;
    position: relative;
}


.my-servers-list .server-info .img img  {
    width: 160px;
    height: 110px;
    margin: 10px;
    border: 3px solid #bd8c00;
    border-radius: 3px;
}


.my-servers-list .server-info .img{
    width: 20%;
    float: left;
}

.my-servers-list .server-info .info-2{
    float: left;
    width: 38%;
    margin-top: 8px;
}

.my-servers-list .server-info .info ul li, .info-2 ul li{
    padding-bottom: 3px;
}

.my-servers-list .server-info .info{
    margin-top: 8px;
    width: 40%;
    float: left;
}

.my-servers-list .server-info .btn-remove-server{
    float: right;
    margin: 3px;
    color: #f14040;
}

.breadcrumb{
    padding: 10px !important;
    background: whitesmoke;
}

.breadcrumb li a{
    color: #ffc107;
}

.server-info {min-height:200px;}
.server-info .info-map{
    float: left;
    margin: 5px 0;
    width: 170px;
}

.server-info .info-text{
    margin: 10px 0px 10px 175px;
}

.server-info .info-text ul li{
    border-bottom: 1px dashed #dee2e6;
    padding: 3px 0;
}


.info-map img{
    width: 165px;
    height: 110px;
    float: left;
    border: 2px solid #008bdb;

}
.info-map p {
    margin: 4px;
    text-align: center;
}

.server-info .info-text .hostname{
    overflow: hidden;
    display: inline-flex;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comments .comment{
    border-bottom: 1px solid #e9ecef;
}
.comments .comment :last-child{
    border: none;
}


.comments .comment .img-user{
    margin: 5px;
    float: left;
    width: 10%;
}

.comments .comment .img-user img{
    width: 50px;
    border-radius: 50%;
}

.comments .comment .text{
    margin: 5px;
    float: left;
    position: relative;
    width: 86%;
    padding-bottom: 10px;
}

.comments .comment .date{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e9ecef;
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;

}

.comment:last-child{
    border: none;
}

.reviews-text p{
    text-align: justify !important;
}

.comments{
    max-height: 400px;
    overflow-y: scroll;
}

.comments::-webkit-scrollbar {
    width: 10px;
}



/* Handle */
.comments::-webkit-scrollbar-thumb {
    background: #212529;
}


.comments .comment .author{
    background: #e9ecef;
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
}



.players-list{
    overflow-y: scroll;
    max-height: 360px;
}



.players-list::-webkit-scrollbar {
    width: 10px;
}


.players-list::-webkit-scrollbar-thumb {
    background: #212529;
}

.server-info .head-block{
    background: whitesmoke;
    padding: 0.4em 0.6em;
}




.list-unstyled>li>a:hover {
    color: #fff;
}
.list-unstyled>li>a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #555;
    font-weight: 700;
    letter-spacing: -0.25px;
    transition: color .1s linear;
}