:root{
    --table-color: #ffffff;
    --title2: #222222;
}

[data-theme="dark"] {
    
    --table-color: #222222;
    --title2: #ffffff;

}
html {
  position: relative;
  min-height: 100%;
}
a:hover { text-decoration: none; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
body {
  margin-bottom: 60px; 
 font-size: 16px ;
}
textarea {
min-height: 260px;
overflow-y: auto;
word-wrap:break-word
}

tr {
  border-bottom: 3px solid #ececec;

}
.mt-100{
    padding-top: 100px;
}
.pagination {
    
    justify-content: center;
}
.info-box {
    border-radius: 7px !important;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width: 100%;
}
.red900{
  color: red;
  font-weight: 900;
  background: black;
  padding: 10px;
}
.img-fluid[src=""] {
  display:none;
}
.rankq{
  font-weight: 900 !important;
  border: 1px solid #222;
  padding: 4px;
}
.title2{
  color: var(--title2);;
  font-weight: 600;
}
.title2vip a{
  color: #fff;
  font-weight: 900;
}
.title2vip a:hover {
  color: #dddddd;
  font-weight: 900;
}
.info-boxvip {
    background: #6f42c1;
    background-size: cover;
    display: -ms-flexbox;
    display: inherit;
    margin-bottom: 1rem;
    height: auto;
    padding: 0.5rem;
    position: relative;
    width: 100%;
    border: #6610f2 2px solid;
    color: #f8f9fa;
}
.bg-l2{
  background-color: #3f6ea1;
  color: #ffffff;
}
.bg-footer {
    background-color: #202429 !important;
}
[class*=icheck-]>input:first-child:disabled+input[type=hidden]+label, [class*=icheck-]>input:first-child:disabled+input[type=hidden]+label::before, [class*=icheck-]>input:first-child:disabled+label, [class*=icheck-]>input:first-child:disabled+label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=95) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .95 !important;
}
#bgads {
    width: 100%;
    position: relative;
    z-index: 1
}

#bgads:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.bg_left {
    position: fixed;
    top: 0px;
    left: calc(50% - 952px);
    height: 1000px;
    max-height: 1000px;
    z-index: 1888;
    transition: .5s ease;
}
.bg_right {
    position: fixed;
    top: 0px;
    right: calc(50% - 952px);
    height: 1000px;
    max-height: 1000px;
    z-index: 1888;
    transition: .5s ease;
}
@media (max-width:1900px)
{
    .bg_left:hover { left: 0; height: 100vh; }
    .bg_right:hover { right: 0; height: 100vh; }
}

.bleft {
    top: -1px;
    right: 50%;
    margin-right: 525px;
    display: block;
    padding: 0;
}

.bright {
    top: -1px;
    left: 50%;
    margin-left: 525px;
    display: block;
    padding: 0;
}

.bgtop {
    top: 50px
}

.bgfixed {
    position: fixed

}
.btn-xs {
    padding: 0.1rem 0.3rem !important;
    font-size: .7rem !important;
    line-height: 1.2 !important;
    border-radius: .2rem !important;
}
.mh-400{
  min-height: 400px;
}
.txtarea {
    width: 100%;
    min-height: 75px;
}
.text-bg{
    color: #dee2e6;
}
.desc{
    padding: 10px;
    line-height: 1.1;
    background-color: #fff;
    min-height: 200px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-color);
}
.card{
    padding: 10px;
}
.logo{
  width: auto;
  height: 60px;
}

.footer {
  position: relative;
  width: 100%;
  margin-top: 100px;
  line-height: 40px; 
  background-color: #f5f5f5;
}

.theme-switch-wrapper {
  display: flex;
  align-items: center;
margin-left: 10px;
}
.theme-switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 40px;
}

.theme-switch input {
  display:none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: .4s;
  border: 1px solid black;
  border-radius: 5px;
  color: black;
}

.slider:before {
  
  bottom: 4px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  padding: 4px;
  width: 16px;
}

input:checked + .slider {
    border: 1px solid #fd7e14;
  color: #fd7e14;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}
.sun{
    color: #fd7e14;
}
.inf {
    color: #006B0C;
    font-weight: 900;
}

.rowtbl {
    padding: 5px;
    background: white;
    margin: 3px;
    
}

.rhead{
    padding: 8px;
}
.badge-xp{
    background-color: #237CC0;
    color: #ffffff;
}

.freya {
    background-color: #00aeff;
    font-weight: 600;
}

.goddess {
    background-color: #ff005a;
    font-weight: 600;
}

.c3 {
    background-color: #fd7e14;
    font-weight: 600;
}

.c4 {
    background-color: #ff005a;
    font-weight: 600;
}

.other {
    background-color: #404040;
    font-weight: 600;
}

.epilogue {
    background-color: #00A89A;
    font-weight: 600;
}

.ertheia {
    background-color: #466a9b;
    font-weight: 600;
}

.gracia {
    background-color: #00A89A;
    font-weight: 600;
}

.graciaf {
    background-color: #008f65;
    font-weight: 600;
}

.kamael {
    background-color: #466a9b;
    font-weight: 600;
}

.hellbound {
    background-color: #c90000;
    font-weight: 600;
}

.interlude {
    background-color: #EF5400 !important;
    font-weight: 600;
    color: #fff !important;
}

.highfive {
    background-color: #6D3DFF;
    font-weight: 600;
}
.btn-xp {
    color: #ffffff !important;
    background-color: #2e4a62 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    
}

.bg-users {
    background-color: #2e4a62 !important;
    color: #fff !important;
}
.btn-vote {
    background-color: #237CC0 !important;
    color: #fff !important;
}
.btn-play{
    background-color: #9bca3e !important;
    color: #fff !important;
}
.text-server {
  border: 1px solid #EF5400;
  color: #fff;
  font-size: 18px; 
}
.voteweb{
    width: 100%;
    font-size: 16px !important;
}
.sun{
    color: yellow;
}
.logo1{
    font-size: 38px;
    font-weight: 900;
    color: #0753a4;
}
.logo2{
    font-size: 38px;
    font-weight: 700;
    color: #dc3545;
}

.w150{
    width: 60px;
}
.bord{
    border: 1px solid #000000;
}

.rank{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
    color: #001f3f;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 5;
}
.fs{
    font-size: 30px;
}