nav .nav-link {
    color: white;
}

a {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

input.form-control[type=file] {
    margin-left: -2px !important;
}

input.form-control[type=file]::-webkit-file-upload-button {
    display: none;
}

input.form-control[type=file]::file-selector-button {
    display: none;
}

.note-group-select-from-files {
    display: none;
}

.text-justify {
    text-align: justify;
}

.fs-120 {
    font-size: 120%;
}

.fs-150 {
    font-size: 150%;
}

.fs-200 {
    font-size: 200%;
}