@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");@import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap"); */
.App {
  text-align: center;
  /* font-family: "Zen Dots", cursive; */
  font-family: "Roboto", sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.MuiTableCell-root{
  font-size:1rem !important;
}
main{
  margin-bottom: 3%;
}
.Mui-required > .MuiInputLabel-asterisk{
  color:red;
}
.bg_img{
  background-image: url(/assets/logo-hacker-b8607bf2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main > div > .MuiPaper-root:not(.MuiAlert-root){
  margin: 0% !important;
  margin-top:1% !important;
  padding: 2% !important;
  background-color: var(--darkTheme-third) !important;
}
.MuiTableHead-root>tr{
  background-color: #222222 !important;
}
.row {
  border-bottom: solid 1px var(--darkTheme-primary) !important;
}
.cell {
  border-bottom: none !important;
}
.loading{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  height:100vh;
  width:100vw;
}
.MuiFormHelperText-root{
  color: #7E7E7E !important;
}
.title {
  margin: 0;
  font-weight: 500;
  color: var(--darkTheme-secondary-text) !important;
  text-align: left;
  margin: 10px;
}
.MuiContainer-root{
  margin-top:3%;
}

._menu_p5x8j_3 {
  background-color: var(--darkTheme-navbar);
  height: 5rem;
  max-height: 5rem;
  min-height: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left:10%;
  padding-right:10%;
  border-bottom: 1px solid black;
  position: relative;
}

a {
  color: var(--darkTheme-secondary-text);
  text-decoration: none;
}

._menu_p5x8j_3 a img {
  height: 80%;
}

._nav__links_p5x8j_25 {
  margin-right: auto;
  display: flex;
}

._nav__links_p5x8j_25 > * {
  margin-left:1%;
  white-space: nowrap;
}

._nav__links_p5x8j_25 *, ._right_p5x8j_35 *{
  color:rgb(5, 226, 5);
}

._button_p5x8j_39 {
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 8px 8px 8px;
  font-family: "Zen Dots", cursive;
}

@-webkit-keyframes _effect--pulse_p5x8j_1 {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes _effect--pulse_p5x8j_1 {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

._effectPulse_p5x8j_68 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

._effectPulse_p5x8j_68:focus,
._effectPulse_p5x8j_68:active,
._logo__link_p5x8j_79:focus + ._nav__links_p5x8j_25 > *:nth-child(1),
._effectPulse_p5x8j_68:hover {
  -webkit-animation-name: _effect--pulse_p5x8j_1;
  animation-name: _effect--pulse_p5x8j_1;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

._right_p5x8j_35{
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 999;
}

._dropdown_p5x8j_98 {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

._dropdown_p5x8j_98:hover{
  cursor:pointer;
}

._dropdown_p5x8j_98 *{
  color:rgb(5, 226, 5);

}

._dropdown_p5x8j_98:active,
._dropdown_p5x8j_98:focus {
  transform: rotate(180deg);
  transition: 1s;
}

._dropdown_p5x8j_98:active ~ ._dropdownContent_p5x8j_121,
._dropdown_p5x8j_98:focus ~ ._dropdownContent_p5x8j_121 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

._dropdownContent_p5x8j_121 {
  display: none;
  position: absolute;
  top:5rem;
  background-color: var(--darkTheme-navbar);
  width: 12%;
  z-index: 1000;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

._dropdownContent_p5x8j_121:hover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

._dropdownContent_p5x8j_121 a {
  padding: 10px 10px 10px 10px;
  text-align: center;
}

._dropdownContent_p5x8j_121 a:hover,
._dropdownContent_p5x8j_121 Link:hover {
  background-color: var(--darkTheme-secondary);
}

._dropdownItem_p5x8j_156 {
  font-family: "Zen Dots", cursive;
}

._logo__link_p5x8j_79 {
  display: flex;
  align-items: center;
  height:100%;
}

._beta_p5x8j_168{
  padding-left:30px;
  width:200px;
  height:50px;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  font-weight: bold;
}

._betacontainer_p5x8j_180{
  position: absolute;
  right:0;
  overflow:hidden;
  height:100%;
}

._activate_account__card_r51l0_3 {
    display: flex;
    justify-content: center;
    height: 100%;
}

._activate_account__form_r51l0_9 {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1%;
    height: 100%;
    background-color: var(--darkTheme-third);
    width: 20%;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}


._buttonActivate_account_r51l0_24 {
    background-color: rgb(0, 138, 41) !important;

    /* font-weight: 700 !important; */
}

._linkToRegisterLogin_r51l0_30 {
    background-color: var(--darkTheme-primary) !important;
    border-radius: 4px;
    margin-bottom: 2%;
}

._buttonToRegisterLogin_r51l0_36 {
    width: 100%;
}

._buttonToRegisterLogin_r51l0_36 span {
    font-weight: 700 !important;
    width: 100%;
    color: var(--darkTheme-primary-text) !important;
}

._activate_accountRequestSuccess_r51l0_46 {
    color: green !important;
}

._activate_accountRequestFailed_r51l0_50 {
    color: red !important;
}

._businessProfileList_15vyv_3 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

._profiles__littleHeader_15vyv_9 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 20px 0px 20px;
  color: var(--darkTheme-secondary-text);
}


._dialog__content_15vyv_18 label {
  margin-top: 5px;
}

._dialog__content_15vyv_18 input {
  margin-top: 5px;
}

._content_15vyv_26{
  margin-top:5%;
}

._header_15vyv_30{
  display: flex;
  margin-bottom: 1%;
}

._header_15vyv_30 > *:last-child:not(:first-child){
  height: 100%;
}


/* ---------------- Business Profile Item -----------------*/
._card_15vyv_41 {
  width: 300px;
  margin: 20px;
  text-align: left;
  background-color: #1c1c1c !important;
  color: var(--darkTheme-primary-text) !important;
  border: solid 1px var(--darkTheme-border-secondary) !important;
  border-bottom: none !important;
  height: 100%;
}

._card__title_15vyv_52 {
  font-size: x-large;
  width: 100%;
  margin-bottom: 10px;
}

._card__content_15vyv_58 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}

._card__actions_15vyv_65 {
  height: 44px;
}

._card__expanded_15vyv_69 {
  transform: rotate(180deg);
  margin-left: auto !important;
}

._card__expand_15vyv_69 {
  margin-left: auto !important;
}

._card__collapse_15vyv_78 {
  /* Ne s'affiche pas exactement comme il faut */
  background-color: #1c1c1c !important;
  z-index: 1;
}

._card__item_15vyv_84 {
  display: grid;
  grid-template: 100% / 25% 75%;
  margin-bottom: 4px;
}
._dialogContentFlexContainer_wv4zz_1 {
  display: flex;
  direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}

._dialogContentFlexItem_wv4zz_8 {
  margin-top: 3% !important;
}._header_13wss_1{
  display:flex;
  margin-bottom: 2%;
}
._header_13wss_1 > div {
  width:50%;
}

._header_13wss_1 > *:first-child{
  display: flex;
}

._header_13wss_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_13wss_1 > *:last-child:not(:first-child){
  margin-left: auto;
}._header_1xaqq_1{
  display:flex;
  margin-bottom: 2%;
}
._header_1xaqq_1 > *:not(:last-child) {
  width:50%;
}

._header_1xaqq_1 > *:first-child{
  display: flex;
}

._header_1xaqq_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_1xaqq_1 > *:last-child{
  margin-left: auto;
}._displayClickableIcon_hf3di_1 {
    cursor: pointer;
}

._text1line_hf3di_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

._exerciseStudentTable_hf3di_14 > * {
    background-color: #666 !important
}
._header_1lngs_1{
  display:flex;
}
._header_1lngs_1 > * {
  width:50%;
}

._header_1lngs_1 > *:first-child{
  margin-top: 1%;
  display: flex;
}

._header_1lngs_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_1lngs_1 > *:first-child > *:last-child{
  margin-right: 0%;
}

._header_1lngs_1 > *:last-child{
  justify-content: right;
}


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

._title_1lngs_27 > *:first-child{
  width:50%
}

._id_1lngs_36{
  margin-left:auto;
  justify-content:center;
  display:flex;
  align-items:center;
}

._id_1lngs_36 > *:last-child{
  margin-left: 4px;
  display: flex;
}._change_password__card_rs3zz_1 {
  display: flex;
  justify-content: center;
  height: 100%;
}
  
._change_password__form_rs3zz_7 {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1%;
  height: 100%;
  background-color: var(--darkTheme-third);
  width: 20%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}
  
  
._buttonChangePassword_rs3zz_22 {
  background-color: rgb(0, 138, 41) !important;

  /* font-weight: 700 !important; */
}

._linkToRegisterLogin_rs3zz_28 {
    background-color: var(--darkTheme-primary) !important;
    color: var(--darkTheme-secondary-text) !important;
    border-radius: 4px;
    width: 100%;
}

._buttonToRegisterLogin_rs3zz_35 {
    width: 100%;
}

._buttonToRegisterLogin_rs3zz_35 span {
    font-weight: 700 !important;
    width: 100%;
    color: var(--darkTheme-primary-text) !important;
}

._changePasswordRequestSuccess_rs3zz_45 {
    color: green !important;
}

._changePasswordRequestFailed_rs3zz_49 {
    color: red !important;
}
code{
  color:pink;
}

._detailsPaper_zts4u_5 div, ._detailsPaper_zts4u_5 p, ._detailsPaper_zts4u_5 ._MuiTypography-root_zts4u_5, ._detailsPaper_zts4u_5 h2, ._detailsPaper_zts4u_5 ol, ._detailsPaper_zts4u_5 input{
  color:white;
}

._detailsPaper_zts4u_5{
  text-align: left;
}
._toxTinymce_1q46f_2{
  margin-top:2%;
  margin-bottom: 2%;
}

._chips_1q46f_7{
  display: flex;
  flex-wrap: wrap;
}
._chip_1q46f_7{
  margin: 2px !important;
}

._fileInputs_1q46f_15{
  margin:auto;
  padding: 2%;
  margin-left:8%;
  width:100%;
  justify-content: center;
}

._formContainer_1q46f_23 .MuiFormControl-root{
  width:40% !important;
  margin-left:1% !important;
}


._skillsSelector_1q46f_29{
  width:50%
}

._fileInputs_1q46f_15 > div{
  margin-bottom: 1%;
  width:50%;
  display: flex;
  justify-content: space-between;
}._exercise__littleHeader_cnj9d_1 {
  margin: 0px 20px 0px 20px;
}

._exercise__add_button_cnj9d_5 {
  margin-left: auto !important;
}

._title_cnj9d_9 {
  margin: 0;
  font-weight: 500;
  color: var(--darkTheme-secondary-text) !important;
  text-align: left;
  margin: 10px;
}

._table__container_cnj9d_17  >  .MuiTableContainer-root > .MuiTable-root > .MuiTableBody-root > tr.MuiTableRow-root:nth-child(even){
  background-color: #202020 !important;
}

._table__container_cnj9d_17  >  .MuiTableContainer-root > .MuiTable-root > .MuiTableBody-root > tr.row.MuiTableRow-root:nth-child(4n-1){
  background-color: #222222 !important;
}

._header_cnj9d_25{
  display:flex;
  margin-bottom: 2%;
}
._header_cnj9d_25 > *:not(:last-child) {
  width:50%;
}

._header_cnj9d_25 > *:first-child{
  display: flex;
}

._header_cnj9d_25 > *:first-child > *:last-child{
  width: 100%;
  margin-left: 4%;
}

._header_cnj9d_25 > *:last-child{
  margin-left: auto;
}._header_2ofim_1{
  display:flex;
  margin-bottom: 2%;
}
._header_2ofim_1 > div {
  width:50%;
}


._header_2ofim_1 > *:first-child{
  display: flex;
}

._header_2ofim_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_2ofim_1 > *:last-child:not(:first-child){
  margin-left: auto;
}._displayClickableIcon_17xkc_1 {
    cursor: pointer;
}

._text1line_17xkc_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

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

._feedbacks_17xkc_14 fieldset{
    transform: scale(0.75);
}#log, #runtime_infos, #serial, #filesystem_panel, #debug_panel {
    font-family: DejaVu Sans Mono, monospace;
    font-size: 13px;
    border: 1px solid #333;
    background-color: #000;
    padding: 4px;
    color: #fff;
}
#runtime_infos, #filesystem_panel {
    float: left;
    width: 250px;
    margin-bottom: 7px;
    margin-right: 7px;
    padding-bottom: 7px;
}
#log {
    height: 100px;
    width: 550px;
}
#debug_panel {
    white-space: pre;
    float: left;
}
#serial {
    margin: 0;
}
#serial:focus {
    outline: 1px solid rgb(229, 151, 0);
}
#screen {
    white-space: pre;
    position: relative;
    font-family: Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
}
#screen, #vga {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}
#vga {
    background-color: #000;
    width: 1024px !important;
    height: 768px !important;
}
body {
    background-color: #111;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
    font-family: sans-serif;
}
a {
    color: wheat;
    text-decoration: none;
}
.phone_keyboard {
    width: 0;
    height: 0;
    resize: none;
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    z-index: -10;
    white-space: nowrap;
    overflow: hidden;
}
h4 {
    margin: 0 0 9px 0;
}
#start_emulation {
    padding: 6px 18px;
    font-size: 16px;
    font-weight: bold;
}
#setup_error {
    color: red;
    font-weight: bold;
    background-color: #222;
    padding: 8px 18px;
}
#config_link {
    font-weight: bold;
    background-color: #222;
    padding: 8px 18px;
}
#screen_container {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: 1px solid #555;
}
#boot_options a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#boot_options td {
    padding: 1px 7px;
}
#oses small {
    font-size: 80%;
    color: #ccc;
    padding-left: 5px;
}
#oses tr {
    cursor: pointer;
}
#oses {
    border-spacing: 0;
}
#oses tr:hover {
    background-color: #311;
}
#oses td:nth-child(1) {
    white-space: pre;
    vertical-align: top;
}
#terminal {
    max-width: 1024px;
}

/* the code below was copied from xterm.css */

.xterm {
    font-feature-settings: "liga" 0;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 5;
}

.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    /* Move textarea out of the screen to the far left, so that the cursor is not visible */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -5;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm {
    cursor: text;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility,
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: transparent;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    opacity: 0.5;
}

.xterm-underline {
    text-decoration: underline;
}
._feedbacks_ti4vg_1{
  display:flex;
}

._feedbacks_ti4vg_1 fieldset{
  transform: scale(0.75);
}

._leaderboard_ti4vg_9 {
  margin: auto 2em !important;
}
._leaderboard_ti4vg_9 > * {
  color: var(--darkTheme-third-text) !important;
}
._skillName_ti4vg_15 {
  color: rgb(5, 226, 5) !important;
  font-weight: bold !important;
  display: block !important;
  margin-bottom: 4px !important;
}
._TableBody_ti4vg_21 tr,
._TableBody_ti4vg_21 td{
  border: none !important;
}._help_paper_199ln_1{
  color:white !important;
  text-align: left;
}._login__card_dfwry_1 {
  display: flex;
  justify-content: center;
  height: 100%;
}

._center_dfwry_7{
  display: flex !important;
  justify-content: center;
}

._login__form_dfwry_12 {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  padding: 1%;
  height: 100%;
  background-color: var(--darkTheme-third);
  width: 33%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}

._login__form_dfwry_12 > *{
  margin-bottom:3% !important;
}

._MuiSvgIcon-root_dfwry_29{
  color:white;
}


._label_dfwry_34,
._input_dfwry_35 Label {
  color: var(--darkTheme-secondary-text) !important;
}

._input_dfwry_35 input {
  color: var(--darkTheme-primary-text) !important;
}

._button_login_dfwry_43 {
  margin-top:4% !important;
  background-color: rgb(0, 138, 41) !important;
}

._button_login_dfwry_43 > * {
  color: white;
}

._link_to_register_dfwry_52 {
  background-color: var(--darkTheme-primary) !important;
} 

._button_to_register_dfwry_56 {
  width: 100%;
}

._button_to_register_dfwry_56 span {
  font-weight: 700 !important;
  width: 100%;
  color: var(--darkTheme-primary-text) !important;
}
._register__card_3rn9s_1 {
  display: flex;
  justify-content: center;
  height: 100%;
}


._register__form_3rn9s_8 {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1%;
  height: 100%;
  background-color: var(--darkTheme-third);
  width:30%;
  border-radius: 2px;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}

._register__form_3rn9s_8 > div{
  margin-bottom: 1%;
}


._label_3rn9s_26,
._input_3rn9s_27 Label {
  color: var(--darkTheme-secondary-text) !important;
}

._labelError_3rn9s_31 {
  color: red !important;
}

._buttonRegister_3rn9s_35 {
  margin-top: 3% !important;
  background-color: rgb(0, 138, 41) !important;
  color: var(--darkTheme-third-text);
  font-weight: 700 !important;
  margin-bottom: 2% !important;
}

._linkToLogin_3rn9s_43 {
  background-color: var(--darkTheme-primary) !important;
}

._buttonToLogin_3rn9s_47 {
  width: 100%;
  border-radius: 4px;
}

._buttonToLogin_3rn9s_47 span {
  font-weight: 700 !important;
  width: 100%;
}

span._bold_3rn9s_57{
  font-weight: bold;
}
._reset_password__card_4eakk_2 {
    display: flex;
    justify-content: center;
    height: 100%;
}

._reset_password__form_4eakk_8 {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1%;
    height: 100%;
    background-color: var(--darkTheme-third);
    width: 20%;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}

._buttonReset_password_4eakk_22 {
    margin-top: 4% !important;
    background-color: rgb(0, 138, 41) !important;
    margin-bottom: 2% !important;
}

._buttonReset_password_4eakk_22 > * {
    color: white;
}

._linkToRegister_4eakk_32 {
    background-color: var(--darkTheme-primary) !important;
    border-radius: 4px;
}

._linkToLogin_4eakk_37{
    margin-bottom: 2%;
}


._buttonToRegisterLogin_4eakk_43 {
    width: 100%;
}

._buttonToRegisterLogin_4eakk_43 span {
    font-weight: 700 !important;
    width: 100%;
    color: var(--darkTheme-primary-text) !important;
}

._passwordResetRequestSuccess_4eakk_53 {
    color: green !important;
}

._passwordResetRequestFailed_4eakk_57 {
    color: red !important;
}._header_rjdpp_1{
  display: flex;
  justify-content: space-between;
}

._mainGrid_rjdpp_6{
  padding: 16px;
  display: flex;
}

._mainGrid_rjdpp_6 > div:last-child{
  margin-left:2%
}

._sequenceExerciseListCard_rjdpp_15 {
  background-color: var(--darkTheme-third) !important;
}

._sequenceDetailsPrimaryButton_rjdpp_19:disabled {
  color: grey !important;
}

._sequenceDetailsTableRow_rjdpp_23 th,
._sequenceDetailsTableRow_rjdpp_23 td {
  color: var(--darkTheme-primary-text) !important;
}

._InputMinRating_rjdpp_28 {
  color: var(--darkTheme-primary-text) !important;
  border-color: var(--darkTheme-secondary) !important;
}

._profileListDisplay_rjdpp_33 {
  text-align: left;
}

._main__container_rjdpp_37 {
  display: grid;
  grid-template: 250px auto / 50% 50%;
}
._container__available_rjdpp_41 {
  grid-area: 1 / 1 / 2 / 1;
  margin: 5px;
}

._container__profile_rjdpp_46 {
  grid-area: 1 / 2;
  margin: 5px;
  background-color: var(--darkTheme-third) !important;
}

._container__chosen_rjdpp_52 {
  grid-area: 2 / 2;
  margin: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
._header_1xaqq_1{
  display:flex;
  margin-bottom: 2%;
}
._header_1xaqq_1 > *:not(:last-child) {
  width:50%;
}

._header_1xaqq_1 > *:first-child{
  display: flex;
}

._header_1xaqq_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_1xaqq_1 > *:last-child{
  margin-left: auto;
}._stmtPaper_1v1mh_1 div, ._stmtPaper_1v1mh_1 p, ._stmtPaper_1v1mh_1 ._MuiTypography-root_1v1mh_1, ._stmtPaper_1v1mh_1 h2, ._stmtPaper_1v1mh_1 ol, ._stmtPaper_1v1mh_1 input{
  color:white;
}

._stmtPaper_1v1mh_1{
  text-align: left;
}

._error_1v1mh_9{
  font-weight: bold;
  font-size:larger;
  color:red !important;
}

._dateHeader_1v1mh_15{
  width: 100%;
  text-align: right;
  color:rgb(5, 226, 5);
}._header_1il0g_1{
  display:flex;
  margin-bottom: 2%;
}
._header_1il0g_1 > * {
  width:50%;
}

._header_1il0g_1 > *:first-child{
  display: flex;
}

._header_1il0g_1 > *:first-child > *{
  width: 100%;
  margin-right: 4%;
}

._header_1il0g_1 > *:last-child{
  justify-content: right;
}

.paper {
    margin-bottom: 30px;
    margin-top: 1% !important;
    padding: 2% !important;
    background-color: var(--darkTheme-third) !important;
}

.title-bar {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
}

.user-profile {
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: left;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.user-profile__infos {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.user-profile__username {
    display: flex;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: left !important;
    text-align: left !important;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.user-profile__username > * {
    width: 100%;
    padding-right: 20px;
}

.user-profile__username > p {
    /* Error message for wrong username */
    margin: 0;
    margin-top: 10px;
    color: #ff0000;
}

.user-profile__name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0 20px;
}

.user-profile__name > * {
    padding-right: .3em;
    color: var(--darkTheme-secondary-text);
}

.user-profile__infos__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0 20px;
}

.user-profile__infos__item > *, .user-profile__username > * {
    color: var(--darkTheme-secondary-text);
    text-align: left;
}

.user-profile__username__input {
    width: 90%;
}

.user-profile__bio {
    margin-top: 20px;
    padding-right: 30px;
    width: 100%;
}

.user-profile__bio__input {
    width: 90%;
}

.user-profile__bio__input > * > * { /* input look the same as text */
    scrollbar-color: #6969dd #e0e0e0 !important;
  scrollbar-width: thin !important;
}

.user-profile__other {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    width: fit-content;
}

.user-profile__avatar > img {
    width: 150px;
    border-radius: 50%;
}

.user-profile__edit {
    margin-top: 20px;
}

.user-profile__edit > label { /* label look like any other button on the site */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10em;
    height: fit-content;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #05E205;
    color: var(--darkTheme-third-text);
    font-size: 1em;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    transition: all 0.2s ease-in-out;
}

.user-profile__thanks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#edit-button {
    width: 10em;
    font-size: 1em;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.user-profile__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.user-profile__buttons > * {
    margin: 0 20px !important;
}.paper {
    margin-bottom: 30px;
    margin-top: 1% !important;
    padding: 2% !important;
    background-color: var(--darkTheme-third) !important;
}

.display-skills-switch {
    align-items: end !important;
    margin-right: 2em !important;

}
.display-skills-switch > span {
    font-size: 1.5em !important;
    color: var(--darkTheme-secondary-text) !important;
}
.title {
    text-align: left;
    color: var(--darkTheme-secondary-text);
}

.back-icon {
    color: #05E205;
    font-size: 2em !important;
    font-weight: bold;
    margin-right: 1em;
    margin-bottom: 4px;
}

.usernameCell > *, .usernameCell > * > * {
    vertical-align: bottom !important;
    margin-right: 10px !important;
    color: inherit !important;
}
.usernameCell > * > * {
    color: inherit !important;
}

.tableHead > tr > th {
    color: var(--darkTheme-secondary-text) !important;
    font-weight: bold !important;
}

.tableBody > tr > td {
    color: var(--darkTheme-secondary-text);
    background-color: inhertit !important;
}

.spacer {
    width: 100%;
    height: 2em;
}

.currentUserRow {
    background-color: var(--darkTheme-secondary) !important;
    box-shadow: 0 0 5px 5px #05e205a7 !important;
}
.currentUserRow > * {
    color: #05e205e8 !important;
    font-weight: bold !important;
}

.rank1 > * {
    color: #FFD700 !important;
    font-weight: bold !important;
}

.rank2 > * {
    color: #C0C0C0 !important;
    font-weight: bold !important;
}

.rank3 > * {
    color: #CD7F32 !important;
    font-weight: bold !important;
}._footer_wrik0_1{
  padding:1%;
  background-color: var(--darkTheme-secondary);
  margin-top:auto;
}

._footer_wrik0_1 > div{
  padding-top:1%;
  width:30%;
  margin:auto;
}

._footer_wrik0_1 > div > div{
  display:flex;
  justify-content: space-between;
}

._footer_wrik0_1 a{
  min-width:20%;
  font-weight: bold;
  cursor: pointer;
}

._footer_wrik0_1 a:hover {
  color:green;
}

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

._flags_wrik0_28 > *{
  margin-left:2%;
  margin-right:2%;
}


._flag_wrik0_28 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 5px;
}

._flag_wrik0_28:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

._flag_wrik0_28:active {
  transform: scale(1, 1);
}:root {
  --darkTheme-primary: #303030;
  --darkTheme-secondary: #252525;
  --darkTheme-third: #252525;

  --darkTheme-primary-text: #FFFFFF;
  --darkTheme-secondary-text: #e0e0e0;
  --darkTheme-third-text: var(--darkTheme-primary);

  --darkTheme-icons-primary: #FFFFFF;
  --darkTheme-icons-secondary: var(--darkTheme-third);

  --darkTheme-border-primary: var(--darkTheme-third);
  --darkTheme-border-secondary: var(--darkTheme-primary);

  --darkTheme-navbar: var(--darkTheme-third);

  --error-message: #c62828;
}
html {
  height: 100%;
}
#root {
  height: 100%;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--darkTheme-primary);
  color: var(--darkTheme-primary-text);
  height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}