.quiz-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10% 5px 50px 5px;
}

#quiz {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 600px;
}

.btn-quiz {
    background-color: royalblue;
}

h1 {
    color: black;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.radio-grp {
    margin: 4px;
    float: left;
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    font-family: "Rajdhani", sans-serif;
}

.radio-grp.active {
    position: relative;
    opacity: 1;
    transition: opacity 1s linear;
    height: auto;
    width: auto;
}

.radio-grp.active label {
    height: auto;
}

.radio-grp input[type=radio] {
    display: none;
}

.radio-grp input[type=text] {
    border-radius: 8px;
    font-size: 16px;
}

.radio-grp div {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#q4ee {
    width: 350px;
    height: 52px;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 16px;
    padding: 1px 4px;
    background-color: #f6f6f6;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
}

.radio-grp label {
    border-radius: 8px;
    width: 350px;
    margin: 4px;
    background-color: #EFEFEF;
    cursor: pointer;
    border: 2px solid white;
    height: 0;
}

.radio-grp label:hover {
    border: 2px solid deepskyblue;
}

.radio-grp label span {
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 2px;
    display: inline-flex;
    height: 100%;
    width: 100%;
    text-align: center;
}

.radio-grp label input {
    position: absolute;
    top: -20px;
}

.radio-grp input:checked+span {
    background-color: deepskyblue;
    color: #F7F7F7;
}

.container-form {
    display: flex;
    justify-content: center;
}

.steps {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.step {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #ACACA6;
    border-radius: 50%;
    transition: background 1s;
    margin: 0 5px;
}

.step.selected {
    border: 2px solid #00BFFF;
}

.step.completed {
    border: 2px solid #00BFFF;
    background: #00BFFF;
}

.arr {
    margin-top: 40px;
    display: block !important;
    height: 0;
}

.arr img {
    height: 100%;
    cursor: pointer;
}

.res {
    color: white;
    border-radius: 8px;
    width: 100px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}

.cardio {
    background-color: #4d7bb2;
}

.tonificacao {
    background-color: #ed5f5f;
}

.postura {
    background-color: #d8c1db;
}

.danca {
    background-color: #d3bf09;
}

.localizado {
    background-color: #379306;
}

.nutricao {
    background-color: #cd10e8;
}

.main_page {
    padding-top: 100px;
    background: black;
    width: 100%;
    height: 100vh;
}

.main_page {
    padding-top: 100px;
    background: black;
    width: 100%;
    height: 100vh;
}

#append-plano {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 20px;
    border-radius: 8px;
    width: fit-content;
}

.main {
    margin: 0;
    padding-top: 10%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.log-a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    border: dashed rgb(70, 130, 180) !important;
    min-width: 140px;
    background-color: deepskyblue !important;
    font-weight: bold;
    font-size: 17px;
}

.quizlink {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.noplan {
    color: black;
    font-size: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#mainModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

#resultados {
    display: none;
    margin-top: 8%;
    margin-bottom: 2%;
    justify-content: center;
}

#app-resultados {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}

.w0 {
    display: flex;
    margin-top: 20px;
}

#tipo {
    font-size: 26px;
    margin: 10px auto 20px 20px;
}

.toph1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#image {
    margin-right: 25px;
    margin-top: 10px;
}

#complementar div {
    display: flex;
}

h2 {
    font-size: 22px;
    margin-bottom: -2px;
    padding-left: 4px;
}

h3 {
    font-size: 22px;
}

@media (hover: hover) and (pointer: fine) {
    p[title]:hover:after {
        content: attr(title);
        padding: 10px;
        background-color: #F8F8F8;
        position: absolute;
        border-radius: 6px;
        display: block;
        margin-top: -72px;
        margin-left: 28px;
        border: 1px solid grey;
    }
}

#new,
#save {
    border-radius: 8px;
    padding: 5px 8px 0 8px;
    font-size: 24px;
    height: 35px;
    color: #fff;
    border: none;
    background-color: deepskyblue;
    background-image: -webkit-linear-gradient(left, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    background-image: linear-gradient(to right, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    cursor: pointer;
}

#new:hover,
#save:hover {
    background-position: 100% 0;
}

#start {
    border-radius: 8px;
    padding: 5px 8px 0 8px;
    font-size: 24px;
    height: 35px;
    color: #fff;
    border: none;
    background-color: deepskyblue;
    background-image: -webkit-linear-gradient(left, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    background-image: linear-gradient(to right, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    cursor: pointer;
    float: right;
}

#start:hover {
    background-position: 100% 0;
}

@media only screen and (max-width: 500px) {
    .radio-grp label {
        width: 260px;
    }
    #q4ee {
        width: 260px;
    }
}

@media only screen and (max-width: 500px) {
    .w0 {
        display: block;
    }
    #image {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 680px) {
    .toph1 {
        display: block;
    }
    #resultados {
        margin-top: 18%;
    }
    .quiz-container {
        margin-top: 85px;
    }
}

@media only screen and (orientation: landscape) and (max-width: 800px) {
    #resultados {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1050px) {
    #resultados {
        margin-top: 120px;
    }
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.modal-open {
    overflow: hidden !important;
    overflow-y: scroll;
    padding-right: 0 !important;
}

#hPlan {
    color: black;
    font-size: 18px;
}