* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    cursor: default;
}
body {
    margin: 0px;
    background-color: white;
}
.status {
    position: absolute;
    top: 10vh;
    width: 100%;
    display: flex;
}
.Allocated {
    background-color: rgba(51, 100, 1, 0.9);
}
.Progress {
    background-color: rgba(34,139,34, 0.9);
}
.Picked {
    background-color: rgba(77, 0, 140, 0.9);
}
.Kits {
    background-color: rgba(206, 106, 34, 0.9);
}
.RTL {
    background-color: rgba(187, 160, 12, 0.9);
}
.Complete {
    background-color: rgba(0, 0, 116, 0.9);
}
.Allocated,
.Picked,
.RTL,
.Kits,
.Progress,
.Complete {
    margin: 0px;
    text-align: center;
    width: 17%;
    height: 89.90vh;
}
.Allo1,
.Pick1,
.Prog1,
.RTL1,
.Kit1,
.Comp1 {
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 88vh;
}
.Allo1 {
    background-color: rgba(84, 167, 2, 0.57);
}
.Pick1 {
    background-color: rgba(144, 74, 201, 0.57);
}
.Prog1 {
    background-color: rgba(35, 166, 35, 0.9);
}
.RTL1 {
    background-color: rgba(212, 186, 34, 0.57);
}
.Comp1 {
    background-color: rgba(0, 0, 192, 0.4);
}
.Kit1 {
   background-color: #f7760d43;
}
.qtd1,
.qtd2,
.qtd3,
.qtd4,
.qtd5,
.qtd6 {
    position: relative;
    top: 10vh;
    font-size: 15vh;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 3px white;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: 1s;
}
a:hover {
    text-shadow: 0px 0px 10px black;
    transition: 1s;
}
.legenda {
    color: white;
    font-weight: bold;
    font-size: 2.5vh;
    cursor: pointer;
}
.sub {
    position: relative;
    top: -2vh;
    color: white;
    font-size: 2vh;
}
header {
    text-align: center;
    margin: 0px;
    background: linear-gradient(to right, #ff7f50, #1e90ff);
    width: 100%;
    height: 10vh;
}
.img1, .img2 {
    width: 20vh;
    top: 1vh;
}
.img1 {
    position: absolute;
    left: 2vh;
    top: 1.10vh;
}
.img2 {
    position: absolute;
    right: 2vh;
    top: -0.10vh;
}
.title {
    position: relative;
    color: white;
    text-shadow: 0px 0px 5px black;
    top: -0.5vh;
}
.priori1,
.priori2,
.priori3,
.priori4,
.priori5,
.priori6 {
    text-align: center;
    position: absolute;
    bottom: 24.1vh;
    width: 100%;
    height: 8vh;
    font-size: 4vh;
    color: #d73b3e;
    font-weight: bold;
    transition: 1s;
}
.priqtd1,
.priqtd2,
.priqtd3,
.priqtd4,
.priqtd5,
.priqtd6 {
        position: relative;
        top: -3vh;
        font-weight: bold;
}