html {
    /* background-image: linear-gradient(247deg, hsl(77deg 71% 35%), hsl(66deg 86% 46%)); */
    background: #f0f0f0;
    height: 100%;
}

.barra-drop {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 480px;
    background: #fff;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
    color: #081E2C;
    z-index: 3;
    border-radius: 10px;
    border-bottom: solid 9px #91bf20;
}

.barra-drop.adops {
    max-width: 980px;
}

.barra-drop #progress-bar {
    display: none;
}

.barra-drop .button {
    display: inline-block;
    padding: 15px;
    background: #92c020;
    cursor: pointer;
    border-radius: 5px;
    border-top: none;
    color: #081e2c;
}

.barra-drop .button:hover {
    background: #03a9f4;
}

.logo {
    max-width: 150px;
    max-height: 30px;
    width: auto;
}

.logo-link {
    display: contents;
}

.header_inner {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.nav.devices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

input,
select {
    border: none;
    border-radius: 2px;
    font-size: 1em;
}

.nav.devices label {
    padding: 5px;
    padding-bottom: 0;
    cursor: pointer;
    display: block;
    filter: grayscale(100%);
}

.nav.devices input[type=radio] {
    cursor: pointer;
    margin-left: 1em;
    display: none;
}

.nav.devices input[type="radio"]:checked+label {
    color: #92c020;
    filter: none;
}

.qrcode {
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #FFF;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
}

body.desktop .qrcode {
    display: none;
}

.mensaje {
    margin: auto;
    background-color: #FFF;
    padding: 3rem;
    border-radius: 5px;
    text-align: center;
    max-width: 800px;
    box-shadow: 0px 2px 40px #00294814, 0px 2px 10px #002b4829;
    margin-top: 3rem;
}

.hidden {
    display: none;
}

#urltooltip {
    background-color: #91bf20;
    color: #FFF;
    padding: .1em .5em;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: -0.5em;
}

#urltooltip.copiado {
    display: inline-block;
}

.barraurl {
    width: calc(100% - 170px);
}

.barraurl>* {
    display: inline-block;
}

.barraurl input {
    width: 55em;
    font-size: 14px;
    padding: .4em;
    background-color: #f5f5f5;
}

#hash {
    background-color: whitesmoke;
    width: 10em;
    text-align: center;
}

#visor_skins {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 170px);
    margin-top: 15px;
}

.modaldatosavanzados {
    background-color: #FFF !important;
    z-index: 6 !important;
    margin: 0;
}

.btnmodaldatosavanzados {
    font-size: 10px;
    text-transform: uppercase;
    padding: .1em .5em;
    margin: 0;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.close-animatedModal {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #5b626b;
    color: white;
    padding: .5em 1em;
    cursor: pointer;
}

#skin_canvas {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.modaldatosavanzados {
    display: none;
}

.modaldatosavanzados.animatedModal-on {
    display: block;
}

.overlay {
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.2s, visibility 0.2s;
}

.overlay.visible {
    pointer-events: none;
    opacity: 0;
}

.overlay>.logo {
    max-height: 80px;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
}

.btn_device {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px lightgray;
    border-radius: 5px;
    margin-right: .5em;
}

img.ico_device {
    max-height: 32px;
    width: auto;
    display: inline-block;
}