.hide {
    position: absolute !important;
    top: -10000px !important;
}

.text-left {
    text-align: left;
}

#login-buttons a {
    text-decoration: none;
}

.ant-menu-item {
    margin-top: 0 !important;
}

.ant-layout #login-buttons {
    position: absolute;
    top: 10px;
    right: 200px;
}

.editorWrapper {
    border: 1px solid #AAA;
    margin: 25px;
    padding: 5px;
    color: #000;
}

.center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.unstyled-link {
	all: unset !important;
}

.remove-cursor {
    cursor: default !important;
}

.add-cursor {
    cursor: pointer !important;
}