.action_buttons {
    position: fixed;
    right: 0;
    bottom: 3em;
    margin-bottom: 1em;
    margin-right: 1em;
    text-align: right;
}

.action_buttons .small_button {
    background: #ffffff;
    color: #808080;
    font-size: 2em !important;
    padding: 0.2em;
    margin-right: 0.2em;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.action_buttons .small_button:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #e6e5e5;
}

.action_buttons .big_button {
    background: #e2197d;
    color: #ffffff;
    font-size: 2.5em !important;
    padding: 0.2em;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.action_buttons .big_button:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #f0449a;
}

.auth_off {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #eee;
}

.auth_off .auth_off_choices {
    display: inline-block;
    width: 90%;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
}

.auth_off .auth_off_choices .auth_off_choices_title {
    font-size: 1em;
    margin: 0;
}

.auth_off .auth_off_choices .auth_off_choice {
    padding: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 1em;
    background: white;
    cursor: pointer;
}

.auth_off .auth_off_choices .auth_off_choice:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.auth_off .auth_off_choices .auth_off_choice img {
    vertical-align: middle;
    margin-right: 0.5em;
    width: 2.5em;
}

.auth_off .auth_off_choices .auth_off_choice p:first-child {
    margin: 0;
    text-align: left;
    margin-left: 0.5em;
    font-size: 1.5em;
    font-weight: 400;
    color: #35a1d3;
}

.auth_off .auth_off_choices .auth_off_choice p:last-child {
    margin: 0;
    margin-top: 0.5em;
    color: #a8a8a8;
}

.auth_off .auth_off_choices .auth_off_choice .auth_off_choice_qr_code {
    font-size: 1.2em !important;
}

.tac_button {
    transition: all 0.5s ease;
    color: #e2197d;
    font-weight: 500;
    border-radius: 0.2rem;
    font-family: Roboto;
    font-size: 1rem;
    text-transform: uppercase;
    border: 0;
    background: white;
    padding: 0.3rem 0.6rem 0.3rem 0.5rem;
    cursor: pointer;
}

.tac_button[disabled] {
    opacity: 0.52;
    cursor: not-allowed;
}

.tac_button > .material-icons {
    font-size: 21px !important;
    vertical-align: sub;
    display: inline;
}

.tac_button:active {
    background: rgba(226, 25, 125, 0.1);
    transition: all 0s;
}

.tac_button_full {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    color: white;
    font-weight: 500;
    border-radius: 0.2rem;
    font-family: Roboto;
    font-size: 1rem;
    text-transform: uppercase;
    border: 0;
    background: #e2197d;
    padding: 0.5rem;
    cursor: pointer;
    margin-bottom: 0.5em;
    height: 2.5em;
    text-align: left;
}

.tac_button_full img {
    width: 1.5rem;
}

.tac_button_full.icon {
    justify-content: space-between;
}

.tac_button_full.icon::after {
    content: "";
}

.tac_button_full span {
    text-align: center;
}

.tac_button_full.qrcode {
    background-color: white;
    color: black;
    border: 2px solid #e2197d;
}

.tac_button_full.facebook {
    background-color: #4267b2;
    text-transform: none;
}

.tac_button_full.facebook:active {
    background: rgba(66, 103, 178, 0.2);
}

.tac_button_full.google {
    background-color: #ED3833;
    text-transform: none;
}

.tac_button_full.google:active {
    background: rgba(237, 56, 51, 0.2);
}

.tac_button_full.linkedin {
    background-color: #0077B5;
    text-transform: none;
}

.tac_button_full.linkedin:active {
    background: rgba(0, 119, 181, 0.2);
}

.tac_button_full[disabled] {
    opacity: 0.52;
    cursor: not-allowed;
}

.tac_button_full > .material-icons {
    font-size: 21px !important;
    vertical-align: sub;
    display: inline;
}

.tac_button_full:active {
    background: rgba(226, 25, 125, 0.2);
    transition: all 0s;
}

.content {
    margin-left: 230px;
    padding-top: 50px;
    background: #eee;
    min-height: calc(100% - 50px);
    width: calc(100% - 230px);
}

.content_title {
    display: none;
    margin-bottom: 2rem;
    color: #8b8b8b;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.view {
    padding: 2.5rem;
}

.card {
    margin-top: 1.5rem;
    background: white;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}

.card:first-child {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .content {
        margin-left: 0;
        width: 100%;
    }

    .content_title {
        display: inherit;
    }

    .view {
        padding: 0 1rem;
        padding-bottom: 1rem;
    }
}

.course_details_panel {
    position: relative;
    padding: 1.5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #4c4c4c;
}

.course_details_panel h1:first-of-type {
    margin-top: 0;
}

.course_details_panel .course_details_panel_progress {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-weight: bold;
}

.course_details_panel .course_details_result_button {
    padding: 5px 10px;
    background-color: #15A4DF;
    color: white;
    border: none;
    cursor: pointer;
}

.course_details_panel .course_details_result_button i {
    vertical-align: middle;
    font-size: 1rem;
    margin-left: 10px;
    pointer-events: none;
}

.course_details_panel .course_details_result_button i.loading {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.course_details_panel > div {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.course_details_panel > div iframe, .course_details_panel > div span {
    width: 30rem;
    height: 20rem;
}

.course_details_panel > div span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.course_details_panel > div div {
    margin-left: 2rem;
    max-height: 20rem;
    max-width: 65%;
    overflow: auto;
}

.course_details_panel a:first-of-type {
    margin-top: 0;
}

.course_details_panel a {
    color: #4c4c4c;
    margin-top: 0.5rem;
    display: block;
    cursor: pointer;
}

.course_details_panel a i {
    vertical-align: middle;
    margin-right: 0.5rem;
}

.course_details_panel .course_details_button {
    text-align: right;
    margin-bottom: 0;
    display: inherit;
}

.course_details_panel .course_description {
    white-space: pre-wrap;
}

.course_stage_name {
    color: #4c4c4c;
    margin-top: 3rem;
}

@media screen and (max-width: 1400px) {
    .course_details_panel div iframe, .course_details_panel div span {
        height: 15rem;
    }

    .course_details_panel div div {
        max-height: 15rem;
    }
}

@media screen and (max-width: 1100px) {
    .course_details_panel .course_details_panel_progress {
        top: initial;
        bottom: 1.5rem;
    }

    .course_details_panel div iframe, .course_details_panel div span {
        width: 15rem;
        height: 10rem;
    }

    .course_details_panel div div {
        max-height: 10rem;
    }
}

@media screen and (max-width: 900px) {
    .course_details_panel div iframe, .course_details_panel div span {
        width: 10rem;
        height: 8rem;
    }

    .course_details_panel div div {
        max-height: 8rem;
    }
}

@media screen and (max-width: 600px) {
    .course_details_panel {
        text-align: center;
        padding: 1rem;
        margin-right: 0;
        margin-left: 0;
    }

    .course_details_panel h1:first-of-type {
        font-size: 1.5rem;
    }

    .course_details_panel .course_stage_name {
        text-align: center;
        font-size: 1.2rem;
    }

    .course_details_panel .course_details_panel_progress {
        position: initial;
    }

    .course_details_panel .course_details_button {
        text-align: center;
    }

    .course_details_panel div {
        margin-top: 1rem;
        flex-direction: column;
    }

    .course_details_panel div iframe, .course_details_panel div span {
        width: 100%;
        height: 12rem;
    }

    .course_details_panel div div {
        max-width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        max-height: 12rem;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(180deg);
    }

    90% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filled_checkbox {
    height: 20px;
    width: 20px;
}

.filled_checkbox > input[type=checkbox] {
    display: none;
}

.filled_checkbox > input[type=checkbox] + label {
    position: relative;
    user-select: none;
    cursor: pointer;
    margin: 0;
    height: 20px;
    width: 20px;
}

.filled_checkbox > input[type=checkbox] + label:before {
    display: block;
    content: "";
    border: 2px solid #666666;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.filled_checkbox > input[type=checkbox] + label:after {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 7px;
    width: 6px;
    height: 13px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.1s;
    box-sizing: border-box;
}

.filled_checkbox > input[type=checkbox]:focus + label:before {
    box-shadow: 0 0 5px #e2197d;
}

.filled_checkbox > input[type=checkbox]:checked + label:before {
    background: #e2197d;
    border-color: #e2197d;
}

.filled_checkbox > input[type=checkbox]:checked + label:after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 1;
}

.filled_checkbox > input[type=checkbox]:disabled + label {
    color: #cccccc;
    cursor: initial;
}

.filled_checkbox > input[type=checkbox]:disabled + label:before {
    border-color: #cccccc;
}

.filled_checkbox > input[type=checkbox]:disabled:checked + label:before {
    background: #cccccc;
}

.footer {
    background-size: cover;
    background-color: #1367f1;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer_mention {
    background-color: #f6f6f6;
    line-height: 49px;
    min-height: 49px;
    height: fit-content;
}

.footer__mention__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem;
}

.footer__mention__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1367f1;
    font-size: 0.763rem;
    margin-right: 4rem;
}

.footer__mention__link a {
    margin-right: 1rem;
}

@media screen and (max-width: 480px) {
    .footer__mention__wrapper {
        flex-direction: column;
        padding: 0;
    }

    .footer__mention__link {
        flex-direction: column;
        margin: 0;
    }
}

* {
    font-family: Roboto, sans-serif;
    list-style-type: none;
    text-decoration: none;
    user-select: none;
    -webkit-user-drag: none;
}

*:focus {
    outline: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
}

@viewport {
    width: device-width;
  zoom: 1;
}

.hidden {
    display: none !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.08);
    z-index: 999;
    background: white;
}

.header_logo img {
    height: 100%;
    float: left;
    margin: 0px;
}

.header_logo_custom {
    visibility: hidden;
}

.header_logo_custom img {
    height: 100%;
    float: left;
    margin: 0px;
}

.header_title {
    display: inline;
    float: left;
    color: #757575;
    font-size: 1.2rem;
    line-height: 0.6;
    margin-left: 8rem;
}

.header_menu {
    height: 100%;
    float: right;
    margin-right: 1rem;
    line-height: 3;
}

.header_menu .header_menu_user_icon {
    font-size: 2.3rem;
    color: gray;
    vertical-align: middle;
}

.header_menu p {
    display: inline;
    font-size: 0.88rem;
    color: #333000;
}

.header_menu .header_menu_expand_icon {
    font-size: 1rem;
    color: gray;
    vertical-align: middle;
}

.header_menu .header_menu_content {
    position: absolute;
    top: 50px;
    right: 0;
    width: 14rem;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
    transition: all linear 0.3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 1000;
    background: white;
}

.header_menu .header_menu_content ul {
    padding-left: 0;
    margin: 0;
}

.header_menu .header_menu_content li {
    padding: 0;
}

.header_menu .header_menu_content li a {
    display: block;
    padding-left: 0.6rem;
    color: #212121;
    transition: margin-left 0.3s ease-in-out;
    font-size: 15px;
}

.header_menu .header_menu_content li a i {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 5px;
    vertical-align: text-bottom;
    color: #757575;
}

.header_menu .header_menu_content li a.disabled {
    color: #cacaca;
}

.header_menu .header_menu_content li a.disabled i {
    color: #cacaca;
}

.header_menu .header_menu_content li:active {
    background-color: #e0eff6;
}

.header_menu .header_menu_content li:active a {
    color: #15a4df;
    margin-left: 5px;
}

.header_menu .header_menu_content li:active a i {
    color: #15a4df;
}

.header_menu .header_menu_content li.active {
    background-color: #e0eff6;
}

.header_menu .header_menu_content li.active a {
    color: #15a4df;
}

.header_menu .header_menu_content li.active a i {
    color: #15a4df;
}

.header_menu:hover .header_menu_content {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    visibility: visible;
}

@media screen and (max-width: 800px) {
    .header_title {
        display: none;
    }

    .header_menu {
        display: none;
    }

    .header_logo_custom {
        visibility: visible;
    }
}

.loader_foreground_screen {
    z-index: -1;
    opacity: 0;
    width: calc(100% - 230px);
    background: #737373;
    height: calc(100% - 50px);
    position: fixed;
    transition: all 0.3s ease-in;
    text-align: center;
}

.loader_foreground_screen img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.loader_foreground_screen.loading {
    z-index: 2;
    opacity: 0.6;
}

@media screen and (max-width: 800px) {
    .loader_foreground_screen {
        width: 100%;
    }
}

.login_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1500;
    background: white;
    text-align: center;
    overflow: auto;
}

.login_page .login_page_content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
}

.login_page .login_page_content > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 20rem;
    max-width: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

.login_page .login_logo {
    width: 80%;
    margin: 0 10%;
    max-width: 20rem;
}

.login_page .login_entity_name {
    margin: 0;
    font-weight: 500;
}

.login_page .login_entity_change {
    margin: 0;
    font-size: 0.8em;
    text-decoration: underline;
    margin-bottom: 1rem;
}

.login_page input {
    margin-bottom: 0.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 0.2em;
    border: 1px solid #cecece;
    background: #f6f6f6;
}

.login_page .login_help {
    margin: 0;
    font-size: 0.8em;
    margin-top: 0.5em;
}

.login_page .login_help span {
    text-decoration: underline;
}

.login_page .inline_link {
    text-decoration: underline;
    font-size: 0.8rem;
    margin-bottom: 0.5em;
}

.login_page .primary {
    color: #e2197d;
}

@media (orientation: portrait) {
    .login_page_content {
        flex-direction: column;
    }
}

@font-face {
    font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
 /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
    font-feature-settings: "liga";
}

.main_menu {
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    width: 230px;
    box-shadow: 4px 0 8px -6px rgba(0, 0, 0, 0.35);
    z-index: 1000;
    background: white;
    overflow-y: auto;
}

.main_menu_list {
    border-top: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px;
}

.main_menu_list li.main_menu_list_title {
    color: gray;
    font-size: 0.7rem;
    padding: 0.5rem;
}

.main_menu_user_list {
    display: none;
}

.main_menu__item {
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #757575;
    padding: 0.7rem 0.5rem;
    height: 1.2rem;
    display: block;
}

.main_menu__item:hover {
    cursor: pointer;
}

.menu__item__link {
    position: relative;
    display: block;
}

.menu__item__link i {
    position: absolute;
    left: 5px;
    font-size: 1.3rem;
}

.menu__item__link span {
    position: absolute;
    left: 40px;
    white-space: nowrap;
    width: auto;
    -moz-transition: width 0.1s ease-in;
    -webkit-transition: width 0.1s ease-in;
    -o-transition: width 0.1s ease-in;
    transition: width 0.1s ease-in;
    color: #212121;
}

.menu__item__link .active span {
    color: #15a4df;
}

.main_menu__item.active, .main_menu__item:active {
    background: #e0eff6;
    cursor: pointer;
}

.main_menu__item.active span, .main_menu__item:active span {
    color: #15a4df;
}

.main_menu__item.disabled {
    color: #cacaca;
}

.main_menu__item.disabled span {
    color: #cacaca;
}

.menu_foreground_screen {
    z-index: -1;
    display: none;
    opacity: 0;
    min-width: 100%;
    background: #737373;
    min-height: calc(100% - 50px);
    position: fixed;
    transition: all 0.3s ease-in;
}

.entity_custom_logo li {
    text-align: center;
}

.entity_custom_logo li img {
    max-width: 90%;
    margin-top: 0.2em;
}

@media screen and (max-width: 800px) {
    .entity_custom_logo {
        display: none;
    }

    .main_menu {
        right: 0;
        left: inherit;
        transform: translateX(230px);
        -moz-transform: translateX(230px);
        -webkit-transform: translateX(230px);
        -ms-transform: translateX(230px);
        -o-transform: translateX(230px);
        transition: all 0.3s ease-in;
    }

    .main_menu.open {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }

    .main_menu_user_list {
        display: inherit;
    }

    .menu_foreground_screen {
        display: inherit;
    }

    .menu_foreground_screen.open {
        z-index: 3;
        opacity: 0.6;
    }
}

.header_menu_toggle_button {
    display: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.header_menu_toggle_button div {
    min-height: 3px;
    min-width: 25px;
    margin-top: 5px;
    background: #9e9e9e;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header_menu_toggle_button.open div.first {
    transform: translateY(8px) rotate(-225deg);
    -moz-transform: translateY(8px) rotate(-225deg);
    -webkit-transform: translateY(8px) rotate(-225deg);
    -ms-transform: translateY(8px) rotate(-225deg);
    -o-transform: translateY(8px) rotate(-225deg);
}

.header_menu_toggle_button.open div.second {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.header_menu_toggle_button.open div.third {
    transform: translateY(-8px) rotate(225deg);
    -moz-transform: translateY(-8px) rotate(225deg);
    -webkit-transform: translateY(-8px) rotate(225deg);
    -ms-transform: translateY(-8px) rotate(225deg);
    -o-transform: translateY(-8px) rotate(225deg);
}

@media screen and (max-width: 800px) {
    .header_menu_toggle_button {
        display: inherit;
    }
}

.messages {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000;
}

.messages div {
    margin-right: 0.5em;
    margin-left: auto;
    margin-bottom: 0.5em;
    width: max-content;
    width: -webkit-max-content;
    padding: 0.5em 0.7em 0.2em 0.7em;
    border-radius: 0.5em;
    background: white;
    color: #212121;
    max-width: 75%;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.messages div span {
    vertical-align: super;
    margin-left: 0.5em;
}

.messages div.info {
    border: 2px solid lightskyblue;
}

.messages div.info i {
    color: #008be2;
}

.messages div.warning {
    border: 2px solid darkorange;
}

.messages div.warning i {
    color: #e26512;
}

.messages div.error {
    border: 2px solid orangered;
}

.messages div.error i {
    color: #cd0000;
}

.messages div.enter {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .messages div {
        max-width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .messages div {
        margin-right: auto;
    }
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 50%;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    top: 20%;
    left: 20%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 2;
}

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

.modal p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
}

.modal img {
    width: 100%;
}

.modal .btn-close {
    transform: translate(10px, -20px);
    padding: 0.5rem 0.7rem;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.player_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1500;
    background: white;
    overflow: auto;
}

.player_page iframe {
    width: 100%;
    height: 100%;
}

.profile_card {
    text-align: right;
    width: fit-content;
}

.profile_form {
    text-align: left;
}

.profile_email_input {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.95rem;
    padding-top: 0.3rem;
    line-height: 32px;
    padding-bottom: 0.3rem;
    border: none;
    border-bottom: 2px solid #c2c2c2;
    width: 30rem;
}

.check_block {
    padding-top: 1rem;
}

.check_block .checkbox_line {
    display: table-row;
}

.check_block .checkbox_line .filled_checkbox {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5rem;
}

.check_block .checkbox_line label {
    display: table-cell;
    vertical-align: middle;
}

.profile_save_button {
    margin-top: 1rem;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .profile_email_input {
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .profile_email_input {
        width: 100%;
    }
}
/*$resource_card_size: 1.5;
.resource_card {
	width: $resource_card_size*15rem;
    display: inline-block;
    margin: $resource_card_size*.8rem;
	cursor: pointer;
	.resource_card_content {
		position: relative;
		box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
		.resource_card_thumbnail_collection_logo {
			z-index: 1;
			position: absolute;
			top: 0;
			left: 0;
			margin: $resource_card_size*.4rem;
		}
		.resource_card_thumbnail {
			width: 100%;
			display: block;
		}
		.resource_card_type {
			text-transform: uppercase;
			position: absolute;
			top: 0;
			right: 0;
			padding: .4rem .4rem;
			font-size: 0.625rem;
			color: white;
			background: #15a4df;
			span {
				.material-icons {
					font-size: 16px;
				}
				span {
					vertical-align: super;
					margin-left: 0.4rem;
				}
			}
		}
		.resource_card_title {
			position: absolute;
			bottom: 0;
			background-color: rgba(56,56,56,.8);
			width: 100%;
			color: white;
			p {
				margin: 1rem;
				text-align: left;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
		}
	}
	.resource_card_footer {
		margin-top: $resource_card_size*.25rem;
		min-height: $resource_card_size*2.4rem;
		background: #15a4df;
		box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
		position: relative;
		.resource_card_footer_categories {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 0.95rem;
			font-weight: 500;
			color: white;
			margin: .6rem;
			text-transform: uppercase;
		}
		.resource_card_footer_levels {
			position: absolute;
			left: 0;
			bottom: 0;
			margin: 0.6rem;
			font-size: .7rem;
			text-transform: uppercase;
			color: white;
		}
	}
	&:active {
		box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
	}
}

$resource_card_size_tablet: 1.2;
@media screen and (max-width: 1024px) {
	.resource_card {
		width: $resource_card_size_tablet*15rem;
		margin: $resource_card_size_tablet*.8rem;
		.resource_card_content {
			.resource_card_thumbnail_collection_logo {
				margin: $resource_card_size_tablet*.3rem;
			}
		}
		.resource_card_footer {
			margin-top: $resource_card_size_tablet*.25rem;
			min-height: $resource_card_size_tablet*2.4rem;
			.resource_card_footer_categories {
				font-size: 0.9rem;
				margin: .5rem;
			}
			.resource_card_footer_levels {
				margin: 0.5rem;
				font-size: .55rem;
			}
		}
	}
}

$resource_card_size_mobile: 1;
@media screen and (max-width: 800px) {
	.resource_card {
		width: $resource_card_size_mobile*15rem;
		margin: $resource_card_size_mobile*.8rem;
		.resource_card_content {
			.resource_card_thumbnail_collection_logo {
				margin: $resource_card_size_mobile*.3rem;
			}
			.resource_card_title {
				font-size: .85rem;
			}
		}
		.resource_card_footer {
			margin-top: $resource_card_size_mobile*.25rem;
			min-height: $resource_card_size_mobile*2.4rem;
			.resource_card_footer_categories {
				font-size: 0.7rem;
				margin: .4rem;
			}
			.resource_card_footer_levels {
				margin: .4rem;
				font-size: .55rem;
			}
		}
	}
}*/
.resource__card__container {
    display: flex;
    flex-wrap: wrap;
}

.resource__card__container .resource__card {
    position: relative;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: white;
    max-width: 400px;
    width: calc(25% - 2rem);
    height: 100%;
    margin: 1rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.resource__card__container .resource__card:active {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
}

.resource__card__container .resource__card__header {
    padding: 0.5rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
}

.resource__card__container .resource__card__header__text {
    overflow: hidden;
    position: relative;
    line-height: 1.2rem;
    max-height: 2.4rem;
    font-size: 0.9rem;
}

.resource__card__container .resource__card__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.resource__card__container .resource__card__content__macaron {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    color: #15A4DF;
    background-color: white;
    border-radius: 50%;
    border: 5px solid currentColor;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.resource__card__container .resource__card__content__macaron.fail {
    color: #e30613;
    border-color: currentColor;
}

.resource__card__container .resource__card__content__macaron.success {
    color: #7ec814;
    border-color: currentColor;
}

.resource__card__container .resource__card__content__infos {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0.5rem;
}

.resource__card__container .resource__card__content__infos__text {
    display: flex;
    align-items: center;
}

.resource__card__container .resource__card__content__infos__text span {
    display: block;
    font-size: 0.8rem;
    color: #777;
    text-transform: uppercase;
    line-height: 1.2;
}

.resource__card__container .resource__card__content__infos__text span:first-child {
    font-size: 1rem;
}

.resource__card__container .resource__card__content__infos__text span:nth-child(2) {
    font-weight: 600;
}

.resource__card__container .resource__card__content__infos__text .type {
    background: #15A4DF;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    margin-right: 0.5rem;
}

.resource__card__container .resource__card__content__infos__logo {
    height: 35px;
}

@media screen and (max-width: 1900px) {
    .resource__card__container .resource__card {
        width: calc(33.33% - 2rem);
        max-width: unset;
    }
}

@media screen and (max-width: 1200px) {
    .resource__card__container .resource__card {
        width: calc(50% - 2rem);
        max-width: unset;
    }
}

@media screen and (max-width: 880px) {
    .resource__card__container .resource__card {
        width: calc(100% - 2rem);
        max-width: unset;
    }
}

@media screen and (max-width: 800px) {
    .resource__card__container .resource__card {
        width: calc(50% - 2rem);
        max-width: unset;
    }
}

@media screen and (max-width: 600px) {
    .resource__card__container .resource__card {
        width: calc(100% - 2rem);
        max-width: unset;
    }
}
/* roboto-300 - latin */
@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/roboto/roboto-v30-latin-300.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
    font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("fonts/roboto/roboto-v30-latin-300italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
    font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("fonts/roboto/roboto-v30-latin-italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fonts/roboto/roboto-v30-latin-500.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
    font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("fonts/roboto/roboto-v30-latin-500italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
    font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("fonts/roboto/roboto-v30-latin-700italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.splashscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white;
    z-index: 2000;
    opacity: 1;
    transition: all 1s ease;
}

.splashscreen img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50%;
}

.splashscreen_initialized {
    opacity: 0;
    z-index: -1;
}

.splashscreen span {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #b5b5b5;
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .splashscreen img {
        width: 80%;
    }
}

.storage_space_breadscrum {
    display: flex;
    justify-content: space-between;
    color: #4c4c4c;
}

.storage_space_breadscrum .storage_space_breadscrum_path {
    margin: 0;
    margin-top: 0.6rem;
    max-width: calc(100% - 14rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.storage_space_breadscrum .storage_space_breadscrum_path span:first-of-type {
    color: #e2197d;
}

.storage_space_breadscrum .storage_space_breadscrum_path span:first-of-type:active {
    opacity: 0.5;
}

.storage_space_breadscrum .storage_space_breadscrum_path span {
    cursor: pointer;
}

.storage_space_breadscrum .storage_space_breadscrum_path i {
    vertical-align: middle;
    font-size: 1.3rem;
    margin-top: -0.1rem;
}

.storage_space_breadscrum .storage_space_breadscrum_tools {
    margin-left: auto;
}

.storage_space_breadscrum .storage_space_breadscrum_tools i:last-child {
    margin-right: 0;
}

.storage_space_breadscrum .storage_space_breadscrum_tools i {
    font-size: 2rem;
    margin-right: 2rem;
    color: #e2197d;
    cursor: pointer;
}

.storage_space_breadscrum .storage_space_breadscrum_tools i:active {
    opacity: 0.5;
}

.storage_space_files {
    color: #4c4c4c;
}

.storage_space_files .storage_space_file {
    margin-top: 1rem;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    cursor: pointer;
    height: 2.5rem;
}

.storage_space_files .storage_space_file .storage_space_file_name i {
    font-size: 2.5rem;
    margin-right: 0.5rem;
    float: left;
}

.storage_space_files .storage_space_file .storage_space_file_name span {
    font-size: 1.2rem;
    float: left;
    margin-top: 0.55rem;
    max-width: calc(100% - 6rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.storage_space_files .storage_space_file .storage_space_file_delete {
    font-size: 2rem;
    cursor: pointer;
    float: right;
}

.storage_space_files .storage_space_file:last-of-type {
    margin-bottom: 2rem;
}

.storage_space_mobile_tools {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.storage_space_mobile_tools .storage_space_mobile_tools_handle {
    font-size: 1.3rem;
    background-color: white;
    padding: 0 0.6rem 0 0.6rem;
    cursor: pointer;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 1.2rem;
    overflow: hidden;
}

.storage_space_mobile_tools .storage_space_mobile_tools_content {
    height: 0rem;
    overflow: hidden;
    background: white;
    margin-top: -1px;
    border-top: 1px solid lightgray;
    transition: all 0.3s ease-in;
}

.storage_space_mobile_tools .storage_space_mobile_tools_content i:last-child {
    margin-right: 0;
}

.storage_space_mobile_tools .storage_space_mobile_tools_content i:first-child {
    margin-left: 0;
}

.storage_space_mobile_tools .storage_space_mobile_tools_content i {
    font-size: 2rem;
    margin-right: 25%;
    color: #e2197d;
    cursor: pointer;
    margin-top: 1.5rem;
}

.storage_space_mobile_tools .storage_space_mobile_tools_content i:active {
    opacity: 0.5;
}

.storage_space_mobile_tools.open .storage_space_mobile_tools_handle {
    border-bottom: 1px solid white;
}

.storage_space_mobile_tools.open .storage_space_mobile_tools_content {
    height: 5rem;
}

@media screen and (max-width: 600px) {
    .storage_space_breadscrum .storage_space_breadscrum_path {
        max-width: 100%;
    }

    .storage_space_breadscrum .storage_space_breadscrum_tools {
        display: none;
    }

    .storage_space_files .storage_space_file {
        margin-top: 0.8rem;
        padding: 1rem;
        height: 1.5rem;
    }

    .storage_space_files .storage_space_file .storage_space_file_name i {
        font-size: 1.5rem;
    }

    .storage_space_files .storage_space_file .storage_space_file_name span {
        font-size: 1rem;
        margin-top: 0.2rem;
        max-width: calc(100% - 3.5rem);
    }

    .storage_space_files .storage_space_file .storage_space_file_delete {
        font-size: 1.5rem;
    }

    .storage_space_mobile_tools {
        display: initial;
    }
}

.synchro_results {
    margin-bottom: 1em;
}

.synchro_results p {
    margin: 0;
}

.synchro_results p:first-child {
    font-weight: bold;
}

.synchro_results p:nth-child(2n) {
    color: #8b8b8b;
}

.synchro_results p:last-child {
    color: #444444;
}

.synchro_results p:last-child i {
    vertical-align: middle;
    font-size: 1em;
    margin-right: 0.3em;
}

.synchro_results p:last-child i.synchro_fail {
    color: #cd0000;
}

.synchro_results p:last-child i.synchro_success {
    color: #7ec814;
}