.page-content-maximization {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__element_drag_form_feature_slider {
    width: 340px;
    height: 60px;
    background: #1e293b;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}

.page-book-container {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


.__update_page_book_book {
    position: relative;
    width: 370px;
    height: 550px;
}

.__update_page_book_dots {
    display: flex;
    gap: 10px;
    position: relative;
    bottom: 30px;
}

.__update_page_book_pages {
    width: 100%;
    height: 100%;
    position: relative;
}

.__update_page_book_page {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #111;
    border-radius: 6px;
    overflow: hidden;
    transform-origin: left;
    transform-style: preserve-3d;
    transition: transform 0.9s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    backface-visibility: hidden;
}

.__update_page_book_dots {
    display: flex;
    gap: 10px;
    position: relative;
    bottom: 30px;
}

.__update_page_book_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbcbcb;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
}

.__update_page_book_dot.__update_page_book_active {
    background: rgb(247, 79, 13);
}

.__element_drag_form_feature_drag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(145deg, #D9B29C, #D9B29C);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    cursor: pointer;
    transition: box-shadow .2s;
}


.__element_drag_form_feature_drag::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
}

.__element_drag_form_feature_slider_text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 14px;
    letter-spacing: 1px;
    user-select: none;
    pointer-events: none;
    color: transparent;
    background: linear-gradient(to right, #ffffff 0%, #ffffff var(--fill, 0%), #94a3b8 var(--fill, 0%), #94a3b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}




#__exit_form_id {
    display: none;
}


/* barra de progresso */
.__element_drag_form_feature_progress {
    position: absolute;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #D99962, #D99962);
}


/* Página virada */
.__update_page_book_page.__update_page_book_turned {
    transform: rotateY(-180deg);
    z-index: 999;
}



.title_form_style {
    text-align: center;
    font-family: sans-serif;
    font-size: 23px;
    line-height: 40px;
    width: 85%;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.input-group {
    transform: scale(1.1);
    width: 280px;
}

.input-group input {
    width: 90%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #aeafaf;
    outline: none;
    font-size: 14px;
    background: white;
    transition: all .25s ease;
}


.button_container_form_next_name {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_text_name {
    width: 200px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    background-color: #202020;
    border-radius: 5px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    justify-content: center;
}




@keyframes titleAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);

    }

    60% {
        opacity: 1;
        transform: translateY(-5px);

    }

    100% {
        opacity: 1;
        transform: translateY(0);

    }
}


.width_icon_container {
    width: 100px;
    height: 100px;
    background-image: url('/Imagens/computer.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes pulse_text {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.button_styled_text {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse_text 1.2s infinite;
}


.title_view_main {
    text-align: center;
    width: 80%;
    line-height: 50px;
    font-size: 28px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}


.page-first-search-box {

    width: 100%;
    height: 70%;
    display: flex;
    position: relative;
    top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;


}


.second-box-seach-page {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


.al-box-page-settings {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.container_cover_form_book {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.rating_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: Arial, sans-serif;
    width: 90%;
}




label {
    font-weight: 600;
    color: #444;
}

.rating_item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fdfdfd;
    transition: 0.2s;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}


.page-container-lauch {

    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}



.content_element_p_page_book {

    width: 100%;
    height: 100%;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.algiment-box-question {

    width: 90%;
}



.rating_item input {
    display: none;
}

.checkmark::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0181d6;
    border-radius: 2px;
    transform: scale(0);
    transition: 0.2s;
}

.view_message_logos{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-color-text-view{
    
    width: 80%;
    background-color: rgba(0, 0, 0, 0.733);
    font-size: 16px;
    text-align: justify;
    color: white;
    padding: 20px;
    border-radius: 10px;
    line-height: 33px;

}

.text {
    font-size: 16px;
    color: #333;
    font-family: "Quicksand", sans-serif;
    text-transform: capitalize;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.question_container_element {

    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
}


.container_loading_speaner {

    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
}


.rating_item input:checked+.checkmark::after {
    transform: scale(1);
}
