body{
    background-color: #000;
    font-family: Ubuntu;
    margin: 0 auto;
    line-height: 1.5;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover{
    text-decoration: none;
}

.circle{ 
    border-radius: 50%;
    object-fit: cover;            
}

.topMenu{
    background-color: #0a0a0a;
    text-align: center;
    padding:10px;
    z-index: 9999;
    height:75px;
}

.topMenu img{
    width:280px;
    margin-top: 8px;
}

.main{
    background: url('https://www.l2warland.com/wp-content/uploads/2023/09/warland-banner.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;     
    width: 100vw;
    height: calc(100vh - 75px);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
    overflow-y: scroll;
    overflow-x: hidden;    
}

.main .designBg video{
    left: 260px;
    top: 75px;
    width: 86%;
    height: calc(100vh - 75px);
}

.designBg{  
    background: url('https://cp.l2warland.com/images/logos/background.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;      
   /*box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);*/
    height:calc(100vh - 80px);
    background-color: rgba(0,0,0,0.10);
    padding-top: 15px;
}

.designBg video{
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  height: 92%;
  object-fit: cover;
  z-index: 1;
  mix-blend-mode: soft-light;
    -webkit-transition: display .3s;
    transition: display .3s;  
}

.forms{
    background-color: rgba(8,8,8,0.9);
    padding:30px;
    width:35%;
    text-align: left;
    margin:0 auto;    
    color:#ddd;
    z-index: 2;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    box-shadow: rgba(100, 100, 111, 0.2) 5px 4px 29px 5px;    
    border-radius: 8px;
}

.forms .bi-shield-shaded{
    text-align: center;
    font-size: 80px;
}

.forms a{
    text-decoration: none;
}

.forms .title{
    color:#fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;

}

.forms .miniTitle{
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color:#ddd;
}

.forms .formTitle{
    font-size: 16px;
    color:#eee;
    font-weight: 500;   
}

.forms .createAcc{
    margin-top: 25px;
    font-weight: 500;
    text-align: center;
}

.forms .createAcc a{
    font-size: 18px;
    color:#fff;    
}

.forms input[type=text],.forms input[type=password],.forms input[type=email],.forms input[type=number],.forms select,.forms textarea,.forms input[type=datetime-local],.forms input[type=date]{
    width: 98%;
    height: 58px;
    border-radius: 5px;    
    background-color: #eee;        
    background-blend-mode: normal;    
    color:#2b2b2b;
    font-size: 18px;
    font-weight: 400;        
    padding-left: 20px;
    border:0;
    margin-bottom: 20px;
    margin-top: 10px;    
}

.forms select{
    width:98%;
}

.forms input[type=submit],.forms #myButton2{
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: #dd2635;
    background-blend-mode: normal;     
    color: #fff;    
    font-size: 18px;
    font-weight: 500;
    text-align: center;    
    padding-left: 10px;    
    border:0;
    cursor: pointer;
}

.forms label{
    cursor: pointer;
}

.forms input:disabled{
    cursor:not-allowed;
    background-color: #838497 !important;
}

.forms .pay{
    background-color: #1c2631;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;    
    width:100%;
    padding: 15px;
}

.forms .pay img{
    width:80%;
}

.forms .cryptocoins{  
    width:100%;
    height:unset;
}

.forms .cryptocoins img{
    width:100%;
}

.payments input[type=radio]{
    text-align: left;
    float:left;
    margin-bottom: 10px;
}

.payments label{    
    float:left;
}

.otc {
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
}

.otc input[type="number"] {
    width: 18%;
    line-height: 1;
    margin: .1em;
    padding: 1px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #eeeeee;
    color: #2b2b2b;
    border-radius: 4px;
    background: #eeeeee;
    background-blend-mode: normal;        
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 group of 3 items */
.otc input[type="number"]:nth-child(n+4) {
    order: 2;
}

.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

#myButton{
    width: 50%;
    height: 58px;
    border-radius: 8px;
    /*background: #192839;*/
    background-color: rgba(0,0,0,0.8);
    border:1px solid #59131b;
    /*background: transparent;*/
    background-blend-mode: normal;     
    color: #fff;    
    font-size: 18px;
    font-weight: 500;
    text-align: center;    
    padding:5px;
    padding-left: 10px;    
    margin-top: 10px;
    cursor: pointer;
}

.gdpr{    
    width:80%;
    margin:0 auto;
    position: relative;
}

.forms #accept{
    background-color: #1cad6e;
    width:45%;
    margin-right: 10px;
}

.forms #decline{
    width:45%;
    background-color: #dd2635;
}

.forms .box{
    margin: 0 auto;
    width: 98%;
    height: 60px;
    border-radius: 8px;    
    background-color:rgba(0,0,0,0.8);
    background-blend-mode: normal;            
    font-size: 16px;
    font-weight: 500;    
    color:#ddd;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
}

.forms .box img{
    width:30px;
    margin-right: 5%;
    vertical-align: middle;
}

.forms .mobile input[type=number],.forms .mobile input[type=text]{
    width:50%;
    margin-left:10px;
    appearance: textfield;
    -webkit-appearance: textfield;    
}

.forms .mobile select{
    width:46%;
}

.forms .g-recaptcha{
    margin:0 auto;
    text-align: center;
    width: 304px;
}

.forms .loginWith{
    margin-bottom: 10px;    
}

.forms .loginWith .btn{    
    padding:10px;
    color:#888;
    margin-right: 10px;    
    border-radius: 5px;
    border:1px solid #eee;    
}

.forms .loginWith .active{
    color:#000;
    font-weight: 500;
}

.forms .notice{
    font-weight: bold;
    color:#888;
    font-size: 12px;
    text-align: right;
}

.red{
    color:#fc4850 !important;
}

.green{
    color:#1cad6e !important;
}

.privacy{
    background-color: rgba(0,0,0,0.8);
    width:80%;
    height:90vh;
    overflow-x: scroll;
    margin:0 auto;    
    z-index:2;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;         
}

.privacy h2{
    color:#eee;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.privacy pre{
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word;
    color:#ddd;
    padding-left:10px;
}

.subMenu{
    background-color:#0a0a0a;
    width:260px;    
    height:50px;
    line-height: 50px;
    color:#fff;
    height:100vh;
    position: fixed;
    top:0;
}

.subMenu a{
    text-decoration: none;
    color:#fff;
}

.subMenu .option{    
    /*background-color: #838497;*/
    width:85%;
    padding:10px;
    border-radius: 10px;
    text-align: left;
    margin:0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.subMenu .option i{
    font-size: 30px;
    color:#838497;
    vertical-align: middle;
    margin-right: 10px;
}

.subMenu .option:hover{
    background-color: #161623;    
}

.subMenu .active{
    background-color: #431f2d;    
}

.subMenu .active i{
    color:#fc4554 !important;
}

.subMenu .logo{
    margin: 0 auto;
    text-align: center;
}

.subMenu .logo img{    
    width:180px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 26px;
    text-align: center;    
}

.subMenu .logout{    
    left: 20px; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;     
    position: absolute;
    bottom:10px;
}

.right{
    width: 250px;
    float:right;
    right: 0;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
}

.right .head{
    margin-top: 12px;
}

.right .option{
    width: 100%;
    margin-bottom: 0px !important;
}

.right .option:hover{
    background: unset;
}

.right .circle{
    width:50px;
    height:50px;
}

.right .bi-plus-circle-fill{
    color:#fc4554 !important;
    font-size: 16px !important;
    margin-left:10px;
}

.head{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
}

.head i{
    color:#fc4554;
    margin-right: 10px;
}

.head img{
    margin-left:20px;
}

.stats{
    height:170px;
    border-bottom:1px solid #2b2b2b;
    margin-bottom: 5px;
    margin-top: 10px;
}

.stats .tp{
    margin-bottom: 10px;
    display: inline-block;
}

.stats .lvl{
    background-color:#26252a;
    padding:10px;
    border-radius:2px;
    height:30px;
    line-height: 10px;
    margin-left: 5px;
    border:1px solid #c0aa4f;
    color:#fff;
    float:left;
    margin-right: 15px;    
}

.stats .name{
    color:#fff;
    float:left;
}

.stats .type{
    float: left;
    margin-right: -2px;
    margin-left: 9px;
    margin-top: 5px;
}

.stats .type .fa-solid{
    color: #fc4554;
    font-size: 16px;
}

.stats .bar{
    width:100%;
    height:30px;
    background-color:#1cad6e;
    margin-bottom: 10px;
    border-radius: 5px;
    line-height: 30px;
}

.stats .perc{
    max-width: 92% !important;
    border-right: 1px solid rgba(0,0,0,0.2);
    float:left;
    padding-left: 15px;
    border-radius: 5px;
    color:#fff;
}

.stats .normal{
    max-width: 92% !important;    
    float:left;
    padding-left: 15px;
    border-radius: 5px;
}

.stats .blink{
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.stats .lf{
    padding-left: 15px;
    float:left;
}

.stats .rg{
    padding-right: 37px;    
    right:1px;
    position: absolute;
    color:#fff;
}

.stats .cp{
    background-color:#684f25;
}

.stats .cp .perc{
    background-color:#82632e;
}

.stats .hp{
    background-color:#6e1a11;
}

.stats .hp .perc{
    background-color:#892015;
}

.stats .mp{
    background-color:#042e6b;
}

.stats .mp .perc{
    background-color:#053986;
}


.stats .vip{
    color:#d37d01;
    float:left;
    margin-left:10px;
    font-size: 14px;
    font-weight: bold;
}

.stats img{
    width:20px;
    margin-right: 10px;
}


.dashboard{
    width:87%;
    text-align: center;
    margin:0 auto;
    margin-left: 288px;
}

.balance{    
    background-color: rgba(255,255,255,0.1);
    padding:10px;
    color:#fff;
    width:100%;
    margin:0 auto;
    z-index: 2;
    position: relative;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    float:left;    
}

.balance img{    
    margin-top: 10px;
    margin-bottom: 10px;
}

.balance .miniTitle{
    font-weight: bold;
}

.balance:hover{
    text-decoration: none;
}

.balance .notice{
    font-size: 12px;
    color:#888;
}

.whitelist{
    width: 100%;
    border-radius: 3px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.1);
    line-height: 1.8;
    text-align: center;
    float: left;
    padding: 7px;
}

.whitelist .notice{
    color:#888;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;   
}

.whitelist input[type=submit]{
    width: 40%;
    margin-top: 10px;
    margin-bottom: 2px;
}

.account{
    background-color:rgba(8,8,8,0.9);
    padding:25px;
    color:#fff;
    width:40%;
    z-index: 4;
    position: relative;
    border-radius: 10px;          
    height:280px;    
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;    
}

.account .miniTitle{
    font-size: 16px;
    font-weight: bold;
}

.account .bi{
    font-size: 50px;
    float:left;
    margin-right: 20px;
}

.vote{
    width: 85%;
    text-align: center;    
    z-index: 9;    
    margin-top: 10px;
}

.vote .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-left:10px;
    color:#fff;
}

.vote .list{
    background-color:rgba(8,8,8,0.8);
    padding:10px;
    color:#fff;
    width:48%;
    margin:0 auto;
    position: relative;
    border-radius: 10px;    
    float:left;
    text-align: center;
    margin-left: 12px;
    margin-top: 10px;
}

.vote img{
    width: 60px;
    z-index: 4;
    position: relative;
}

.info{    
    height:395px;    
    width: 80%;
    text-align: center;
    margin:0 auto;
    margin-left:310px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benefits{
    background-color:rgba(8,8,8,0.8);
    width:85%;
    height:630px;
    border-radius: 10px;
    color:#fff;
    padding:10px;
    margin-right: 5px;
    float:left;
    text-align: left;    
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

.benefits .yellow{
    color:#ffcc00;
}

.discord{
    z-index: 4;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}

.benefits img{
    z-index:4;
    position: relative;
}

.benefits .title{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.benefits .miniTitle{    
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    position: relative;    
}

.benefits .notice{      
    font-size: 15px;
    color:#ddd;
    line-height: 1.7;
}

.benefits .rgt{
    width: 40%;
    float: left;
    position: relative;
    margin-right: 114px;
}

.benefits .tutorial{
    text-align: center;
    float:left;
    width:100%;
}

.benefits .center{
    text-align: center;
}

.benefits .cost{
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;    
    z-index: 2;
    position: relative;      
}

.playerTable{
    background-color: rgba(8,8,8,0.9);
    width:70%;
    height:60vh;
    z-index: 2;
    position: relative;
    margin:0 auto;
    margin-top:10px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.playerTable .option{    
    padding:10px;
    border-radius: 10px;
    text-align: left;
    margin:0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.playerTable .bless{
    width: 80%;
    background-color: rgba(0,0,0,0.8);
    line-height: 20px;
    border:1px solid #2b2b2b;
    margin-bottom: 10px !important;
    color:#fff;
}

.playerTable .bless:hover{
    background-color: rgba(0,0,0,0.8);    
}

.playerTable .bless .date{
    color:#ead77c !important;
}

.playerTable .left{
    width: 50%;
    float:left;
    border-right: 1px solid #2b2b2b;
    height:100%;
}

.playerTable .right{
    width: 45%;
    float:right;
    margin-right: 30px;
    overflow-y: hidden;
}

.playerTable .left .stats{
    width:60%;
}

.playerTable .title{
    font-size: 18px;
    color:#eee;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.playerTable .notice{
    font-size: 16px;
    color:#888;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment{
    border:1px solid #f2f2f2;
    height:280px;
    border-radius:20px;
    background:#fff;
    z-index: 9;
    position: relative;
}   
  
.payment_header{
   background:#1cad6e;
   padding:20px;
   border-radius:20px 20px 0px 0px;
}

.check{
   margin:0px auto;
   width:50px;
   height:50px;
   border-radius:100%;
   background:#fff;
   text-align:center;
}

.check i{
   vertical-align:middle;
   line-height:50px;
   font-size:30px;
}

.content{
    text-align:center;
}

.content  h1{
    font-size:25px;
    padding-top:25px;
}

.content a{
    width:200px;
    height:35px;
    color:#fff;
    padding:10px;
    background:#1cad6e;
    border:0;
    border-radius: 10px;
    transition:all ease-in-out 0.3s;
}

.content a:hover{
    text-decoration:none;
    background:#000;
}

.cancel .payment_header{
   background:#dd2635;        
}

.cancel .content a{
   background:#dd2635;         
}

.double{   
    width: 100%;
}

.double .mainTable,.text{
    width:46%;    
    float:left;
}

.text{
    text-align: left;
    margin-top: 20px;
    line-height: 1.8;
    word-spacing: 4px;
}

.mainTable{
    background-color: rgba(8,8,8,8.5);
    padding:10px;
    margin-right: 20px;
}

.mainTable th{
    font-size: 18px;
    width:250px;
    height:40px;
    line-height: 40px;
    font-weight: 500;
    padding-left: 15px;
}

.mainTable tr{
    background-color: #2d2c2c;
}

.mainTable tr:nth-child(odd) {
    background-color: #262525;       
}

.mainTable td{
    text-align: right;
    padding-right: 15px;
}

.mainTable .yellow{
    color: #ffcc00;
    font-weight: bold;
}

.vipplus{
    width:60%;
}

.rewards{
    width:80%;
    margin-top: 380px;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;    
}

.reward{
    background-color: #1f1c19;
    width:30%;
    margin-left: 10px;    
    padding:10px;
    text-align: center;
    float:left;    
    border:1px solid #413d36;  
}

.reward .days{
    font-size: 15px;
}

.reward .amount{
    font-weight: bold;
}

.reward .yellow{
    font-size: 14px;
    color:#fcca00;
}

.makeVIP{
    background-color: #1f1c19;
    width:93%;
    margin-top: 5px;
    margin-left: 10px;    
    padding:10px;
    text-align: center;
    float:left;    
    border:1px solid #413d36;  
}


.bless{
    width:27%;    
}

.bless .reward{
    width:47%;
    margin-bottom: 10px;
}

.bless img{
    width:40px;
}

.bless .price{
    font-size: 14px;
}

.bless .days{
    color:#ddd;
}
