.page-content-crono {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wish_remove_container {
    width: 300px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    align-items: center;
    z-index: 999999999;
    justify-content: center;
}


.selected_container_options {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999999;
    align-items: center;
    justify-content: space-evenly;
}

.dark-mode .folha {
    width: 100%;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(0, 0, 0);
}

.folha {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}

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

.dark-mode .crono-title-elements {
    font-family: "Grey Qo", cursive;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    transform: scale(1.4);
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0;
}

.unhas_crono_remove_btn {
    background-image: url(/Assets/Imagens/Estrutural/application/eraser.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.lupa_image {
    height: 20px;
    display: inline-block;
    width: 20px;
    background-image: url(/Assets/Imagens/Estrutural/application/loupe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.add-item-call {
    animation: changeOpacity 1s ease-in alternate;
}


#unhas_crono_task_list {
    height: auto;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: 20px;
    padding: 0;
    margin: 0;
}

.unhas_crono_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.tour-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 250px;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

#mandatoryCheck {
    position: absolute;
    bottom: -30px;
}


.unhas_crono_popup_content {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
    position: relative;
    max-width: 400px;
    height: 220px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


.addTweek {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


.dark-mode .unhas_crono_close_popup {
    color: red;
}

.unhas_crono_close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}


#unhas_crono_task_input {
    width: 80%;
    max-width: 420px;
    padding: 14px 18px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    background-color: #ffffff;
    color: #111827;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

.button-34 {
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.addTweek p {
    color: black;
    font-family: sans-serif;
    text-align: center;
    font-size: 13px;
    user-select: none;
}

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

.options_containers {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.day_content {
    width: 50%;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container_check_radius_content {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(116, 116, 116);
    border-radius: 100%;
}

.content_radios_check {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}




.dark-mode .unhas_crono_item {
    background-color: #202020;
}

.light-mode .unhas_crono_item {
    background-color: #f9f9f9;
}

.dark-mode .unhas_crono_item.completed {
    background-color: #868686;
    text-decoration: line-through;
    color: #261818;
}

.unhas_crono_item {
    width: 100%;
    font-family: "Grey Qo", cursive;
    font-size: 2rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.dark-mode .complete-btn {
    background-color: #8C2819;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.complete-btn {
    background-color: #F2E2CE;
    color: #261818;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.container_remove_user_interactive {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    animation: animation_reveal_container_remove 0.7s ease-in-out;
    box-shadow: 0 8px 24px rgba(233, 233, 233, 0.733);
}

.text_remove_user_view {
    color: black;
    font-family: "SN Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-remove {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #696bff, #00eeff);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
    cursor: pointer;
    transition: 0.4s;
}

.yes-confirm {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #ee432c, #f16818);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
    cursor: pointer;
    transition: 0.4s;
}


.unhas_crono_completed {
    background-color: #868686;
    text-decoration: line-through;
    color: #155724;
}


.unhas_crono_completed {
    background-color: #868686;
    text-decoration: line-through;
    color: #155724;
}



.__overlay_alert_user_currentDay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 380px;
    z-index: 5;
}

.envolve_alert_user_currentDay {
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;

    /* animação */
    animation: __currentDayPopup .7s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
    will-change: transform, opacity, filter;
}


/* animação criativa */
@keyframes __currentDayPopup {

    0% {
        opacity: 0;
        transform:
            scale(.6) rotate(-4deg) translateY(40px);

    }

    45% {
        opacity: 1;
        transform:
            scale(1.05) rotate(1deg) translateY(-6px);

    }

    70% {
        transform:
            scale(.98) rotate(-0.5deg) translateY(2px);
    }

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

    }
}



#taskDay {
    margin-left: 4px;
    margin-right: 4px;
}

.__styled_text_alert_view {
    width: 100%;
    color: black;
    word-spacing: 1px;
    text-align: center;
    line-height: 1.5;
}

#__currentDay,
#taskDay,
#currentDay {
    font-weight: bold;
    color: #6c63ff;
}