.bg-error {
    background: rgb(255, 232, 232) !important;
}

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

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

.remove-toggle-button-after::after {
    display: none !important;
}


html, body {
    height: 100% !important;
    width: 100% !important;
}

.layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.screens-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.screens {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.navbar {
    position: unset;
    display: unset;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
    padding: unset;

    height: 100px;
}
