.hidden {
    display:none !important;
}
#start-button {
    padding: 0.75rem 2rem;
    border-radius: 1rem;
    font-size: 4rem;
    background-color: #008033;
    border:none;
    color: #fff;
    align-self: center;
    justify-self: center;
}
#edit-workout-enter {
    padding: 0.75rem 1rem;
    border-radius: .45rem;
    font-size: 1.4rem;
    background-color: #ddfff2;
    border:none;
    color: #000;
    align-self: center;
    justify-self: center;
}
.start * {
    margin-bottom: 15px;
}
.loading p {
    margin: 1rem;
    font-size: 2rem;
}
.knight-pushup-animation {
    width: 25rem;
}
#setIndicator {
    font-size: 2rem;
}

#session_finish {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-selection {
    width: 24rem;
    height: 6rem;
    background: #161a1d;
    margin: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-left: 3px solid;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, background-color, border-color, border-left-width, box-shadow;
}
.progress-selection p {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.progress-selection:hover {
    transform: scale(1.05);
    cursor: pointer;
    background-color: hsl(206 13.7% 6%);
    border-left-width: 4px;
    box-shadow: 0 0 1rem #ffffff11;
}

.recommended-progression {
    border-color: #19432a;
}
.recommended-progression:hover {
    border-color: #008033;
}

.light-progression {
    border-color: #213f48;
}
.light-progression:hover {
    border-color: #00c3ff;
}

.session-finish-heading {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
.session-finish-message {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.go-back-button {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 4rem;
}
.box-with-centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 10%;
}

.start {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
}

h2 {
    font-size: 2.5rem;
}
p {
    font-size: 1.5rem;
}
.progress {font-size:2.5rem;}

/*PROGRESS BAR*/
.progress-container {
    width: 40rem;
    height: 20px;
    background: #222;
    border-radius: 999px;
    overflow: hidden;
}

#progress-fill {
    height: 100%;
    width: 0%;
    background: #00ff88;
    transition: width 0.3s ease;
}

/*EDIT WORKOUT*/
.edit-container {
    font-size: 2rem;
    margin-top: 1rem;
}
.edit-container input {
    border: none;
    background: #1d1d21;
    color: #fff;
    padding: .3rem;
    font-size: 2rem;
    border-radius: .25rem;
}

#saveWorkout {
    margin-top: 2rem;
    padding: 0.75rem 1.5rem;
    border-radius: .5rem;
    font-size: 2rem;
    background-color: #202023;
    border:solid 2px #4e6940;
    color: #fff;
    align-self: center;
    justify-self: center;
}
.dark-button {
    margin-top: 2rem;
    padding: 0.75rem 1.5rem;
    border-radius: .5rem;
    font-size: 2rem;
    background-color: #202023;
    border:solid 2px #4e6940;
    color: #fff;
    align-self: center;
    justify-self: center;
}

/*IN WORKOUT*/
#workout {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#workout > * {
    margin-bottom: 1rem;
}
/*DONE OR FAILED WRKOUT BUTTONS*/
#done, #fail {
    width: 13rem;
    padding: 0.75rem 0;
    border-radius: .5rem;
    font-size: 2rem;
    background-color: #202023;
    border:solid 2px #4e6940;
    color: #fff;
    align-self: center;
    justify-self: center;
    margin-right: 1.5rem;
}

/*FIRST TIME SCREEN STYLE*/
.first-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.first-time > * {
    margin-bottom: 1.5rem;
}
.first-time  h1, .first-workout h1 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    text-align: center;
}
.slider {
    width: 100%;
    margin: 1rem 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.slider::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 6px;
    background: #ddd;
}

.slider::-moz-range-track {
    height: 10px;
    border-radius: 6px;
    background: #ddd;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #444;
    cursor: pointer;
    margin-top: -8px;
}

.slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #444;
    cursor: pointer;
    border: none;
}
.slider-value {
    font-size: clamp(1rem, 2vw, 1.5rem);
    text-align: center;
}
#continue {
    padding: 0.75rem 1.5rem;
    border-radius: 999rem;
    font-size: 2rem;
    background-color: #202023;
    border:solid 2px #4e6940;
    color: #fff;
    align-self: center;
    justify-self: center;
    margin: auto;
}

/*GENIAL ahh screen*/
.first-workout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

#first-workout-button {
    padding: 0.75rem 1.5rem;
    border-radius: 999rem;
    font-size: 2rem;
    background-color: #202023;
    border:solid 2px #4e6940;
    color: #fff;
    align-self: center;
    justify-self: center;
}