.top-diff {
    margin-top: 1.5%;
}

.space-nav {
    margin-left: 17rem;
    margin-right: 7rem;
}

.delete-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
}

.flex-column-login {
    flex-direction: column!important;
}

.popup-content {
    text-align: center;
}

.popup-content p {
    margin-bottom: 15px;
}

.popup-content button {
    margin: 0 10px;
}

.edit-input {
    width: 200rem;
}

.ml-1 {
    padding-left: 3%;
    
}

.button_invisible {
    background: none;
    border: none;
    color: rgba(34, 42, 66, 0.7);
    cursor: pointer; 
}

.button-container {
    display: flex;          
    justify-content: space-between; 
    align-items: center;    
}

.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-item {
    width: 45%;
}

.status-indicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
}

.action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 1rem;
}



