.Monitor{
    background-color: var(--intense-div-color);
    border-radius: 11px;
    display:flex;
    z-index: 99;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
    min-width: 20px;
    width: max-content;
    align-items: start;
    cursor: pointer;
    position: relative;
}

.Monitor:hover{
    background-color: rgb(55, 51, 68);
    
}
.Monitor p{
    font-weight:700;
    font-family: 'Quicksand';
    color: rgb(255, 255, 255);
    align-self: center;
}
.monitortitle{
    font-weight:700;
    font-family: 'Quicksand';
    color: var(--purple-font);
    display: none;
    margin-right: 10px;
    margin-top: 8px;

}

.monitortext{
    font-weight:400;
    font-family: 'Quicksand';
    color: rgb(255, 255, 255);
    display: none;
    min-width: 20px;
    margin-top: 8px;
}

.boxes{
    gap: 1vw !important;
}
.modifyHeightContent{
    gap: 1vw !important;
}

.hiddy{
    position: absolute;
    top: 20%;
    left: 0;
}

.Calibrar{
    background-color: var(--intense-div-color);
    border-radius: 11px;
    display:flex;
    z-index: 99;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
    min-width: 20px;
    width: max-content;
    align-items: start;
    cursor: pointer;
    position: relative;
}