:root{
    --primary-color: #07afd9;/*#00d7c8 or #07afd9*/
    --background-color: #312244;
}

*{
    color: rgb(255, 255, 255);
    font-family: "NATS-Regular", Helvetica;
}

body{
    background: #312244;
    /*box-shadow: 0px 20.806px 41.612px -3.468px rgba(0, 0, 0, 0.16);*/
}

.Leaderboard_Header{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    margin: center;
}

.Leaderboard_Login{
    margin-right: 34px;
    font-size: 25px;
}

.Leaderboard_Titel{
    justify-self: center;
}

.Leaderboard_Share{
    margin-left: 34px;
    width: 27px;
    height: 27px;
}

.Leaderboard_Second{
    width: 60.614px;
    height: 60.614px;
    flex-shrink: 0;
    border-radius: 60.614px;
    border: 3.696px solid #F4F4F4;
    background: url(<path-to-image>), #312244 50% / cover no-repeat;
}

.Leaderboard_First{
    width: 94.617px;
    height: 94.617px;
    flex-shrink: 0;
    border-radius: 60.614px;
    border: 3.696px solid #FFCA28;
    background: url(<path-to-image>), #312244 50% / cover no-repeat;
}

.Leaderboard_Third{
    width: 60.614px;
    height: 60.614px;
    flex-shrink: 0;
    border-radius: 60.614px;
    border: 3.696px solid #FF8228;
    background: url(<path-to-image>), #312244 50% / cover no-repeat;
}

.Leaderboard_Second_Div{
    width: 66.61px;
}

.Leaderboard_Number{
    width: 19px;
    height: 19px;
    border-radius: 50% ;
    border: 3.696px solid #312244;
    color: #312244;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    margin: auto;
    position: relative;
    top: -17px; 
}

.Leaderboard_Second_Number{
    background-color: #F4F4F4;
}

.Leaderboard_Name{
    margin: auto;
    text-align: center;
    position: relative;
    top: -10px; 
}

.Leaderboard_Third_Div{
    width: 66.61px;
}

.Leaderboard_Third_Number{
    background-color: #FF8228;
}

.Leaderboard_First_Div{
    width: 100.61px;
    margin: 0px 10px;
}

.Leaderboard_First_Number{
    background-color: #FFCA28;
}

.Leaderboard_First_Crown{
    margin-left: 12.5px;
    position: relative;
    top: 25px; 
}

.Leaderboard_Top3{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Leaderboard_All_Ranks{
    margin-top: 40px;
}

.Leaderboard_Rank{
    width: 243.936px;
    height: 48.048px;
    flex-shrink: 0;
    display: flex;
    border-radius: 22.176px;
    margin: auto;
    margin-bottom: 10px;
}

.Leaderboard_Ranked_Up{
    width: 16px;
    height: 16px;
    margin: 16px 0;
    margin-left: 10px;
    color: #00821D;
}

.Leaderboard_Rank_Points{
    margin-left: auto;
    margin-right: 7px;
}

.Leaderboard_Rank_Number{
    margin-left: 10px;
    margin-right: 5px;
}

.Leaderboard_Rank_First{
    background: #FFCA28;
}

.Leaderboard_Rank_Second{
    background: #F4F4F4;
}

.Leaderboard_Rank_Third{
    background: #FF8228;
}

.Leaderboard_Rank_Profile_Pic{
    width: 29.568px;
    height: 29.568px;
    margin: 9px 0px;
    border-radius: 60.614px;
    background: url(<path-to-image>), #312244 50% / cover no-repeat;
}

.Leaderboard_Rank_Name{
    margin-left: 5px;
}

.Leaderboard_All_Ranks_Top3_Text{
    color: #312244;
}

.Leaderboard_Ranked_Down{
    width: 16px;
    height: 16px;
    margin: 16px 0;
    margin-left: 10px;
    color: #820000;
}

.Leaderboard_Ranked_Stayed{
    width: 16px;
    height: 16px;
    margin: 16px 0;
    margin-left: 10px;
    color: #FFF;
}

.choose_class_select_body{
    position: relative;
    width: 243.936px;
    height: 48.048px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 15px;
    display: column;
    justify-content: center;
    
}

.choose_class{
    height: 100%;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    border: none;
    appearance: none;
    padding: 0 30px 0 15px;
    color: white;
    border-radius: 22.176px;
    background: linear-gradient(90deg, var(--primary-color) 20%, #137286 65%, #003341 110%);
}

.choose_class_select_icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.choose_class_select_icon i{
    color: var(--primary-color);
    font-size: 20px;
}

.choose_class:focus-visible{
    outline: none;
}

.choose_class_options{
    color: #312244;
}

.choose_trashpoints_container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.coose_trashpoints_radio_tile_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.choose_trashpoints_input_container{
    position: relative;
    width: 243.936px;
    height: 48.048px;
    margin: 0.5rem;
}

.choose_trashpoints_input_container input{
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.choose_trashpoints_input_container .radio_tile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 22.176px;
    transition: all 300ms ease;
    padding-left: 7px;
}

.choose_trashpoints_input_container label{
    color: var(--primary-color);
    font-size: 0.80rem;
    font-weight: 600;
    
}

input:checked + .radio_tile{
    background-color: var(--primary-color);
    box-shadow: 0 0 12px var(--primary-color);
}

input:hover + .radio_tile{
    box-shadow: 0 0 12px var(--primary-color);
}

input:checked + .radio_tile label{
    color: white;
}

.rate_class_submit_button{
    background-color: var(--primary-color);
    padding: 16px 32px;
    border: none;
    margin-left: 10px;
    margin-top: 15px;
    border-radius: 40.176px;
    font-size: 0.80rem;
    font-weight: 600;
    cursor: pointer;
}

.rate_class_submit_button:hover{
    box-shadow: 0 0 12px var(--primary-color);
}

.Leaderboard_Logout{
    margin-left: 34px;
    font-size: 25px;
}

.Login{
    text-align: center;
}

.Login_Input_Text {
    border: none;
    border-bottom: 2px solid;
    background-color: transparent;
    width: 260px;
    height: 25px;
    padding-left: 8px;
    position: relative;
    right: 4px;
    border-radius: 0;
}

.Login_Usernam{
    margin-bottom: 30px;
}

.Login_Input_Text::placeholder{
    color: rgba(255, 255, 255, 0.829);
}

.Login_Input_Symbol{
    position: relative;
    left: 4px;
}

.Login_Text{
    margin-bottom: 60px;
}

.Login_Input_Text:focus {
  outline: none;
}

.Login_Password{
    margin-bottom: 60px;
}

.Login_Submit_Button{
    width: 270px;
    height: 41px;
    background-color: transparent;
    border: solid 2px #ffffff;
    border-radius: 40.176px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 25px;
}

.Login{
    width: 300px;
    margin: auto
}

.Login_Change_Page_Rate_Classes {
    text-align: left;
    margin-left: 9px;
}

.Login_Change_Page{
    text-align: left;
}

.Login_Change_Page_SingUp{
    text-align: right;
}

.Login_Back_Left{
    margin-top: 27px;
    margin-right: 50px;
    font-size: 25px;
}

.Login_Back_Right{
    margin-top: 27px;
    margin-left: 50px;
    font-size: 25px;
    color: var(--background-color);
}

.Login_Back_Left_a{
    width: 26px;
    height: 26px;
    margin-right: 50px;
    font-size: 25px;
}