@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap');

header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
i{
    cursor: pointer;
}

#split_onboarding{
    min-width: 375px;
    margin-right: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* display: none; */
}

.onboarding_img{
    width: 100%;
    max-width: 418px;
    height: auto;
    margin-bottom: 30px;
}

#createaccount_title, #welcome_in_the_game{
    margin-left: 10px;
    align-self: flex-start;
}

#welcome_in_the_game, #introduction_text{
    margin: 0;
    margin-left: 10px;
}

.middlecontainer{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0; 
}

.placeholder_value{
    color: #999999;
}

.title_sectionB > h2{
    margin: auto;
    width: 89%;
}

#sectionB{
    width: 375px;
    position: relative;
    display: none;
}

.responsiv_sectionB{
    display: flex;
    flex-direction: column;
}

.title_sectionB{
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.custom_container{
    max-height: 0;
    /* height: 200px; */
    width: 96.5%;
    border-radius: 0 0 8px 8px;
    background-color: #F6F6F6;
    padding: 10px 0 ;
    scale: 1;
    display:none;
    transition-duration: 0.3s;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.10); 
    box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.10);
    overflow: auto;
    /* overflow-y: hidden; */

    /* border: 1px solid #181872;; */
}

.option_value{
    font-weight: 500;
    font-size: 14px;
}

.player_list_button{
    font-size: 12px;
}

.row_league{
    width: 90%;
    padding: 0 10px ;
    border-bottom: solid 1px #DFE0EB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.league_name{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
}

#league_name{
    margin: 0 0 0 20px;
    font-size: 14px;
}

#company_code{
    display: none;
}

.cgu{
    padding: 3%;
    font-weight: 400;
    color: #181872;
}
.cgu > a{
    color: #21BE8B;
    font-weight:700;
}



.linkToChristian{
    color: #181872;
}

.isLoading{
    transition: 1s;
    background-color:#21BE8B;
}

.radio_buttons_row > div {
    margin-left: 15px;
}



.radio_buttons_row{
    margin-bottom: 50px;
}

#league_choice{
    margin-top: 20px;
}

.choice_not_to{
    margin-top: 30px;
    align-items: center;
}

.choice_not_to > * {
    margin-right: 20px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 21px;
}
  
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
  
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
  
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(44,46, 104);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(44,46, 104);
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tunel{
  transition: transform 500ms ease-in-out 25ms;
  transform: translateX(-385px);
}

.tunelback{
  transition: transform 600ms ease-in-out 50ms;
  transform: translateX(0);
}

.welcomeContainer{
    width: 375px;
}

.validated_registration{
    padding: 2%;
}

.validated_registration_h2{
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

.validated_registration_h3{
    font-size: 14px;
    margin-bottom: 10px;
}

.section_welcome{
    padding: 4%;
    display: flex;
    flex-direction: column;
    height: 700px;
    justify-content: space-around;
}

.section_welcome >div >p{
    text-align: justify;
}

.link_to_app{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.downloadable{
    width: auto;
    height: 80px;
}

.appEn{
    width: 169px;
}

.appFr{
    width: 160px;
    height: auto;
}

.googleFr{
    width: 160px;
    height: auto;
    
}

#sectionC{
    margin-left : -11px;
    visibility: hidden;
    scale: 0;
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal{
    height: 500px;
    width: 90%;
    background-color: white;
    border-radius: 20px;
    overflow: auto;
}

.title_row_modal{
    margin: 0 20px;
    justify-content: space-between;
}

#close_modal{
    font-size: 30px;
}

#playersInThisLeague{
    margin-top: 30px;
    padding-left: 20;
    list-style-type: none;
}

.player_name{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}