body {
    font-family: Arial black, sans-serif;
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0;
    min-height: 100svh;
    -webkit-text-size-adjust: none;
}
.header {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F4F4F4;
    text-align: center;
    background-color:  #0C0C0C;
}
.user_gender {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_tag {
    margin: 10px auto;
}
.header_tag a{
    text-decoration: none;
    color: #F4F4F4;
}
.expand_more_progs_icon {
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 10px 0px 0px 8px;
}
.progs_fancy_box_container {
    display: none;
    flex-direction: row;
}
.progs_fancy_box {
    width: calc(50vw - 40vw);
    background-color: #3D046B;
}
.progs_dropdown_container_bg{
    background-color: #3D046B;
}
.progs_dropdown_container {
    width: 80vw;
    display: flex;
    background-color: #0C0C0C;
    color: #F4F4F4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    padding: 0px 0px 8px;
}
.progs_fancy_box_container.show_progs_dropdown {
    display: flex;
}
.prog_list_item {
    padding: 4px 12px;
}
.current_prog {
    color: #B272E6;
}
.prog_list_item p {
    margin: 0px;
}
.bottom_nav {
    position: fixed;
    bottom: 0;
    width: calc(100% - 14px);
    height: 58px;
    font-size: 10px;
    z-index: 10;
    padding: 0px 8px 8px 8px;
    background-color: #fff;
}
.bottom_nav_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background-color: #0c0c0c;
    border-radius: 10px;
}
.nav_item{
    box-sizing: border-box;
    display: list-item;
    flex-wrap: wrap;
    flex: 1 1 auto;
    width: 25vw;
    padding: 0px 4px;
}
.nav_link{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-decoration: none;
    color: #f4f4f4;
    /*padding: 8px 16px;*/
    height: 56px;
}
.nav_link.selected {
    color: #B272E6;
    border-bottom: 2px solid #B272E6;
}
.nav_link i {
    font-size: 24px;
    padding-bottom: 2px;
}
.nav_link span {
    font-size: 12px;
}
#nav_logo {
    width: 54px;
    height: 54px;
}
/*----------------------whiteboard------------------------*/
/*----------------------WEEK CHOOSER----------------------*/
/*--------------------------------------------------------*/
.inactive_account_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3D046B;
}
.inactive_account_msg p{
    padding: 15px 10px;
    width: 280px;
    border-radius: 6px;
    background-color: #D53333;
    color: black;
}
.weekday_container {
    background-color: #3D046B;
    padding: /*85px*/20px 30px 20px;
    border-bottom: solid black 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}
.weekday {
    border: solid white 4px;
    border-radius: 5px;
    background-color: ghostwhite;
    width: 75%;
    height: 22px;
    overflow: hidden;
}
.weekday p {
    margin: auto;
}
.feedback_display_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0088cc;
    border-radius: 5px;
    height: 36px;
    width: 36px;
}
.feedback_display_btn p{
    margin: 0px;
    margin-block: 0px;
    display: flex;
    align-items: center;
    padding: 0px 3px;
    color: white;
}
.feedback_display {
    display: none;
}
.feedback_display.active{
    display: flex;
    height: auto;
    /*border-bottom: solid black 2px;*/
    background-color: #2B034B;
    z-index: 1;
}
#feedback_form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 2;
    background: #252E49;
    border-radius: 8px;
    margin: 5px;
}

.feedback_form div,
.feedback_form textarea {
  background: #333333;
  height: 100%;
}

.feedback_input {
  border: 0;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 5px 0px 5px 10px;
  outline: none;
  min-width: 50px;
  background: #252E49;
  color: white;
}

.feedback_send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
}

.feedback_circle {
    /*background: #008a7c;*/
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback_circle i {
    color: #2A60B8;
    font-size: 30px;
    margin-left: 5px;
}
.weeks_display {
    display: none;
    background-color: black;
    color: white;
}
.open_weeks_menu{
    display: block;
}
.weeks_display_container {
    display: flex;
    flex-direction: row;
}
.weeks_display_week {
    width: 35%;
    margin: 20px 0px;
    border-right: solid grey 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}
.weeks_display_days {
    width: 65%;
}
.week_list {
    display: flex;
    flex-direction: column-reverse;
    list-style: none;
    text-align: center;
    padding: 0px 0px 0px 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
}
.week_list_skill {
    display: none;
    flex-direction: column;
    list-style: none;
    text-align: center;
    padding: 0px 0px 0px 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
}
.day_list {
    flex-direction: column;
    list-style: none;
    text-align: center;
    padding: 0px;
}
.day_list_skill {
    display: none;
    list-style: none;
    text-align: center;
    padding: 0px;
}
.week_list_item {
    display: none;
    margin: 10px 10px 0px 0px;
    padding: 5px;
    flex-wrap: nowrap;
    background-color: #333333;
    border-radius: 5px;
}
.week_list_item_selected {
    background-color: #4b0088;
}
.day_list_item {
    margin: 10px 10px 0px 10px;
    padding: 10px 0px;
    background-color: white;
    color: black;
    /*border-left: solid white 3px;
    border-bottom: solid white 3px;*/
    border-radius: 10px;
}
.day_list_item_selected {
    background-color: #4b0088;
    color: white;
}
/*----------------------whiteboard------------------------*/
/*----------------------TRAINING PLAN---------------------*/
/*--------------------------------------------------------*/
.insert_training_day {
    height: 600px;/*456.55px;*/
    background-color: #2B034B;
}
#insert_training_day_aclaration{
    margin: 0px;
    padding: 20px 30px;
    color: white;
}
.training_day {
    padding: 10px 20px 75px;
    background-color: #2B034B;
}
.training_day_piece {
    font-family: verdana, serif;
    text-align: left;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.4) 5px 5px, 
                rgba(255, 255, 255, 0.2) 10px 10px, 
                rgba(255, 255, 255, 0.05) 15px 15px;
}
.training_day_piece_title{
    font-family: Helvetica , sans-serif;
    text-align: center;
    margin: auto 30px;
    border-bottom: solid black 1px;
}
.training_day_piece_content {
    margin: auto 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.training_day_piece {
    padding-bottom: 5px;
}
.training_day_piece h1 {
    margin: auto;
    padding: 5px 5px 0px;
    font-size: 1.25rem;
    font-weight: bold;
}
.training_day_piece a {
    text-decoration: none;
}
.training_day_piece h2 {
    margin: auto;
    padding: 5px auto;
    font-size: 1rem;
    font-weight: bolder;
}
.training_day_piece h3 {
    margin: auto;
    padding: 0px 5px;
    font-size: 1rem;
    font-weight: 400;
}
.training_day_piece p {
    margin: auto;
    padding: 0px 0px 0px 15px;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lift_percentage{
    color: #00AC5C;
    padding: 0px 5px;
}
.female_weight {
    display: none;
    color: #00AC5C;
    padding: 0px 2px;
}
.male_weight {
    display: none;
    color: #00AC5C;
    padding: 0px 2px;
}
.training_day_piece_info {
    border-top: solid grey 1px;
    margin: auto 30px;
    padding: 0px 0px 10px;
}
.training_day_piece_info p {
    padding: 0px;
    font-size: 0.75rem;
}
.training_day_piece_scale_btn {
    text-align: center;
    margin: auto 30px;
    padding: 5px 30px;
    border-top: solid grey 1px;
}
.training_day_piece_scale_btn p{
    font-size: 0.75rem;
    background-color: #4b0088;
    color: white;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
}
.training_day_piece_scale {
    display: none;
    background-color: white;
}
.training_day_piece_scale p{
    background-color: white;
    color: black;
}
.open_training_day_piece_scale{
    display: block;
}
.training_day_piece_score{
    text-align: center;
    margin: auto 30px 10px;
    padding: 5px 10px;
    border: solid #4b0088 3px;
    border-radius: 6px;
}
.training_day_piece_score p{
    font-family: arial, sans-serif;
    font-size: 0.75rem;
    color: black;
    background-color: #B272E6;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px 0px;
    display: flex;
    justify-content: center;
}
.bold {
    font-weight: bold;
}
.training_day_piece_score_form {
    text-align: center;
    margin: auto 30px 10px;
    padding: 5px 30px;
    border: solid #4b0088 3px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.training_day_piece_form p{
    font-size: 0.75rem;
    color: black;
    border-radius: 5px;
    padding: 2px;
}
.submit_score {
    background-color: #4b0088;
    color: white;
}
.training_week_flow {
    text-align: center;
    margin: auto 30px;
    padding: 5px 30px;
    border-top: solid grey 1px;
}
.training_week_flow p{
    font-size: 1rem;
    background-color: #4b0088;
    color: white;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
}
.training_day_piece_video_container {
    width: calc(100% - 50px);
    height: auto; 
    overflow-x: auto;          
    display: flex;             
    flex-direction: row;       
    padding: 5px 25px;           
    gap: 10px;                 
    white-space: nowrap;
    scrollbar-width: none; 
}
.training_day_piece_video_container::-webkit-scrollbar {
    display: none;
}

.training_day_piece_video {
    flex-shrink: 0;           
    width: 120px;
    height: 68px;            
    border-radius: 7px;
    padding: 0px 5px 5px;
    position: relative;
}
.training_day_piece_video p {
    text-align: center;
    margin: 0px;
    padding: 0px;         
    width: 120px;
    color: #f4f4f4;
    background-color: rgb(12, 12, 12, 0.6);
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    justify-content: center;
    white-space: normal;

}
.training_day_piece_video img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    cursor: pointer;
}
.training_day_piece_video iframe {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.training_video_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 1000;
    animation: videoModalFadeIn 0.3s ease;
}
.training_video_modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}
.training_video_modal_content {
    position: relative;
    width: 95%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    background: black;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.8);
    animation: videoModalScaleIn 0.3s ease;
}
.training_video_modal iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}
.training_video_modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border:none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 1001;
}
.training_video_modal_close:hover {
    background: white;
    transform: scale(1.1);
}
@keyframesvideModalFadeIn {
    from { opacity:0; }
    to { opacity: 1; }
}
@keyframesvideoModalScaleIn {
    from {opacity: 0; transform: scale(0.8);}
    to { opacity: 1; transform: scale(1); }
}

/*--------------------------------------------------------*/
/*----------------------Profile Page----------------------*/
/*--------------------------------------------------------*/
.profile_page_container{
    background-color: #2B034B;
    height: 250px;
    box-shadow: 0px 5px 5px grey;
    font-family: verdana, serif;
}
.profile_page_container h1{
    text-align: left;
    margin: 0px;
    padding: 40px 0px 5px 20px;
    color: white;
}
.profile_page_container p {
    text-align: left;
    color: white;
    margin: 0px;
    padding: 0px 0px 5px 20px;
}
.user_info_container{
    position: relative;
    top: 0px;
    background-color: white;
    margin: 40px 20px 0px 20px;
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #2B034B;
}
.user_info_element {
    display: flex;
    flex-direction: row;
    border: solid grey 1px;
    margin: 5px 10px;
    align-items: center;
    overflow: scroll;
}
.user_info_element i{
    background-color: #4b0088;
    color: white;
    border-right: solid grey 1px;
    font-size: 3rem;
}
.user_info_element_title {
    display: flex;
    flex-direction: column;
}
.user_info_element_title h5 {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0px;
    text-align: left;
    padding-left: 10px;
}
.user_info_element_title p {
    color: black;
}
.user_info_element_cancel {
    font-size: 0.75rem;
    background-color: #A4A4A4;
    color: white;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
}
.user_info_element_cancel a {
    text-decoration: none;
    color: #fff;
}
.cancel_popup{
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -160px;
    width: 280px;
    background-color: #CCCCCC;
    padding: 20px;
    border-radius: 5px;
    border: 3px solid #5B2F73;
}
.cancel_popup p{
    color: black;
    text-align: left;
}
.cancel_popup_answer_container {
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.cancel_popup_answer_no {
    margin: 10px;
    border-bottom: 2px solid #8144A2;
    color: #64347E;
    display: flex;
    align-items: center;
}
.cancel_popup_answer_yes{
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    background-color: #FF4545;
    color: white;
}
.coach_info_element {
    display: none;
    background-color: #4b0088;
    height: 48.8px;
    justify-content: center;

    flex-direction: row;
    border: solid grey 1px;
    margin: 5px 10px;
    overflow: scroll;
}
.coach_info_element a {
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_avoid_nav {
    padding-bottom: 72px;
}
.PR_container_border {
    margin: 20px;
    padding: 1px;
    border-radius: 6px;
    background-color: #2B034B;
    box-shadow: 0px 5px 5px grey;
}
.PR_container_border h2{
    font-family: Arial Black, sans-serif;
    padding: 10px 5px 5px 5px;
    text-align: center;
    margin: 0px;
    color: white;
}
.PR_container {
    display: flex;
    flex-direction: column;
    margin: 5px 15px 15px 15px;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 6px;
    background-color: white;
}
.PR_container p{
    display: flex;
    padding: 0px;
    color: black;
    align-items: center;
}
.PR_boxes{
    margin-bottom: 10px;
    padding-left: 5px;
    background-color: #4b0088;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.PR_boxes p{
    text-align: left;
    margin: 0px;
    padding: 5px;
    color: white;
}
.PR_boxes i{
    margin-left: 20px;
}
#show_pr_lifts_list{
    display: none;
}
#show_pr_lifts_list.active{
    display: block;
}
#show_pr_oly_list{
    display: none;
}
#show_pr_oly_list.active{
    display: block;
}
#show_pr_mono_list{
    display: none;
}
#show_pr_mono_list.active{
    display: block;
}
.show_pr_form {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}
.show_pr_form input {
    width: 40px;
    background: white;
    border-radius: 8px;
    border: 0px;
    text-align: center;
}
.show_pr_form i {
    margin: 5px;
}
/*--------------------------------------------------------*/
/*----------------------user homepage---------------------*/
/*--------------------------------------------------------*/
#homepage_id {
    height: 100%;
}
.homepage_container h1 {
    text-align: left;
    margin: 0px;
    padding: 20px;
    color: #2B034B;
}
.quote_container {
    background-color: #FFEFD5;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #FFEFD5;
    margin: 0px 20px 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: arial, serif;
}
.top_quote_icon {
    display:flex;
    align-items: start;
}
.top_quote_icon i{
    rotate: 180deg;
}
.bottom_quote_icon {
    display:flex;
    align-items: end;
}
.quote_container p{
    margin: 0px;
}
.quote_text_author {
    font-size: 0.8rem;
}
.news_external_container {
    position: relative;
    background-color: #8C42CA;
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
    margin: 0px 20px;
    z-index: 5;
}
.news_external_container h2 {
    margin: 0px;
    padding: 10px 0px;
}
.news_container {
    display: none;
    background-color: #E6E6E6;
    height: 200px;
    margin: 0px 20px;
    border-radius: 10px;
    border: solid #4b0088 3px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_container_show {
    display: flex;
}
#news_exclamation{
    color: red;
    font-size: 2.5rem;
    margin: 0px;
    rotate: 15deg;
    position: absolute;
    right: 10px;
    top: 40px;
}
.news_container p {
    font-family: verdana,serif;
    margin: 0px;
    padding: 10px 20px;
}
.news_container button {
    font-family: Arial black, sans-serif;
    background-color: #6D349C;
    color: white;
    margin-top: 20px;
    text-align: center;
    height:30px ;
    width: 150px;
    border-radius: 6px;
    border: none;
    box-shadow: 0px 0px 5px black;
}
.slides_btn_container {
    display: flex;
    flex-direction: row;
    position: relative;
    top: -110px;
    justify-content: space-between;
}
.slides_btn {
    margin: 0px 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 5px black;
}
.slides_btn p {
    margin: 0px;
    padding: 0px;
}
.slides_btn i {
    color: black;
    font-weight: 700;
}
.current_slide_dot_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    top: -50px;
}
.current_slide_dot {
    margin: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: grey;
}
.homepage_container_background {
    height: 200px;
    background-color: #2B034B;
    position: relative;
    top: -100px;
    padding-top: 100px;
    box-shadow: 0px 5px 20px black;
}
.homepage_container_background h2 {
    text-align: left;
    margin: 20px 20px;
    color: #E8E8E8;
    text-shadow: 2px 2px 5px #8C42CA;
}
.library_links_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.general_lib {
    border-radius: 3px;
    background-color: #212121;
    margin: 0px 15px 10px;
    padding: 10px 0px ;
    width: 40%;
}
.general_lib a {
    text-decoration: none;
    color: #A4A4A4;
}
.general_lib p{
    margin: 0px;
}
.weightlifting_lib {
    border-radius: 3px;
    background-color: #212121;
    margin: 0px 15px 10px;
    padding: 10px 0px ;
    width: 40%;
}
.weightlifting_lib a {
    text-decoration: none;
    color: #A4A4A4;
}
.weightlifting_lib p {
    margin: 0px;
}
#feedback_popup {
    display: none; /*THIS SHOULD BE SET UP IN "NONE"*/
    flex-direction: column;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -190px; /* Negative half of height. */
    margin-left: -160px;
    height: 350px;
    width: 300px;
    border-radius: 5px;
    border: 5px solid #7E0080;
    background-color: #F2F2F2;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px #B5B5B5;
    z-index: 9999;
    font-family: arial, sans-serif;
}
.feedback_popup_title {
    font-size: 1rem;
    margin: 0px;
    padding-bottom: 10px;
}
.feedback_popup_text{
    margin: 0px;
    padding: 20px 0px 5px;
    border-top: solid #ABABAB 2px;
    width: 280px;
}
#feedback_popup_close_btn {
    position: absolute;
    top: 2%;
    right: 2%;
    margin: 0px;
    font-size: 1rem;
    cursor: pointer;
}
.feedback_popup_form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback_popup_emojis {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0px 0px 20px;
}
.feedback_popup_emojis_container {
    display: flex;
}
.feedback_popup_emojis input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.feedback_popup_emojis label {
    padding: 0px;
    margin: 0px;
}
.feedback_popup_emojis input[type="radio"]:checked + .awful_label svg {
    fill: red;
    stroke: red;
    stroke-width: 2;
    transform: scale(1.25);
}
.feedback_popup_emojis input[type="radio"]:checked + .bad_label svg{
    fill: orange;
    stroke: orange;
    stroke-width: 2;
    transform: scale(1.25);
}
.feedback_popup_emojis input[type="radio"]:checked + .neutral_label svg{
    fill: #D7E800;
    stroke: #D7E800;
    stroke-width: 2;
    transform: scale(1.25);
}
.feedback_popup_emojis input[type="radio"]:checked + .good_label svg{
    fill: blue;
    stroke: blue;
    stroke-width: 2;
    transform: scale(1.25);
}
.feedback_popup_emojis input[type="radio"]:checked + .excellent_label svg{
    fill: green;
    stroke: green;
    stroke-width: 2;
    transform: scale(1.25);
}
.feedback_popup_comment {
    width: 270px;
    height: 50px;
    margin-top: 10px;
}
.feedback_popup_submit {
    margin: 20px 0px 0px;
    padding: 5px 20px;
    border-radius: 3px;
    border: 2px solid #9200BD;
    background-color: #9200BD;
    color: #FAFAFA;
    font-size: 1.25rem;
}
.feedback_popup_submit:hover {
    background-color: #242424;
    border: 2px solid #242424;
}

/*--------------------------------------------------------*/
/*----------------------Memberlist------------------------*/
/*--------------------------------------------------------*/
.athlete_info_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid green;
    flex-wrap: wrap;
    margin: 5px 10px;
}
.athlete_info_row_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.athlete_info{
    padding: 5px 10px;
}
.active_toggle {
    padding: 2px 5px;
    border-radius: 5px;
}
.active_yes {
    background-color: #67CA64;
}
.active_no {
    background-color: #FF4343;
}
.confirm_active_toggle {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    position: fixed;
    top: 50vh;
    left: 50vw;
    margin-top: -50px;
    margin-left: -125px;
    width: 250px;
    height: 100px;
    border-radius: 10px;
    background-color: #C0C0C0;
}
.confirm_active_toggle_btn_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.confirm_active_toggle_btn {
    padding: 5px 10px;
    margin: 10px 5px 0px;
    border-radius: 5px;
}
/*--------------------------------------------------------*/
/*----------------------welcome form----------------------*/
/*--------------------------------------------------------*/
#background_container {
    height: 100svh;
    width: 100vw;
    max-width: 500px;
    overflow: hidden;   /*This needs to be active*/
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(75,0,136,1) 100%);
}
.page_container {
    display: none;  /*THIS IS NONE*/
    flex-direction: column;
    height: 100%;
    /*overflow: hidden;*/
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(75,0,136,1) 100%);
    align-items: center;
}
.welcome_page_title {
    width: 330px;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome_page_title h2{
    margin: 0px;
    width: 330px;
    font-size: 26px;
    color: #d0bae2;
    font-family: 'Amaranth', sans-serif;
    font-weight: 700;
}
.page_content_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 55%;
    width: 100vw;
}
.exit_btn{
    display: flex;
    width: 330px;
    height: 5%;
    justify-content: start;
    align-items: center;
    text-align: left;
    padding: 5px 0px 5px 5px;
    color: #b9b9b9;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 20px;
}
.intro_page_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}
.intro_page_container h2{
    margin: 0px;
    padding: 10px;
    font-family: 'Amaranth', sans-serif;
    font-weight: 700;
    font-size: 32px;
}
.intro_page_container h3{
    padding: 0px 30px;
    max-width: 420px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.starting_btn {
    display: flex;
    justify-content: center;
    background-color: #4b0088;
    border-radius: 10px;
    color: #F4F4F4;
    padding: 10px 100px;
    cursor: pointer;
}
.starting_btn p{
    margin: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.starting_btn:hover {
    color: grey;
    padding: 12px 102px;
}
#intro_page_img {
    background-image: url("Pictures/logo_full_back.jpg");
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.transition_page {
    display: none; /*THIS IS NONE*/
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: #F4F4F4;
    /*overflow: hidden;*/
}
.transition_page h2{
    font-family: 'Coda', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    text-decoration: underline;
    margin: 10px;
}
.transition_page h3{
    color: red;
    margin: 0px;
    font-size: 1.5rem;
}
.page_content_container_title {
    margin-top: 50px;
}
.page_content_container_selectors {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.welcome_nav_btn_container{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    margin:0px;
    width: 330px;
    height: 15%;
}
.welcome_nav_btn_back {
    height: 46px;
    width: 46px;
    background-color: #0F0F0F;
    color: #F4F4F4;
    margin: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.welcome_nav_btn_back:hover {
    background-color: #FAFAFA;
    color: #0C0C0C;
    transition-duration: 0.2;
}
.welcome_nav_btn_forward {
    height: 42px;
    width: 260px;
    background-color: #F4F4F4;
    color: #0F0F0F;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 20px;
}
.welcome_nav_btn_forward:hover {
    background-color: #0C0C0C;
    border: 2px solid #0C0C0C;
    color: #FAFAFA;
    transition-duration: 0.2s;
}
.loading_bar_container {
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading_bar {
    background-color: #d0bae2;
    margin: 0px;
    padding: 0px;
    border-radius: 6px;
    height: 4px;
    width: 250px;
}
.loading_bar_progress {
    background-color: #4b0088;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    height: 4px;
}
.welcome_select_btn {
    margin: 5px;
    padding: 8px 0px;
    border-radius: 10px;
    border: 4px solid #FAFAFA;
    background-color: #FAFAFA;
    width: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.welcome_select_btn.active {
    border: 4px solid #4b0088;
    color: #4b0088;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.welcome_select_btn p {
    margin: 0px;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.welcome_multiselect_btn {
    margin: 5px;
    padding: 8px 0px;
    border-radius: 10px;
    border: 4px solid #FAFAFA;
    background-color: #FAFAFA;
    width: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.welcome_multiselect_btn.active {
    border: 4px solid #4b0088;
    color: #4b0088;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.welcome_multiselect_btn p {
    margin: 0px;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.select_btn_icon {
    width: 80px;
    display: flex;
    justify-content: center;
    padding-left: 10px;
}
.select_btn_icon p {
    font-family: 'Oswald', serif;
    font-weight: 600;
    font-size: 20px;
}
.select_btn_text {
    width: 220px;
    text-align: start;
}
.welcome_slide_btn_container {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.welcome_height_unit_container {
    border-radius: 5px;
    width: 100px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_weight_unit_container {
    border-radius: 5px;
    width: 100px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_unit_toggle_container{
    background-color: #4b0088;
    height: 36px;
    width: 100px;
    border-radius: 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}
.welcome_unit_toggler {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 50px;
    height: 30px;
    background-color: #F4F4F4;
    margin: 0px 3px;
}
.unit_toggler_switch {
    justify-content: end;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}
.welcome_units {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 25px;
    cursor: pointer;
}
.welcome_units p {
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #F4F4F4;
    margin: 0px;
    width: 40px;
    padding: 0px 3px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -32px;
}
.welcome_height.unit_selected {
    color: #0F0F0F;
}
.welcome_weight.unit_selected {
    color: #0F0F0F;
}
.welcome_height_right_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_selected_height {
    margin-bottom: 20px; /* Adjust as needed */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}
#welcome_height_input {
    border: none;
    background-color: rgb(255, 0, 0, 0);
    display: flex;
    justify-content: end;
    align-items: end;
    text-align: end;
    width: 160px;
    font-size: 48px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
}
.welcome_height_input_unit {
    margin: 0px;
    padding-bottom: 4px;
    font-size: 24px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
}
.welcome_height_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-left: 10px;
}
.welcome_height_measure_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    border: 5px solid #4b0088;
    background-color: #F4F4F4;
    width: 100px; /* Adjust as needed */
    height: 330px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
}
.welcome_height_lines {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}
.welcome_height_line {
    border-radius: 3px;
    width: 40px;
    margin-top: 11px;
    background-color: #222222;
    height: 3px; /* Adjust as needed */
    z-index: 4;
    flex-shrink: 0;
}
.welcome_height_line p {
    margin: 0px;
    position: relative;
    bottom: 6px;
    left: 45px;
    font-size: 12px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
    color: #8E8E8E;
}
.welcome_height_line_frac {
    border-radius: 3px;
    width: 20px;
    margin-top: 11px;
    background-color: #AEAEAE;
    height: 3px; /* Adjust as needed */
    color: rgb(0,0,0,0);
    z-index: 4;
    flex-shrink: 0;
}
.welcome_height_selector {
    position: sticky;
    border-radius: 0px 5px 5px 0px;
    width: 44px;
    height: 5px;
    background-color: #a865df;
    top: 50%;
    left: 0px; /* Initially centered */
    z-index: 5;
}
.welcome_height_middleline {
    width: 10px;
    height: 330px;
    position: sticky;
    top: 0px;
    left: 50px;
    border-left: 1px solid #E1E1E1;
}
.welcome_selected_weight {
    margin-bottom: 20px; /* Adjust as needed */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#welcome_weight_input {
    border: none;
    background-color: rgb(255, 0, 0, 0);
    display: flex;
    justify-content: end;
    align-items: end;
    text-align: end;
    width: 160px;
    font-size: 48px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
}
.welcome_weight_input_unit {
    margin: 0px;
    padding-bottom: 4px;
    font-size: 24px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
}
.welcome_weight_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.welcome_weight_measure_box {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 5px solid #4b0088;
    background-color: #F4F4F4;
    width: 320px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    position: relative;
    overflow-x: hidden;
}

.welcome_weight_lines {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    overflow-x: auto;
}
.welcome_weight_line {
    border-radius: 3px;
    width: 3px;
    margin-left: 11px;
    background-color: #222222;
    height: 40px; /* Adjust as needed */
    z-index: 4;
    flex-shrink: 0;
}
.welcome_weight_line p {
    margin: 0px;
    position: relative;
    bottom: -45px;
    left: -8px;
    font-size: 12px;
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
    color: #8E8E8E;
}
.welcome_weight_line_frac {
    border-radius: 3px;
    width: 3px;
    margin-left: 11px;
    background-color: #AEAEAE;
    height: 20px; /* Adjust as needed */
    color: rgb(0,0,0,0);
    z-index: 4;
    flex-shrink: 0;
}
.welcome_weight_selector {
    position: sticky;
    border-radius: 5px;
    width: 5px;
    height: 50px;
    background-color: #a865df;
    top: 25px;
    left: 50%; /* Initially centered */
    transform: translateX(-50%);
    z-index: 5;
}
.welcome_weight_middleline {
    width: 330px;
    height: 10px;
    position: sticky;
    top: 50px;
    left: 0px;
    border-top: 1px solid #E1E1E1;
}
.loader {
    display: block;
}
@keyframes loader_5191 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.square {
  background: #ddd;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
#sq1 {
  margin-top: -25px;
  margin-left: -25px;
  animation: loader_5191 675ms ease-in-out 0s infinite alternate;
}
#sq2 {
  margin-top: -25px;
  animation: loader_5191 675ms ease-in-out 75ms infinite alternate;
}
#sq3 {
  margin-top: -25px;
  margin-left: 15px;
  animation: loader_5191 675ms ease-in-out 150ms infinite;
}
#sq4 {
  margin-left: -25px;
  animation: loader_5191 675ms ease-in-out 225ms infinite;
}
#sq5 {
  animation: loader_5191 675ms ease-in-out 300ms infinite;
}
#sq6 {
  margin-left: 15px;
  animation: loader_5191 675ms ease-in-out 375ms infinite;
}
#sq7 {
  margin-top: 15px;
  margin-left: -25px;
  animation: loader_5191 675ms ease-in-out 450ms infinite;
}
#sq8 {
  margin-top: 15px;
  animation: loader_5191 675ms ease-in-out 525ms infinite;
}
#sq9 {
  margin-top: 15px;
  margin-left: 15px;
  animation: loader_5191 675ms ease-in-out 600ms infinite;
}
#welcome_form_graf_func {
    position: absolute;
    left: 8.75px;
    top: 32px;
    clip-path: inset(0 100% 0 0); /* Initially clip the image to hide it */
    -webkit-clip-path: inset(0 100% 0 0); /* Safari support */
    transition: clip-path 2s;
    -webkit-transition: -webkit-clip-path 2s; /* Safari support */
}
#welcome_form_graf_func.show_graf_func {
    clip-path: inset(0 0 0 0); /* Set the final clipping to reveal the image */
    -webkit-clip-path: inset(0 0 0 0); /* Safari support */
}
.welcome_form_graf_progress_parts {
    visibility: hidden;
    transform: scale(0);
    transition: transform 1s cubic-bezier(0, 0, 0, 1);
}
.welcome_graph_goal_text {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    transform: scale(0);
    transition: transform 1s cubic-bezier(0, 0, 0, 1);
    color: #F4F4F4;
}
.show_progress_parts {
    transform: scale(1);
    visibility: visible;
}
.welcome_form_graf_emojis {
    visibility: hidden;
    transform: scale(0) rotate(0deg);
    transition: visibility 0s, transform 1s linear;
}
.show_graf_emojis {
    visibility: visible;
    transform: scale(1) rotate(360deg);
}
.welcome_graph_subtext {
    margin: 4px 0px;
    padding: 8px 16px;
    width: 298px;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    background-color: #ecebeb;
    color: #4D4D4D;
    border-radius: 5px;
    border: 2px solid #4b0088;
}
.usual_gender_container {
    height: 60%;
    width: 330px;
    display: flex;
    flex-direction: row;
}
.usual_gender_btn {
    background-color: #F4F4F4;
    height: 90%;
    width: 145px;
    margin: 0px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usual_gender_btn i {
    font-size: 150px;
}
.usual_gender_btn p {
    margin: 0px;
}
.usual_gender_btn_man {
    border: 5px solid #55CDFF;
}
.usual_gender_btn_man i {
    color: #55CDFF;
}
.usual_gender_btn_man:hover {
    border: 5px solid #55CDFF;
    background-color: #55CDFF;
}
.usual_gender_btn_man i:hover {
    color: #F4F4F4;
}
.active_gender_man {
    border: 5px solid #55CDFF;
    background-color: #55CDFF;
}
.active_gender_man i {
    color: #F4F4F4;
}
.usual_gender_btn_woman {
    border: 5px solid #FF64EF;
}
.usual_gender_btn_woman i {
    color: #FF64EF;
}
.usual_gender_btn_woman:hover {
    border: 5px solid #FF64EF;
    background-color: #FF64EF;
}
.usual_gender_btn_woman i:hover {
    color: #F4F4F4;
}
.active_gender_woman {
    border: 5px solid #FF64EF;
    background-color: #FF64EF;
}
.active_gender_woman i {
    color: #F4F4F4;
}
.no_gender_container {
    margin: 10px 0px 0px;
    height: 15%;
    width: 330px;
    display: flex;
    flex-direction: row;
}
.no_gender_btn {
    background-color: #F4F4F4;
    height: 90%;
    margin: 0px 5px;
    border-radius: 5px;
    border: 5px solid #7d7d7d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no_gender_btn p {
    margin: 0px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.no_gender_btn:hover {
    background-color: #7d7d7d;
    color: #F4F4F4;
}
.no_gender_btn_active {
    background-color: #7d7d7d;
    color: #F4F4F4;
}
.no_gender_btn_none {
    width: 210px;
    margin: 0px 5px;
}
.no_gender_btn_pass {
    width: 100px;
}
:root {
  --char-w: 1ch;
  --gap: calc(0.5 * var(--char-w));
  --n-char: 2;
  --in-w: calc(var(--n-char) * (var(--char-w) + var(--gap)));
}
.welcome_age_container {
    padding: 16px;
    border: 5px solid #4b0088;
    border-radius: 10px;
    background-color: #F4F4F4;
}
.welcome_age_input {
  display: flex;
  justify-content: center;
  margin: 0px;
  border: none;
  padding: 0;
    width: calc(var(--in-w) - var(--gap));
  background: repeating-linear-gradient(
    90deg,
    dimgrey 0,
    dimgrey var(--char-w),
    transparent 0,
    transparent calc(var(--char-w) + var(--gap))
  ) 0 100% / calc(var(--in-w) - var(--gap)) 2px no-repeat;
  font-family: droid sans mono, consolas, monospace;
  font-size: 10ch;
  letter-spacing: var(--gap);
}
.welcome_age_container input:focus {
  outline: none;
  color: dodgerblue;
}
.welcome_grid_select_row {
    height: 50%;
    width: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.welcome_grid_btn {
    height: 90%;
    width: 150px;
    background-color: #F4F4F4;
    border-radius: 5px;
    border: 5px solid #F4F4F4;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_grid_btn_text p{
    margin: 0px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.welcome_injury_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.welcome_injury_selector_container{
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.welcome_injury_btn {
    width: 150px;
    margin: 5px 0px;
    padding: 6px 5px;
    background-color: #F4F4F4;
    border-radius: 5px;
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.welcome_injury_btn_text {
   width: 120px;
   font-size: 18px;
   line-height: 30px;
}
.welcome_injury_btn_text p {
    margin: 0px;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.welcome_injury_btn_icon {
    display: none;
    width: 30px;
    height: 30px;
}
.welcome_injury_btn_icon i {
    font-size: 30px;
    font-variation-settings: 'FILL' 0;
    color: #4b0088;
}
.active_injury {
    display: flex;
}
.welcome_injury_img_container {
    width: 150px;
    height: 150px;
    position: relative;
}
.welcome_injury_area {
    background-color: rgb(253, 56, 56, 0.7);
    width: 25px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: none;
}
.welcome_injury_area_active {
    display: block;
}
#injury_area_Knee {
    top: 110px;
    left: 45px;
}
#injury_area_Back {
    top: 60px;
    left: 63px;
}
#injury_area_Shoulder {
    top: 35px;
    left: 48px;
    width: 15px;
    height: 25px;
}
#injury_area_Hip {
    top: 87px;
    left: 75px;
}
#injury_area_Ankle {
    top: 130px;
    left: 83px;
}
.welcome_activity_slider {
    width: 330px;
    height: 330px;
    display: flex;
    overflow-x: auto;
    /*-webkit-overflow-scrolling: touch;*/
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.welcome_activity_slider::-webkit-scrollbar {
  display: none;
}
.welcome_activity_slider > div {
  scroll-snap-align: start;
}
.welcome_activity_slider > div:target {
    transition: left 0.3s ease, top 0.3s ease;
}
.welcome_activity_slide {
    width: 330px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_activity_icon {
    height: 170px;
    width: 160px;
    border-radius: 80px;
    border: 2px solid #82337C;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.welcome_activity_text {
    font-family: "Karla", sans-serif;
    width: 220px;
}
.welcome_activity_text h3 {
    margin: 0px;
    padding: 32px 0px 0px;
}
.welcome_activity_text p {
    margin: 0px;
    padding: 8px 0px 0px;
}
.horizontal_bar {
    background-color: #a865df;
    border-radius: 7.5px;
    height: 15px;
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    align-items: center;
}
.activity_circle {
    display: block;
    background: #0F0F0F;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin: 0px 5px;
}
.activity_circle_current {
    background-color: #F4F4F4;
    border-radius: 50%;
    border: 3px solid #4b0088;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 0px;
    transition: left 0.3s ease, top 0.3s ease;
}
.horizontal_bar_text {
    width: 330px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.horizontal_bar_text p {
    margin: 0px;
    padding: 8px 0px 0px;
    font-family: "Karla", sans-serif;
    color: #383838;
}
.fitness_level_chart_background {
    position: relative;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
}
.fitness_level_chart_arc {
    position: absolute;
    top: 0;
}
#fitness_level_chart_icon{
    font-size: 40px;
    background: -webkit-linear-gradient(90deg, rgba(255,252,138,1) 0%, rgba(241,178,144,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: font-size 0.3s ease;
}
.welcome_fitness_slider_container {
    height: 100px;
    width: 330px;
    position: relative;
}
.welcome_fitness_slider {
    width: 330px;
    height: 300px;
    position: absolute;
    top: -200px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.welcome_fitness_slider::-webkit-scrollbar {
    display: none;
}
.welcome_fitness_slider > div {
    scroll-snap-align: start;
}
.welcome_fitness_slide {
    width: 330px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.welcome_fitness_text {
    font-family: "Karla", sans-serif;
    width: 220px;
}
.welcome_fitness_text h3 {
    margin: 0px;
    padding: 0px;
}
.welcome_fitness_text p {
    margin: 0px;
    padding: 8px 0px 24px;
}
.fitness_circle_current {
    background-color: #F4F4F4;
    border-radius: 50%;
    border: 3px solid #4b0088;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 0px;
    transition: left 0.3s ease, top 0.3s ease;
}
.page_container_exit_popup {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.welcome_exit_popup_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 300px;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #F4F4F4;
    border-radius: 10px;
    transform: scale(0);
    position: fixed;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out;
}
.welcome_show_exit {
    transform: scale(1);
    top: 50%;
    left: 50%;
}
.welcome_exit_popup_container h2 {
    margin: 0px;
    padding-top: 12px;
    font-family: 'Amaranth',sans-serif;
    font-weight: 700;
    color: #0F0F0F;
}
.welcome_exit_popup_container p {
    margin: 0px;
    padding: 8px 14px;
    font-family: 'Karla', sans-serif;
}
.exit_popup_btn_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.exit_popup_btn {
    border-radius: 5px;
    background-color: white;
    color: black;
    margin: 8px;
    padding: 8px 12px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#exit_popup_btn_leave {
    width: 64px;
    border: 3px solid #FF4545;
}
#exit_popup_btn_stay {
    width: 130px;
    background-color: #4b0088;
    color: #F4F4F4;
}
#exit_popup_btn_leave:hover {
    background-color: #FF4545;
}
#exit_popup_btn_stay:hover {
    color: #0F0F0F;
}
/*---------send results page------------------------*/
#welcome_send_results {
    justify-content: start ;
}
.welcome_send_results_container{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.welcome_send_results_container h4 {
    width: 330px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}
.send_results_message_input {
  font-family: "Coda",sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F0F0F;
  background-color: #F4F4F4;
  box-shadow: 0 0 6px rgba(0,0,0,0.5), 0 0 0 2px transparent;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 8px;
  margin: 32px 0px 28px;
  width: 330px;
  transition:  .2s;
}
.send_results_message_input:hover {
  box-shadow: 0 0 0 3px #CB86C5;
}

.send_results_message_input:focus {
  box-shadow: 0 0 0 3px #4b0088;
}
.send_results_name_input {
  font-family: "Coda",sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F0F0F;
  background-color: #F4F4F4;
  box-shadow: 0 0 6px rgba(0,0,0,0.5), 0 0 0 2px transparent;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 8px;
  margin: 20px 0px 20px;
  max-width: 190px;
  transition:  .2s;
}
.send_results_name_input:hover {
  box-shadow: 0 0 0 3px #CB86C5;
}

.send_results_name_input:focus {
  box-shadow: 0 0 0 3px #4b0088;
}
.send_results_btn_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.send_results_btn_container p {
    margin: 0px;
}
.send_results_btn_cancel {
    color: #707070;
    padding: 8px 16px;
    margin-right: 4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    transition: 0.5s;
}
.send_results_btn_cancel:hover {
    color: #4b0088;
    transform: scale(1.1);
    display: inline-block;
}
.send_results_btn_send {
    padding: 8px 48px;
    background-color: #4b0088;
    color: #F4F4F4;
    margin-left: 4px;
    border-radius: 48px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    transition: 0.5s;
}
.send_results_btn_send:hover {
    background-color: #F4F4F4;
    color: #4b0088;
}
.welcome_send_results_show_program_container{
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.welcome_send_results_show_program_container p {
    padding-right: 4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
}
.welcome_send_results_show_program_container i{
    font-weight: 800;
    font-size: 20px;
}
.welcome_icons_reference {
    height: 10%;
    display: flex;
    align-items: end;
}
.welcome_icons_reference p{
    margin: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #818181;
}
.welcome_icons_reference a{
    color: #818181;
}
/*---------Outro page------------------------*/
#outro_page {
    justify-content: space-between;
}
.welcome_program_card_container {
    display: none;
    visibility: hidden;
    flex-direction: column;
    background-color: #F4F4F4;
    width: 300px;
    height: 400px;
    transform: scale(0);
    transition: transform 1s ease-out;
}
.welcome_program_card_container.show_program_card {
    visibility: visible;
    transform: scale(1);
}
.program_card_img {
    height: 180px;
}
.program_card_img_shadow {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.756827731092437) 0%, rgba(255,255,255,0) 50%);
}
#season_prep_card_img {
    background-image: url("Pictures/resting.webp");
    background-size: cover;
    background-position: bottom -40px right 50%;
}
#fit_99_card_img {
    background-image: url("Pictures/vup.webp");
    background-size: cover;
    background-position: top -40px right 50%;
}
.program_card_img_shadow p{
    margin: 0px;
    padding: 16px;
    font-family: "Amaranth",sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #F4F4F4;
}
.program_card_text_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 180px;
    padding: 20px;
}
.program_card_text {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.program_card_text h3 {
    margin: 0px;
    padding-bottom: 12px;
    text-align: left;
    font-family: "Amaranth",sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.program_card_text p {
    margin: 0px;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}
.program_card_btn_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.program_card_more_info {
    padding: 0px 8px;
    font-family: "Heebo",sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.program_card_more_info:hover {
    color: #0F0F0F;
}
.program_card_sign_up {
    padding: 8px 24px;
    border-radius: 32px;
    background-color: #4b0088;
    font-family: "Heebo",sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.program_card_sign_up:hover {
    background-color: #0F0F0F;
}
.welcome_other_plans_container {
    padding-bottom: 24px;
}
.welcome_other_plans_container a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.welcome_other_plans_container h3{
    margin: 0px;
    font-family: "Karla",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #818181;
}
.welcome_other_plans_container i{
    font-weight: 800;
    font-size: 20px;
    color: #818181;
    padding-left: 4px;
}
/* HERE STARTS THE STYLE FOR THE ***MOBILE*** */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    body {
        height: 100svh;
    }
}



/*HALLOWEEN THEME*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.halloween_deco {
    display: block;
}
.feedback_display_btn {
    position: relative;
}
.spider_top {
    position: absolute;
    top: 30px;
}
.nav_item {
    position: relative;
}
.zombie_bottom {
    position: absolute;
    bottom: 45px;
}
.training_day_piece {
    box-shadow: rgba(255, 117, 24, 0.4) 5px 5px, 
                rgba(255, 117, 24, 0.2) 10px 10px, 
                rgba(255, 117, 24, 0.05) 15px 15px;
    background-image: url('Pictures/halloween-spider-web-svgrepo-com.svg');
    background-repeat: no-repeat;
}
.training_day_piece:nth-child(3n + 1) {
  background-position: bottom -10px right -30px;
}
.training_day_piece:nth-child(3n + 2) {
  background-position: center left -20px;
}
.training_day_piece:nth-child(3n + 3) {
  background-position: top -40px right -15px;
}
.weekday {
    border: solid #D15400 4px;
    background-color: #D15400;
}
.training_day_piece_scale_btn p{ 
    background-color: #D15400;
}
.training_day_piece_score p {
    background-color: #FF9D5C;
}
.nav_link.selected {
    color: #FF9D5C;
    border-bottom: 2px solid #FF9D5C;
}