@import url('bulma.css');

/* 
LVL 1 : #12191C
LVL 2 : #1C272C
LVL 3 : #26353B
*/

*{
    
    color: #e7e8e8 !important;
}

HTML{
    background-color: #080B0C;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.title,
.subtitle{
    margin-bottom: 0px !important;
}

hr{
    background-color: #26353B;
}

p{
    font-size: 1.25rem;
}

.logo{
    width: 3rem;
    margin-right: 1rem;
}

.disabled{
    display: none;
}

.lvl-1{
    background-color: #12191C;
}

.lvl-2{
    background-color: #1C272C;
}

.lvl-3{
    background-color: #26353B;
}

.lvl-4{
    background-color: #e7e8e8;
}

.menu{
    padding: 10px;
    margin-bottom: 0px !important;
}

.heading{
    font-size: 1.2em;
    margin: 0px;
}

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

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

.tabs ul,
.tabs.is-boxed a {
    border: none;
    -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: #1C272C; 
}


.tabs.is-boxed li.is-active a {
    background-color: #080B0C;
    color: #12191C;
}

.button {
    text-transform: uppercase;
    background-color: #30434B;
    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: #12191C;
}

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

.lined{
    display: flex;
}

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

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

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

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

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

#fleet .lvl-1,
#galaxy .lvl-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin: 10px 0px 5px 0px;
    border-radius: 5px;
}

#fleet .lvl-1 p, #galaxy .lvl-1 p {
    display: flex;
    align-items: center;
}
    
/* GALAXY */

#galaxy .boxed{
    margin: 0px !important;
    padding: 0px 0px 0px 10px;
    border-left: 4px #1C272C solid;
    border-right: 4px #1C272C solid;
}

/* GALAXY */

/* STOCK */
.cargo-text{
    
    width: 150px;
}

#cargo .level{
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

#cargo .level-item{
    background-color: #12191C;
    border-radius: 5px;
    padding: 10px;
}

#cargo .level-item .heading{
    font-size: .8rem;
}

#cargo .level-item .title{
    font-size: 1.8rem;
    margin-top: 0px !important;
}

#cargo .level-item .icon{
    margin-right: 10px;
}

#cargo .level-item .button{
    margin: 0px !important;
    margin-left: 30px !important;
}

.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: #12191C;
}
.progress.stock::-moz-progress-bar {
  background-color: #12191C;
}
.progress.stock::-o-progress-bar {
  background-color: #12191C;
}

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

.switch[type=checkbox]+label::before,
.switch[type=checkbox]+label:before{
    background: #12191C !important;
}

.field{
    margin-top: 5px;
}

/* STOCK */

/* 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;
}
/* FOOTER */

.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.example {
  -ms-overflow-style: none;
}