
.sbmap {
    position: absolute; 
    float: left; 
    clear: both; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    z-index: 0; 
    left: no-repeat;
   }
.smap {
    position: absolute; 
    float: left; 
    clear: both; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    z-index: 0; 
    left: no-repeat;
   }
.cmap {
    position: absolute; 
    float: left; 
    clear: both; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    z-index: 0; 
    left: no-repeat;
   }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;  
  }


body {
    font-family: sans-serif;
    background: black;
}


h1 {
    font-size: 20px;
    text-decoration: none;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

.sidebar::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.menu_open img {
    position: absolute;
    top: 49%;
    width: 16px;
    height: 16px;
    margin-left: -3px;
    transform: rotate(180deg);
}
.menu_open {
    position: fixed;
    flex-direction: row;
    justify-content: center;
    left: 0px;
    top: 0;
    height: 100%;
    width: 12px;
    background-color: rgba(6, 6, 7, 0.46);
    color: #fff;
    cursor: pointer;
}

.menu_close {
    position: fixed;
    top: 48px;
    left: 178px;
    width: 16px;
    height: 16px;
    background: url(images/icons/menu_close.png);
    cursor: pointer;
    z-index: 101;
}

.sidebar {
    display: block;
    position: fixed;
    z-index: 101;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 200px;
    overflow: hidden;
    overflow: scroll;
    background: rgb(0,0,0); /* FU IE */
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-left: 1px solid rgba(0,0,0,0.5);
    z-index: 101;
    scrollbar-width: none;
}

.logo {
    text-decoration: none;
    display: flex;
    padding: 8px 4px;
    justify-content: center;
    font-weight: bold;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.534);
}

.main {
    height: 125px;
    border-top: rgba(142, 125, 125, 0.678) solid 1px;
    border-bottom: rgba(142, 125, 125, 0.678) solid 1px;
    z-index: inherit;
    
}

.main h2 {
    position: relative;
    display: flex;
    justify-content: center;
    border-top: rgba(142, 125, 125, 0.678) solid 1px;
}

.main li {
	min-height: 34px;
}

.server-selector {
    display: flexbox;
    position: relative;
    list-style: none;
    top: 5px;
    left: 15px;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.35s ease-in-out;
}


.server-selector li a {
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
}

.server-selector li a h3 {
    letter-spacing: 1px;
    line-height: 25px;
    padding-left: 10px;
    text-align: right;
    color: white;
    font-weight: 100;
}

.server-selector img {
    height: 25px;
    width: 25px;
    border: 4px solid rgb(0, 0, 0);
    border-radius: 5px;
    outline: 1px solid rgb(84, 80, 80)
}

.icon-survival:hover, .icon-survival:active {
    transform: scale(1.1);
    transform-origin: left;
}

.icon-creative:hover, .icon-creative:active {
    transform: scale(1.1);
    transform-origin: left;
}

.icon-skyblocks:hover, .icon-skyblocks:active {
    transform: scale(1.1);
    transform-origin: left;
  
}

.icon-btn:hover, .icon-btn:active {
    cursor: pointer;
}

.icon-btn {
    width: 170px;
    height: 25px;
    font-size: smaller;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 5px;
    background: rgb(134,123,123);
    background: linear-gradient(352deg, rgba(134, 123, 123, 0.455) 0%, rgba(0, 0, 0, 0.561) 100%);
}

.default-custom-btns {
    display: flex;
    justify-content: center;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.534);
}

.content { 
    display: block;
    overflow:hidden;    
    margin-inline-start: 2px;    
    margin-inline-end: 2px;    
    padding-block-start: 0.35em;    
    padding-inline-start: 0.75em;    
    padding-inline-end: 0.75em;    
    padding-block-end: 0.625em;    
    min-inline-size: min-content;
    border-top: rgba(142, 125, 125, 0.678) solid 1px;
    border-bottom: 1px solid rgba(128,128,128,0.3);
}
 .custom_martkers {
     display: block;
     position: relative;
 }
.content img {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.content li {
    display: flex;
}

.content li {
    overflow: hidden;
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 4px 0 0 0;
    border-top: 1px solid rgba(99, 99, 99, 0.7);
}
