.noDevice {
    background-color: #555;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.noDevice .ConnectCalcsHelp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-weight: normal;
    border-radius: 1rem;
    background-color: white;
    padding: 2rem;
    padding-bottom: 3rem;
}

.noDevice .NoHHConnected {
    display: inline-block;
    margin: 1rem;
}

.noDevice .NoHHConnected SVG {
    width: 14rem;
    padding-right: 2rem;
    fill: black;
}

.noDevice .NoHHConnected SVG #Rectangle-3,
.noDevice .NoHHConnected SVG #Rectangle-4, 
.noDevice .NoHHConnected SVG #Rectangle-8, 
.noDevice .NoHHConnected SVG #Rectangle-9 {
    display: none;
}

.noDevice .DeviceTypes {
    display: inline-block;
    text-align: left;
    font-weight: 600;
    margin-top: 0.5rem;
}
