body,html{
    font-family: 'Roboto', sans-serif;
    cursor: url('../assets/cursor.png'), auto;	
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#game{
    max-width:960px;
    max-height:600px;
}

.title_grass{
    position: absolute;
    top:0;
    left:0;
    width: 960px;
    height: 600px ;
    background: rgb(47,45,41);
    background: -moz-radial-gradient(circle, rgba(47,45,41,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(47,45,41,1) 0%, rgba(14,14,14,1) 100%);
    background: radial-gradient(circle, rgba(47,45,41,1) 0%, rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f2d29",endColorstr="#0e0e0e",GradientType=1);
    z-index:10000;
}

.title_grass > img{
    width:200%;
    height:200%;
    
}

.title{
    position:absolute;

    left:0px;
    top:0px;
    z-index:20000;
}

.loadingBar{
    position:absolute;
    width:500px;
    height:24px;
    left:50%;
    bottom:64px;

    margin-left:-250px;

    background:#222222;
    border:6px solid #271d28;
    border-radius:2px;
    z-index:30000;

}

.loadingBar > div{
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:24px;

    border-radius:2px;
    background: #fd9701;
    transition:all 0.5s;
    z-index:50;
}

.loadingBar > span{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 24px;
    width: 500px;
    color: #2f2230;
    text-align: center;
    z-index: 500;
    font-family: 'Kavivanar';
    font-size: larger;
}

.hide{
    display:none!important;
}

img{
    image-rendering: pixelated;
}

body{
    margin:0;
    padding:0;
}

html{
    margin:0;
    padding:0;
}


#menu{
    position:absolute; 
    right:30px;
    
    bottom:6px;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:50;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

#menu > div{
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:50;
}

#menu > div:hover{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    filter: brightness(2.2);
}

#menu > div > img{
    width: 32px;
    height: 32px;
    z-index:50;
    
}

#xpBar{
    position: absolute;
    top: 25px;
    width: 200px;
    margin-left: 30px;
    height: 10px;
    background: #222222;
    z-index: 50;
}

.xpValue{
    position: relative;
    left: 0;
    top: 0;
    height: 10px;
    background: orange;
    background-size: cover;
    transition: all 0.5s;
    z-index: 50;
}

.vert-xp{
    position:absolute;
    left:0px;

}


.lifeNumeric{
    text-align: center;
    height: 24px;
    position: absolute;
  
    left: 30px;
    top: -10px;
    width: 200px;
   
    z-index: 50
}

.lifeNumeric > p{
    color:#FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align:center;
    z-index:50;
}

#lifeBar{
    position: absolute;
    top: 5px;
    left: 30px;
    width: 200px;
    height: 24px;
    background: #222222;
    z-index: 50;
    overflow: hidden;
}

.lifeValue{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b20c0c+6,ed2d2d+6,cc2626+13,b20c0c+14,b20c0c+14,b20c0c+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b20c0c+14,b20c0c+17,ed2d2d+22,cc2626+54,cc2626+54,b20c0c+55,b20c0c+76,b20c0c+100 */
    background: #b20c0c; /* Old browsers */
    background: -moz-linear-gradient(top,  #b20c0c 14%, #b20c0c 17%, #ed2d2d 22%, #cc2626 54%, #cc2626 54%, #b20c0c 55%, #b20c0c 76%, #b20c0c 100%); /* FF3.6-15 */
    background:-webkit-linear-gradient(top,  #b20c0c 14%,#b20c0c 17%,#ed2d2d 22%,#cc2626 54%,#cc2626 54%,#b20c0c 55%,#b20c0c 76%,#b20c0c 100%); /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,  #b20c0c 14%,#b20c0c 17%,#ed2d2d 22%,#cc2626 54%,#cc2626 54%,#b20c0c 55%,#b20c0c 76%,#b20c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20c0c', endColorstr='#b20c0c',GradientType=0 ); /* IE6-9 */

    position:relative;
    left:0;
    top:0;
    height:24px;
    width:100%;
    
    z-index:50;
    /*transition:all 0.3s;*/
}

.menuInventory{
    position: absolute;
    padding: 10px;
    width: 350px;
    height: 450px;
    right: 10px;
    top: 57px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.opct > img{
    opacity: 0.5;
}

.opct > span{
    opacity:0.5;
}

.menuCharacter{
    position: absolute;
    width: 400px;
    height: 500px;
    left: 10px;
    top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;  
}

.addStat{
    background: #271d28;
    font-weight: bold;
    color: #FF9800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    font-family: 'Kavivanar';
    transition: 0.75s;
}
.addStat:hover{
    background: #543f57;
    
}

.inventoryArea{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 370px;
    height: 230px;
    overflow-y: scroll;

}

.curEquip{
    display:flex;
    margin-bottom:20px;
}

.invSlot{
    position: relative;
    width: 48px;
    height: 48px;
    margin: 4.2px;
    border: 4px double #f3c23c;
    transition: 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invSlot > img{
    width:32px;
    height:32px;
}

.mTitle, .categTitle{
    color: #f6e485!important;
    position:relative;
    font-family: 'Kavivanar', cursive;
}

.invSlot:hover{
    border: 4px double #ffa500;
    filter: drop-shadow(0px 0px 10px #ffa500);
}

.q0{
    background: #b0b0b066;
    box-shadow: inset 0px 0px 8px 5px #222222;

    
}

.q1{
    color: #00A4E8!important;
    background: #2852ea8f;
    box-shadow: inset 0px 0px 8px 5px midnightblue;
}

.q2{
    background: #f7e586b5;
    color: #2F3300!important;
    box-shadow: inset 0px 0px 8px 5px #7e6e34;
}

.equipSlot{
    width: 40px;
    height: 40px;
    margin: 2px;
    border: 4px solid #f3c23c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.75s;
}

.equipSlot > img{
    width:32px;
    height:32px;
}

.equipSlot:hover{
    border: 4px double #f3c23c;
}

.mTitle{
    width: 350px;
    text-align: center;
    color: #2f2230;
    text-transform: uppercase;
}


.close{
    position:absolute;
    right:8px;
    top:8px;
}

.close > img{
    width:16px;
    height:16px;
}

.itmPopup{
    position: absolute;
    left: -210px;
    top: 0px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0px;
    padding-bottom: 20px;
    z-index:500000;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.itmPopup > h3{
    width:95%;
    text-align:center;
    margin:5px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    text-transform: uppercase;
    color:#ffed89;
    font-family: 'Kavivanar';
}

.weapon-hand{
    margin:0;
    position:absolute;
    right:10px;
    top:38px;
}

.hand-value{
 
    color : #f3c23c;
    margin:0;

}

.price{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:5px;
    margin-bottom:-13px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    width:95%;
    background:#546e7a;
}

.price > p{
    margin:0;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fcdc28;
    font-weight:bold;
}

.itemModifiers{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin-left: 10px;
    color:#d2c8ae;
    text-transform: capitalize;
}

.itemModifiers > p{
    margin:0;
    text-align:left;
}

#stageValue{
    position:absolute;
    top:0;
    left:50%;
    width:400px;
    height:100px;
    margin-left:-200px;
    
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.stageBottom{
    position:absolute;
    width:400px;
    top:55px;
    height:1px;


}

.title-separate{
    position:absolute;
    left:0px;
    top:100%;
    width:100%;
    height:1px;
   
}


#stageValue > p{
    width:32px;
    height:32px;
    border-radius:100%;



   
    margin:10px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.stageChoice{
    color: #f7e586;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 32px;
    height: 32px;
}

.stageChoice:hover{
    font-weight: bold;
}

.currentArea{
    filter: drop-shadow(0px 0px 3px yellow);
    font-size: x-large;
}

.stageLocked{
    color: #df2e2a;
    filter: drop-shadow(0px 0px 6px red);
    font-size: large;
}

.backStage, .nextStage{
    position:absolute;
    border:0px solid transparent!important;
    color: #f7e58699;
    font-size:30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin:0px!important;
    
}

.backStage:hover, .nextStage:hover{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color:#ffe868;
 
}

.backStage{
    left: 30px;
    top: 7px;
}

.nextStage{
    right: 30px;
    top: 7px;
}

.categTitle{
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
    color: #ffed89;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    background: #271d28;
    border: 4px double #3d2d3f;
   
}

.mainStat{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83%;


}
.stat-name{
    color: #d2c8ae;
    text-transform: uppercase;
    
}

.eachStat{
    padding: 5px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-stat-title{
    font-size: 14px;
    background: #3d2d3f;
    padding: 4px;
    text-align: center;
    width: 50px;
    color: #ffed89;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Kavivanar';
}

.stat-value{
    padding-top: 5px;
    color: #fd9701;
    margin:0;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 14px;
}

.wrapper-stats{
    width:100%;
    max-height:263px;

}

.stat-more{
    width: 380px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #3d2d3f;
}

.stat-misc{
    width:100%;
    margin:0;
    display:flex;
    justify-content: space-between;
}

.stat-misc > p{
    margin: 0;
    padding: 4px;
    color: #f7e586;
    font-size: 14px;
    font-style: italic;
}

.major-stat{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 83%;
    flex-direction: column;
    
}

.major-stat > div{
    display:flex;
    justify-content:center;
    align-items:center;

}

.major-stat > div > p{
    margin:0;
    
}

.remaining-value, .level-value{
    color: #ff9800;
}
.major-title{
    width:60px;
    color: #fdeb88;
}

.rmn{
    width:130px;
}

.weapon-dps{
    display:flex;
    flex-direction:column;
    margin:0;
    margin-left: 10px;
}

.dps-value{
    font-size:24px;
    color:#FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin:0;
}

.dps-title{
    font-size:14px;
    margin:0;
    color:#d2c8ae;
    text-transform: uppercase;
    font-weight: bold;
}

.damage, .vatk{
    margin-left: 10px;
    height: 20px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    color:#FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size:16px;
}

.damage > p, .vatk > p{
    color:#d2c8ae;
    margin-left: 5px;
    text-shadow: 0px 0px 0 transparent, 0px 0px 0 transparent, 0px 0px 0 transparent, 0px 0px 0 transparent;
    
}

.actionArea{
    width: 309px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #291e2a;
    border: 4px double #3d2d3f;
    margin-left: -15px;
}

.actionArea > div{
    color : #d2c8ae;
    text-transform: uppercase;
    
    padding:1px;
    text-align:center;
    width: 64px;
    
}

.sell:hover{
    background : #7ec06e;
}
.sellActive{
    background: #ed2d2d;

}

.sell0:hover{
    background :#7e9ead;
}

.sell1:hover{
    background: #327ddf;
}

.sell2:hover{
    background:#faec9b;
}
.actionArea > div:hover{
    font-weight: bold;
    
    color : #d2c8ae;
    
 
}

.actionArea > .active{
    background: #cc2626;
}

.actionArea > div > img{
    width:32px;
    height:32px;
}

.smelting::after{
    content:"x";
    position:absolute;
    top:-8px;
    right:-8px;
  
    color:#cc2626;
    font-size:14px;
    width:16px;
    height:16px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.dead-screen{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: #da210038;
  

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.dead-screen > p{
    color:#FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size:40px;
}

.dead-screen > div{
    color:#FFFFFF;
   font-family:'Kavivanar';
    font-size:30px;
}

.bossLife{
    position:absolute;
    width:400px;
    height:16px;
    left:50%;
    top:60px;
    margin-left:-200px;
    
}

.bossLifeValue{
    width:0%;
    background: #59a048;
    height: 26px;
    background-size: cover;
}

.menuSkills{
    position: absolute;
    width: 450px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.skillSlot{
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    margin-bottom: 15px;
  
}
.wpnType > .icn{
    width:32px;
    height: 32px;
    image-rendering: pixelated;
}
#sword{
    background: url('../assets/items/sword_0.png');
    background-size: contain;
}
#sword:hover{
    background: url('../assets/items/sword_0.png'), #e47b02;
    background-size: contain;
}
#staff{
    background: url('../assets/items/staff_0.png');
    background-size: contain;
    margin-bottom: 9px;
}
#staff:hover{
    background: url('../assets/items/staff_0.png'), #e47b02;
    background-size: contain;
    margin-bottom: 9px;
}
#bow{
    background: url('../assets/items/bow_0.png');
    background-size: contain;
}
#bow:hover{
    background: url('../assets/items/bow_0.png'), #e47b02;
    background-size: contain;
}
#mace{
    background: url('../assets/items/mace_0.png');
    background-size: contain;
}
#mace:hover{
    background: url('../assets/items/mace_0.png'), #e47b02;
    background-size: contain;
}
#shield{
    background: url('../assets/items/shield_0.png');
    background-size: contain;
}
#shield:hover{
    background: url('../assets/items/shield_0.png'), #e47b02;
    background-size: contain;
}
#catalyst{
    background: url('../assets/items/orb_0.png');
    background-size: contain;
}
#catalyst:hover{
    background: url('../assets/items/orb_0.png'), #e47b02;
    background-size: contain;
}
.wpnType{
    display: flex;
    width: 85%;
    justify-content: center;
    align-items: center;
    height: 26px;
    background: #29221c;
    border-top: 1px solid #29221c;
    border-left: 1px solid #29221c;
    border-right: 1px solid #29221c;
    display:none;
}
.skillEquipped{
    border: 4px double #fdeb88!important;
}

.charSkill{
    width: 50px;
    height: 50px;
    border: 4px double transparent;
    background: #3d2d3f;
    margin: 2px;
    transition: 0.75s;
}

.charSkill > img{
    width:50px;
    height:50px;
}

.charSkill:hover{
    border-color: #ff9800;
}

.skillSelect{
    border-color:#FF9800;
}


.skills_rewards{
    position:absolute;
    left:50%;
    top:50%;
    width: 360px;
    height: 300px;
    margin-left:-180px;
    margin-top:-150px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.skillsEachRewards{
    display:flex;
    justify-content: flex-start;
    align-items:flex-start;
    width: 90%;
    height: 75%;
    flex-wrap:wrap;
    
    background: rgb(41,34,28);
    background: url('../assets/bgMenuSkills.png');
    background-size: cover;    
}

.skillsEachRewards > div{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.skillsEachRewards > div > span{
    padding: 7px;
    height: 118px;
    text-align: justify;
    color: #d2c8ae;
}

.skillsEachRewards > div > span > span{
    color:#28C76F;
}

.skillsEachRewards > div > p{
    margin:0;
    color:#e47b02;
}

.skillsEachRewards > div > img{
    width:64px;
    height:64px;    
}



.skill_inventory_list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 300px;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.skill_slot{
    width: 45px;
    height: 45px;
    border: 4px double transparent;
    background: #3d2d3f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

.skill_img{
    display: flex;
    align-items: center;
    justify-content: center;    
}

.skill_img > img{
    width:32px;
    height:32px;
}

.skill_data{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction:column;
}

.skill_data > p{
    margin:0;
    font-size:13px;
    color:#7d6c55;
}

.skill_data > p > span{
    color:#8BB49E!important;
}

.skill_data > h5{
    margin:0;
    color: #d2c8ae;
    text-transform: uppercase;
}

.skill_slot:hover{
    border-color:#FF9800;
}

.activeSkill{
    border-color:#e47b02!important;
}

.skill_tooltip{
    width:250px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-direction:column;
}

.skill_tooltip > h5{
    margin:0;
    font-size:16px;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}   

.skill_tooltip > p{
    width:100%;
    text-align:left;
    font-size:14px;
}

.skill_tooltip > p > span{
    color:#59a048;
    filter: drop-shadow(0 0 3px green);
    
}

.gold{
    position: absolute;
    bottom: 1px;
    left: 10px;
    border: 4px double #291e2a;
    width: 167px;
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Kavivanar';
}

.gold > p{
    margin:0;
    padding-left:25px;
    font-weight:bold;
    color: #f7e586;
}

.gold > img{
    position:absolute;
    left: -9px;
    top: -8px;
    width:32px;
    height:32px;
}

.soul{
    position: absolute;
    bottom: 1px;
    left: calc(50px + 40%);
    border: 4px double #291e2a;
    width: 150px;
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Kavivanar';
}

.soul > p{
    margin:0;
    padding-left:25px;
    font-weight:bold;
    color: #f7e586;
}

.soul > img{
    position:absolute;
    left: -9px;
    top: -8px;
    width:32px;
    height:32px;
}

.rebirth, .rift{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 170px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.rebirth > span, .rift > span{
    position:absolute;
    color:#ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    bottom:-10px;
}

.rebirth-chest-rewards{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 170px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rebirth-chest-rewards > img{
    width:32px;
    height:32px;
}

.rebirth-chest-rewards > span{
    position: absolute;
    width: 18px;
    height: 18px;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    top: -5px;
    right: -6px;
    font-weight: bold;
    background: #faa200;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.autoStage{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 234px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.autoCheck{
    position:absolute;
    width:32px!important;
    height:32px!important;
    left: 12px;
    top: 0px;
}

.autoStage > span{
    position:absolute;
    color:#ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    bottom:-10px;

}

.autoStage > img{
    width:40px;
    height:40px;
}

.respawnNow{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    width: 200px;
    height: 40px;
    
    background: url('../assets/rebirthBtn.png');
    
    cursor: pointer;
    font-size: 16px!important;
    color: #c1a989;
}

.respawnNow:hover{
    color:#C98028;
}
.okboomer{
    position: absolute;
    top: -4px;
}
.dps-metter{
    position: absolute;
    left: 30px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f2230;
    border: 4px double #3d2d3f;
    width: 100px;
}

.dps-metter > p{
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    margin-left:10px;
}

.rb{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    text-align: justify;
}

.rebirth-rewards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.rebirth-desc{
    width: 77%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 49px;
    color: #c1a989;
    position: relative;
    background: #00000059;
    margin-top: -30px;
    padding-right: 8px;
}

.rebirth-desc > img{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 7px;
    top: 30px;
}

.rebirth-rewards > p {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width: 70px;
    height: 70px;
    margin:10px;
}

.rebirth-rewards > p > span{
    color: #dcc8ad;
    font-weight: bold;
    background: #332f2b;
    border: 1px solid #7b6a53;
    border-radius: 10%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.rebirth-rewards > p > img{
    width:32px;
    height:32px;
}

.rebirth-now{
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #c1a989;
    background:url('../assets/rebirthBtn.png');
}
.rebirth-now:hover{
    color: #C98028;
}
.wReborn{
    position:absolute;
    left:0;
    top:0;
    min-width:10000px;
    min-height:10000px;
    z-index:500000;
    background:#FFFFFF;
}

.sound{
    position:absolute;
    top: 5px;
    right: 15px
}



.sound > img{
    width:32px;
    height:32px;
}
.options{
    position:absolute;
    top:5px;
    right:102px;
}
.options > img{
    width:32px;
    height:32px;
}
.info{
    position:absolute;
    top:5px;
    right: 60px;
}

.info > img{
    width:32px;
    height:32px;
}

.killReq{
    position: absolute;
    left: 50%;
    width: 100px;
    height: 40px;
    top: 30px;
    color: #FFFFFF;
    margin-left: -50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kavivanar', cursive;
}

.menuShop{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 400px;
    margin-left: -221px;
    margin-top: -200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.menuShop > p{
    color: #ffffff;
    margin: 0;
    padding-left: 20px;
    padding-right: 15px;
}

.shop-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.shop-slot{
    margin: 4px;
    border: 4px ridge #3e342b;
    background: #3e342b;
    width: 55px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shop-slot:hover{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(255,215,0,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255,215,0,1);
    box-shadow: inset 0px 0px 5px 0px rgba(255,215,0,1);
}

.shop-slot > img{
    width:32px;
    height:32px;
}

.shop-slot > p{
    margin:0;
    color: #d2c8ae;
}

.shop-slot > span{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #d2c8ae;
    font-weight: bold;
    font-size: 15px;
}

.menuInfo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 450px;
    margin-left: -300px;
    margin-top: -225px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.infoData{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    color: #f8efbf;
}

.infoData > p{
    margin:10px;
}

.infoData > h3{
    margin-top: -5px;
    font-family: 'Kavivanar';
}

.discordJoin{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.discordJoin > a > img{
    width:64px;
    height:64px;
}

.popup-info{
    position:absolute;
    bottom:-40px;
    width:200px;
    min-height:32px;
    
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(29, 29, 29, 0.432);
    color:#28C76F;
    flex-direction:column;
}

.popup-info > p{
    margin:0;
    width:100%;
    text-align:center;
}

.itemDiff{
    padding-left:20px;
}

.itemDiff > p{
    text-transform: capitalize;
    margin:0;
    font-weight:bold;
}

.cNegative{
    color:#cc2626;
}

.cPositive{
    color:#28C76F;
}

.inventory_tools{
    position: absolute;
    right: 50%;
    top: 50%;
    height: 220px;
    width: 300px;
    margin-top: -110px;
    margin-left: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.filter_check > h3{
    margin:0;
}

.filter_check{
    margin-left:20px;
    margin-right:20px;
    color: #fffcdb;
}

#filter_0{
    background: #9E9E9E;
    border: 2px solid transparent;
    box-shadow: 1px 2px grey;
}
#filter_1{
    background: #265ea8;
    border: 2px solid transparent;
    box-shadow: 1px 2px #0f446e;
}
#filter_2{
    background: #cfc35e;
    border: 2px solid transparent;
    box-shadow: 1px 2px #FFC107;
}

.active_filter{
    border:2px solid rgb(0, 223, 100)!important;
}

.filter_each{
    color:#000000;
    font-weight:bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.filterLoot{
    width: 75px;
    text-align: center;
    border-radius: 15px;
    font-family: 'Kavivanar';
}
.filterLoot:hover{
    filter: brightness(1.2);
}

.bookNotif{
    position:absolute;
    top:100px;
    left:15px;
}

.bookNotif > p{
    width:200px;
    background:#00000044;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
    color:#28C76F;
}

.bookNotif > p > img{
    width:32px;
    height:32px;
}

.skillXpBar{
    position:relative;
    width:90%;
    border:2px solid #cccccc;
    height:8px;
}

.skillXpBar > div{
    position:absolute;
    top:0;
    left:0;
    height:8px;
    background:#FF9800;
}

.itemLock{
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,164,232,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,164,232,1);
    box-shadow: 0px 0px 0px 3px rgba(0,164,232,1);
}

.menuAura{
    position: absolute;
    padding: 5px;
    width: 400px;
    height: 500px;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;

    margin-left:-200px;
    margin-top:-250px;
    /*inset:294px auto auto 267px;*/
}

.menuOptions{
    position: absolute;
    padding: 5px;
    width: 400px;
    height: 500px;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;

    margin-left:-200px;
    margin-top:-250px;
    /*inset:294px auto auto 267px;*/
}

.deleteSaveWrapper{
    position: absolute;
    padding: 5px;
    width: 400px;
    height: 140px;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;

    margin-left:-200px;
    margin-top:-70px;   
}

.deleteSaveWrapper > div {
    display:flex;
    
}

.menuRift{
    width: 470px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #2f2230;
    border: 4px double #3d2d3f;
}

.orbList{
    height: 100%!important;
    min-width: 220px;
    display: flex;
    border-left: 2px solid #ffffff41;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction:column;
    background:#00000011;
    border:2px solid #ffffff2c;
    width:100%;
    height:40px;

}

.riftKey{
    position:relative;
    width:175px;
    height:175px;
    border:2px solid rgba(255, 255, 255, 0.062);
    background:#00000010;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.75);
    border-radius:100%;
    margin-top:10px;
    margin-bottom:40px;
}

.riftKey > div > img{
    width:32px;
    height:32px;
}

.key1, .key2, .key3{
    position:absolute;
    width:32px;
    height:32px;
    border:2px solid rgba(0, 0, 0, 0.541);
    background:hsla(0, 0%, 0%, 0.253);
}

.key1{
    left:71px;
    top:25px;
}

.key2{
    right:25px;
    top:90px;
}

.key3{
    left:25px;
    top:90px;
}

.eachOrb{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
}

.eachOrb > p{
    margin:0;
    padding:0;
}

.eachOrb > img{
    width:32px;
    height:32px;
}

.eachOrb:hover{
    background:#ffffff18;
    cursor:pointer;
}

.riftCounter{
    position:absolute;
    top:15px;
    left:50%;
    width:400px;
    height:35px;
    background:#1d1d1d;
    margin-left:-200px;
    border:2px solid #919090;
    -webkit-box-shadow: 1px 1px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 0px 3px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 0px 3px rgba(0,0,0,0.5);
}

.counterValue{
    background: #c94b4b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4b134f, #c94b4b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4b134f, #c94b4b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    width:0%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    transition: all 0.3s;
}

.riftCounterPct{
    position: absolute;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    left: 0;
    bottom: -21px;
    width: 100%;
    text-align: center;
}

.currentRiftLevel{
    width:100%;
    text-align:center;
    font-size:16px;
    margin:0;
    padding:0;
    height:24px;
    line-height:24px;
}

.runeBuyArea{
    height: 100px;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgb(255 165 2);
    -moz-box-shadow: inset 0px 0px 5px 2px rgba(194,37,194,1);
    box-shadow: inset 0px 0px 5px 2px rgb(255 165 2);
    border: 2px solid #f7e586;
    font-size: 32px;
    color: #f6e485;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-family: 'Kavivanar';
}

.craftRune:hover{
    cursor:pointer;
    filter: brightness(1.2);
}

.runeBuyArea > p{
    margin:0;
    padding:0;
}

.runeBuyArea > p > img{
    width:32px;
    height:32px;
    position: absolute;
    bottom: 12px;
    right: 137px;
}

.currentRuneList{
    width:100%;
    min-height:250px;
    overflow-y: scroll;
}

.craftRune{
    background: #ff980040;
    margin-bottom:15px;
    transition: 0.75s;
}

.craftRuneLocked{
    background:#524c4cbe;
}

.runeProgress{
    width:0%;
    background:#c961c942;
    position:absolute;
    left:0;
    height:100%;
    top:0;
    transition:all 1.5s;
}

.eachRune{
    width: 64px;
    height: 64px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #291e2a;
    border: 4px double #3d2d3f;
    transition: 0.75s;
}

.eachRune > img{
    width:32px;
    height:32px;
    filter: drop-shadow(1px -2px 2px indigo) drop-shadow(0px 0px 14px darkorchid) drop-shadow(0px 2px 0px black);

}
.eachRune:hover{
    filter: brightness(1.2);
}

.currentRuneList{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.auraba{
    width:100%;
}

.deleteYes, .deleteNo{
    width:100px;
    height:32px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFFFFF;
    border-radius:10px;
}

.deleteYes{
    background: #8d1d1d;
    transition: 0.75s;
    border: 3px double #760303;
}

.deleteNo{
    background: #197542;
    border: 3px double #11552f;
    margin-right: 15px;
    transition: 0.75s;
}

.deleteYes:hover{
  filter: brightness(1.2);
}

.deleteNo:hover{
    filter: brightness(1.2);
}

.deleteWrapper, .importExport{
    width: 100%;
    height: 75px;
  
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleteBtn{
    background: #ff9800;
    border: 3px double #e47b02;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7e586;
    text-shadow: 3px 2px 0px #e47b02;
    font-weight: bold;
    width: 150px;
    height: 50px;
    transition: 0.75s;
    text-transform: uppercase;
    font-size: larger;
}

.deleteBtn:hover{
    filter: brightness(1.2);
}

.deleteSaveWrapper{
    color: #f7e586;
}

.sBtn{
    font-weight: bold;
    width: 150px;
    height: 50px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.import{
    background:#327bbe;
    margin:5px;
}

.export{
    background:#28C76F;
    margin:5px;
}

textarea {
    font-size: .8rem;
    letter-spacing: 1px;
    resize:none;
}

textarea {
    width: 290px;
    height: 200px;
    margin-bottom: 50px;
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

.wrapperSellRune{
    position: absolute;
    padding: 5px;
    width: 400px;
    height: 140px;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    flex-direction: column;
    background: #2f2230;
    border: 4px double #3d2d3f;
    filter: drop-shadow(0 0 18px rgba(153, 50, 204, 0.267));
    margin-left:-200px;
    margin-top:-70px;       
}

.wrapperSellRune > p{
    margin:0;
    padding:0;
    color:#FFFFFF;
}

.wrapperSellRune > p > span{
    color:#28C76F;
    font-weight:bold;
}

.runeYes, .runeNo{
    width:100px;
    height:32px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFFFFF;
    border-radius:10px;
}

.runeYes{
    background: #197542;
    border: 3px double #11552f;
    margin-right: 15px;
    transition: 0.75s;
}

.runeNo{
    background: #8d1d1d;
    transition: 0.75s;
    border: 3px double #760303;
}

.runeBtn{
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}