.sidebar .nav-item .test-item[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
}

.sidebar .nav-item .test-item[data-toggle="collapse"].collapsed::after {
    content: "\f105";
}

.sidebar-dark .nav-item .test-item[data-toggle="collapse"]::after {
    color: rgba(78, 115, 223, 0.5);
}

.table .fa-edit {
    float: right;
}

.table .fa-minus-circle {
    float: left;
}

.js-user-role,
.platform {
    display: none;
}

.mainInfo {
    text-align: center;
}

.logoOM {
    width: 50%;
    margin: 50px auto;
}

.fa-minus-circle,
.fa-trash-alt,
.fa-edit {
    cursor: pointer;
}

input[type="file"] {
    height: 100%;
}

label[for="registration_form_plainPassword_second"] {
    margin-top: 1rem;
}

label[for="change_password_form_plainPassword_second"] {
    margin-top: 1rem;
}

form[name="registration_form"] button {
    margin-top: 1.5rem;
}

form[name="change_password_form"] button {
    margin-top: 1.5rem;
}

.back-to-homepage {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 25px 0px 0px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    color: inherit;
}

.back-to-homepage:hover {
    color: inherit;
    text-decoration: none;
}

.back-to-homepage i {
    font-size: 1.5rem;
    padding-right: 10px;
}

div.buttons {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.buttons i {
    cursor: pointer;
}

.topH1 {
    display: flex;
    align-items: center;
}

.container-fluid {
    margin-bottom: 2.5%
}

.arrow-top {
    height: 25px;
    margin: 0px 5px;
    filter: invert(35%) sepia(3%) saturate(1662%) hue-rotate(195deg) brightness(94%) contrast(84%);
}
