.iot-door-popup{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-family: AppleSDGothicNeo,sans-serif;
    color: white;
}

.iot-door-popup .door-row{
    width: 100%;
    height: 100px;
    max-width: 250px;
    background: #363636;
    margin-bottom: 10px;
    border-radius: 3px;
}

.iot-door-popup .door-row .door-row-top{
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.iot-door-popup .door-row .door-row-bottom{
    width: calc(100% - 10px);
    height: 40%;
    padding: 5px 0px;
    margin: 0px 5px;
    border-top: 1px solid white;
}

.iot-door-popup .door-row .door-row-bottom .door-row-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}

.iot-door-popup .door-row .door-row-bottom .door-row-btn:hover{
    background: #ffffff26;
    border-radius: 3px;
}

.text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
