.mps-logo{
    width:13rem;
}
.big-logo{
    width:25rem;
}


.editIconModal,
.deleteIconModal {
    cursor: pointer;
}

.editIconModal:hover {
    color: #00dd00 !important;
}

.deleteIconModal:hover {
    color: #ff0000 !important;
}

.myAlert-bottom {
    position: fixed !important;
    bottom: 5px;
    left: 2%;
    width: 96%;
    z-index: 10;
}

.myAlert-bottom2 {
    position: fixed !important;
    bottom: 5px;
    left: 2%;
    width: 96%;
    z-index: 10;
}

.my-custom-scrollbar {
    position: relative;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.hide-element {
    visibility: hidden;
}

.hidden {
    display: None;
}

.opacity-fifty {
    opacity: 50%;
}

.collapsable-arrays {
    position: fixed;
    padding: 0px;
    margin-top: 20px;
    border-width: 1px;
    border-style: double;
    width: fit-content;
    border-color: var(--primary);
}

.type_of_list {
    list-style-type: circle;
    padding-left: 24px;
}

.on-hover:hover {
    background-color: var(--primary);
    cursor: pointer;
}

.statisticsTableHeader>tr>th {
    background-color: white;
    position: sticky;
    top: -2px;
    z-index: 1;
    border-top: None !important;
}

.userSubjects:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.login-text-container {
    max-width: 81%;
    border: solid;
    border-top-width: 2px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 17px;
    border-color: lightblue;
}

.erasmus-logo {
    width: 60px;
    height: 60px;
}

.respo-color {
    color: #155724;
    font-weight: bold;
    font-size: 34px;
    font-family: var(--font-family-sans-serif);
}

#container-for-paragraph,
#container-for-paragraph-mentor {
    color: gray;
    font-weight: bold;
    font-family: var(--font-family-sans-serif);
}

.respo-x-logo {
    width: 133px;
    height: 48px;
}

.ministry-logo {
    width: 236px;
    height: 29px;
}

.logo-container {
    width: 100%
}

.respo-vi-partners {
    width: 231px;
    height: 186px;
}

.respo-x-logo2 {
    width: 117px;
    height: 116px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.select-all {
    color: var(--primary);
    font-size: 13px;
    margin-left: 20px;
    font-family: var(--font-family-sans-serif);
}

.select-all-second {
    color: var(--primary);
    font-size: 13px;
    margin-right: 10px;
    font-family: var(--font-family-sans-serif);
}

.userStudents:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}

.hide-visibility {
    visibility: hidden;
}

.both-margin {
    margin-left: -15px;
    margin-right: -15px;
}