#dada-tools {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 25px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    border-radius: 20px;
    align-items: center;
    transition: width 0.5s;
    background-color: #edf0ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

#dada-tools.active {
    width: 200px;
}

#dada-tools-logo {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
}

#dada-tools-envReset {
    color: #4494f9;
    margin: 0 4px;
    cursor: pointer;
}

#dada-tools-envSwitchWrapper {
    flex:1;
    height: 70%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px 0 4px;
}

#dada-tools-envSelectWrapper {
    flex:1;
}

#dada-tools-envSelect {
    width: 100%;
}

.dada-tools-envTitle {
    display: flex;
    align-items: center;
    margin-right: 6px;
}
