#connection-changed {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin: 16px;
    padding: 16px;
    right: 0;
    top: -500px;
    background-color: #162441;
    color: white;
    transition: top 0.75s ease 0s;
    border-radius: 15px;
}

.connection-changed-showed {
    top: 100px !important;
}

.connection-changed-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-justify: inter-word;
}

.connection-changed-close {
    position: absolute;
    top: 12px;
    right: 7px;
    width: 32px;
    height: 32px;
}

.connection-changed-close:hover {
    background-color: #253454;
    cursor: pointer;
}

#connection-changed-list {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
}

.connection-changed-disconnected-robot-outer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 1;
    margin: 4px 0;
}

.connection-changed-disconnected-robot-container {
    display: flex;
    justify-content: center;
    flex: 1;
}

.connection-changed-disconnected-robot-name {
    margin: 8px 16px;
}

.connection-changed-disconnected-robot-button {
    padding: 8px;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    transition: background-color 0.15s ease;
}

.connection-changed-disconnected-robot-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.connection-changed-disconnected-robot-error-text {
    font-size: 12px;
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .projectsdialog .ui.card.file .content {
        margin-left: 30px;
    }
}
