.mini_models {

    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;

}


.collum_mini_model-1 {

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

.collum-mini-model-2 {

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

.model_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 45%;
}

.model_1_container_painel_timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #202020;
    border-radius: 20px;
    height: 90%;
    width: 90%;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.model_2_container_painel_timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #202020;
    border-radius: 20px;
    height: 50%;
    width: 90%;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.model_3_container_painel_timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #202020;
    border-radius: 20px;
    height: 90%;
    width: 90%;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

}

.progress_bar_mini_model {
    width: 70%;
    height: 15px;
    background-color: #505050;

    border-radius: 8px;
    overflow: hidden;
}

#progress_bar_mini_model_fill {
    width: 50%;
    height: 100%;
    border: none;
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.timer_display_text-2 {
    font-family: "Matangi", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    color: white;
    font-style: normal;
}

.cem_radius_progress_bar_mini_model {
    position: relative;
    width: 100px;
    height: 100px;
    background: conic-gradient(#00c6ff 0% 50%, #494949 50% 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cem_radius_progress_bar_mini_model_inner {
    width: 80px;
    height: 80px;
    background-color: #202020;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
}



/* ANIMATED STYLE /*


.PRIMEIRO-CONTAINER DE CIMA PARA BAIXO */

.normal-index-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}


.normal_index_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 200px;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}


.normal_index_3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 200px;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.normal-index-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: conic-gradient(#494949 0% 50%, #494949 50% 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.timer_display_text {

    font-family: "Matangi", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 25px;
    color: white;
    font-style: normal;
}


/* Circular timer styles (for index 3) */
.cem_radius_progress_bar_mini_model {
    position: absolute;
    /* For drag functionality */
    width: 100px;
    height: 100px;
    background: conic-gradient(#00c6ff 0% 100%, #00c6ff 100% 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cem_radius_progress_bar_mini_model_inner {
    width: 90px;
    height: 90px;
    background-color: #202020;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
}

/* Optional: Hover effect for trash bin (used in makeDraggable) */
.trash-bin.hovered {
    background-color: #ffcccc;
}


/* Circular timer styles (for index 3) */
.__mini_model_radius_show_cem_radius_progress_bar_mini_model {
    position: absolute;
    /* For drag functionality */
    width: 100px;
    height: 100px;
    background: conic-gradient(#00c6ff 0% 100%, #f0f0f0 100% 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.__mini_model_radius_show_cem_radius_progress_bar_mini_model_inner {
    width: 90px;
    height: 90px;
    background-color: #202020;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__mini_model_radius_show_timer {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #333;
}

/* Optional: Hover effect for trash bin (used in makeDraggable) */
.__mini_model_radius_show_trash-bin.hovered {
    background-color: #ffcccc;
}


.model_4_container_painel_timer {

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


.settings_conf_painel {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    border-radius: 100%;
    background-color: gold;

}


.button_apply_element_model {
    background-color: black;
    width: 100px;
    box-shadow: 0px 0px 5px 0px white;
    height: 50px;
    color: white;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: monospace;
    bottom: 50px;
    font-size: 14px;

}


.just_style {
    background-color: black;
    width: 100px;
    box-shadow: 0px 0px 5px 0px white;
    height: 50px;
    color: white;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: monospace;
    bottom: 50px;
    font-size: 14px;
}

.button_apply_color_marking {
    background-color: black;
    width: 150px;
    box-shadow: 0px 0px 5px 0px white;
    height: 65px;
    color: white;
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-family: monospace;
    position: absolute;
    bottom: 50px;
    font-size: 17px;
}


.container_colors_change_mode {

    width: 60%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}


.color_mode_change_container {

    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.color_mode_change_container.active {
    background-color: rgba(0, 0, 0, 0.8);
}

.bar_min {
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background-color: red;

}

.color_change_progress_bar-1 {
    background-color: #F25C78;
}

.color_change_progress_bar-2 {
    background-color: #f55e5e;
}

.color_change_progress_bar-3 {
    background-color: #00c6ff;
}

.color_change_progress_bar-4 {
    background-color: #602266;
}



.destaque_read_fast {
    width: 30px;
    background-image: url('../Imagens/Estrutural/sticky-notes.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 25px;
    top: 25px;
    position: absolute;
    height: 30px;
}


.container_overlay_marking_elements {
    height: 470px;
    width: 400px;
    z-index: 99 !important;
    display: none;
    align-items: center;
    position: absolute;
    justify-content: center;
}

.container_overlay_for_markings-colors {
    display: flex;


    height: 100%;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    transform: translateX(-120%);

}

.container_overlay_for_markings-colors.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;

}


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

    30% {
        transform: scale(1.05);
    }


    70% {
        transform: scale(1.05);
    }

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




.marking_colors_elements {
    width: 100%;
    height: 100%;

    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-around;
}

.collum-1-marking-colors {

    width: 50%;
    height: 100%;
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

}

.collum-2-marking-colors {

    width: 50%;
    height: 100%;
    gap: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.marking-color-1 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #0000ff;
    padding: 15px;
    border-radius: 14px;
    font-size: 12.5px !important;
    line-height: 33px;
    text-align: justify;
    width: 90%;
    height: 90%;
}

.marking-color-2 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #27662a;
    padding: 20px;
    border-radius: 14px;
    line-height: 33px;
    text-align: justify;

    font-size: 12.5px !important;
    width: 90%;
    height: 90%;
}

.marking-color-3 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #721c75;
    padding: 20px;
    border-radius: 14px;
    line-height: 33px;
    text-align: justify;
    font-size: 12.5px !important;
    width: 90%;
    height: 90%;
}

.marking-color-4 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #ff0000;
    padding: 20px;
    border-radius: 14px;
    line-height: 33px;
    text-align: justify;
    width: 90%;
    height: 90%;
}

.marking-color-5 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #9c3100;
    padding: 20px;
    border-radius: 14px;
    line-height: 33px;
    text-align: justify;
    width: 90%;
    height: 90%;
}

.marking-color-6 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #886903;
    padding: 20px;
    border-radius: 14px;
    line-height: 33px;
    text-align: justify;
    width: 90%;
    height: 90%;
}

.bg_color_making {
    width: 90%;
    border-radius: 20px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_color_making.active {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.03);
    transition: transform 0.4s ease-in-out;
}


.checkbox-wrapper {
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    font-size: 5px !important;
    color: #333;
    gap: 10px;
    user-select: none;
}

.SkipPagesAutomatic {
    display: none;
}

.skipPageCheckbox {
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s ease;
    background-color: #fff;
}

.skipPageCheckbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.SkipPagesAutomatic:checked+.skipPageCheckbox {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.SkipPagesAutomatic:checked+.skipPageCheckbox::after {
    opacity: 1;
}


.question_container_overlay {
    width: 300px;
    height: 200px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.question_for_user_skip_capas {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.856), rgba(0, 0, 0, 0.5)), url('../Imagens/Versional/apa.jpg');

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 8px 0px black;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.1);
    opacity: 0;
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    justify-content: space-around;
}


.question_for_user_skip_capas.show {
    opacity: 1;
    transform: scale(1);
}



.ask-text-skip-pages {

    width: 90%;
    padding: 10px;
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 33px;

}

.container_for_skip_pages_button {

    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.yes-i-skip {
    background-color: #1A1E26;

    width: 75px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    font-size: 13px;
    border-radius: 10px;
    height: 25px;
}

.no-dont-skip {
    background-color: #1A1E26;
    box-shadow: 1px 1px 1px 1px #3f3f3f;
    width: 75px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    font-size: 13px;
    border-radius: 10px;
    height: 20px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: background-color 0.3s;
    border-radius: 34px;
}

.slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: transform 0.3s;
    border-radius: 50%;
}

/* Quando ativado */
input:checked+.slider {
    background-color: #4caf50;
}

input:checked+.slider::before {
    transform: translateX(28px);
}


.__covers_skip-slide-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.__covers_skip-slide-toggle input[type="checkbox"] {
    display: none;
}

.__covers_skip-slide-toggle__track {
    width: 40px;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s ease;
}

.__covers_skip-slide-toggle__thumb {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.__covers_skip-slide-toggle input:checked+.__covers_skip-slide-toggle__track {
    background-color: #4a90e2;
}

.__covers_skip-slide-toggle input:checked+.__covers_skip-slide-toggle__track .__covers_skip-slide-toggle__thumb {
    transform: translateX(20px);
    background-color: #ffffff;
}

.__covers_skip-slide-toggle__label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.2px;
}

.__covers_skip-status {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.2px;
}


.question_mark_interrogation {
    width: 25px;
    height: 25px;
    background-image: url('../Imagens/Estrutural/contrario.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.trash_element_read_fast {
    width: 25px;
    height: 25px;
    background-image: url('../Imagens/Estrutural/trash-can.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: 22px;
}



.trash_icon_element {
    height: 20px;
    width: 20px;
    background-image: url('../Imagens/Estrutural/trash-can.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}



.container_for_trah_element {
    width: 300px;
    position: absolute;
    left: 50%;
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 240px;

    
}

.trash_element_for_user_desactivate {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: capotar 2s ease-out forwards;
    transform-origin: center center;
    position: relative;
    justify-content: space-around;
  
}
.trash_element_for_user_desactivate.out {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: center center;
    animation: sairCapotando 2s ease-in forwards;
    justify-content: space-around;
    
  
}


@keyframes capotar {
    0% {
      transform: translateX(120vw) rotateZ(0deg);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      transform: translateX(0) rotateZ(-1080deg); /* 3 voltas */
      opacity: 1;
    }
  }



@keyframes sairCapotando {
    0% {
      transform: translateX(0) rotateZ(0deg);
      opacity: 1;
    }
    100% {
      transform: translateX(-120vw) rotateZ(-1080deg);
      opacity: 0;
    }
  }





.icon_trash_element {
    width: 45px;
    transform: scale(1.1);
    background-image: url('../Imagens/Estrutural/trash-can.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
}



.for_trash_user_desactivate {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.toggle_trash {
    position: relative;
    width: 50px;
    height: 24px;
}

.toggle_trash input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_trash_user {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
}

.slider_trash_user:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

#for_trash_user_desactivate:checked+.slider_trash_user {
    background-color: #2196F3;
}

#for_trash_user_desactivate:checked+.slider_trash_user:before {
    transform: translateX(26px);
}

#for_trash_user_desactivate {
    font-size: 18px;
    color: #333;
}

.slide_for_desactive_user_trash {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.p_container_trash{
    height: 100px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
 

}


.text_element_trash_p {
    text-align: justify;
    color: rgb(255, 255, 255);
    font-family: monospace;
    font-size: 14px;
}

.active_trash{
    background-color: black;
    font-size: 12px;
    width: 90px;
    height: 30px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-family: monospace;
}

.active_trash.active{
    color: rgb(128, 255, 77);
}


.close_trash_element{
    background-color: red;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-shadow: 1px 1px 1px 1px black;
    border-radius: 100%;
}

.close_trash_element:active{
    transform: translateY(-2px);
}




