body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    color: #fff;


    user-select: none;
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
}

html {
    height: 100%
}

body {
    min-height: 100%
}

.valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;

}

#main_app {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


*:focus {
    outline: none;
}


.signal_metter {
    position: absolute;
    right: 1.5em;
    top: .3em;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.3);
    z-index: 999;
}

.signal_metter i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.signal_metter .bi-wifi-1,
.signal_metter .bi-wifi-off {
    color: rgba(220, 0, 0, .6);
}


.signal_metter .bi-wifi-2 {
    color: rgba(0, 129, 220, .6);
}

.signal_metter .bi-wifi-3 {
    color: rgba(0, 129, 220, .6);
}


.alert {
    display: none;
}

.alert.show {
    display: block;
}

#app {
    width: 100%;
    height: 100%;
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    position: absolute;
}


#background {
    position: fixed;
    z-index: -1;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#settings {
    z-index: 99999;
    position: absolute;
    text-align: center;
    right: 2em;
    top: 1em;
}

#settings #icon {
    color: rgba(255, 255, 255, .5);
}

#settings #icon.focus {
    color: rgba(0, 106, 226, 0.5);
}

#settings #options {
    position: absolute;
    padding: .5em;
    background-color: rgba(0, 0, 0, .5);
    border-radius: .5em;
    right: 1em;
    width: 20em;
}

#settings #options i.focus {
    color: rgba(51, 130, 255, 0.77);
}

#settings #options .account {
    text-align: left;
}

#settings #options .account>div {
    font-size: 1.1em;
    vertical-align: middle;
    margin-top: .4em;
}

#settings #options .account>div i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: .5em;
}


#header {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37) 5%, rgba(0, 0, 0, 0) 99%);
    padding-bottom: 1em;
}

#header .logo {
    max-height: 1.8em;
    float: left;
    margin: 1em 1em;
}

#menu {
    display: inline-block;
    margin-top: .2em;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: roboto;
    font-size: .9em;
}

#menu .btn {
    display: inline-block;
    margin: .5em .5em;
    padding-bottom: .2em;
    text-shadow: 0px 0px 8px #000;
}




#menu .btn[is_active='true'] {
    border-bottom: .1em solid rgba(255, 255, 255, 0.5)
}




#menu .btn.focus {

    border-bottom: .1em solid rgba(17, 154, 221, 0.66);
}

#menu .btn i {
    background-color: #ffffff3d;
    padding: .4em .5em;
    border-radius: 1em;
    color: #f7f7f7b0;
    margin-left: 1em;
}


#toolbar {
    height: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0 1em;
}


#toolbar #logo {
    position: absolute;
    width: 4em;
    padding: .5em;
    box-sizing: border-box;
}


#toolbar #logo img {
    width: 100%;
}


#toolbar #icons {
    display: inline-block;
    vertical-align: middle;
}

#toolbar #icons .btn {
    padding: 1em 0;
    color: rgba(255, 255, 255, 0.5);
}

#toolbar #icons .btn[is_active='true'],
#toolbar #icons .btn.focus {
    color: rgb(255, 255, 255);
    font-size: 1.1em;

}


#toolbar #icons .btn i {
    z-index: 99;
    position: relative;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

#toolbar #icons .btn.focus {
    transform: scale(1.7) translateX(.5em);
    opacity: .8;
    filter: none;
}



.search_input {
    text-align: center;
    margin-top: 2em;
}

.search_input i {
    margin-left: -1.5em;
    top: .8em;
    font-size: 1.5em;
    color: rgba(219, 219, 219, 0.36);
}

.search_input input {
    background-color: rgba(0, 0, 0, 0.83);
    border: none;
    color: rgba(255, 255, 255, 0.97);
    padding: .3em;
    text-align: center;
    font-size: 1.5em;
    border-radius: 2em;
    font-weight: 300;
}

.search_gallery {
    margin: 1.5em 0;
    text-align: center;
}



.lds-ripple {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lds-ripple div {
    position: absolute;
    border: .3em solid rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 50%;
        left: 50%;
        width: 0%;
        height: 0%;
        opacity: 0;
    }

    4.9% {
        top: 50%;
        left: 50%;
        width: 0%;
        height: 0%;
        opacity: 0;
    }

    5% {
        top: 50%;
        left: 50%;
        width: 0%;
        height: 0%;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}







/* Tamaño del scroll */
div::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Estilos barra (thumb) de scroll */
div::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background: rgba(179, 179, 179, 0.308);
    border-radius: 3px;
}

div::-webkit-scrollbar-thumb:active {
    background-color: rgba(5, 53, 97, 0.664);
}

/* Estilos track de scroll */
div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    border-radius: 3px;
    width: 3px;
    height: 3px;
}

div::-webkit-scrollbar-track:hover,
div::-webkit-scrollbar-track:active {
    background: rgba(255, 255, 255, .1);
}