@import url('bulma.css');

/* 
LVL 0 : #0F1015
LVL 1 : #2E3240
LVL 2 : #242732
LVL 3 : #2E3240
TEXT :  #E7E9EE
BACKTEXT : #CACDD9
*/

*{
    font-family: 'Montserrat', sans-serif;
}

HTML{
    background-color: #0F1015;
}

body,
.title,
.subtitle{
    color: #E7E9EE !important;
}

.disabled{
    display: none;
}

hr{
    background-color: #232931;
    margin: 10px;
}

.menu{
    padding: 30px 20px 10px 20px;
    border-radius: 5px;
    margin-bottom: 0px !important;
}

.menu .title{
    margin: 0px;
}

.menu .right{
    margin-right: 20px;
}

.menu .left{
    margin-left: 20px;
}

.columns .lvl-0{
    width: 100%;
    margin: 0px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    background-color: #2E3240;
    box-shadow: 0px 0px 5px #000000;
}

.lvl-1{
    margin: 25px;
    border-radius: 5px;
    background-color: #2E3240;
    box-shadow: 0px 0px 5px #000000;
}

.column .lvl-1{
    width: 100%;
    text-align: center;
    padding: 20px;
}

.lvl-2{
    background-color: #242732;
    box-shadow: 0px 0px 5px #000000;
}

.lvl-3{
    background-color: #2E3240;
}

.heading{
    font-size: 1rem;
    margin: 0px;
}

.heading.is-1{
    font-size: 1.25rem;
}

.money{
    color: #ffcc00 !important;
    opacity: 1;
}

.tabs ul,
.tabs.is-boxed a {
    border: none;
    color: #CACDD9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tabs.is-boxed a:hover{
    background-color: #242732; 
}


.tabs.is-boxed li.is-active a {
    background-color: #0F1015;
    color: #E7E9EE;
}

.stamp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin: 20px 0px 5px 0px;
}

.stamp img{
    height: 100px;
    margin: none;
    margin-right: 20px;
}

.stamp .boxed{
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #2E3240;
}

.stamp .sell{
    justify-content: flex-end;
}

.charm{
    margin: 20px 0px;
}

.charm .button{
    color: #0F1015 !important;
}

.button {
    text-transform: uppercase;
    background-color: #CACDD9;
    color: #2E3240;
    border: none;
    box-shadow: none;
    margin: 10px 0px;
}

.button:hover{
    opacity: .7;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.button:visited,
.button:active,
.button:focus{
        color: #2E3240;
}

.button[disabled],
.charm .button[disabled]{
    background-color: #242732;
    color: #CACDD9 !important;
    opacity: 1;
}

.button[disabled],
.charm .button[disabled]{
    background-color: #242732;
    color: #CACDD9;
    opacity: 1;
}

.lined{
    display: flex;
}

.lined .button{
    margin-left: 10px;
}

.progress{
    border-radius: 5px;
}

.progress.inn::-webkit-progress-value {
    -webkit-transition: all linear 1000ms;
    -moz-transition: all linear 1000ms;
    -o-transition: all linear 1000ms;
    transition: all linear 1000ms;
}

.progress.stock{
    height: 10px;
}

.progress.stock::-webkit-progress-bar {
  background-color: #242732;
}
.progress.stock::-moz-progress-bar {
  background-color: #242732;
}
.progress.stock::-o-progress-bar {
  background-color: #242732;
}

.progress.stock::-webkit-progress-value {
  background-color: #CACDD9;
}
.progress.stock::-moz-progress-value {
  background-color: #CACDD9;
}
.progress.stock::-o-progress-value {
  background-color: #CACDD9;
}

.desc{
    color: #CACDD9;
    opacity: .9;
}

.desc p{
    text-align: justify;
    font-size: .85rem !important;
}

.column {
  display: flex;
}

.has-text-danger {
    color: #ff3860 !important;
}

.has-text-link {
    color: #3273dc !important;
}

.has-text-primary {
    color: #00d1b2 !important;
}

.has-text-warning {
    color: #ffdd57 !important;
}

/* FOOTER */

footer{
    position: fixed;
    bottom: 0;
    left: 20px;
    font-size: 0.7rem;
    margin-bottom: 20px;
    opacity: .7;
}

footer a{
    color: #FFF;
    opacity: .5;
}
footer a:hover{
    color: #FFF;
    opacity: 1;
}