﻿.cube.OPAABajoImpacto {
    background-color: #7906ab;
}

.cube.OPAAMedianoImpacto {
    background-color: #ff6a00;
}

.cube.RematesVNAA {
    background-color: #808080;
}

.cube.nada {
    background-color: white;
}

.ul-types {
    display: flex;
    margin-left: 6px;
    margin-bottom: 10px;
    background-color: white;
}
.ul-types li {
    display: flex;
    background-color: white !important;
}   
    .ul-types li p {
        margin-top: 4px
    }

.ul-types li:hover {
    color: black !important;
    cursor: default !important;
}