* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #E5E5E5;
    padding: 0 30px 85px;
    box-sizing: border-box;

}

.fixed-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 69px;
    background-color: #EC362D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 37px;
    position: fixed;
    top: 0;
    z-index: 4;
}

.fixed-bar h1 {
    cursor: pointer;
}

.container, .create-quizz, .quizz-image, .question-board, .question, .question-board-verify-answer, .buttons, .create-quizz-information, .open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.create-quizz {
    max-width: 1100px;
    height: 181px;
    border: 2px dashed #D5D5D5;
    border-radius: 5px;
    margin: 140px auto 0;
}

.create-quizz p {
    font-size: 20px;
    color: #B9B9B9;
    width: 250px;
    text-align: center;
}

.create-quizz button {
    width: 151px;
    height: 40px;
    border: 2px dashed #EC362D;
    border-radius: 50px;
    background-color: transparent;
    font-size: 21px;
    color: #EC362D;
    margin-top: 34px;
    cursor: pointer;
}

.title-quizzes-user {
    display: flex;
    padding-top: 90px;
}

.title-quizzes-user ion-icon {
    color: #EC362D;
    font-size: 28px;
    cursor: pointer;
}

.all-quizzes {
    margin-top: 77px;
    margin-right: auto;
}

.all-quizzes h2 {
    margin-right: 30px;
}

.quizz {
    display: flex;
    width: 334px;
    height: 180px;
    border-radius: 5px;
    background-size: cover;
    color: #FFFFFF;
    align-items: flex-end;
    box-sizing: border-box;
    margin: 8px;
    cursor: pointer;
}

.quizz p {
    width: 300px;
    margin: 15px auto;
    font-size: 19px;
    word-wrap: break-word;
}

.row-quizzes {
    display: flex;
    margin: 7px 0;
    line-height: 22px;
    text-justify: middle;
    flex-wrap: wrap;
    justify-content: space-around;
}

.row-quizzes-user {
    justify-content: flex-start;
}

.quizz-image {
    width: 100vw;
    height: 227px;
    background-size: cover;
    margin-top: 69px;
    font-size: 39px;
    object-position: center;
    object-fit: cover;
    color: #FFFFFF;
    text-align: center;
}

.question-board {
    width: 759px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 42px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}

.question {
    width: 90%;
    height: 100%;
    min-height: 137px;
    color: #FFFFFF;
    font-weight: 700;
    word-break: break-word;
    font-size: 23px;
    text-align: center;
    max-width: 90vw;
}

.option {
    margin: 20px 0 0;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    word-break: break-word;
    width: 330px;
}

.option .img {
    width: 330px;
    height: 175px;
    margin-bottom: 8px;
    background-size: cover;
}

.option:hover {
    transform: scale(1.05);
}

.question-board-verify-answer {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.5);
    z-index: 1;
    position: absolute;
}

.options-board {
    display: flex;
    flex-wrap: wrap;
    margin: 0 12px;
    position: relative;
    justify-content: space-between;
    width: 90%;
}

.selected {
    z-index: 2;
}

.false.color {
    color: #FF4B4B;
}

.true.color {
    color: #009C22;
}

.question-board.result {
    margin-top: 44px;
}

.question.result {
    min-height: 99px;
    width: 727px;
    max-width: 95vw;
}

.result-box {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    box-sizing: border-box;
}

.result-box p {
    width: 328px;
    word-break: break-word;
}

.result-box img {
    width: 364px;
    margin-right: 21px;
}

.hidden {
    display: none;
}

.reset, .home {
    width: 260px;
    height: 52px;
    background: #EC362D;
    border-radius: 15px;
    color: #FFF5F4;
    border: none;
    cursor: pointer;
    font-size: 21px;
}

.home {
    color: #818181;
    background-color: transparent;
    margin-top: 16px;
}

.quizz-list h2 {
    font-size: 23px;
    margin-left: 65px;
}

.create-quizz-information {
    margin-top: 140px;
    max-width: 600px;
}

.create-quizz-information.input {
    width: 600px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 21px 20px;
    margin-top: 27px;
}

.create-quizz-information input {
    box-sizing: border-box;
    width: 564px;
    height: 46px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    font-size: 19px;
    padding-left: 23px;
}

.create-quizz-information input::placeholder {
    color: #BABABA;
    padding-left: 23px;
    font-size: 19px;
    font-family: 'Roboto'sans-serif;
    font-style: italic;
}

.create-quizz-information input:not(:last-child) {
    margin-bottom: 9px;
}

.create-button {
    width: 70vw;
    max-width: 368.86px;
    padding: 15px;
    background: #EC362D;
    border-radius: 15px;
    font-size: 21px;
    color: #FFF5F4;
    cursor: pointer;
    border: none;
    margin-top: 85px;
}

.question-number {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.create-quizz-information.input h2 {
    align-self: flex-start;
    margin: 15px 0 20px 17px;
    font-size: 20px;
}

.create-quizz-information ion-icon {
    font-size: 30px;
    margin: 7px 15px;
    cursor: pointer;
}

.closed {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.open {
    height: 720px;
    transition: all .5s ease;
}

.open.level {
    height: 250px;
}

.img-sucess-quizz {
    width: 500px;
    height: 266px;
    margin: 46px 0;
}

.img-sucess-quizz p {
    width: 90%;
}

.space {
    margin-top: 20px;
}

@media (max-width: 1110px) {
    .row-quizzes-user {
        justify-content: space-around;
    }

    .title-quizzes-user, .all-quizzes h2 {
        display: flex;
        justify-content: space-around;
        margin-left: 0;
    }

    .quizz-list h2 {
        margin-left: 0;
    }

    .question-board {
        max-width: 100vw;
    }
}

@media (max-width: 760px) {
    .option {
        width: calc(50vw - 6.5vw);
    }

    .option .img {
        background-image: 100%;
        width: calc(50vw - 6.5vw);
        height: calc(50vw - 25vw);
    }
    
    .result-box p {
        width: calc(50vw - 6.5vw);
    }
    
    .result-box img {
        width: calc(50vw - 6.5vw);
    }

    .img-sucess-quizz {
        width: 80vw;
        height: calc(80vw - 10vw);
    }
    
    .img-sucess-quizz p {
        width: 90%;
    }

}

@media (max-width: 600px) {
    .create-quizz-information {
        max-width: 100vw;
    }

    .create-quizz-information.input {
        width: 100vw;
        box-sizing: border-box;
    }

    .create-quizz-information input {
        box-sizing: border-box;
        width: 90vw;
        padding-left: 15px;
    }
    
}