/* pages new */
.server.pages {color: #4b4f56;font-size: 15px;font-weight: 500;display: flex;align-items: center;max-width: 100%;font-family: 'Heebo', sans-serif;margin-bottom: 12px;}
    
}

.pages
{
    cursor: default !important;
    background-color: white !important;
}



.pages a
{
    padding: 6px 11px 6px 11px;
    box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
    background: white;
    cursor: pointer;
    font-size: 18px;
    border-radius: 7px;
    color: #4b4f56;
}

.pages a:hover
{
    background-color: #0083ff;
    color: white;
}

.pages .selected
{
    background-color: #0083ff;
    color: white;

}

.pages .selected:hover
{
    background-color: #0083ff;
}


.pagesorg {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.hrefpages {
    display: flex;
    gap: 5px;
}

/*  */
.gamenameshow, .infobutto {
	
	display: none;
}

#page
{
	width: 1000px;
    min-height: 600px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border: 1px solid #dbdbdb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.server#page {
    background: transparent;
    width: auto;
    box-shadow: none;
    border: none;
}


#page .titlePage
{
	height: auto;
	padding: 9px;
	background: #3d3d3d;
	box-shadow: rgb(223, 223, 227) 0px 1px 0px 0px, rgb(233, 233, 236) 0px 0px 0px 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #63636b !important;
}

#page .titlePage.titleServ 
{
    background: white;
    border-right: 6px solid #0089ff;
    border-radius: 3px 0 0 3px;
	font-weight: 400;
	direction: ltr;
}

#page .title span
{
    margin-right: 20px;
    color: white;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#page table
{
    width: 100%;
    /* border-spacing: 0; */
}

#page table td
{
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ececec;
}

#page input[type='text'], select, textarea, input[type='password']
{
    border: 1.5px solid #b2b2b2;
    border-radius: 4px;
    color: black;
    padding: 5px 10px 5px 10px;
    outline: none;
    resize: none;
    font-size: 16px;
    font-family: 'Open Sans Hebrew', serif;
}



#page input[type='text']:focus, select:focus, textarea:focus, input[type='password']:focus
{
    border: 1.5px solid #005eef;
}

#page input[type='submit']
{
    background-color: #005eef;
    border: 1px solid #a7a7a74d;
	box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border-radius: 4px;
    color: white;
    padding: 6px 0 5px 0;
    text-align: center;
    width: 140px;
    height: 35px;
    cursor: hand;
    cursor: pointer;
	transition: background-color .3s ease,color .3s ease,border .3s ease;
}

#page input[type='submit']:hover
{
    background-color: #0044ad;
	transition: background-color .2s ease,color .2s ease,border .2s ease;
}


.contactform {
    display: flex;
    flex-direction: column;
	width: auto;
    margin: 0 auto;
    padding: 20px;
    gap: 10px;
	/*background: white;
    margin-top: 5px;
	box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border: 1px solid #dbdbdb;*/
}


.server
{
    width: 100%;
}

.server .gamePic
{
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    border-radius: 2px 2px 0 0;
    display: flex;
    height: auto;
    flex-direction: column;
	background-size: cover;
}



.verification
{
    padding: 5px 20px 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
}

.vtrue
{
    background: url("../../images/v.png") #d3eeb4;
    background-repeat: no-repeat;
    background-position: 100% center;
    color: #4b6131;
}

.vfalse
{
    background: #eeb4b4;
    color: #613131;
}

.vfalse a
{
    color: #613131;
	font-weight: bold;
}

/*
.server .details
{
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
}

.server .details td
{
    border-bottom: 1px solid #cfe7f5 !important;
    padding: 2px 0 2px 0;
}
*/

.server .details
{
    /*width: 40% !important;*/
    font-size: 14px;
    border-spacing: 0 5px;
    /*border: 1px solid rgba(54,54,54,.125);
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
	*/
    border-radius: 0.25rem;
}

.server .details td
{
    /*border-bottom: 1px solid #cfe7f5 !important;*/
    padding: 2px 0 2px 0;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
}

.details th 
{
padding: 10px;
font-family: 'Heebo', sans-serif;
font-weight: 400;
text-align: right;
}

/* Players List */
.server .players
{
    border-radius: 0.25rem;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.server .players td
{
    padding: 2px 0 2px 0;
    text-align: center;
    color: #58585B;
    font-size: 14px;
    direction: ltr;
    font-family: 'Heebo', sans-serif;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    /* text-align: right; */
}

.players tr {
    background: white !important;
}

.players tr:nth-child(even)
{
background: white !important;
}


.players th {
    padding: 10px;
    font-family: 'Heebo', sans-serif;
    /* color: #666666; */
    font-weight: 400;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* text-align: right; */
    padding: 10px;
    color: #1b1b27;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
}

.mapim td {
    font-family: 'Heebo', sans-serif;
}

.snickname{
	color: #0037ff !important;
    text-decoration: none;
    font-size: 17px !important;
}

.mainpslist {
 
    max-width: 100%;
    border-radius: 3px 3px 0 0;
}

.plititl {
    display: flex;
    background: #ffffff;
    padding: 15px;
    align-items: center;
    position: relative;
    color: #d7d7d7;
    box-shadow: rgb(223, 223, 227) 0px 1px 0px 0px, rgb(233, 233, 236) 0px 0px 0px 1px;
	border-radius: 3px 3px 0 0;
}

span.titleplist {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #1b1b27;
}

.playerlist {
    padding: 20px;
    background: #f9f9f9;
    /* direction: ltr; */
    box-shadow: rgb(223, 223, 227) 0px 1px 0px 0px, rgb(233, 233, 236) 0px 0px 0px 1px;
    position: relative;
}

.empty {
    text-align: center !important;
}

.playerlist.owne {
    padding: 15px;
}



.server .vip
{
    background-color: #00a2ff;
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 15px 0 14px 0;
    line-height: 24px;
    display: inline-block;
}
.server .vip span
{
    color: #94d8ff;
    font-size: 16px;
}

.server .vip input[type="submit"]
{
    background-color: #0d8fda !important;
    width: 150px !important;
    font-size: 14px !important;
    color: white !important;
    padding: 5px 5px 5px 5px !important;
    border: 0 !important;
}

.server .mark
{
    background-color: #41baff;
    width: 100%;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 15px 0 14px 0;
    line-height: 24px;
    display: inline-block;
}
.server .mark span
{
    color: #185d84;
    font-size: 16px;
}

.server .mark input[name="boldPayPal"]
{
    background-color: #0d8fda !important;
    width: 170px !important;
    font-size: 14px !important;
    color: white !important;
    padding: 5px 5px 5px 5px !important;
    border: 0 !important;
}

.server .mark input[name="boldCall"]
{
    background-color: #40b0f0 !important;
    width: 170px !important;
    font-size: 14px !important;
    color: white !important;
    padding: 5px 5px 5px 5px !important;
    border: 0 !important;
}

.server .popup
{
    background-color: #ffbb62;
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 15px 0 14px 0;
    line-height: 24px;
    display: inline-block;
}

.server .popup span
{
    color: #805620;
    font-size: 16px;
}

.server .popup input[name="adverPayPal"]
{
    background-color: #d0892c !important;
    width: 170px !important;
    font-size: 14px !important;
    color: white !important;
    padding: 5px 5px 5px 5px !important;
    border: 0 !important;
}

form#paypal_vip, #paypal_publish, #paypal_votes, #paypal_highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

