* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
font-family: Poppins, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
#landing  .left-column {
            flex: 1;
            background: black;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 100%;
        }
        #landing .left-column video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 50%;
        }
        #landing .overlay-content {
            position: absolute;
            color: white;
            text-align: center;
            padding: 1rem;
            border-radius: 10px;
            height: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #landing .overlay-content h1 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }
        #landing .overlay-content p {
            font-size: 0.8rem;
            margin-bottom: 0.8rem;
        }
        #landing .overlay-content a {
            display: flex;
            padding: 0.5rem 1rem;
            background: #1e1e1e;
            color: white;
            text-decoration: none;
            font-size: 1rem;
            border-radius: 5px;
            width: 100%;
            height: 50px;
            justify-content: center;
            align-items: center;
        }
        #landing .overlay-content a:hover {
            background: #1e1e1e;
        }
        #landing .overlay-content img {
                max-width: 100px;
                margin-bottom: 25px;
            }
        @media (min-width: 768px) {
            
            #landing .left-column {
                flex: 1;
            }
            #landing .left-column video {
            height: 100%;
            object-fit: cover;
            }
            #landing .right-column img {
                max-width: 100px;
                margin-bottom: 25px;
            }
            #landing .right-column {
                width: 20%;
                background: #000;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 2rem;
                text-align: center;
            }
            #landing .right-column h1 {
                font-size: 1.2rem;
                margin-bottom: 0.5rem;
                color: #fff;
            }
            #landing .right-column p {
            font-size: 0.8rem;
            margin-bottom: 0.8rem;
            color: #fff;
            }
            #landing .right-column a {
            display: inline-block;
            padding: 0.5rem 1rem;
            background: #1e1e1e;
            color: white;
            text-decoration: none;
            font-size: 1rem;
            border-radius: 5px;
        }
            #landing .overlay-content {
                display: none;
            }
        }
        @media (max-width: 768px) {
            
            #landing .right-column {
                display: none;
            }
        }
#main .container {
width: 100%;
max-width: 600px;
margin: auto;
padding: 0;
bottom: 0;
position: absolute;
}
#main .header {
font-size: 20px;
margin-bottom: 20px;
padding: 20px 20px 40px 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#main .header img {
height: 48px;
}
#main .header span {
font-weight: 600;

}
#main .card {
display: flex;
align-items: center;
padding: 20px 20px 35px 20px;
border-radius: 15px 15px 0 0;
color: white;
font-size: 18px;

}
#main .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}
#main .card span {
padding: 0 20px;
font-weight: 600;

}
#main .none {
text-decoration: none;
color: inherit;
display: inline-block; /* Makes it behave like a span */
}
#main .card-progress {
display: flex;
align-items: center;
padding: 0 20px 45px 20px;
border-radius: 15px 15px 0 0;
color: white;
}
#main .card img {
width: 40px;
height: 40px;
margin-right: 10px;
}
#main .red { background: #D64D56; }
#main .blue { background: #009CDE; margin-top: -15px; }
#main .black { background: #222; margin-top: -15px; }
#main .stats { background: black; margin-top: -15px; 
border-radius: 15px 15px 0 0; height: 300px; }
#main .progress-ring {
width: 150px;
height: 150px;
position: relative;
margin: auto;
}
#main .progress-ring circle {
fill: none;
stroke-width: 10;
stroke-linecap: round;
transition: stroke-dashoffset 2s ease-in-out, stroke 2s ease-in-out;
stroke: #009CDE;
}
#guidelines .container {
width: 100%;
max-width: 600px;
margin: auto;
padding: 0;
bottom: 0;
background: #000000;
border-radius: 25px 25px 0 0;
position: absolute;
}
#guidelines .header {
font-size: 20px;
margin-bottom: 20px;
padding: 20px 20px 40px 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#guidelines .header img {
height: 48px;
}
#guidelines .header span {
font-weight: 600;

}
#guidelines .video-icon {
display: inline-block;
}
#guidelines .test-section {
padding: 20px;
display: flex;
flex-direction: column;
}
#guidelines .test-section .active {
width: 55%;
opacity: 1;
align-self: flex-start;
text-align: left;
color: white;
}
#guidelines .test-section .inactive {
color: white;
}
#guidelines .test-card {
background: #333;
border-radius: 8px;
margin-bottom: 10px;
position: relative;
}
#guidelines .test-card.inactive {
width: 55%;
margin-left: auto; /* Pushes to the right */
text-align: left;
opacity: 50%;
}
#guidelines .test-header {
display: flex;
align-items: center;
justify-content: space-between;
}
#guidelines .test-number {
font-size: 58px;
margin-left: 10px;
}
#guidelines .test-title {
margin-bottom: 5px;
}
#guidelines .test-desc {
margin-top: 0;
line-height: 1.3;
margin-bottom: 40px;
}
#guidelines .play-button {
position: absolute;
bottom: 10px;
cursor: pointer;
background: #000;
width: 50%;
height: 30px;
border-radius: 10px;
color: #fff;
right: 15px;
}
#guidelines .card {
padding: 20px 20px 20px 20px;
}
#guidelines .card h1{
color: #D64D56;
text-align: start;
}
#guidelines .description {
color: #858585;
text-align: start;
}
#guidelines .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}


#testvideo .container {
width: 100%;
max-width: 600px;
margin: auto;
padding: 0;
bottom: 0;
background: #000000;
border-radius: 25px 25px 0 0;
position: absolute;
}
#testvideo .header {
font-size: 20px;
margin-bottom: 20px;
padding: 20px 20px 40px 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#testvideo .header img {
height: 48px;
}
#testvideo .header span {
font-weight: 600;

}
#testvideo .video-icon {
display: inline-block;
}
#testvideo .test-section {
padding: 0 20px 20px 20px;
display: flex;
flex-direction: column;
}
#testvideo .test-section .active {
width: 55%;
opacity: 1;
align-self: flex-start;
text-align: left;
color: white;
}
#testvideo .test-card {
border-radius: 8px;
margin-bottom: 10px;
position: relative;
}
#testvideo .test-card.inactive {
width: 55%;
opacity: 0.5;
margin-left: auto; /* Pushes to the right */
text-align: left;
}
#testvideo .test-header {
display: flex;
align-items: center;
justify-content: space-between;
}
#testvideo .test-number {
font-size: 58px;
margin-left: 10px;
}
#testvideo .test-title {
margin-bottom: 5px;
color: #fff;
text-align: left;
}
#testvideo .test-desc {
margin-top: 0;
line-height: 1.3;
color: #fff;
text-align: left;
}
#testvideo .play-button {
width: 20px;
border: none;
position: absolute;
bottom: 10px;
right: 25px;
cursor: pointer;
background: none;
}
#testvideo .card {
padding: 0 20px 0 20px
}
#testvideo .card h1{
color: #D64D56;
text-align: start;
padding-top: 15px;
}
#testvideo .description {
color: #858585;
text-align: start;
}
#testvideo video {
border-radius: 15px;
}
#testvideo .button {
height: 70px;
border-radius: 15px;
background: #dc4e5c;
color: white;
font-size: 24px;
}
#testvideo .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}
#testing .container {
margin: auto;
background: #000000;
border-radius: 25px 25px 0 0;
position: absolute;
bottom: 0;
width: 100%;
}

#testing .header {
font-size: 20px;
margin-bottom: 0;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
#testing .header-cam {
font-size: 20px;
padding: 10px;
position: relative;
left: 150px;
background: #01ff00;
border-radius: 50%;
margin: 10px;
}

#testing .header img {
height: 48px;
}

#testing .test-section {
display: flex;
flex-direction: column;
align-items: center;
}

/* Camera Video */
#testing #camera-feed {
width: 100%;
max-width: 600px;
height: auto;
border-radius: 15px 15px 0 0;
}

/* Button Style */
#testing .open-modal-btn, .start-camera-btn {
padding: 12px 24px;
background: #007bff;
color: #fff;
border: none;
cursor: pointer;
font-size: 16px;
border-radius: 8px;
margin-bottom: 10px;
}

#testing .open-modal-btn:hover, .start-camera-btn:hover {
background: #0056b3;
}

/* Modal Styles */
#testing .modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
}

#testing .modal-content {
background-color: #fff;
padding: 15px;
width: 80%;
max-width: 800px;
position: relative;
border-radius: 8px;
text-align: center;
}

#testing .modal iframe {
width: 100%;
height: 450px;
border: none;
}

#testing .close-btn {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
cursor: pointer;
}
#testing .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}
#login .container {
border-radius: 10px;
position: fixed;
width: 100%;
max-width: 600px;
}
#login .splash, .new-screen, .auth-screen, .login-screen {
text-align: center;
color: white;
font-family: Arial, sans-serif;
transition: opacity 1s ease-in-out;
position: absolute;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#login .splash p {
color: #00a3d2;
font-size: 24px;
}
#login .hidden {
opacity: 0;
pointer-events: none;
}
#login .new-screen {
background-color: white;
color: black;
font-size: 2rem;
}
#login .auth-screen {
background-color: black;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#login .auth-screen img {
max-width: 150px;
margin-bottom: 20px;
padding-bottom: 40px;
}
#login .auth-buttons {
display: flex;
flex-direction: column;
gap: 10px;
width: 75%;
}
#login .auth-buttons button {
padding: 10px 20px;
font-size: 24px;
background-color: white;
color: #767272;
border: none;
cursor: pointer;
width: 100%;
margin: auto;
height: 50px;
border-radius: 20px;
background: #1e1e1e;
}
#login .header {
margin: 0 20px;
}
#login .header h1 {
font-size: 32px;
color: #00a3d2;
padding: 0 20px 40px 20px;
font-weight: 400;
}
#login .header p {
font-size: 22px;
color: #767272;
padding: 0 20px 40px 20px;
font-weight: 400;
}
#login .footer {
font-family: Arial, sans-serif;
position: fixed;
bottom: 10px;
padding: 20px 0;
color: #767272;
font-size: 14px;
width: 100%;
}
#login .login-screen form {
display: flex;
flex-direction: column;
border-radius: 10px;
width: 75%;
}
#login .login-screen input {
margin: 10px 0;
padding: 10px;
border-radius: 5px;
background: #000000;
color: white;
border: 1px solid #767272;
}
#login .login-screen label {
color: #767272;
font-size: 14px;
}
#login .login-screen button {
padding: 10px;
background: #1e1e1e;
color: #767272;
border: none;
cursor: pointer;
margin-top: 10px;
border-radius: 10px;
height: 50px;
}
#login .login-screen .register-link {
margin-top: 10px;
font-size: 14px;
}
#login .login-screen .register-link a {
color: #00a3d2;
text-decoration: none;
}
#login .login-screen h2 {
color: #767272;
text-align: center;
font-size: 24px;
}
#login .login-screen p {
color: #767272;
text-align: center;
font-size: 24px;
}
#login .back-button {
position: absolute;
top: 10px;
left: 10px;
background: none;
border: none;
color: #767272 !important;
font-size: 18px;
cursor: pointer;
padding: 5px !important;
background: none !important;
font-size: 14px !important;
}

#signup .progress-bar {
position: absolute;
top: 10px;
right: 25px;
display: flex;
gap: 5px;
}
#signup .progress-step {
width: 10px;
height: 10px;
background: gray;
border-radius: 50%;
transition: 0.3s;
font-size: 12px;
text-align: center;
display: flex;
align-content: center;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
#signup .progress-step.active {
background: #dc4e5c;
}
#signup .form-step {
display: none;
}
#signup .form-step p {
text-align: left;
}
#signup .form-step.active {
display: flex;
flex-direction: column;
align-content: center;
flex-wrap: nowrap;
align-items: center;
justify-content: center;

}
#signup .form-step .flex {
display: flex;
flex-direction: column;
}
#signup .flex-button {
display: flex;
gap: 5px;
}
#signup .flex-check {
display: flex;
gap: 5px;
flex-wrap: wrap;
justify-content: flex-start;
flex-direction: row;
align-items: stretch;
}
#signup .error-message {
color: red;
font-size: 12px;
display: none;
margin-top: 3px;
margin-bottom: 0;
}
#signup .password-container {
display: flex;
align-items: center;
position: relative;
}
#signup .password-container input {
flex: 1;
/*padding-right: 40px;*/
}
#signup .password-container .toggle-password {
position: absolute;
right: 10px;
cursor: pointer;
color: gray;
font-size: 14px;
}
#signup .password-container .toggle-password-c {
position: absolute;
right: 10px;
cursor: pointer;
color: gray;
font-size: 14px;
}

#signup .option-check {
background: white;
color: black;
padding: 15px;
margin: 0 10px 10px 0;
border-radius: 10px;
cursor: pointer;
font-size: 16px;
transition: 0.3s;
}



#signup .option input {
display: none;
}

#signup .option-check input {
display: none;
}
#signup .option-check-scale input {
display: none;
}
#signup .option-check-scale-1 input {
display: none;
}

#signup .option.selected {
background: #00a3d2;
color: white;
}
#signup .option-check.selected {
background: #00a3d2;
color: white;
}
#signup .option-check-scale.selected {
background: #00a3d2;
color: white;
}



#signup input {
margin: 5px 0;
padding: 15px;
border-radius: 20px;
background: #191919;
color: #505050;
border: none;
text-align: center;
font-size: 18px;
height: 48px;
width: 285px;

}
#signup 
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Remove calendar icon in Firefox */
#signup input[type="date"], input[type="text"] {
    appearance: textfield;
}
#signup .label {
font-size: 12px;
text-align: left;
}

#signup select {
margin: 5px 0;
padding: 5px;
background: #1e1e1e;
color: #505050;
border-radius: 20px;
width: 100%;
height: 48px;
text-align: center;
font-size: 16px;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: none;
}




#testreport .container {
width: 100%;
max-width: 600px;
margin: auto;
padding: 0 10px 10px;
bottom: 0;
background: #000000;
border-radius: 25px 25px 0 0;
}
#testreport .container-show {
width: 100%;
max-width: 600px;
margin: 0;
padding: 0;
bottom: 0;
background: #000000;
}
#testreport .header {
font-size: 20px;
margin-bottom: 0;
padding: 20px 20px 0 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#testreport .header img {
height: 48px;
}
#testreport .test-section {
display: flex;
justify-content: center;
flex-wrap: nowrap;
}
#testreport .test-card-shoulder {
background: #b93939;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 70px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-shoulder-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 70px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-muscle {
background: #39a933;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 90px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-muscle-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 90px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-hip-left {
background: #00a3d2;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 130px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-hip-left-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 130px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-leg-left {
background: #00a3d2;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 150px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-leg-left-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 150px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-hip-right {
background: #f5a402;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 130px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-hip-right-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 130px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-leg-right {
background: #f5a402;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 150px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-leg-right-result {
background: #605656;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 150px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testreport .test-card-header {
border-radius: 8px;
position: relative;
color: #333;
width: 50%;
height: 20px;
margin: 5px;
}
#testreport .test-card-head {
padding: 15px;
border-radius: 8px;
margin: 10px;
position: relative;
color: white;
height: 30px;
text-align: left;
}
#testreport .test-desc {
margin-top: 0;
line-height: 1.3;
margin-bottom: 40px;
width: 100%;
text-align: left;
}
#testreport .gradient-section {
padding: 20px 0 20px 0;
display: flex;
flex-wrap: wrap;
margin: 0 10px;
}
#testreport .gradient-bar {
width: 100%;
height: 5px;
background: linear-gradient(to right, red, orange, yellow, turquoise, blue);
}
#testreport .gradient {
display: flex;
justify-content: space-between;
width: 100%;
margin: 10px 0 0 0;
}
#testreport .right {
color: blue;
text-align: right;
}
#testreport .right-shoulder {
text-align: right;
margin: 10px 10px 0 -10px;
position: absolute;
bottom: 15px;
}
#testreport .left {
color: red;
text-align: left;
}
#testreport .left-shoulder {
text-align: left;
margin: 10px -20px 0 10px;
position: absolute;
bottom: 15px;

}
#testreport .muscle {
text-align: center;
margin: 10px 0;
position: absolute;
bottom: 15px;

}
#testreport .left-hip {
text-align: left;
margin: 10px -20px 0 10px;
position: absolute;
bottom: 15px;

}
#testreport .right-hip {
text-align: right;
margin: 10px 10px 0 -10px;
position: absolute;
bottom: 15px;
}
#testreport .p {
font-size: 22px;
color: orangered;
}
#testreport .p-muscle {
font-size: 22px;
color: #3dff00;
}
#testreport .p-hip-left {
font-size: 22px;
color: #0029ff;
}
#testreport .p-hip-right {
font-size: 22px;
color: #ffd600;
}
#testreport .mb-10 {
margin-bottom: 10px;
}
#testreport .mb-20 {
margin-bottom: 20px;
}
#testreport .mb-30 {
margin-bottom: 30px;
}
#testreport .mb-40 {
margin-bottom: 40px;
}
#testreport .mt-20 {
margin-top: 20px;
}
#testreport .mt-40 {
margin-top: 40px;
}
#testreport .test-card-head .h2 {
margin: 10px 0;
}
#testreport .description-section {
padding: 0 15px 40px 15px;
display: flex;
flex-wrap: wrap;
margin: 0 10px;
}
#testreport .description-section-head p {
padding: 20px 15px 20px 15px;
color: #fff;
text-align: left;
line-height: 1.3;
border-bottom: 1px solid #cacaca;
}
#testreport .description-section-h2 {
width: 100%;
}
#testreport .description-section-h2 h2 {
padding: 20px 15px 20px 15px;
color: #dc4e5c;
text-align: center;
line-height: 1.3;
}
#testreport .button {
height: 70px;
border-radius: 15px;
background: #dc4e5c;
color: white;
font-size: 24px;
width: 100%;
}
#testreport .report-subs-info {
list-style: none;
text-align: center;
color: #fff;
width: 100%;
padding: 20px 0 20px 0;
}
#testreport .report-subs-info li {
font-size: 18px;
line-height: 1.5;
}
#testreport .report-subs-info li::marker {
content: ""; 
}
#testreport .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}
#testresult .container {
width: 100%;
max-width: 600px;
margin: 0;
padding: 0 10px 10px;
bottom: 0;
background: #000000;
border-radius: 25px 25px 0 0;
}
#testresult .header {
font-size: 20px;
margin-bottom: 10px;
padding: 20px 20px 0 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#testresult .header img {
height: 48px;
}
#testresult .section {
padding: 25px 0;
border-radius: 10px;
margin-bottom: 20px;
}
#testresult .title {
font-size: 18px;
color: #fff;
text-align: left;
margin: 20px 30px;
}
#testresult .image-container-shoulder {
height: 215px;
background: url('img/male-shoulder.png');
background-size: cover;
background-color: rgb(0 0 0 / 65%); /* White with 50% transparency */
background-blend-mode: multiply; /* Blends background image with color */
}
#testresult .image-container-muscle {
height: 215px;
background: url('img/male-muscle.png');
background-size: cover;
background-color: rgb(0 0 0 / 65%); /* White with 50% transparency */
background-blend-mode: multiply; /* Blends background image with color */
}
#testresult .image-container-leg {
height: 215px;
background: url('img/male-legs.png');
background-size: cover;
background-color: rgb(0 0 0 / 65%); /* White with 50% transparency */
background-blend-mode: multiply; /* Blends background image with color */
}
#testresult .image-container-feet {
height: 250px;
background: url('img/male-feet-last.png');
background-size: cover;
background-color: rgb(0 0 0 / 65%); /* White with 50% transparency */
background-blend-mode: multiply; /* Blends background image with color */
}
#testresult .test-section {
display: flex;
justify-content: center;
flex-wrap: nowrap;

}
#testresult .test-section-head {
display: flex;
justify-content: center;
flex-wrap: nowrap;
padding-top: 50px;
}
#testresult .test-card-shoulder {
background: #b93939;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 80px;
margin: 5px;
opacity: 40%;
top: 30px;
}
#testresult .test-card-header {
border-radius: 8px;
position: relative;
color: #333;
width: 50%;
height: 20px;
margin: 0 50px;
}
#testresult .test-desc {
margin-top: 0;
line-height: 1.3;
margin-bottom: 40px;
width: 100%;
text-align: left;
}
#testresult .left-shoulder {
text-align: left;
margin: 10px -20px 0 10px;
position: absolute;
bottom: 15px;

}
#testresult .right-shoulder {
text-align: right;
margin: 10px 10px 0 -10px;
position: absolute;
bottom: 15px;
}
#testresult .test-card-muscle {
background: #39a933;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 35%;
height: 150px;
margin: 5px;
opacity: 40%;
bottom: 30px;
}
#testresult .test-card-hip-left {
background: #00a3d2;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 175px;
margin: 5px;
opacity: 40%;
bottom: 50px;
}
#testresult .test-card-leg-left {
background: #00a3d2;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 200px;
margin: 5px;
opacity: 40%;
bottom: 50px;
}
#testresult .test-card-hip-right {
background: #f5a402;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 175px;
margin: 5px;
opacity: 40%;
bottom: 50px;
}
#testresult .test-card-leg-right {
background: #f5a402;
border-radius: 8px;
position: relative;
color: #ff0000;
width: 25%;
height: 200px;
margin: 5px;
opacity: 40%;
bottom: 50px;
}
#testresult .p {
font-size: 22px;
color: orangered;
}
#testresult .p-muscle {
font-size: 22px;
color: #3dff00;
}
#testresult .muscle {
text-align: center;
margin: 10px 0;
position: absolute;
bottom: 15px;
}
#testresult .overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 0, 0, 0.6);
padding: 10px 15px;
border-radius: 5px;
font-size: 14px;
}
#testresult .green {
background: rgba(0, 255, 0, 0.6);
}
#testresult .text {
font-size: 14px;
margin-top: 10px;
color: #fff;
margin: 20px 50px;
text-align: left;
line-height: 1.3;
}
#testresult .box {
background: #222;
padding: 10px;
border-radius: 10px;
margin: 5px 50px 5px 50px;
text-align: left;
height: 100px;
}
#testresult .shadow{box-shadow: 0px 1px 20px rgb(53 49 49 / 90%);}