.top-container {
    margin-top: 80px;
    margin-bottom: 15px;
}

#loading {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.bottom-container {
    height: calc(100vh - 208px);
    padding-top: 15px;
}

.create-new-link {
    position: absolute;
}

.edit-btn:hover i {
    color: darkred;
    cursor: pointer;
}