@charset "utf-8";
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    padding-top: 25px;
    padding-bottom: 45px;    
} 
.logo .logo_titol{
    margin: 0;
    font-size: 55px;
    line-height: 65px;
    height: 65px;        
}
body {
    background-color: #000;
    color: #fff;
}
    #espaipujada {
        border: 2px dashed #686868;
        border-radius: 5px;
        width: 80%;
        max-width: 600px;
        margin: 2rem auto;
        padding: 2rem;
        text-align: center;
        background-color: #091e40;
    }
    #espaipujada.highlight {
        border-color: #198754;
        background-color: #6F6D6D;
    }
    .img_miniatura {
        width: 150px;
        height: 150px;
        margin: 10px;
        border: 1px solid #ced4da;
        display: inline-block;
        position: relative;
        background-color: #ffffff;
    }
    .img_miniatura canvas {
        display: block;
        margin: auto;
    }
    /* Capa d'error: err_img */
    .err_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(220, 53, 69, 0.8);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px;
        border-radius: 3px;
    }
#sortida_icona {
        position: fixed; 
        top: 35px;
        right: 35px;
        z-index: 1000;
        width: auto;
        height: auto;
}
#fons_carrega {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
}
.gif_carregant {
        width: 4rem;
        height: 4rem;
        border: 0.5rem solid rgba(255,255,255,0.2);
        border-top: 0.5rem solid #ffffff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.frm_entrada {
      width: 100%;
}
.frm_entrada:focus {
    background-color: #CFC09F;
    color: #000;
    box-shadow: none;
    border-color: #66afe9;
}
