@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* tem que ser no after, ou uma div que fica por cima backdrop-filter: blur(1.4px); */

:root {
    --border_radius: 0px;
    --padding: 8px;
    --gap_sm: 5px;
    --gap_md: 10px;
    --gap_lg: 20px;

    --cor_white: #FAF9F6;
    --cor_white: #fff;
    --cor_light_gray: #eee;
    --cor_gray: #777;
    --cor_black: #212225;
    --cor_aqua: #00ffa3;
    --cor_cyan: #098989;
    --cor_dark_cyan: #014a5c;
    --cor_darker_cyan: #002b36;
    --cor_light_blue: #0edbff;
    --cor_blue: #008cc1;
    --cor_dark_blue: #03658C;
    --cor_darker_blue: #122235;
    --cor_light_pink: #ffaee0;
    --cor_pink: #ff66c4;
    --cor_dark_pink: #c02e88;
    --cor_darker_pink: #7e034f;
    --cor_light_yellow: #f6f798;
    --cor_yellow: #ffcd19;
    --cor_dark_yellow: #896709;
    --cor_darker_yellow: #4e3601;
    --cor_light_orange: #f7d698;
    --cor_light_orange: #f8c77e;
    --cor_orange: #ffa319;
    --cor_dark_orange: #894d09;
    --cor_darker_orange: #4e2401;
    --cor_lighter_red: #fcd0d0;
    --cor_light_red: #f79898;
    --cor_red: #ff4b4b;
    --cor_dark_red: #79001e;
    --cor_light_purple: #b7b2ff;
    --cor_purple: #724bff;
    --cor_dark_purple: #2e1a8e;
    --cor_light_green: #05f297;
    --cor_green: #0bcc62;
    --cor_dark_green: #1e793f;
    --cor_darker_green: #00343d;
    --cor_principal: var(--cor_purple);
    --cor_principal_bg: linear-gradient(135deg, var(--cor_blue), var(--cor_purple), var(--cor_pink));
    --cor_principal_contraste: var(--cor_white);
    --cor_principal_escura: var(--cor_black);
    --cor_principal_clara: var(--cor_light_purple);

    --cor_google: linear-gradient(45deg,
            #4285F4 25%,
            #EA4335 50%,
            #FBBC05 75%,
            #34A853 100%);
}

:focus-visible {
    /* outline: none !important; */
}

.no_padding {
    padding: 0px !important;
}

.no_padding_right {
    padding-right: 0px !important;
}

.no_box_shadow {
    box-shadow: none !important;
}

.no_bg {
    background: none !important;
    box-shadow: none !important;
}

[class$="bg_"].no_bg,
[class*=" bg_"].no_bg {
    background: none !important;
    box-shadow: none !important;
}

/* .no_bg.no_bg{
    background: none !important;
    box-shadow: none !important;
} */
.bg_principal {
    background: var(--cor_principal_bg) !important;
    color: var(--cor_white) !important;
    color: var(--cor_principal_contraste) !important;
}

.bg_contraste {
    background: var(--cor_principal_contraste);
    color: var(--cor_principal_escura);
}

.txt_principal {
    color: var(--cor_principal);
}

.txt_contraste {
    color: var(--cor_principal_contraste);
}

.bg_white {
    background: var(--cor_white) !important;
    color: var(--cor_black) !important;
}

.bg_gray {
    background: var(--cor_gray) !important;
    color: var(--cor_black) !important;
}

.bg_black {
    background: var(--cor_black) !important;
    color: var(--cor_white) !important;
}

.bg_black_lime {
    background: var(--cor_black) !important;
    color: var(--cor_light_green) !important;
}

.bg_light_gray {
    background: var(--cor_light_gray) !important;
    color: var(--cor_gray) !important;
}

.bg_dark_cyan {
    background: var(--cor_dark_cyan) !important;
    color: #fff !important;
}

.bg_aqua {
    background: var(--cor_aqua) !important;
    color: #fff !important;
}

.bg_cyan {
    background: var(--cor_cyan) !important;
    color: #fff !important;
}

.bg_light_blue {
    background: var(--cor_light_blue) !important;
    color: var(--cor_dark_blue) !important;
}

.bg_blue {
    background: var(--cor_light_blue) !important;
    color: var(--cor_dark_blue) !important;
}

.bg_dark_blue {
    background: var(--cor_dark_blue) !important;
    color: #fff !important;
}

.bg_light_pink {
    background: var(--cor_light_pink) !important;
    color: var(--cor_dark_pink) !important;
}

.bg_pink {
    background: var(--cor_light_pink) !important;
    color: var(--cor_dark_pink) !important;
}

.bg_darkpink {
    background: var(--cor_dark_pink) !important;
    color: var(--cor_light_pink) !important;
}

.bg_light_purple {
    background: var(--cor_light_purple) !important;
    color: var(--cor_dark_purple) !important;
}

.bg_purple {
    background: var(--cor_light_purple) !important;
    color: var(--cor_dark_purple) !important;
}

.bg_dark_purple {
    background: var(--cor_dark_purple) !important;
    color: var(--cor_light_purple) !important;
}

.bg_dark_yellow {
    background: var(--cor_dark_yellow) !important;
    color: var(--cor_light_yellow) !important;
}

.bg_yellow {
    background: var(--cor_yellow) !important;
    color: var(--cor_darker_yellow) !important;
}

.bg_light_yellow {
    background: var(--cor_light_yellow) !important;
    color: var(--cor_dark_yellow) !important;
}

.bg_light_orange {
    background: var(--cor_light_orange) !important;
    color: var(--cor_dark_orange) !important;
}

.bg_orange {
    background: var(--cor_orange) !important;
    color: var(--cor_darker_orange) !important;
}

.bg_light_red {
    background: var(--cor_light_red) !important;
    color: var(--cor_dark_red) !important;
}

.bg_red {
    background: var(--cor_red) !important;
    color: var(--cor_dark_red) !important;
}

.bg_light_green {
    background: var(--cor_light_green) !important;
    color: var(--cor_darker_green) !important;
}

.bg_green {
    background: var(--cor_green) !important;
    color: var(--cor_darker_green) !important;
}

.bg_google {
    background: var(--cor_google) !important;
    color: var(--cor_black) !important;
    font-weight: bold;
}

.txt_white {
    color: var(--cor_white) !important;
}

.txt_light_gray {
    color: var(--cor_light_gray) !important;
}

.txt_gray {
    color: var(--cor_gray) !important;
}

.txt_black {
    /* color:inherit !important; */
    color: var(--cor_black) !important;
}

.txt_light_blue {
    color: var(--cor_light_blue) !important;
}

.txt_aqua {
    color: var(--cor_aqua) !important;
}

.txt_cyan {
    color: var(--cor_cyan) !important;
}

.txt_blue {
    color: var(--cor_blue) !important;
}

.txt_pink {
    color: var(--cor_pink) !important;
}

.txt_darkblue {
    color: var(--cor_dark_blue) !important;
}

.txt_light_purple {
    color: var(--cor_light_purple) !important;
}

.txt_purple {
    color: var(--cor_purple) !important;
}

.txt_dark_purple {
    color: var(--cor_dark_purple) !important;
}

.txt_light_yellow {
    color: var(--cor_light_yellow) !important;
}

.txt_yellow {
    color: var(--cor_yellow) !important;
}

.txt_dark_yellow {
    color: var(--cor_dark_yellow) !important;
}

.txt_light_orange {
    color: var(--cor_light_orange) !important;
}

.txt_orange {
    color: var(--cor_orange) !important;
}

.txt_dark_orange {
    color: var(--cor_dark_orange) !important;
}

.txt_light_red {
    color: var(--cor_light_red) !important;
}

.txt_red {
    color: var(--cor_red) !important;
}

.txt_dark_red {
    color: var(--cor_dark_red) !important;
}

.txt_light_green {
    color: var(--cor_light_green) !important;
}

.txt_green {
    color: var(--cor_green) !important;
}

.txt_dark_green {
    color: var(--cor_dark_green) !important;
}

small,
.small,
.small * {
    font-size: 10px !important;
}

.big,
.big * {
    font-size: 16px !important;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.bi {
    transform: scale(1.2);
    transform-origin: center;
}

.bi.bi-bold::before {
    font-weight: bold !important;
}

.align_left {}

.align_center {}

.align_right {}

.description {
    font-size: 12px;
    color: #666;
    font-style: italic;
    display: inline-block;
    padding-left: 24px;
    position: relative;

    &:empty {
        display: none;
    }
}

.description>*:not(i) {
    font-size: 12px;
}

.description::before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 900 !important;
    content: "\F132";

    position: absolute;
    top: 2px;
    left: 7px;
}

.info {
    background: var(--cor_light_blue) !important;
    color: var(--cor_dark_blue) !important;
}

.info::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
    /* --fa: "\f129"; */
    margin-right: 10px;
}

.success {
    background: var(--cor_light_green) !important;
    color: var(--cor_darker_green) !important;
}

.success::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
    /* --fa: "\f058"; */
    margin-right: 10px;
}

.warning {
    background: var(--cor_yellow) !important;
    color: var(--cor_darker_yellow) !important;
    display: grid;
    grid-auto-flow: column;
    gap: var(--gap_md);
}

.warning::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
    --fa: "\f071";
    /* color: var(--cor_darker_yellow) !important;
    margin-right: 10px; */
}

.danger {
    background: var(--cor_light_red) !important;
    color: var(--cor_dark_red) !important;
}

.danger::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
    /* --fa: "\f714"; */
    color: var(--cor_dark_red) !important;
    margin-right: 10px;
}

.link_modal {
    color: var(--cor_blue);
    /* text-decoration: underline; */
    cursor: pointer;
}

.link_modal:not(.table_action_button)::after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
    --fa: "\f08e";
}

.link_modal:hover {
    /* opacity: 0.4; */
    /* text-decoration: underline; */
}

.link_modal {

    &::after,
    i.fa-arrow-up-right-from-square {
        scale: 0.7;
        transform-origin: top left;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

* {
    font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    color: #333;
    /* color: var(--cor_dark_blue);
    color: var(--cor_black); */
    /* scrollbar-width: thin; */
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    /* display: none; */
    background-color: var(--cor_light_gray);

    @media (max-width: 600px) {
        width: 0px;
        height: 0px;
    }
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: var(--cor_light_gray);
    background-color: #ccc;
    background-color: var(--cor_principal);
    border-radius: var(--border_radius);
}

html {
    height: 100%;
    height: 100dvh;
    height: calc(var(--vh) * 100);
    background: var(--cor_black);
}

body {
    position: relative;
    margin: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh) * 100);
    background: var(--cor_white);
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

i {
    color: inherit;
}

.form_item .descricao {
    font-size: 11px;
    color: #666;
    display: flex;
    gap: 8px;
    align-items: center;
}

.label_element_container {
    /* Comentei abaixo para o checkbox da tabela funcionar com position absolute */
    position: relative;
    display: flex;
}

div:not(.item_type_radio, .item_type_checkbox)>.label_element_container {
    /* border-left: 2px solid var(--cor_principal); */
}

.form_item .label_element_container label {
    flex-grow: 1;
    align-content: center;
    position: absolute;

    z-index: 1;
    top: 50%;
    left: 0px;
    padding: 0px 15px 0px;
    transition: 0.3s;
    transform: translateY(-50%);
    transform-origin: left;
    box-sizing: border-box;

    width: max-content;
    cursor: text;
    /* font-size: 12px; */
    color: #666;
    /* border-left: 2px solid var(--cor_principal); */
    /* white-space: pre; */
}

.form_item.item_type_select .label_element_container label {
    padding: 0px 15px 0px;
}

.label_element_container label .label_content {
    color: inherit;
    display: flex;
    align-items: center;
    gap: var(--gap_md);
    transition: 0.3s;
}

.label_element_container label.input_focus {
    top: 5px;
    left: 0px;
    transform: translateY(0%);
    font-size: 11px;
    display: flex;
    /* align-items: start; */
    align-items: center;
    gap: 3px;
    line-height: 14px;
}

.label_element_container:has(input:-webkit-autofill) label {
    top: 5px;
    left: 0px;
    transform: translateY(0%);
    font-size: 12px;
    display: flex;
    /* align-items: start; */
    align-items: center;
    gap: 3px;
}

input:-webkit-autofill {
    color: #333;
}

.ts-control,
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
    padding: 24px 15px 8px;
    outline: none;
    resize: vertical;
    background: none;
    border: none;
    /* border-radius: 0px 2px 2px 0px; */
    /* border-radius: 5px; */
    /* border: none; */
    /* border: 1px solid #eee; */
    /* border-left: 2px solid var(--cor_principal); */
    box-shadow: 0px 0px 0px 1000px inset var(--cor_white);
    /* background: #eee; */
    transition: background 0.2s;
    flex: 1 1 auto;

    overflow: hidden;
    resize: none;
    /* width: 100%; */
    box-sizing: border-box;


}

/* Chrome, Edge, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type="file"] {
    display: none;
}

input[type="color"] {
    width: 100%;
    height: 40px;
    border: none;
    cursor: pointer;
    /* margin-bottom: -10px; */
}

textarea {
    padding-top: 0;
    border-top: 35px solid var(--cor_white);
    overflow: auto;
}

select {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px !important;
    transform: scale(1.0);
}

.locked .ts-control .item,
input[readonly],
input:disabled,
textarea:disabled {
    /* box-shadow: 0px 0px 0px 40px inset #fff; */
    /* border: none; */
    /* border-left: 2px solid #ccc; */
    color: #aaa;
    outline: none !important;

    /* padding-bottom: 5px; */
    pointer-events: none;
}

input:-internal-autofill-selected {
    background-color: inherit;
}

button,
.button {
    transition: background 0.2s;
    cursor: pointer;
    border: none;
    background: var(--cor_principal);
    color: var(--cor_principal_contraste);
    padding: var(--padding);
    box-sizing: border-box;
    /* border-radius: var(--border_radius); */
    box-shadow: 0px 4px 4px -5px #999;
    /* border: 1px solid #00000017; */
}

button:not(.table_action_button):hover,
.button:hover {
    opacity: .8;
}

.focus:not(:has(input[readonly])),
textarea:focus,
input:focus:not([type="checkbox"]):not([type="radio"]):not([class*=flatpickr]) {
    outline: 2px solid var(--cor_blue);
    border-radius: 5px;
}


/* HELPERS */
.flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
}

.flex_inline {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
}

.flex_row {
    flex-direction: row;
}

.flex_column {
    flex-direction: column !important;
}

.gap_sm {
    gap: var(--gap_sm);
}

.gap_md {
    gap: var(--gap_md);
}

.gap_lg {
    gap: var(--gap_lg);
}

.gap10 {
    gap: var(--gap_md);
}

.gap20 {
    gap: var(--gap_lg);
}

.grid {
    display: grid !important;
}

.grid1 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: initial !important;
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid5 {
    grid-template-columns: repeat(5, 1fr);
}

.block {
    width: 100% !important;
    /* display: block !important; */
    box-sizing: border-box !important;
    grid-column: 1 / -1;
}

.grid_start_1 {
    grid-column-start: 1;
}

.grid_start_2 {
    grid-column-start: 2;
}

.grid_start_3 {
    grid-column-start: 3;
}

.grid_start_4 {
    grid-column-start: 4;
}

.grid_break {
    /* grid-column-end: -1; */
    grid-column-start: 1;
}

.disabled {
    color: #ccc;
    background: #eee;
}

.opacity {
    opacity: 0.3;
}

.events_none {
    pointer-events: none;
}

.hidden {
    padding: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    display: none !important;
}

.template {
    padding: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    display: none !important;
}

.flex-column {
    flex-direction: column !important;
}

.min_content {
    width: min-content !important;
}

.fit_content {
    width: fit-content !important;
}

.grow {
    flex-grow: 1 !important;
}

.shrink {
    flex-shrink: 1 !important;
}

.no_grow {
    flex-grow: 0 !important;
    width: fit-content;
}

.no_shrink {
    flex-shrink: 0 !important;
}

.no_wrap {
    flex-wrap: nowrap !important;
    width: max-content !important;
}

.wrap {
    white-space: wrap !important;
}

.wrap_pre {
    white-space: pre-line !important;
}

.sticky_left {
    position: sticky !important;
    left: 0px;
    z-index: 4 !important;
}

.ellipsis {
    display: inline !important;
}

.txt_center {
    text-align: center !important;
    justify-self: center !important;
    justify-content: center !important;
}

.txt_left {
    text-align: start !important;
    justify-self: start;
    justify-content: start !important;
    /* align-items: start !important; */
}

.txt_right {
    text-align: right !important;
    justify-self: right;
    justify-content: right !important;
}

.txt_justify {
    text-align: justify !important;
}

.txt_start {
    align-content: start !important;
}

.txt_linethrough {
    text-decoration: line-through !important;
}

.txt_underline {
    text-decoration: underline !important;
}

.txt_uppercase {
    text-transform: uppercase !important;
}

.check::after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 400);
    content: var(--fa);
    --fa: "\f058";
    border-radius: 50%;
    position: relative;
    background: #fff;
    color: var(--cor_green);
    margin-right: -2px;
    font-size: 10px;
    top: -9px;
    left: -3px;
    border: 1px solid #fff;
}

.not_check::after {
    /* font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 400);
    content: var(--fa);
    --fa: "\f057";
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    top: -7px;
    left: -5px;
    background: #fff;
    border: 2px solid #fff;
    color: var(--cor_red);
    margin-right: -5px; */


    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 400);
    content: var(--fa);
    --fa: "\f057";
    font-size: 10px;
    top: -9px;
    left: -3px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    background: #fff;
    color: var(--cor_red);
    margin-right: -2px;
}

.img_option {
    width: 35px;
    height: 35px;
    text-align: center;
}

.img_option img {
    max-height: 100%;
    max-width: 100%;
}

.scroll_horizontal {
    overflow-x: auto !important;
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap !important;
}

.scroll_horizontal>* {
    flex: 0 0 auto !important;
}

.w100 {
    max-width: 100px !important;
}

.w200 {
    max-width: 200px !important;
}

.w300 {
    max-width: 300px !important;
}

.w500 {
    max-width: 500px !important;
}

.w600 {
    max-width: 600px !important;
}

.w700 {
    max-width: 700px !important;
}

.wait300ms {
    animation: wait300ms 300ms forwards;
}

@keyframes wait300ms {
    0% {
        filter: hue-rotate(1);
    }

    100% {
        filter: hue-rotate(0);
    }
}

.wait600ms {
    animation: wait600ms 600ms forwards;
}

@keyframes wait600ms {
    0% {
        filter: hue-rotate(1);
    }

    100% {
        filter: hue-rotate(0);
    }
}

.wait1s {
    animation: wait1s 1s forwards;
}

@keyframes wait1s {
    0% {
        filter: hue-rotate(1);
    }

    100% {
        filter: hue-rotate(0);
    }
}

.wait2s {
    animation: wait2s 2s forwards;
}

@keyframes wait2s {
    0% {
        filter: hue-rotate(1);
    }

    100% {
        filter: hue-rotate(0);
    }
}

.wait3s {
    animation: wait3s 3s forwards;
}

@keyframes wait3s {
    0% {
        filter: hue-rotate(1);
    }

    100% {
        filter: hue-rotate(0);
    }
}

.fadeOut {
    animation: fadeOut 1.5s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0;
    }
}

.text_pulse {
    animation: text_pulse 2s infinite;
}

.title {
    background: var(--cor_principal);
    color: var(--cor_white);
    padding: var(--padding);
    box-shadow: 0px 10px 6px -6px #00000052;
    border-radius: var(--border_radius);
    margin-bottom: var(--gap_md);
}

.alert {
    position: fixed;
    left: 10px;
    bottom: 10px;
    /* justify-self: anchor-center; */
    /* left: 50%;
    transform: translateX(-50%); */
    padding: 15px 30px;
    /* margin-bottom: 10px; */
    /* box-shadow: inset 0px 0px 0px 1px #0000001f; */
    /* width: 600px; */
    max-width: 100%;
    border-radius: var(--border_radius);
    box-sizing: border-box;
    text-align: center;
    z-index: 99999;
}

.alert>* {
    margin-top: 10px;
}

.alert:empty {
    display: none;
}

.badge {
    font-size: 9px;
    FONT-WEIGHT: BOLD;
    /* padding: 3px !important; */
    box-sizing: border-box !important;
    flex-grow: 0 !important;
    height: 16px !important;
    aspect-ratio: 1;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    position: relative;
    /* top: -50%; */
    /* transform: translateY(-50%); */
    border-radius: 50px;
    text-align: center;
    border: 1px solid var(--cor_dark_red);

    &:empty {
        display: none !important;
    }
}

.chip {
    scale: 1;
    transform-origin: center;
    font-size: 9px;
    FONT-WEIGHT: BOLD;
    padding: 1px 6px !important;
    /* border-radius: var(--border_radius); */
    border-radius: 10px;
    flex-grow: 0 !important;
    height: min-content !important;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2px;
    /* align-self: center; */
    /* margin: 2px 0px; */
}

.chip[class*="bg_"] {
    /* box-shadow: 0px 3px 5px -4px #00000094 !important; */
    border: 1px solid #7f7f7f2b !important;
}

.chip i {
    font-size: 10px;
}

.chip:empty {
    display: none !important;
}

.action_button {
    cursor: pointer;
    min-width: 60px;
    /* min-height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap_sm);
    border-radius: var(--border_radius);
    white-space: nowrap;

    box-shadow: 0px 4px 4px -5px #999;
    border: 1px solid #00000017;
}

.box {
    padding: var(--padding);
    border-radius: var(--border_radius);
}

/* Cores dos botões */
.action_button.action_add {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
}

.action_button.action_delete {
    background: var(--cor_red);
    color: var(--cor_dark_red);
}

.action_button.action_list {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
}

.action_button.action_history {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
}

.action_button.action_edit {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
}

.action_button.action_change {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
}

.action_button.action_sincronize {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
}

.action_button.action_registro_profissional {
    background: var(--cor_yellow);
    color: var(--cor_dark_orange);
}

.action_button.action_user {
    background: var(--cor_light_gray);
    color: var(--cor_gray);
}

@keyframes text_pulse {
    0% {
        transform: scale(0.8);
        opacity: .8;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1.5);
        opacity: 1;
        text-shadow: 0 0 50px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* TOPO */

.topo_total {
    /* min-height: 100px; */
    width: 100%;
    background: var(--cor_black);
    position: sticky;
    top: 0px;
    z-index: 5;
    box-shadow: 0px 0px 10px -1px #000;
}

.topo_total .topo {
    color: #666;
    padding: var(--gap_sm);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap_md);
}

.topo_total .topo .logo {
    img {
        display: table;
        max-height: 53px;
        /* opacity: 0.7; */
    }
}

/* FOOTER */

.rodape_total {
    min-height: 50px;
    width: 100%;
    background: #0c0c0c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}

.rodape_total .rodape {}

.rodape_total .rodape footer {
    color: #fff;
}

/* BODY FLEX CONTROL */

.body_flex {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.body_flex .menu_lateral {
    /* min-width: 200px; */
    flex: 0 0 auto;
}

.body_flex .conteudo_total {
    flex-grow: 1;
    position: relative;
}

.body_flex .conteudo_total .page_title {
    width: 100%;
    padding: var(--padding);
    margin: 20px 0px 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.body_flex .conteudo_total .logo {

    &.logo_fixed {
        position: fixed;
        bottom: 20px;
        right: 20px;
        /* transform: translateX(-50%); */
        opacity: 0.2;
    }

    img {
        max-width: 100%;
        height: inherit;
        display: block;
    }
}

/* BODY FLEX > MENU TOTAL */

.body_flex .menu_lateral {
    background: var(--cor_black);
    overflow: auto;
    box-shadow: 0px 0px 10px -1px #000;
}

.body_flex .menu_lateral .menu.menu_admin nav {
    border-bottom: 2px solid var(--cor_principal);
}

.body_flex .menu_lateral .menu {

    /* position: sticky;
    top: 0px;      */
    nav {
        padding: 10px var(--gap_md);
    }
}

#menu_topo,
#menu_main_lateral,
#listar_menus {

    ul {

        display: flex;
        gap: var(--gap_md);

        ul {
            /* margin-left: 20px; */
            /* padding-left: 10px; */

            li {
                a {
                    /* padding: var(--gap_sm) var(--gap_sm); */
                    font-size: 12px;
                    /* text-indent: 5px; */

                    &::before {
                        content: "┣";
                    }

                    &:not(.actived)::before {
                        color: var(--cor_purple)
                    }

                    i {
                        font-size: var(--gap_md);
                        width: 20px;
                    }
                }

                &:last-child {
                    a::before {
                        content: "┗";
                    }
                }
            }
        }
    }

    li {
        /* margin-left: 20px; */

        &[data-level="0"] {
            cursor: pointer;

            &:hover>a {
                background: #ffffff0d;
            }

            &:last-child {
                border-bottom: none;
            }
        }

        &:not([data-level="0"]) {
            a {
                padding-left: calc(2 * var(--padding)) !important;
            }
        }

        a {
            padding: var(--gap_sm) calc(2 * var(--gap_sm));
            color: var(--cor_light_gray);
            border-radius: var(--border_radius);
            transition: background 0.1s;

            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: left;
            gap: var(--gap_sm);

            .menu_label {
                color: var(--cor_light_gray);
                display: flex;
                flex-direction: row;
                gap: var(--gap_sm);
                align-items: center;
            }

            &[href=""] {
                pointer-events: none;
            }

            &[data-level="0"] {}

            &.has_children {
                padding-right: 25px;
                position: relative;

                &::after {
                    font-family: var(--fa-style-family, "Font Awesome 6 Free");
                    font-weight: var(--fa-style, 900);
                    content: var(--fa);
                    --fa: "\f078";
                    scale: 0.8;
                    position: absolute;
                    right: 5px;
                }
            }

            i {}

            &::before {
                width: 15px;
                text-align: left;
            }

            &.actived {
                background: var(--cor_principal_bg) !important;
                color: var(--cor_principal_contraste);
                position: relative;
                /* scroll-margin-top: 100px; */
            }

            &:not(.actived):hover {
                background: #ffffff20;
            }
        }
    }

    nav>ul>li:has(a.actived) {
        /* border-left: 3px solid var(--cor_principal) */
    }
}

#menu_topo {
    ul {
        justify-content: right;
    }
}

#menu_main_lateral,
#listar_menus {

    ul {

        display: flex;
        flex-direction: column;
        justify-content: right;
        gap: 0px;

        ul {
            /* margin-left: 20px; */
            /* padding-left: 10px; */

            li {
                a {
                    /* padding: var(--gap_sm) var(--gap_sm); */
                    font-size: 12px;

                    &::before {
                        content: "┣";
                    }

                    &:not(.actived)::before {
                        color: var(--cor_principal)
                    }

                    i {
                        font-size: var(--gap_md);
                        width: 20px;
                    }
                }

                &:last-child {
                    a::before {
                        content: "┗";
                    }
                }
            }
        }
    }

    li {
        /* margin-left: 20px; */
        text-align: right;

        &[data-level="0"] {
            /* border-bottom: 1px dashed #ffffff10; */
            padding: 10px 0px;
            cursor: pointer;

            &:hover>a {
                background: #ffffff0d;
            }

            &:last-child {
                border-bottom: none;
            }
        }

        a {
            /* padding: var(--gap_sm); */
            color: var(--cor_light_gray);
            border-radius: var(--border_radius);
            text-align: right;
            transition: background 0.1s;

            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: left;
            /* gap: var(--gap_md); */

            &.actived {
                .menu_label {
                    color: var(--cor_principal_contraste);
                }
            }

            .menu_label {
                color: var(--cor_light_gray);
            }

            &[href=""] {
                pointer-events: none;
            }

            &[data-level="0"] {}

            &.has_children {
                padding-right: 30px;
                position: relative;

                &::after {
                    font-family: var(--fa-style-family, "Font Awesome 6 Free");
                    font-weight: var(--fa-style, 900);
                    content: var(--fa);
                    --fa: "\f078";
                    scale: 0.8;
                    position: absolute;
                    right: 5px;
                }
            }

            i {
                width: 20px;
                text-align: center;
            }

            &::before {
                text-align: left;
            }

            &.actived {
                background: var(--cor_principal_bg);
                position: relative;
                /* scroll-margin-top: 100px; */
            }

            &:not(.actived):hover {
                .menu_label {}
            }
        }
    }

    nav>ul>li:has(a.actived) {
        /* border-left: 3px solid var(--cor_principal) */
    }
}

#listar_menus {

    a,
    .menu_label {
        color: var(--cor_black) !important;
    }

    li {
        &[data-level="0"] {
            padding: 0px !important;
        }

        a {
            border-radius: 0px !important;
            padding: var(--gap_md) !important;
            gap: var(--gap_md);

            >* {
                font-size: 14px !important;
            }

            &.has_children {
                /* background: var(--cor_principal) !important; */
                /* color: var(--cor_black) !important; */
                padding: 8px !important;

                /* border-top: 1px solid var(--cor_gray); */
                .menu_label {
                    color: var(--cor_gray) !important;
                }

                &::after {
                    right: 10px !important;
                }

                i {
                    display: none;
                }
            }

            &:active,
            &:focus {
                background: var(--cor_principal_bg) !important;
                color: var(--cor_principal_contraste) !important;

                .menu_label {
                    color: var(--cor_principal_contraste) !important;
                }
            }

            &:hover .menu_label {
                text-decoration: underline;
            }
        }
    }

    & ul {
        & ul {
            & li {
                & a {
                    &::before {
                        display: none;
                        content: "" !important;
                    }
                }
            }
        }
    }
}


#menu_anamnese,
#menu_home_page {

    .menu {

        * {
            transition: 0.2s;
        }

        nav ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: var(--gap_lg);

            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

            li {
                aspect-ratio: 2 / 1;
                border: 1px solid #eee;
                border-radius: var(--border_radius);

                /* &:nth-child(even){
                    a i{
                        color: var(--cor_pink);
                    }
                } */

                a {
                    display: flex;
                    height: 100%;
                    flex-direction: column;
                    gap: var(--gap_md);
                    align-items: center;
                    justify-content: center;
                    box-sizing: border-box;

                    position: relative;
                    padding: var(--padding);
                    text-align: center;

                    i {
                        color: var(--cor_principal);
                        font-size: 18px;
                    }

                    .chip {
                        background: var(--cor_light_gray);
                        color: var(--cor_gray);
                    }

                    &:hover {
                        background: var(--cor_light_gray);

                        .chip {
                            background: var(--cor_principal_clara);
                            color: var(--cor_principal_escura);
                        }
                    }

                    .menu_label {
                        font-size: 14px;
                        justify-items: center;
                    }

                    .badge {
                        position: absolute;
                        top: calc(50% - 20px);
                        left: calc(50% + 10px);
                        transform: translate(0%, -50%);
                    }
                }
            }
        }

    }

}

/* BODY FLEX > CONTEUDO TOTAL */

.body_flex .conteudo_total {
    /* position: relative; */
    padding: 20px 20px 0px 20px;
    padding-bottom: 20px;
    overflow: auto;
    /* box-shadow: 0px 0px 10px 0px inset #000; */
    gap: 20px;
    display: flex;
    flex-direction: column;
}

/* REQUEST STATUS - LOADING */

.request_status {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    backdrop-filter: blur(1px);
    /* background: #ffffff80; */
    /* box-shadow: 0px 0px 10px 0px #ffffff; */

    /* text-align: center;
    align-content: center; */
}

body>.request_status {
    position: absolute;
}

.request_status .request_status_container {
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    /* justify-self: anchor-center; */
    /* align-self: anchor-center; */
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: var(--gap_sm);

    background: var(--cor_principal);
    background: var(--cor_yellow);
    color: var(--cor_white);
    color: var(--cor_darker_yellow);
    border-radius: var(--border_radius);
    box-shadow: 0px 0px 10px 0px #00000080;
    padding: var(--padding) calc(var(--padding) * 2);
    font-size: 14px;
    transition: 0.3s;
}

.request_status .loading_text {
    color: inherit;
    font-size: inherit;
}

.request_status i {
    /* display: none !important; */
    color: inherit;
    font-size: inherit;
}

/* MODAL */

[id^="modal__"] {
    z-index: 99;
}

[id^="modal__"].center {
    position: fixed;
    width: 100%;
    padding: var(--padding);
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000056;

    display: flex;
    gap: var(--gap_md);
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(1.4px); */
}

[id^="modal__"].side {
    display: flex;
    position: fixed;
    /* right: 0px; */
    top: 0px;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh) * 100);
    /* background: #fff; */
    /* box-shadow: 0px 0px 40px 0px #00000038; */
    /* backdrop-filter: blur(2px); */
    background: #00000056;
}

[id^="modal__"].center .modal_container {
    padding: var(--gap_md);
    background: #fff;
    overflow: auto;
    /* max-width: 500px; */
    max-height: 90%;
    max-width: 95%;
    width: fit-content;

    /* border-radius: 10px 0px 0px 10px; */
    border-radius: var(--border_radius);
    border: none;
    border: 5px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px #0000008e;
    box-sizing: border-box;

    gap: 20px;
    display: flex;
    flex-direction: column;

}

[id^="modal__"].center .modal_container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: var(--border_radius);
}

[id^="modal__"].side .modal_container {

    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: var(--padding);
    padding-bottom: calc(5 * var(--padding));
    background: #fff;
    border: 1px solid #FFF;
    overflow: auto;
    max-height: 70%;
    position: absolute;
    bottom: var(--menu_bottom_height);
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    box-shadow: 0px 0px 30px -10px #000;
}


/* CHART */
.chartjs {
    /* width: 100% !important;
    height: 100% !important;
    display: block;
    width :100 */
    /* width: 1200px !important; */

    /* display: block;
    box-sizing: border-box;
    height: 600px !important;
    min-width: 1200px;
    width: 100% !important; */
}

/* SWIPER */
.swiper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 00px 0px 30px !important; */
}

.swiper-slide {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: start;
    box-sizing: border-box;
}

.swiper-slide-visible,
.swiper-slide-active {
    visibility: visible;
}

.swiper-slide img {
    display: block;
    /* width: 100%; */
    max-width: 100%;
    /* height: 100%; */
    object-fit: contain;
    /* object-fit: cover; */
    justify-self: center;

    border-radius: var(--border_radius);
    border: none;
    /* border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px #0000008e;
    background: #eee; */
    align-self: center;
}

.swiper-button-next,
.swiper-button-prev {
    scale: 1;
    margin-top: 0px !important;
    top: 0px !important;
    height: 100% !important;
    box-sizing: border-box;
    width: 30% !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #00000000;
    backdrop-filter: blur(2px);
    transition: 0.3s;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0px !important;
}


/* ICONES */

[class*="icon_"] {
    /* background: none !important; */
    font-weight: normal !important;
    font-size: 12px;
}

[class*="icon_"]::before {
    background: none !important;
    /* color: #333 !important; */
    font-size: 14px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: var(--fa);
}

.icon_add,
.icon_add::before {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
    --fa: "\f0fe";
}

.icon_delete,
.icon_delete::before {
    background: var(--cor_red);
    color: var(--cor_darker_red);
    --fa: "\f00d";
}

.icon_info,
.icon_info::before {
    background: var(--cor_light_gray);
    color: var(--cor_blue);
    --fa: "\f05a";
}

.icon_share,
.icon_share::before {
    background: var(--cor_light_gray);
    color: var(--cor_gray);
    --fa: "\f0c1";
}

.icon_responsavel {
    transform: rotate(180deg);
    background: var(--cor_blue);

    &::before {
        color: var(--cor_darker_blue);
        --fa: "\e13b";
    }
}

.icon_plano_contratado,
.icon_plano_contratado::before {
    background: var(--cor_light_gray);
    color: var(--cor_black);
    --fa: "\f70e";
}

.icon_usuario_pagamento,
.icon_usuario_pagamento::before {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
    --fa: "\24";
}

.icon_usuario_produto_adiquirido,
.icon_usuario_produto_adiquirido::before {
    background: var(--cor_light_blue);
    color: var(--cor_darker_blue);
    --fa: "\f290";
}

.icon_anamnese,
.icon_anamnese::before {
    background: var(--cor_light_red);
    color: var(--cor_dark_red);
    --fa: "\f21e";
}

.icon_objetivo,
.icon_objetivo::before {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
    --fa: "\f11e";
}

.icon_registro_diario,
.icon_registro_diario::before {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
    --fa: "\f274";
}

.icon_registro_profssional,
.icon_registro_profssional::before {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
    --fa: "\f2b9";
}

.icon_planejamento,
.icon_planejamento::before {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
    --fa: "\f201";
}

.icon_mensagem,
.icon_mensagem::before {
    background: var(--cor_light_blue);
    color: var(--cor_darker_blue);
    --fa: "\f086";
}

.icon_campeonato,
.icon_campeonato::before {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
    --fa: "\f091";
}

.icon_campeonato_to_planejamento,
.icon_campeonato_to_planejamento::before {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
    font-weight: var(--fa-style, 700);
    --fa: "\e4c0";
}

.icon_federacao,
.icon_federacao::before {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
    --fa: "\f25d";
}

.icon_tag,
.icon_tag::before {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
    font-weight: var(--fa-style, 700);
    --fa: "\f02b";
}

.icon_produto,
.icon_produto::before {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
    font-weight: var(--fa-style, 700);
    --fa: "\f217";
}

.icon_pacote {
    background: var(--cor_light_purple);
    color: var(--cor_dark_purple);
    font-weight: var(--fa-style, 400);
    --fa: "\f466";
}

.icon_produto_parceiro {
    background: var(--cor_red);
    color: var(--cor_dark_red);
    font-weight: var(--fa-style, 400);
    --fa: "\f2b5";
}

.icon_agenda {
    background: var(--cor_yellow);
    color: var(--cor_darker_yellow);
    font-weight: var(--fa-style, 700);
    --fa: "\e0bb";
}

.icon_agenda_excecao_permitido,
.icon_agenda_excecao_permitido::before {
    background: var(--cor_light_green);
    color: var(--cor_darker_green);
    font-weight: var(--fa-style, 700);
    --fa: "\f00c";
}

.icon_agenda_excecao_proibido,
.icon_agenda_excecao_proibido::before {
    background: var(--cor_light_red);
    color: var(--cor_dark_red);
    font-weight: var(--fa-style, 700);
    --fa: "\f05e";
}

.icon_arquivo,
.icon_arquivo::before {
    background: var(--cor_light_blue);
    color: var(--cor_dark_blue);
    font-weight: var(--fa-style, 700);
    --fa: "\f15b";
}

.icon_arquivo_download,
.icon_arquivo_download::before {
    background: var(--cor_light_blue);
    color: var(--cor_dark_blue);
    font-weight: var(--fa-style, 700);
    --fa: "\f019";
}



/* RESPONSIVE */

.menu_bottom {
    display: none;
}

@media (max-width: 600px) {

    :root {
        --padding: 8px;
        --gap_sm: 4px;
        --gap_md: 6px;
        --gap_lg: 10px;
        --menu_bottom_height: 55px;
    }

    .alert {
        left: 50%;
        /* transform: translateX(-50%); */
        bottom: auto;
        justify-content: center;
        width: 60%;
        padding: 10px;
        box-shadow: 0px 10px 20px -10px #00000085;
        animation: zoomCenterUp 3s ease forwards;
    }

    @keyframes zoomCenterUp {

        /* Início: invisível no centro */
        0% {
            transform: translate(-50%, -50%) scale(1.5);
            top: 50%;
            opacity: 0;
        }

        /* ZoomIn no centro (primeiro segundo) */
        20% {
            transform: translate(-50%, -50%) scale(1);
            top: 50%;
            opacity: 1;
        }

        /* Sobe para 20px após 1s */
        60% {
            transform: translate(-50%, 0) scale(1);
            top: 20px;
            opacity: 1;
        }

        90% {
            transform: translate(-50%, 0) scale(1);
            top: 20px;
            opacity: 1;
        }

        100% {
            transform: translate(-50%, 0) scale(1);
            top: 20px;
            opacity: 0;
        }
    }

    .topo_total .topo {
        justify-content: center;

        #menu_topo {
            display: none;
        }
    }

    .body_flex {
        flex-direction: column;

        & .conteudo_total {
            margin: var(--padding) 0px 0px 0px;
            padding: var(--padding);
            padding-bottom: calc(2 * var(--menu_bottom_height)) !important;
            padding-top: 0px;
        }

        & .menu_lateral {
            display: none;
        }
    }

    button,
    .button {
        padding: calc(2 * var(--padding));
    }

    .login_form {
        /* width: auto !important; */
        position: fixed;
        top: 50% !important;
        left: 50%;
        right: auto !important;
        transform: translate(-50%, -50%);
    }

    #login .banner {
        background-size: cover !important;
        background-position: center !important;
    }

    .menu_bottom {

        display: block !important;
        position: absolute;
        bottom: 0px;
        box-sizing: border-box;
        width: 100%;
        z-index: 999;

        .menu_bottom_user_name {
            display: table;
            padding: var(--gap_md);
            background: var(--cor_black);
            color: var(--cor_white);
            border-radius: 0px var(--border_radius) 0px 0px;
        }

        & ul {

            display: flex;
            justify-content: space-around;

            & li {

                flex: 1 1;
                background: var(--cor_black);

                &:has(a.actived) {
                    /* overflow-y: clip; */
                }

                &:has(a[href=notificacoes]) {
                    overflow: visible;
                }

                & a {

                    background: var(--cor_black);
                    height: var(--menu_bottom_height);
                    /* padding: calc(1 * var(--padding)); */
                    /* padding-bottom: max(var(--padding), env(safe-area-inset-bottom)); */
                    display: flex;
                    flex-direction: column;
                    box-sizing: border-box;
                    color: var(--cor_white);
                    align-items: center;
                    justify-content: center;
                    gap: var(--gap_md);
                    text-align: center;
                    position: relative;

                    &[href=notificacoes] {
                        top: -50%;
                        border-radius: 100px;
                        aspect-ratio: 1.5 / 1;
                        aspect-ratio: 1 / 1;
                        place-self: center;
                        border: 3px solid #fff;
                        gap: 0px;
                        box-shadow: 0px 0px 0px 1px inset #00000017;
                    }

                    &:hover {}

                    &.actived {
                        background: var(--cor_principal_bg);
                        position: relative;
                        /* box-shadow: 0px 0px 10px -2px #000; */
                        z-index: 1;
                    }

                    & i {
                        font-size: 16px;
                    }

                    & .menu_label {
                        font-size: 11px;
                        color: var(--cor_white);
                        /* display: none; */

                        &:empty {
                            display: none;
                        }

                        .badge {
                            position: absolute;
                            top: 5px;
                            right: 10px;
                        }
                    }

                }

            }

        }
    }

}

@supports (-webkit-touch-callout: none) {
    input {
        font-size: clamp(16px, 1rem, 20px) !important;
    }
}