html {
    scroll-behavior: smooth;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #1c70b8 #ebebeb;
}

*::-webkit-scrollbar {
    width: 11px;
}

*::-webkit-scrollbar-track {
    background: #ebebeb;
}

*::-webkit-scrollbar-thumb {
    background-color: #1c70b8;
    border-radius: 10px;
    border: 3px solid #ebebeb;
}

.form-row label {
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #3d5170;
}

.form-row input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-row select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.student-name {
    color: #3aaa36;
}

.card-margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.card-margin:not(:last) {
    margin-right: 5px;
}

.card-student {
    border-left: solid 10px #e74234;
    border-radius: inherit;
}

.card-observation {
    border-left: solid 10px #c81706;
    border-radius: inherit;
    height: 250px;
}

.card-design {
    border-left: solid 10px #1d71b8;
    border-radius: inherit;
    height: 250px;
}

.card-execution {
    border-left: solid 10px #3aaa36;
    border-radius: inherit;
    height: 250px;
}

.main-navbar {
    background-color: #1c70b8 !important;
    height: max-content;
    box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.2) !important;
    -webkit-box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.2) !important;
    -moz-box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.2) !important;
}

.text-white {
    color: white !important;
    max-width: 1400px;
    min-width: 1px !important;
    margin: 0 auto;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.dropdown-toggle::after {
    color: white;
}

.btn-circle {
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: white;
    border: 0;
}

.pei-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.test {
    background-color: #725081;
}

.pei-circle {
    text-align: center;
    display: flex;
    margin: 0;
    border-radius: 15px;
    min-width: 150px;
    flex-direction: column;
    align-items: center;
    background-color: rgb(233, 233, 233);
    justify-content: center;
    padding: 2rem;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
}

.status1,
.in-progress {
    background-color: #fbbc09;
    border: 0;
}

.start {
    background-color: white;
}

.status2,
.end {
    background-color: #3aaa36;
    border: 0;
}

.interview-card-start {
    border-left: solid 10px #1d71b8;
    border-radius: inherit;
}

.interview-card-0 {
    border-left: solid 10px #c81706;
    border-radius: inherit;
    height: 300px;
}

.interview-card-1 {
    border-left: solid 10px #c81706;
    border-radius: inherit;
    height: 300px;
}

.interview-card-2 {
    border-left: solid 10px #1d71b8;
    border-radius: inherit;
    height: 300px;
}

.interview-card-3 {
    border-left: solid 10px #3aaa36;
    border-radius: inherit;
    height: 300px;
}

.interview-card-4 {
    border-left: solid 10px #725081;
    border-radius: inherit;
    height: 300px;
}

.interview-card-desc {
    border-left: solid 10px #fbbc09;
    border-radius: inherit;
}

.interview-card-end {
    border-left: solid 10px #c81706;
    border-radius: inherit;
}

.form-row label {
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #3d5170;
}

​ .form-row input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-row select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.responsive-row-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.responsive-width-500 {
    width: 500px;
}

.responsive-max-width-400 {
    max-width: 500px;
}

.responsive-max-width-150 {
    min-width: 150px;
    max-width: 250px;
}

.responsive-form-full-width {
    min-width: 75%;
    align-self: center;
}

.responsive-form-wrapper {
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .responsive-row-column {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .responsive-max-width-400 {
        max-width: 100%;
    }

    .responsive-max-width-100 {
        width: 100% !important;
    }

    .responsive-max-width-150 {
        min-width: 100%;
        max-width: 100%;
    }

    .responsive-form-full-width {
        min-width: 100%;
    }

    .responsive-form-wrapper {
        padding: 12px;
        margin: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .responsive-width-500 {
        width: 75vw;
    }
}

.bte_logo {
    width: 180px;
    padding: 10px 0;
}

.bte_logo img {
    width: 100%;
    float: left;
}

input {
    margin-right: 10px;
}

.mic-fields input {
    cursor: pointer;
    transition: 0.2s;
}

.mic-fields input:hover {
    opacity: 0.8;
}

input[value="-2"] {
    appearance: none;
    border: 4px solid red !important;
    height: 25px;
    width: 25px;
}

input[value="-2"]:checked {
    background-color: red;
}

input[value="-1"] {
    appearance: none;
    border: 4px solid #fbbc09 !important;
    height: 25px;
    width: 25px;
}

input[value="-1"]:checked {
    background-color: #fbbc09;
}

input[value="0"] {
    appearance: none;
    border: 4px solid #6fbdff !important;
    height: 25px;
    width: 25px;
}

input[value="0"]:checked {
    background-color: #6fbdff;
}

input[value="+2"] {
    appearance: none;
    border: 4px solid #3aaa36 !important;
    height: 25px;
    width: 25px;
}

input[value="+2"]:checked {
    background-color: #3aaa36;
}

input[value="+8"] {
    appearance: none;
    height: 25px;
    width: 80px;
    background-image: url('../img/nonso.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

input[value="+8"]:checked {
    background-image: url('../img/nonso_checked.svg');
    height: 25px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.question_separator {
    border-right: 1px #ccc;
    /* line 1 pixel width, length of "Some content" */
    height: 10px;
}

textArea[id^="id_question"] {
    width: 100% !important;
}

div[id^="info_question"] {
    width: 100% !important;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.space_between {
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_justify-center_align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.flex_justify-center {
    display: flex;
    justify-content: center;
}

.flex_justify-evenly_align-center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flex_justify-between_align-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action_column_title {
    text-align: center;
    padding-right: 24px;
    width: 150px;
}

.cursor_pointer {
    cursor: pointer;
}

.completion_icon_disabled {
    color: lightgray;
    margin-left: 1rem;
    cursor: not-allowed;
}

.completion_icon_gray {
    color: lightgray;
    cursor: default;
    margin-left: 1rem;
}

.completion_icon_green {
    color: green;
    cursor: default;
    margin-left: 1rem;
}

.completion_icon_gray {
    color: lightgray;
    cursor: default;
    margin-left: 1rem;
}

.completion_icon_green {
    color: green;
    cursor: pointer;
    margin-left: 1rem;
    transition: 0.2s;
}

.completion_icon_green:hover {
    opacity: 0.7;
}

.completion_icon_red {
    color: red;
    cursor: default;
    margin-left: 1rem;
}

.completion_icon_yellow {
    color: rgb(255, 204, 0);
    cursor: default;
    margin-left: 1rem;
    float: left;
}

.progression_image {
    width: 25px;
    min-height: 100%;
}

.progression_image-standard_height {
    width: 15px;
    min-height: 250px;
    height: 100%;
}

.register_button_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    max-width: 90vw;
}

.padding0 {
    padding: 0px;
}

.padding14 {
    padding: 14px;
}

.bottom_warning {
    vertical-align: middle;
    z-index: 100000;
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.overlay_right {
    display: none;
    width: 17vw;
    height: 100vh;
    z-index: 10000;
}

.overlay_left {
    display: none;
    width: 83vw;
    height: 100vh;
    z-index: 10000;
    margin-left: calc(17vw);
}

.dashboard_search_button {
    margin: 0 0 0 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.pei_button {
    margin-top: 0.5rem;
    font-size: 1vw;
}

.icon-size {
    width: 45px;
    height: 45px;
}

.add_pei_form_container {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.canvas_container {
    display: flex;
    padding: 1.5rem;
    width: 100%;
    border: solid 1p black;
}

.margin0rem1rem {
    margin: 0rem 1rem;
}

.student_info_row_container {
    justify-content: space-between;
    margin-top: 0.5rem;
}

.custom_checkbox {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.custom_checkbox div {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.back_button_page_bottom {
    margin-top: 8px
}

margin-top-20 {
    margin-top: 20px !important;
}

.custom-graph {
    width: 100%;
    height: 500px !important;
}

@media only screen and (max-width: 600px) {
    custom-graph {
        width: 300px;
        height: 300px !important;
    }
}

@media only screen and (max-width: 350px) {
    custom-graph {
        width: 250px;
        height: 250px !important;
    }
}

td[score="+2"] {
    background-color: #3aaa36;
}

td[score="+1"] {
    background-color: #ccc;
}

td[score="1"] {
    background-color: #ccc;
}

td[score="0"] {
    background-color: white;
}

td[score="-1"] {
    background-color: #fbbc09;
}

button[BESscore="+8"]:active,
button[BESscore="+8"]:focus,
button[BESscore="+8"]:hover {
    background-color: #919090 !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

button[BESscore="+8"] {
    background-color: #ccc !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    cursor: not-allowed;
    color: black !important
}

button[BESscore="-2"] {
    background-color: red;
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

button[BESscore="-2"]:active,
button[BESscore="-2"]:focus,
button[BESscore="-2"]:hover {
    background-color: rgb(255, 74, 74) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

/* button[BESscore="+2"] {
  background-color: #3aaa36;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: flex;
  height: 40px !important;
  width: 100%;
} */
button[BESscore="+2"]:active,
button[BESscore="+2"]:focus,
button[BESscore="+2"]:hover {
    background-color: #56ad53 !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

button[BESscore="+2"] {
    background-color: #479444 !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    cursor: not-allowed;
}

button[standarddeviation="0,5"],
button[standarddeviation="0.5"] {
    background-color: #ccc !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
    opacity: 65%
}

button[standarddeviation="0,5"]:hover,
button[standarddeviation="0.5"]:hover {
    background-color: rgb(228, 228, 228) !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
    opacity: 65%
}

button[standarddeviation="1,1"],
button[standarddeviation="1.1"] {
    background-color: rgb(211, 59, 59) !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
    opacity: 65%
}

button[standarddeviation="1,1"]:hover,
button[standarddeviation="1.1"]:hover {
    background-color: rgb(218, 107, 107) !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
    opacity: 65%
}

button[standarddeviation="1,5"],
button[standarddeviation="1.5"] {
    background-color: #479444 !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
    opacity: 65%
}

button[standarddeviation="1,5"]:hover,
button[standarddeviation="1.5"]:hover {
    background-color: #70ad6e !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
    opacity: 65%
}

button[standarddeviation="2"] {
    background-color: #dfb84c !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
    opacity: 65%
}

button[standarddeviation="2"]:hover {
    background-color: #e9cc7c !important;
    border: solid 0px transparent;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
    opacity: 65%
}

button[contextscore="0"] {
    background-color: rgb(235, 235, 235);
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
}

button[contextscore="1"] {
    background-color: red;
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
}

button[contextscore="2"] {
    background-color: #479444;
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #fff;
}

button[contextscore="3"] {
    background-color: #dfb84c;
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: #000;
}

button[contextscore="0"]:active,
button[contextscore="0"]:focus,
button[contextscore="0"]:hover,
button[contextscore="1"]:active,
button[contextscore="1"]:focus,
button[contextscore="1"]:hover,
button[contextscore="2"]:active,
button[contextscore="2"]:focus,
button[contextscore="2"]:hover {
    border: solid 1px #ccc !important;
    border-radius: 10px;
}

button[contextscore="3"]:active,
button[contextscore="3"]:focus,
button[contextscore="3"]:hover {
    background-color: #e0bc5a !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
}

button[contextscore="0"]:active,
button[contextscore="0"]:focus,
button[contextscore="0"]:hover {
    background-color: #ccc;
    color: #000;
}

button[contextscore="1"]:active,
button[contextscore="1"]:focus,
button[contextscore="1"]:hover {
    background-color: rgb(255, 57, 57) !important;
}

button[contextscore="2"]:active,
button[contextscore="2"]:focus,
button[contextscore="2"]:hover {
    background-color: #56ad53 !important;
}

button[contextscore="3"]:active,
button[contextscore="3"]:focus,
button[contextscore="3"]:hover {
    background-color: #e0bc5a !important;
    color: #000;
}

button[contextscore="0"]:disabled,
button[contextscore="1"]:disabled,
button[contextscore="2"]:disabled,
button[contextscore="3"]:disabled {
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 10px;
    cursor: not-allowed;
}

button[contextscore="0"]:disabled {
    background-color: #fff;
}

button[contextscore="1"]:disabled {
    background-color: rgb(211, 59, 59);
}

button[contextscore="2"]:disabled {
    background-color: #479444;
}

button[contextscore="3"]:disabled {
    background-color: rgb(182, 182, 182);
}

/* button[BESscore="+1"] {
  background-color: #ccc;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: flex;
  height: 40px !important;
  width: 100%;
  color: black;
} */

button[BESscore="+1"]:active,
button[BESscore="+1"]:focus,
button[BESscore="+1"]:hover {
    background-color: rgb(232, 232, 232) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[BESscore="+1"] {
    background-color: rgb(182, 182, 182) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}

/* button[BESscore="1"] {
  background-color: #ccc;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: flex;
  height: 40px !important;
  width: 100%;
  color: black;
} */
button[BESscore="1"]:active,
button[BESscore="1"]:focus,
button[BESscore="1"]:hover {
    background-color: rgb(232, 232, 232) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[BESscore="1"] {
    background-color: rgb(182, 182, 182) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}

/* button[BESscore="0"] {
  background-color: #6fbdff;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: flex;
  height: 40px !important;
  width: 100%;
  color: black;
} */
button[BESscore="0"]:active,
button[BESscore="0"]:focus,
button[BESscore="0"]:hover {
    background-color: #97d0ff !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[BESscore="0"] {
    background-color: #6fbdff !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}

/* button[BESscore="-1"] {
  background-color: #fbbc09;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: flex;
  height: 40px !important;
  width: 100%;
  color: black;
} */
button[BESscore="-1"]:active,
button[BESscore="-1"]:focus,
button[BESscore="-1"]:hover {
    background-color: #ffce47 !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[BESscore="-1"] {
    background-color: #fbbc09 !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}

button[BESscore="-2"] {
    background-color: red;
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

button[BESscore="-2"]:active,
button[BESscore="-2"]:focus,
button[BESscore="-2"]:hover {
    background-color: rgb(255, 57, 57) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
}

button[BESscore="-2"] {
    background-color: rgb(211, 59, 59) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    cursor: not-allowed;
}

.BES-text-cell {
    display: flex;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center
}

/***** MODAL DIALOG ****/

#modal {
    /* Underlay covers entire screen. */
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;

    /* Flexbox centers the .modal-content vertically and horizontally */
    display: flex;
    flex-direction: column;
    align-items: center;

    /* Animate when opening */
    animation-name: fadeIn;
    animation-duration: 150ms;
    animation-timing-function: ease;
}

#modal>.modal-underlay {
    /* underlay takes up the entire viewport. This is only
	required if you want to click to dismiss the popup */
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#modal>.modal-content {
    /* Position visible dialog near the top of the window */
    margin-top: 10vh;

    /* Sizing for visible dialog */
    width: 80%;
    max-width: 600px;

    /* Display properties for visible dialog*/
    border: solid 1px #999;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    padding: 20px;

    /* Animate when opening */
    animation-name: zoomIn;
    animation-duration: 150ms;
    animation-timing-function: ease;
}

#modal.closing {
    /* Animate when closing */
    animation-name: fadeOut;
    animation-duration: 150ms;
    animation-timing-function: ease;
}

#modal.closing>.modal-content {
    /* Aniate when closing */
    animation-name: zoomOut;
    animation-duration: 150ms;
    animation-timing-function: ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.bte-accordion {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.nav-link-milestone {
    background: white;
    border-radius: 10px 10px 0px 0px;
    margin: 0px 2px 0px 0px
}

.nav-link-milestone>.nav-link,
.nav-link-milestone.nav-link {
    border-radius: 10px 10px 0px 0px;
    border: solid 1px lightgrey
}

.nav-link-milestone>.nav-link.active.show,
.nav-link-milestone.nav-link.active {
    background: #3aaa35;
    border-radius: 10px 10px 0px 0px;
}

.nav-link-milestone~.nav-link-milestone>.nav-link.active.show,
.nav-link-milestone.nav-link.active {
    margin: 0px 30px 0px 30px
}

.nav-item.nav-link-milestone {
    margin-bottom: 0px;
}

.nav-link.active.show>.fs-title,
.nav-link-milestone.nav-link.active>.fs-title {
    color: white
}

#milestoneNext {

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    word-wrap: break-word;
    line-height: inherit;
    overflow: visible;
    -webkit-appearance: button;
    box-sizing: border-box;
    font-family: montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100px;
    background: #1d71b8 !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#milestonePrevious {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    word-wrap: break-word;
    line-height: inherit;
    overflow: visible;
    -webkit-appearance: button;
    box-sizing: border-box;
    font-family: montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100px;
    background: #5a6169 !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.responsive-tabs-bte {
    display: flex;
    width: 100%;
}

.left-pill {
    position: fixed;
    top: calc(50% - 75px);
    z-index: 10;
    background: #1d71b8;
    border-radius: 0px 4px 4px 0px;
    padding: 8px 4px 8px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.left-pill-text {
    color: white;
    writing-mode: tb;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.left-pill.blue {
    background: #1d71b8;
}

.left-pill.green {
    background: #3aaa35;
}

.text-blue {
    color: #1d71b8 !important;
}

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

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    /* margin-top: 20vh;
    margin-bottom: 10vh */
}

button[contextInfo="1"]:active,
button[contextInfo="1"]:focus,
button[contextInfo="1"]:hover {
    background-color: #97d0ff !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[contextInfo="1"] {
    background-color: #6fbdff !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}

button[contextInfo="0"]:active,
button[contextInfo="0"]:focus,
button[contextInfo="0"]:hover {
    background-color: rgb(232, 232, 232) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
}

button[contextInfo="0"] {
    background-color: rgb(182, 182, 182) !important;
    border: solid 1px #ccc !important;
    border-radius: 10px;
    display: flex;
    height: 40px !important;
    width: 100%;
    color: black;
    cursor: not-allowed;
}


.main-navbar .navbar-nav {
    margin: 10px 0;
    border-left: 1px solid #ffffff38 !important;
}

.main-navbar .navbar .nav-link {
    padding: 0;
}

.main-navbar .navbar .flex_justify-center_align-center {
    border-right: 1px solid #ffffff38 !important;
}

.main-navbar .navbar .flex_justify-center_align-center a {
    border-right: 0 !important;
}

.main-navbar .navbar .flex_justify-center_align-center .fas {
    font-size: 25px;
    padding: 7px 10px;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 10px;
}

.main-navbar .navbar .flex_justify-center_align-center .fas:hover {
    opacity: 0.7;
}

.main-navbar .navbar .flex_justify-center_align-center a.nav-link img {
    max-width: 2rem;
    margin: 0 !important;
}

.main-navbar .navbar .flex_justify-center_align-center a.nav-link {
    transition: 0.2s;
}

.main-navbar .nav-item.dropdown.border-right.flex_justify-center_align-center span {
    color: white;
    padding-left: 5px;
}

.main-navbar .navbar .flex_justify-center_align-center a.nav-link:hover {
    opacity: 0.7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    margin-top: 10px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu i {
    color: #1c70b8;
    vertical-align: text-bottom;
}

.main-navbar .navbar .flex_justify-center_align-center.notifications .nav-link {
    padding: 0 15px !important;
}

.main-navbar .navbar .flex_justify-center_align-center.notifications .nav-link .material-icons {
    color: white;
    margin: 0;
    top: inherit;
    left: -1px;
}

.main-navbar .navbar .flex_justify-center_align-center .dropdown-menu.dropdown-menu-small.dropdown-menu-right .dropdown-item {
    padding: 0;
}

.main-navbar .navbar .flex_justify-center_align-center .dropdown-menu.dropdown-menu-small.dropdown-menu-right .dropdown-item .nav-link {
    padding: 8px 15px;
    color: #1c70b8;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    color: #1c70b8;
}

.main-navbar .navbar .flex_justify-center_align-center .dropdown-menu.dropdown-menu-small.dropdown-menu-right .dropdown-item .nav-link.active {
    background-color: #1c70b824;
}

.main-navbar .navbar .flex_justify-center_align-center .dropdown-menu.dropdown-menu-small.dropdown-menu-right .dropdown-item .nav-link .material-icons {
    top: 5px;
    margin-right: 3px;
}

.dropdown-menu-small .dropdown-divider {
    margin: 0;
}

.main-navbar .navbar .flex_justify-center_align-center .dropdown-menu.dropdown-menu-small.dropdown-menu-right .dropdown-item:nth-last-of-type(1) .dropdown-divider {
    display: none;
}

.card-small .card-body,
.card-small .card-footer,
.card-small .card-header {
    padding: 0;
    overflow: visible;
}

.card-small {
    padding: 25px;
}

.card-small,
.card {
    box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
    -webkit-box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
    -moz-box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
}

.main-content .main-content-container.container-fluid {
    max-width: 1400px;
    height: auto;
    min-height: calc(100vh - 6.5rem);
}

.row {
    margin: 0;
}

.container-fluid>.row {
    height: 100%;
}

.main-content-container>.row {
    height: auto;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

.flex_align-center .form-control {
    border-radius: 0.25rem !important;
    height: 38px;
}

.card-small .card-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
}

.main-content-container.container-fluid .card.card-small .card-body .row {
    gap: 2%;
    padding: 30px 0 0 0;
    border: 0 !important;
}

.main-content-container.container-fluid .card.card-small .card-body .row .col-sm-6 {
    max-width: 32%;
    margin-bottom: 30px;
}

.main-content-container.container-fluid .card.card-small .card-body .row .col-sm-6 .card {
    margin: 0;
}

.main-content-container.container-fluid .card.card-small .card-body .row .col-sm-6 .card .card-student {
    padding: 20px;
}

.main-content-container.container-fluid .card.card-small .card-body .row .col-sm-6 .card .card-student>.row {
    border-top: 1px solid #e1e5eb;
    padding: 15px 0 0 0;
    margin-top: 15px;
}

.main-content-container.container-fluid .card.card-small .card-body .row .col-sm-6 .card .card-student>.card-text {
    margin: 0;
    max-height: 72px;
    overflow: hidden;
}

.card-body.border-bottom.interview-card-desc {
    border-bottom: none !important;
    padding: 10px 15px;
    margin: 15px 0;
    border: 1px solid #d5d5d5 !important;
    border-left: solid 10px #fbbc09 !important;
    border-radius: 10px;
}

.view-form .responsive-form-wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.view-form .responsive-form-wrapper form .control-group {
    width: 100%;
    display: flex;
}

.view-form .responsive-form-wrapper form .control-group .control-label {
    max-width: inherit;
    padding: 0;
    margin: 0;
    width: 25%;
    align-items: center;
}

.view-form .responsive-form-wrapper form .control-group .controls {
    max-width: inherit;
    width: 75%;
}

.view_student .card-student {
    border-radius: 0.5rem;
    border: solid 1px #d7d7d7;
    border-left: solid 10px #3AAA36;
    background-color: #f3f3f3;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.btn-secondary {
    line-height: 1.325;
}

.controls>input,
.controls>textArea,
.controls>select {
    padding: 10px 15px;
}

.pagination .page-item {
    box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
    -webkit-box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
    -moz-box-shadow: 0 0px 10px 1px rgb(0 0 0 / 0.1) !important;
}

.login-div .user_card {
    box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.1) !important;
    -webkit-box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.1) !important;
    -moz-box-shadow: 0 0px 20px 4px rgb(0 0 0 / 0.1) !important;
    border-radius: 10px !important;
    padding: 35px !important;
    max-width: 600px;
    width: auto !important;
    max-height: 80vh;
    overflow: auto;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #1c70b8 #ffffff;
}

*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #1c70b8;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.login-div .login_container {
    padding: 0;
    margin-top: 15px !important;
}

.login-div .login_container .login_btn {
    padding: 11px 0;
}

.login-div input {
    margin-right: 0;
}

footer.main-footer {
    border: 0 !important;
    background: #0651a31c;
    justify-content: center;
    height: auto;
    padding: 13px 0 !important;
    border-top: 1px solid #0651a32e !important;
    width: 100%;
}

footer .nav-link {
    padding: 0;
    line-height: 1rem;
    color: #00448d !important;
}

footer .nav-assist {
    padding: 0;
    line-height: 1rem;
    color: #00448d !important;
}

body.h-100 {
    height: 100% !important;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.register-div .container-fluid {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.main-content-container.login-div {
    padding: 0;
    margin: 0;
    background: #0651a31c;
    max-width: inherit !important;
    height: 100% !important;
}

.register-div .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 100%;
}

.login-div .d-flex.justify-content-center {
    flex-flow: column;
    align-items: center;
    padding: 0;
}

.login-div .brand_logo_container {
    width: auto;
    height: auto;
}

.iprase-logos {
    display: flex;
    height: 200px;
    width: 400px;
    position: relative;
    background: white;
    overflow: visible !important;
    padding: 15px 0px;
}

.iprase-logos img {
    flex: 1; /* Added - allows equal distribution */
    max-width: 50%; /* Added - prevents overflow */
    height: auto;
    object-fit: contain;
    object-position: center;
}

.login-div .user_card .form_container form {
    width: 100% !important;
}

.login-div .user_card .form_container form #div_id_email {
    flex-direction: column;
}

.login-div .user_card .form_container form #div_id_email .controls {
    width: 100%;
}

.login-div .user_card .form_container form #div_id_email button {
    padding: 11px 0;
}

.register-div .container {
    padding: 0;
}

.register-div .container .control-group {
    flex-direction: column;
}

.register-div .container .control-group label {
    width: 100%;
    max-width: inherit;
    display: block;
    margin-bottom: 2px;
}

.register-div .container .control-group .controls {
    width: 100%;
}

.register-div .container .control-group .controls input {
    margin-bottom: 10px;
}

.register-div .container .control-group .controls select {
    height: 50px;
}

.register-div .container .register_button_container {
    width: 100%;
}

.register-div .container .register_button_container button {
    padding: 11px 0;
}

.container-fluid {
    margin: 0 auto !important;
    padding: 0;
    height: 100%;
}

.login-div .login_btn {
    height: 48px;
}

.card.card-pei {
    width: 32%;
}

.card.card-pei .left-bar {
    margin-right: 5%;
}

.card.card-pei .card-body {
    padding: 10px 0;
}

.card-body4 .card.card-pei {
    width: 23.5%;
}

.card-body2 .card.card-pei {
    width: 49%;
}

.mic-fields textarea {
    max-height: 100px;
}

.mic-fields img {
    width: 40px;
}

.alert-pop {
    position: absolute;
    top: 70px;
    right: 7px;
    z-index: 9999;
}

.card-title.student-name a {
    font-weight: bold;
}

.card-title.student-name a:hover {
    text-decoration: underline;
}

.card.card-small.card-body.category {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #1c70b847;
    transition: 0.2s;
    background: #1c70b81a;
    box-shadow: none !important;
    min-height: 45px;
}

a[aria-expanded="false"].card.card-small.card-body.category {
    background: white;
}

.card.card-small.card-body.category:hover {
    background: #1c70b81a !important;
}

a[aria-expanded="true"].card.card-small.card-body.category {
    background: #1c70b81a !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapseElement {
    background: #1c70b81a;
    padding: 15px 20px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.collapseElement>.card.card-body {
    background: transparent;
    box-shadow: none !important;
}

.collapseElement>.card.card-body a.card.card-small.card-body {
    box-shadow: none !important;
    padding: 7px 15px;
    transition: 0.2s;
    border: 1px solid #1c70b847;
    align-items: center;
}

.collapseElement>.card.card-body a.card.card-small.card-body:hover {
    background: #1c70b81a !important;
}

.collapseElement>.card.card-body a[aria-expanded="true"].card.card-small.card-body {
    background-color: white !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.collapseElement>.card.card-body>div .card.card-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none !important;
    margin-top: 0 !important;
    border: 1px solid #1c70b847;
    border-top: 0;
}

.collapseElement>.card.card-body>div>div {
    padding: 15px 20px;
}

.shepherd-header {}

.shepherd-text {}

.shepherd-footer {}

.ipsectionSave {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

#continue_button.btn-danger {
    font-size: 1rem !important;
    padding: 0.5625rem 1rem;
}

.collapseElement>.card.card-body>div .card.card-body .row {
    justify-content: space-between !important;
    border-top: 1px solid #e3e3e3 !important;
}

.collapseElement>.card.card-body>div .card.card-body .row>div {
    width: 48%;
    max-width: 48%;
    min-width: inherit;
    flex: 0 0 48%;
}

.collapseElement>.card.card-body>div .card.card-body .row>div:nth-of-type(1) {
    padding: 15px;
    border-radius: 7px;
    background-color: #f3f3f3;
}

.modal.fade {
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    pointer-events: none;
    display: flex !important;
}

.modal.fade.show {
    pointer-events: inherit;
}

.modal.fade>div {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    min-height: inherit;
}

.modal.fade div {
    pointer-events: none;
}

.modal.fade.show div {
    pointer-events: inherit;
}

.table td {
    padding: 0.5rem 0.75rem;
}

.competenceMilestone {
    border-top: 1px solid #d5d5d5;
    margin-top: 60px;
    padding: 30px 0;
}

.tab-pane td div .htmx-indicator,
.card-body .flex_row.card-header.border-bottom.flex_wrap .col-lg-2.col-md-2.col-xs-12 .htmx-indicator {
    margin-top: -40px;
    margin-left: 20px;
    pointer-events: none;
    position: absolute;
}

.row #progressbar {
    padding: 25px 0 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: inherit;
    background: #00448d1a;
}

.row #progressbar>li {
    cursor: pointer;
}

.row #progressbar>li h6 {
    font-size: 12px;
    text-transform: lowercase;
    line-height: 15px;
    margin: 0 15px;
    transition: 0.2s;
    color: #c3c3c3;
}

.row #progressbar>li h6 .textComplete {
    display: none;
}

.row #progressbar>li.active h6 {
    color: #00448d;
    font-weight: bold;
}

.row #progressbar>li.last h6 .textTruncate {
    display: none;
}

.row #progressbar>li.last h6 .textComplete {
    display: block;
}

.row #progressbar>li.last h6 {
    font-size: 15px;
    line-height: 17px;
}

.row #progressbar>li:nth-last-of-type(1) h6 {
    margin: 0;
}

.row #progressbar li:before {
    width: 35px;
    height: 35px;
    transition: 0.2s;
    background: #c3c3c3;
}

.row #progressbar li:after {
    transition: 0.2s;
    top: 19px;
    height: 3px;
}

ul#progressbar .last:before {
    background: white !important;
    border: 3px solid #1d71b8;
    width: 50px;
    height: 50px;
    margin-top: -5px;
}

ul#progressbar .last:after {
    top: 19px;
}

.row #progressbar>li:hover h6 {
    color: #797575;
}

.row #progressbar>li:hover:before {
    background: #797575;
}

.row #progressbar>li.active:hover h6 {
    color: #00448d;
}

.row ul#progressbar>li:nth-of-type(1):after {
    width: 50%;
    right: 0;
    left: inherit;
}

.row ul#progressbar>li:nth-last-of-type(1):after {
    width: 50%;
    right: inherit;
    left: 0;
}

.row #progressbar>li.active:hover:before {
    background: white;
    border: 3px solid #1d71b8;
}

.navigationButton {
    background: #00448d1a;
    display: flex;
    justify-content: space-between;
}

.row #msform fieldset .navigationButton input {
    padding: 10px 15px;
    margin: 15px;
    color: white;
    font-weight: 100;
    font-size: 15px;
    width: auto;
    max-width: inherit;
}

.tab-pane.fade>div {
    background: #1c70b81a !important;
    border: 1px solid #1c70b847;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top: 0;
}

.tab-pane.fade>div table.table {
    margin: 0;
}

.tab-pane.fade>div table.table thead th {
    border-bottom: 0;
    background: #1c70b81a !important;
    text-align: left;
}

#msform .nav.nav-tabs.responsive-tabs-bte {
    gap: 30px;
}

#msform .nav.nav-tabs.responsive-tabs-bte li {
    margin: 0;
}

#msform .nav.nav-tabs.responsive-tabs-bte li a {
    margin: 0;
    padding: 5px 20px;
    border: 0;
    background-color: #d9d9d9;
    transition: 0.2s;
}

#msform .nav.nav-tabs.responsive-tabs-bte li a:hover {
    background-color: #1c70b847;
}

#msform .nav.nav-tabs.responsive-tabs-bte li a h2 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0;
}

#msform .nav.nav-tabs.responsive-tabs-bte li a.active {
    background-color: #1c70b8;
}

.row #msform textarea.bte-text-input {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0;
}

.gap-5 {
    gap: 5px !important;
}

.head-sticky {
    position: sticky;
    top: 60px;
    z-index: 1;
}

.counterQuestion {
    font-size: 23px;
    font-weight: 700;
    opacity: 0.4;
    display: flex;
    align-items: center;
}

.tippy-popper .shepherd-content {
    max-height: inherit;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.5);
}

.tippy-popper .shepherd-content .shepherd-header,
.tippy-popper .shepherd-content .shepherd-text,
.tippy-popper .shepherd-content .shepherd-footer {
    border: 0;
}

.tippy-popper .tippy-arrow {
    border-bottom-color: #1c70b8 !important;
    top: -9px!important;
    margin: 0 3px!important;
    transform-origin: 50% 7px!important;
    border-width: 0 8px 8px!important;
}

.tippy-tooltip{
    overflow: inherit;
}

.main-footer ul{
    flex-direction: column;
    align-items: center;
}

.main-footer ul li.nav-logos{
    margin-top: 20px;
}

.main-footer ul li.nav-logos img.iprase{
    height: 80px;
}

.main-footer ul li.nav-logos img.fse{
    height: 80px;
}
