/* Server Page */

.nbarsvs {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-radius: 2px 2px 0 0;
    box-shadow: rgb(223, 223, 227) 0px 1px 0px 0px, rgb(233, 233, 236) 0px 0px 0px 1px;
    /*box-shadow: 0 3px 6px rgb(18 17 17 / 30%);*/
    display: flex;
    position: relative;
    height: auto;
    background: #ffffff;
}

.svsicons {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
    background: white;
	border-radius: 2px 0 0 0;
}

.menusvs {
	height: 100%;
    display: flex;
    align-items: center;
    gap: 23px;
}

a.iconsvs {
    padding: 15px;
    /* background: #015bff; */
    /* border-right: 1px solid; */
	color: #4a4a4a;
	transition: all 0.1s ease-in;
}

span.icn {
    
    transition: all 0.1s ease-in;
    font-size: 17px;
}

a.iconsvs:hover{
transition: all 0.1s ease-in;
color: #0064ff;
}

a.svsmenu {
    padding: 15px;
    font-family: 'Heebo', sans-serif;
    transition: all 0.1s ease-in;
}

button.svsmenu {
    padding: 15px;
    font-family: 'Heebo', sans-serif;
    transition: all 0.1s ease-in;
	font-size: 15px;
}

.svsmenu:hover{

    color: #015bff;
    font-size: 16px;
    transition: all 0.1s ease-in;
	cursor: pointer;
}

.active, .actives span {

color: #015bff;

font-size: 16px;

transition: all 0.1s ease-in;

font-weight: 500;
}

.active, .actives {
    border-bottom: 3px solid #107bff;
}

img.barnaer {
    max-width: 100%;
}

/* Tes */

.maindetail {
    display: flex;
    align-items: center;
    max-width: 100%;
    direction: ltr;
    gap: 10px;
    padding: 10px;
}

.spdetailsb {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: rgb(223, 223, 227) 0px 1px 0px 0px, rgb(233, 233, 236) 0px 0px 0px 1px;
    display: flex;
    position: relative;
    height: auto;
    /*background: linear-gradient( rgb(12 12 12 / 70%), rgb(2 2 2 / 54%)), no-repeat;*/
    background-size: cover;
    background-position: center;
    flex-direction: row-reverse;
}

.bspage {
    display: flex;
    flex-direction: column;
    gap: 5px;
	cursor: zoom-in;
	max-height: 130px;
}

.bspage img.full {
  position: fixed;
  top: 0; left: 0; z-index: 999;
  width: 100vw;
  height: 100vh;
  object-fit: scale-down; /* fill | contain | cover | scale-down - was cover*/
  background: #fff;
  cursor: zoom-out;
  transition: all 0.6s;
}

.owner span {
    font-size: 16px;
}

.owner {
    color: gold;
}

img.pfpic {
    width: 100px;
}


.orgmdt {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 15px;
    height: 100%;
}

.acnamd {
    font-size: 22px;
    color: white;
}

.buttsect {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.buttonspage, .buttsor {
    display: flex;
    gap: 10px;
}

a.butconnect {
    padding: 4px 21px;
    /*background-image: linear-gradient(#000000, #838383);*/
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    color: white;
	background-color: #171d25;
	height: 35px;

}

a.buttvote {
    padding: 0 21px;
    /*background-image: linear-gradient(#0066ff, #65aaff);*/
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    color: white;
	background-color: #0066ff;
	height: 35px;

}

/* effect */

.butconnect, .buttvote {
  appearance: none;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.butconnect:before, .buttvote:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.butconnect:before{

	  background-color: #2a475e;
}

.buttvote:before{

	  background-color: #004eff;
}

.butconnect:hover:before, .buttvote:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.butconnect span, .buttvote span {
  z-index: 1;
  position: relative;
}

/* effect */

.tagserv {
    display: flex;
    gap: 10px;
}

.tager {
    padding: 0 14px;
    background: #015bff;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}


.rsinspg {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 10px;
    padding: 10px;
    /* position: absolute; */
    right: 0;
    height: 100%;
}


.dataspg {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sp {
    padding: 1px;
    flex-direction: row;
    gap: 10px;
	align-items: center;
}

img.mppic {
    width: 210px;
    /*border-radius: 5px;*/
    border: 1px solid rgba(54,54,54,.125);
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
	object-fit: cover;
    height: 130px;
}

.sps {
    color: white;
}

.spsrs {
    color: #ebebeb;
	word-break: break-all;
}




h1 {
    padding: 0 21px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: white;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}

.ipcopyto {
    /* padding: 0 21px; */
    background-color: #323232;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    display: flex;
    color: white;
    align-items: center;
	position: relative;
	height: 35px;
}

.ipcopyto span {
    padding: 10px;
    background-color: #484848;
}

h1.special:before{
  content:'Copied!';
  order: 2;
  background: #0072ff;
  font-weight:normal;
  color: #ffffff;
  height: 100%;
	margin-left: 5px
}

/*
div#banners {
    background: white;
    box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border: 1px solid #dbdbdb;
}*/

.contspg {
	
    display: none;
	width: 100%;
    margin-top: 15px;
	height: auto;
    position: relative;
	margin-bottom: 15px;
	min-height: 300px;
}

.contsblow {
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
	gap: 10px;

}

.contsblow.signgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


/*.blocksign
{
    display: flex;
    justify-content: center;
    padding: 5px;
	flex-direction: column-reverse;
}
*/

.blocksign {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    background: white;
    padding: 10px;
    box-shadow: 0 1px 0 0 #d3cece;
}

.ipcopyinput {
    /* padding: 0 21px; */
    background-color: #323232;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    display: flex;
    color: white;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.ipcopyinput span {
    padding: 10px;
    background-color: #484848;
    display: flex;
    align-items: center;
    width: 86px;
    gap: 2px;
	justify-content: center;
}

.signlinks {
    display: flex;
    gap: 10px;
    flex-direction: column;
	margin-top: 2px;
}

.signinp {
    
    border-radius: 0;
    background: 0;
    border: none !important;
    color: white !important;
    overflow: hidden;
	direction: ltr;
	width: 100%;
}

.layosign
{
	text-align: center;
    margin: auto;
    display: grid;
    gap: 15px;
    padding-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
}

img.signde {
    max-width: 400px;
    width: 100%;
}

.mapplude {
    display: flex;
    gap: 9px;
}


/* Server Page */


.text-border-black
{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

	code{
    padding: .2em .4em;
    margin: 0;
    font-size: 85%;
    background-color: rgb(21 21 21 / 70%);
    border-radius: 6px;
    color: white;
    font-family: Arial !important;
    }



h6{font-size: 20px;margin: 1;}


.tooltisp {
  position: relative;
  display: inline-block;
  
}

.tooltisp .tooltiptxt {
  visibility: hidden;
  width: 120px;
  background-color: #924b06;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
 

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltisp:hover .tooltiptxt {
  visibility: visible;
}


.tooltisp .tooltiptxt {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltisp .tooltiptxt::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #924b06 transparent;
}


a{
text-decoration-line:none;
}

.link-di
{

text-decoration: none;
color:#005fff;
}

.link-di:hover
{

text-decoration: revert;

}

