/* NutriToKids - Estilos compartilhados entre layouts */

#btnTop {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 28px;
    z-index: 99;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 0.75;
    transition: opacity .2s, transform .2s;
    align-items: center;
    justify-content: center;
}
#btnTop:hover { opacity: 1; transform: translateY(-2px); }

.flatpickr-calendar.open {
    z-index: 2147483647 !important;
}

.flatpickr-months .flatpickr-month {
    height: 40px !important;
}

.input-file-ntk input[type="file"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1 1 auto;
}

.input-file-ntk button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
