:root {
    --ev-primary-color: #0f62fe;
    --ev-primary-hover: #0043ce;
    --ev-primary-white: #ffffff;
    --ev-danger-color: #da1e28;
    --ev-background-hover: rgba(141, 141, 141, 0.12);
    --ev-background-danger-hover: #ba1b23;
}

*:empty {
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: 0.4px !important;
}


body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25rem;
    font-family: 'IBM Plex Sans', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
}

.ev h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
}

.ev h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.ev h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.ev h4 {
    font-size: 20px;
    line-height: 28px;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0;
    font-weight: 400;
}

.ev h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.ev h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.ev-high-contrast {
    background-color: #262626;
    color: #c6c6c6;
}

.ev-high-contrast h1 {
    color: #ffffff;
}


.ev-high-contrast h2 {
    color: #ffffff;
}


.ev-high-contrast h3 {
    color: #ffffff;
}

.ev-high-contrast h4 {
    color: #ffffff;
}

.ev p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 16px;
    margin: 0;
}

/* Citações - Para citações a fonte utilizada por padrão é a IBM Plex Serif */
.ev blockquote {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 16px 0;
    padding: 16px;
    background-color: #f4f4f4;
    border-left: 4px solid #0f62fe;
    color: #525252;
}

/* Código - Para códigos a fonte utilizada por padrão é a IBM Plex Serif  */
.ev code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    line-height: 16px;
    background-color: #e0e0e0;
    padding: 2px 4px;
    border-radius: 4px;
}

.ev-high-contrast p {
    color: #c6c6c6;
}

.ev-high-contrast pre {
    background-color: #262626;
}

.ev-high-contrast code {
    background-color: #262626;
}

.ev-high-contrast span {
    color: #c6c6c6;
}

.ev-main-content {
    flex-grow: 1;
    background-color: #f4f4f4;
    /*padding: 76px 0 30px 60px;*/
    padding: 76px 16px 30px 70px;
    transition: padding-left 0.6s ease;
}

.ev-high-contrast .ev-main-content {
    border-bottom-color: #6f6f6f;
    background-color: rgb(57, 57, 57);
    color: rgb(255, 255, 255);

}

@media screen and (max-width: 772px) {
    .ev-main-content {
        /*padding: 55px 0px 0px 0px;*/
        padding: 55px 16px 16px 16px
    }
}

.content-expanded {
    margin-left: 190px;
}

.content-minimized {
    margin-left: 0;
}

.ev-high-contrast {
    background-color: #161616 !important;
}

.ev-high-contrast label {
    color: #c6c6c6 !important;
}

.ev-cursor-not-allowed {
    cursor: not-allowed !important;
}

/* Btn normal */
ev-btn-icon {
    box-sizing: border-box;
    justify-content: space-between;
    user-select: none;

    position: relative;
}

.ev-btn-icon {
    background-color: #0f62fe;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
    user-select: none;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0 1px;
}

.ev-btn-icon:hover {
    background-color: #0353e9;
}

.ev-btn-icon:hover > img {
    filter: invert(1);
}


.ev-btn-icon-disabled {
    background-color: #c6c6c6;
    padding: 0 16px 0 16px;
    justify-content: space-between;
    cursor: not-allowed;
    align-items: center;
    pointer-events: none;
}

.ev-btn-icon-disabled:hover {
    background-color: #c6c6c6;
}


.ev-btn-label {
    color: white;
    font-size: 14px;
    /*margin-right: 14px;*/
    /*z-index: 1;*/
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    /* margin-top: -3px; */
    order: 1;
}

ev-btn-icon:has(> img) > label {
    margin-right: 14px;
}

/* BTN secondary */

.ev-btn-icon-secondary {
    background-color: #393939;
    padding: 0px 16px 0px 16px !important;
    color: white;
    cursor: pointer;
    margin: 0 1px;
    display: flex;
    align-items: center;
}

.ev-btn-icon-secondary:hover {
    background-color: #4c4c4c;
}

/* BTN tertiary */
.ev-btn-icon-tertiary {
    background-color: transparent;
    padding: 0px 16px 0px 16px;
    color: white;
    cursor: pointer;
    border: 1px solid #0f62fe;
    margin: 0 1px;
    display: flex;
    align-items: center;
}

.ev-btn-icon-tertiary > .ev-btn-label {
    color: var(--ev-primary-color);
}

.ev-btn-icon-tertiary > img {
    filter: invert(25%) sepia(69%) saturate(3707%) hue-rotate(217deg) brightness(101%) contrast(102%);
}

.ev-btn-icon-tertiary:hover {
    background-color: var(--ev-primary-color);
}

.ev-btn-icon-tertiary:hover > .ev-btn-label {
    color: var(--ev-primary-white);
}

.ev-btn-icon-tertiary > .ev-btn-label:hover {
    color: var(--ev-primary-white);
}

.ev-btn-icon-tertiary:hover > img {
    filter: invert(1);
}


/*BTN Danger */

.ev-btn-icon-danger {
    background-color: #da1e28;
    padding: 0px 16px 0px 16px;
    color: white;
    cursor: pointer;
    margin: 0 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ev-btn-icon-danger:hover {
    background-color: #ba1b23;
}

.ev-btn-icon-danger-tertiary {
    background-color: transparent;
    padding: 16px 16px 16px 16px;
    cursor: pointer;
    border: 1px solid #da1e28;
}

.ev-btn-icon-danger-tertiary > .ev-btn-label {
    color: var(--ev-danger-color);
}

.ev-btn-icon-danger-tertiary > img {
    filter: invert(19%) sepia(55%) saturate(4180%) hue-rotate(343deg) brightness(97%) contrast(100%);
}

.ev-btn-icon-danger-tertiary:hover {
    background-color: var(--ev-background-danger-hover);
}

.ev-btn-icon-danger-tertiary:hover > .ev-btn-label {
    color: var(--ev-primary-white);
}


.ev-btn-icon-danger-ghost {
    background-color: transparent;
    padding: 12px 16px 16px 16px;
    cursor: pointer;
}

.ev-btn-icon-danger-ghost > .ev-btn-label {
    color: var(--ev-danger-color);
}

.ev-btn-icon-danger-ghost:hover {
    background-color: var(--ev-background-danger-hover);
}

.ev-btn-icon-danger-ghost:hover > .ev-btn-label {
    color: var(--ev-primary-white);
}


.ev-btn-icon-ghost {
    background-color: transparent;
    padding: 0 16px 0 16px;
    cursor: pointer;
}

.ev-btn-icon-ghost:hover {
    background-color: var(--ev-background-hover);
}

.ev-btn-icon-ghost > .ev-btn-label {
    color: var(--ev-primary-color);
}

.ev-btn-icon-ghost > img {
    filter: invert(25%) sepia(69%) saturate(3707%) hue-rotate(217deg) brightness(101%) contrast(102%);
    margin-top: auto;
    margin-bottom: auto;
}

.ev-btn-icon-ghost:hover > .ev-btn-label {
    color: var(--ev-primary-hover);
}

.ev-btn-icon-ghost:hover > img {
    filter: invert(21%) sepia(84%) saturate(5176%) hue-rotate(220deg) brightness(80%) contrast(105%);
}

.ev-btn-icon-i-ghost {
    background-color: transparent;
    padding: 16px 16px 16px 16px;
    cursor: pointer;
}

.ev-btn-icon-i-ghost > img {
    filter: invert(0%) sepia(5%) saturate(3971%) hue-rotate(35deg) brightness(103%) contrast(83%);
}

.ev-btn-icon-i-ghost:hover {
    background-color: var(--ev-background-hover);
}

.ev-btn-icon-i-ghost:hover > img {
    filter: invert(0%) sepia(5%) saturate(3971%) hue-rotate(35deg) brightness(103%) contrast(83%);
}


.ev-btn-size-small {
    height: 32px;
    display: inline-flex;

    padding: 0px 16px 0px 16px;
    color: white;
    cursor: pointer;
    align-items: center;

    /*width: 32px; Se tiver width fixo o botão quando é somente icone fica ajustado 32x32 mas zoa o resto, mater comentado*/
    /*place-content: center;*/
}

.ev-btn-size-small > img {
    height: 16px;
    width: 16px;
    order: 2;
}

.ev-btn-size-normal {
    height: 40px;
    max-height: 40px !important;
    display: inline-flex;
    margin: 0 1px;
}

.ev-btn-size-normal > img {
    height: 16px;
    width: 16px;
    order: 2;
}

.ev-btn-size-expressive {
    height: 48px !important;
    display: inline-flex;
    font-size: 14px !important;
    margin: 0 1px;
}

.ev-btn-size-expressive > img {
    height: 16px;
    width: 16px;
    order: 2;
}

.ev-btn-size-productive {
    max-height: 48px !important;
    height: 48px;
    display: inline-flex;
    margin: 0 1px;
}

.ev-btn-size-productive > img {
    height: 16px;
    width: 16px;
    order: 2;
}

/* BTN EXTRA LARGE */
.ev-btn-size-extralarge {
    height: 64px !important;
    display: inline-flex;
    margin: 0 1px;
}

.ev-btn-size-extralarge > .ev-btn-label {
    display: flow;
    margin: 8px 63px 32px 0;
}

ev-modal .ev-btn-size-extralarge > .ev-btn-label {
    align-self: flex-start;
}

.ev-btn-size-extralarge > img {
    display: inline-flex;
    align-items: baseline !important;
    order: 2;
}


/* BTN XXL */
.ev-btn-size-xxl {
    height: 80px !important;
    display: inline-flex;

}

.ev-btn-size-xxl > img {
    height: 16px;
    width: 16px;
    margin-top: -25px;
}

.ev-btn-size-xxl > .ev-btn-label {
    display: flow;
    margin: 4px 63px 32px 0;
}


.ev-icon-color-default {
    filter: invert(1);
    margin: 0;
    order: 2;
}

.ev-icon-color-red {
    filter: invert(22%) sepia(81%) saturate(2826%) hue-rotate(342deg) brightness(84%) contrast(104%);
    order: 2;
}

.ev-icon-color-primary {
    filter: invert(0%) sepia(21%) saturate(6543%) hue-rotate(109deg) brightness(109%) contrast(83%);
    order: 2;
}


/***************************  MODAL ************************************/
.ev-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;


}

.ev-modal-extra-small {
    background-color: white;
    margin: auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    width: 24%;
    height: auto;
    max-height: 72%;
    display: grid;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    position: static;
    box-sizing: border-box;

    grid-template-rows: auto 1fr auto;
}

.ev-modal-small {
    background-color: white;
    margin: auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    width: 36%;
    height: auto;
    max-height: 72%;
    display: grid;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    position: static;
    box-sizing: border-box;

    grid-template-rows: auto 1fr auto;
}

.ev-modal-medium {
    background-color: white;
    margin: auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    width: 48%;
    height: auto;
    max-height: 72%;
    display: grid;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    position: static;
    box-sizing: border-box;

    grid-template-rows: auto 1fr auto;
}

.ev-modal-large {
    background-color: white;
    margin: auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    width: 72%;
    height: auto;
    max-height: 72%;
    display: grid;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    position: static;
    box-sizing: border-box;

    grid-template-rows: auto 1fr auto;

}

.ev-modal-header {
    width: 100%;
    height: auto;
    padding: 0 0 0 16px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8px;

}

.ev-modal-body {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 8px 16px 48px;
}

.ev-modal-footer {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.ev-title-modal {
    font-size: 20px;
    color: #393939;
    width: 100%;

}

.ev-modal-first-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ev-title-modal h2 {
    font-size: 20px; /** mudado dia 30/08/2024 **/
    margin: 4px 0 0 0;
    padding-right: 16px;
    line-height: 28px;
}

.ev-title-modal p {
    font-size: 12px; /** mudado dia 30/08/2024 **/
    padding-top: 16px;
}

.ev-modal-close {
    width: 20%;
    display: flex;
    justify-content: end;
    margin-left: auto;
    z-index: 1055;
}

.ev-btn-close-modal {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
}

.ev-btn-close-modal:hover {
    background-color: #e8e8e8;
}

/* EV-PROGRESS */
ev-progress {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
    height: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

ev-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #007bff;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 20px 20px; /* Ajuste o tamanho das listras conforme necessário */
    animation: progressAnimation 2s linear infinite; /* Adiciona a animação */
}


@keyframes progressAnimation {
    to {
        background-position: 20px 0;
    }
}

/* Estilos para telas entre 672px e 1056px */
@media screen and (min-width: 673px) and (max-width: 1056px) {
    .ev-modal {
        align-items: end;
    }

    .ev-modal-extra-small {
        width: 32%;
        max-height: 72%;
    }

    .ev-modal-small {
        width: 42%;
        max-height: 72%;
    }

    .ev-modal-medium {
        width: 60%;
        max-height: 72%;
    }

    .ev-modal-large {
        width: 84%;
        max-height: 72%;
    }
}

/* Estilos para telas entre 320px e 672px */
@media screen and (min-width: 321px) and (max-width: 672px) {
    .ev-modal {
        align-items: end;
        z-index: 9999;
    }

    .ev-modal-extra-small, .ev-modal-small, .ev-modal-medium, .ev-modal-large {
        width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        top: 0;
    }

    .ev-modal-header {
        width: 100%;
        height: auto;
    }
}

/* Estilos para telas menores que 320px */
@media screen and (max-width: 320px) {
    .ev-modal {
        align-items: end;
    }

    .ev-modal-extra-small {
        width: 100%;
        max-height: 72%;
        position: absolute;
    }

    .ev-modal-small {
        width: 100%;
        max-height: 72%;
        position: absolute;
    }

    .ev-modal-medium {
        width: 100%;
        max-height: 72%;
        position: absolute;
    }

    .ev-modal-large {
        width: 100%;
        max-height: 72%;
        position: absolute;
    }
}

bx-modal-body {
    padding: 13px !important;
    margin-bottom: 13px !important;
}

/* ***************** TABSTRIP ***************** */
.ev-tabstrip {
    display: flex;
}

.tabstrip-in-menu.active {
    border-left-color: rgb(15, 98, 254) !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
    padding-left: 11px !important;
    border-top: 0;
    background-color: #393939;
}

.content-expanded ev-content-tabs {
    display: none !important;
}

ev-content-tabs {
    width: auto;
    height: auto;
    box-sizing: border-box;
    order: 1;
}


.ev-ul-tabs {
    margin: 0px 60px 0px 0px;
    display: flex;
    flex-direction: column;
    width: 250px;
    /*background-color: #ffffff;*/
}

.ev-ul-tabs .ev-li-tab {
    padding: 10px 8px 10px 20px;
    cursor: pointer;
}


.ev-li-tab {
    font-size: 14px;
    /*font-weight: 100;*/
    line-height: 1.4285714286;
    color: #161616;
    transition: width 0.3s ease;
    height: 40px;
    box-sizing: border-box;
}

.ev-li-tab:hover {
    color: var(--tb-text-primary);
}


.ev-ul-tabs .ev-li-tab.active {
    background-color: white;
    border-left-color: rgb(15, 98, 254);
    border-left-style: solid;
    border-left-width: 2.4px;
    padding-left: 25px;
    border-right: none;
    font-weight: bold;
    color: #161616;
}

.ev-mobile ev-li-tab.toogle-dropdown::after {
    content: " \25BC";
    float: right;
}

.ev-content-divs {
    flex-grow: 1;
    order: 2;
    max-width: 100%;
    /*max-width: 978px; DESSA FORMA FICA PEQUENO EM TELAS MIORES*/
}

.ev-content-divs .ev-content-div {
    display: none;
    background-color: #ffffff;
}

.ev-content-divs .ev-content-div.active {
    display: block;
    padding: 16px;
}

.ev-mobile ev-tabstrip {
    flex-direction: column;
}


/* dark mode tabstrip*/
.ev-high-contrast .ev-ul-tabs .ev-li-tab.active {
    background-color: #262626;
    color: #ffffff;
}

.ev-high-contrast .ev-ul-tabs .ev-li-tab {
    color: #c6c6c6;
}

.ev-high-contrast .ev-content-tabs {
    color: #262626;
}

.ev-high-contrast .ev-content-divs .ev-content-div.active {
    background-color: #262626;
    color: #ffffff;
    padding: 10px;
}

/******************************************************** INPUT */

.ev-mobile ev-tabstrip ev-content-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ev-mobile ev-ul-tabs {
    width: 100%;
    margin: 0;
}

.ev-mobile ev-li-tab {
    width: 100%;
    background-color: white;
    border-left-color: rgb(15, 98, 254);
    border-left-style: solid;
    border-left-width: 2.4px;
    color: var(--tb-text-primary);
}

.ev-li-tab-first {
    display: flex;
    justify-content: space-between;
}

.ev-li-tab-rest {
    display: none;
}

.ev-li-tab-visible {
    display: block;
}

.ev-mobile ev-content-divs {
    margin-top: 20px;
}

.seta-html {
    /* Estiliza a seta padrão */
    display: inline-block;
    transform: rotate(90deg);
    font-size: 24px;
    color: rgb(15, 98, 254);
}

.seta-html.seta-up {
    transform: rotate(-90deg); /* Seta para cima */
}

/************************ tabstrip-horizontal****************/


/* Estilos base */
.ev-tabstrip-horizontal {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 44px 32px;
    background-color: #ffffff;
}

.ev-content-tabs-horizontal {
    order: 1;
    margin-bottom: 32px;
}

.ev-ul-tabs-horizontal {
    display: flex;
    flex-direction: row; /* Ajuste para horizontal */
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto; /* Permite rolagem horizontal */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; /* Melhora a rolagem em dispositivos iOS */
}

.ev-li-tab-horizontal {
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
    border-bottom: 2px solid #c6c6c6;
    white-space: nowrap; /* Previne quebra de texto nas abas */
    color: #525252;
}

.ev-li-tab-horizontal:hover {
    border-bottom: 2px solid #8d8d8d;
    color: #161616;
}

.ev-li-tab-horizontal.active {
    font-weight: 600;
    border-bottom: 2px solid rgb(15, 98, 254); /* Indicador de aba ativa */
}

.ev-content-divs-horizontal {
    order: 2;
}

.ev-content-div-horizontal {
    display: none;
}

.ev-content-div-horizontal.active {
    display: block;
}

/* Estilos para dispositivos móveis */
.ev-mobile .ev-tabstrip-horizontal {
    padding: 16px 8px;
}

.ev-mobile .ev-ul-tabs-horizontal {
    overflow-x: scroll; /*Habilita a rolagem horizontal */
    scrollbar-width: none; /* Esconde a barra de rolagem no Firefox */
}

.ev-mobile .ev-ul-tabs-horizontal::-webkit-scrollbar {
    display: none; /* Esconde a barra de rolagem no Chrome, Safari e Opera */
}

/* Ajustes para o modo dark em dispositivos móveis */
.ev-high-contrast .ev-tabstrip-horizontal {
    background-color: #262626;
}

.ev-high-contrast .ev-li-tab-horizontal:hover {
    color: #f4f4f4;
}

.ev-high-contrast .ev-li-tab-horizontal {
    color: #f4f4f4;
}

/******************************************************** INPUT */
.ev-input-date {
    background-color: #f4f4f4;
    padding: 2px 16px;
    border-bottom: 1px solid #b1b1b1;
    height: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ev-input-date:focus {
    outline: 2px solid var(--cds-focus, #0f62fe);
    outline-offset: -2px;
}

/*ev-grid .ev-input-date {*/
/*    height: 32px;*/
/*}*/

.ev-textarea {
    width: 100%;
    padding: 11px 16px !important;
}

.ev-textarea-div {
    margin-bottom: 32px;
}

select.ev-input {
    cursor: pointer;
}

.ev-input:not(textarea) {
    height: 40px;
    /*margin-top: 8px;*/
    width: 100%;
}

.ev-input[type="radio"] {
    appearance: none; /* Remove o estilo padrão do sistema operacional */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px; /* Largura desejada */
    height: 15px; /* Altura desejada */
    border: 1px solid #000; /* Cor da borda preta */
    border-radius: 50%; /* Tornar o botão de rádio circular */
    background-color: white; /* Cor de fundo branca */
    margin-right: 2px; /* Espaçamento entre os botões */
    padding: 2px; /* Adiciona espaço entre a borda e o círculo interno */
    box-shadow: inset 0 0 0 2px white; /* Faz com que o padding seja incluído no tamanho total */
    display: inline-block;
    cursor: default;
}

.ev-input[type="radio"]:checked {
    background-color: black; /* Cor de fundo preta quando selecionado */
    border-color: black; /* Cor da borda preta quando selecionado */
}

/* Esconder o checkbox original */
.ev-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    place-content: center; /*centraliza um item que contem diplay content*/
    text-align: center; /*centraliza um item que contem diplay content*/
    padding: 0;
}

/*input[type="checkbox"] {*/
/*    appearance: none;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    !*min-width: 16px;*!*/
/*    !*min-height: 16px;*!*/
/*    !*width: 16px;*!*/
/*    !*height: 16px;*!*/
/*    width: 18px; !* Define a largura do checkbox personalizado *!*/
/*    height: 18px; !* Define a altura do checkbox personalizado *!*/
/*    border: 1px solid black; !* Define a borda do checkbox personalizado *!*/
/*    background-color: white; !* Define a cor de fundo do checkbox personalizado *!*/
/*    cursor: pointer; !* Mostra um cursor de apontador ao passar por cima do checkbox *!*/
/*    !*border-radius: 2px;*!*/
/*    !*display: block;*!*/
/*    !*place-content: center; !*centraliza um item que contem diplay content*!*!*/
/*    !*text-align: center; !*centraliza um item que contem diplay content*!*!*/
/*}*/

/* Estilo do checkbox quando está marcado */
.ev-input[type="checkbox"]:checked {
    background-color: black; /* Define a cor de fundo quando o checkbox está marcado */
}

/* Estilize a aparência do checkbox quando estiver focado (opcional) */
.ev-input[type="checkbox"]:focus {
    outline: none; /* Remove o contorno padrão quando o checkbox está focado */
    /*box-shadow: 0 0 5px black; !* Adiciona uma sombra ao redor do checkbox quando está focado *!*/
}

/* Estilo do símbolo de check */
.ev-input[type="checkbox"]::before {
    content: "\2713";
    position: relative;
    transform: translate(2px, -2px);
    color: white;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    font-family: Arial !important;
}

/* Estilo do checkbox quando está desabilitado */
.ev-input[type="checkbox"]:disabled {
    opacity: 0.5; /* Define a opacidade do checkbox desabilitado */
    cursor: default; /* Altera o cursor para "não permitido" */
    background-color: #d3d3d3;
}

.ev-input[type="checkbox"]:disabled::before {
    content: "";
}

.ev-form-checkbox {
    display: block;
    margin-bottom: 32px;
}

.ev-form-div-checkbox {
    display: flex;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.ev-high-contrast .ev-input {
    background-color: #393939;
    color: #c6c6c6;
}

.ev-input {
    background-color: #f4f4f4;
    border-bottom-color: rgb(141, 141, 141);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(22, 22, 22);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(22, 22, 22);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(22, 22, 22);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(22, 22, 22);
    cursor: text;
    display: block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variation-settings: normal;
    font-weight: 400;

    letter-spacing: 0.16px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.07s, 0.07s;
    transition-property: background-color, outline;
    transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9), cubic-bezier(0.2, 0, 0.38, 0.9);
    vertical-align: baseline;

    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-font-smoothing: antialiased;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}

.ev-input-select {
    background-color: #f4f4f4;
    border-bottom-color: rgb(141, 141, 141);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(22, 22, 22);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(22, 22, 22);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(22, 22, 22);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(22, 22, 22);
    display: flex;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variation-settings: normal;
    font-weight: 400;

    letter-spacing: 0.16px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.07s, 0.07s;
    transition-property: background-color, outline;
    transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9), cubic-bezier(0.2, 0, 0.38, 0.9);
    vertical-align: baseline;

    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-font-smoothing: antialiased;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;

    height: 40px;
    width: 100%;

}

.ev-high-contrast .ev-input-select {
    background-color: #6f6f6f;
    color: #c6c6c6;
}

.ev-high-contrast .ev-custom-option {
    background-color: #393939;
    color: #c6c6c6;
}

/*aletado 02/09/24*/
.ev-high-contrast input:not([type="checkbox"]) {
    border-bottom-color: #6f6f6f;
    background-color: rgb(57, 57, 57);
    color: rgb(255, 255, 255);
}

.ev-high-contrast textarea {
    border-bottom-color: rgb(57, 57, 57);
    background-color: #393939;
    color: rgb(255, 255, 255);
}

.ev-high-contrast img {
    filter: invert(1);
    /*margin: 0;*/
}

.ev-high-contrast ev-navbar img {
    filter: invert(0);
    /*margin: 0;*/
}

.ev-high-contrast ev-sidebar img {
    filter: invert(0);
    /*margin: 0;*/
}


.ev-high-contrast ev-modal-content {
    background-color: rgb(38, 38, 38);
}

.ev-high-contrast ev-title-modal {
    color: rgb(255, 255, 255);;
}


/*.ev-input:hover{
    background-color: #e5e5e5e5;
}*/

.ev-input:focus {
    outline: 2px solid var(--cds-focus, #0f62fe);
    outline-offset: -2px;
}

.ev-input:focus::placeholder {
    color: transparent;
}

.ev-input::placeholder {
    color: #cccccc;

}

.ev-input-invalid {
    outline: 2px solid #da1e28;
    outline-offset: -2px;
}


.ev-input-white {
    background-color: rgb(244, 244, 244);
}

.ev-input-gray {
    background-color: rgb(255, 255, 255);
}

.ev-input-dark {

    border-bottom-color: rgb(141, 141, 141);
    background-color: rgb(57, 57, 57);
    color: rgb(255, 255, 255);

}

.ev-input-dark::placeholder {
    color: #676767 !important;
}

.ev-input-dark:focus {
    outline: 2px solid #ffffff !important;
    outline-offset: -2px;
}

.ev-input-size-small {
    height: 32px;
}

.ev-input-size-big {
    height: 48px;
}


.ev-icon-img-label {
    margin-left: 8px;
    margin-top: 1px;
}

.ev-icon-tooltip-text {
    display: none;
    font-size: 12px;
    background-color: #393939;
    color: #ffffff;
    padding: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /*width: 50%;*/
    width: auto;
    max-width: fit-content;
    position: absolute;
    z-index: 999;
    margin-top: 25px;
    letter-spacing: .16px;
    line-height: 1rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


.ev-icon-tooltip-text-grid {
    display: none;
    font-size: 12px;
    background-color: #393939;
    color: #ffffff;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /*width: 50%;*/
    width: auto;
    max-width: fit-content;
    position: absolute;
    z-index: 999;
    margin-top: 20px;
    letter-spacing: .16px;
    line-height: 1rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ev-icon-tooltip-icon:hover + .ev-icon-tooltip-text {
    visibility: visible;
    display: inline-block;
}

.ev-grid-dropdown-menu li:hover .ev-icon-tooltip-text-grid {
    visibility: visible;
    display: inline-block;
}

.ev-mobile .ev-icon-tooltip-text {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    /* As stated not sure why you'd use :hover for mobile. */
    .v-icon-tooltip-icon:hover + .ev-icon-tooltip-text {
        justify-content: center;
        transform: translateX(-50%);
        left: 50%;
        width: 250px;
        margin-top: 23px;
    }
}

.ev-icon-tooltip-text-input {
    visibility: hidden;
    display: none;
    font-size: 12px;
    background-color: #393939;
    color: #ffffff;
    padding: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 70%; /*alterado 02/09/2024 para melhor leitura do tooltip*/
    position: absolute;
    z-index: 999;
    margin-top: 5px;
}

.ev-icon-tooltip-text-btn {
    display: none;
    font-size: 12px;
    background-color: #393939;
    color: #ffffff;
    padding: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /*width: auto;*/
    width: max-content;
    max-width: 300px;

    position: absolute;
    z-index: 999;

    /*margin-top: 85px;*/
    top: 45px;
}

.ev-icon-tooltip-icon-input:hover + .ev-icon-tooltip-text-input {
    visibility: visible;
    display: inline-block;
}

.ev-mobile .ev-icon-tooltip-text-input {
    width: 80%;
}

.ev-icon-tooltip-icon-btn:hover .ev-icon-tooltip-text-btn {
    visibility: visible;
    display: inline-block;
}


@media only screen and (max-width: 600px) {
    /* As stated not sure why you'd use :hover for mobile. */
    .v-icon-tooltip-icon-input:hover + .ev-icon-tooltip-text-input {
        justify-content: center;
        transform: translateX(-50%);
        left: 50%;
        width: 250px;
        margin-top: 23px;
    }
}

.ev-icon-img-input {
    position: absolute;
    right: 10px; /* ajuste conforme necessário */
    top: 50%;
    transform: translateY(-50%); /* centraliza verticalmente */
    vertical-align: middle; /* para garantir que não haja espaçamento extra devido à linha base */
}

.ev-input-with-icon {
    padding-right: 35px;
    vertical-align: middle;
}


.ev-input-label-alert {
    color: #da1e28;
    font-size: 12px;
    padding-top: 5px;
}

.ev-input-label-alert-with-icon {
    color: #da1e28;
    font-size: 12px;
    position: absolute;
    /*bottom: -8px;*/
    /*height: 35px;*/
    bottom: 0; /*foi alterado 02/09/2024 para ficar com o tamanho adequado com o CDS*/
    height: 32px;
    align-items: center;
    display: flex;
}

.ev-mobile .ev-input-label-alert-with-icon {
    bottom: 0;
}

.ev-input-alert-icon {
    filter: invert(22%) sepia(81%) saturate(2826%) hue-rotate(342deg) brightness(84%) contrast(104%);
    margin: 5px;
}

.ev-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    background: none;
    pointer-events: none;
    cursor: pointer;
}

.ev-input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    background: none;
    pointer-events: none;
    cursor: pointer;
}


form#custom-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
}

.ev-input[type="submit"] {
    align-self: flex-end;
}


/* Estilo do Formulário */
.ev-form {
    width: 100%;
    display: inline-grid;
    /*gap: 24px;*/
}

.ev-form-row-vertical {
    /*gap: 8px;*/
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 94px; /*sofreu alteração: 02/09/2024. Foi reduzido 2px para ficar com o tamanho exato de 32px entre uma linha e outra no form*/
}


.ev-form-row-horizontal {
    width: 100%;
    display: flex;
    /*gap: 32px;*/
    /*align-items: center;*/
    justify-content: space-between
}

.ev-form-dual-orientation {
    margin-top: 24px;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 96px;
}

.ev-mb-8 {
    margin-bottom: 8px;
}

.ev-mb-24 {
    margin-bottom: 24px;
}

.ev-form-label {
    color: #393939;
    text-align: left;
    /*font-size: 16px;*/
    font-size: 14px;
    display: inline-flex;
    margin-bottom: 8px;
}

.k-input-inner {
    height: 40px;
}

.k-floating-label-container {
    margin-bottom: 8px !important;
}


/* Style for the form submission button */
.ev-form .ev-form-submit {
    width: 143px;
    height: 40px;
    padding: 0px 64px 0px 16px;
    background-color: #0f62fe;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    line-height: 18px;
    letter-spacing: 0.16px;
}

/* Hover state for the form submission button */
.ev-form .ev-form-submit:hover {
    background-color: #0353e9;
    box-sizing: border-box;
    color: #ffffff;
}

/* Active state for the form submission button */
.ev-form .ev-form-submit:active {
    background-color: #002d9c;
    box-sizing: border-box;
    color: #ffffff;
}


.ev-form-btn-action {
    margin-top: 48px;
    margin-bottom: 48px;

}


.ev-breadcrumb {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.ev-breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.ev-breadcrumb li {
    margin-right: 1rem;
    position: relative;
}

.ev-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 1rem;
}

.ev-breadcrumb a {
    text-decoration: none;
    color: #0f62fe; /* Cor padrão do link no Carbon */
    transition: color 0.3s ease;
}

.ev-breadcrumb a:hover {
    color: #0043ce; /* Cor de hover padrão do Carbon */
}


/*scrool
 */

/* Estiliza a barra de rolagem toda (track) */
::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem */
}

/* Estiliza a parte da barra de rolagem que não é o botão (thumb) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo da track */
}

/* Estiliza o botão de rolagem (thumb) */
::-webkit-scrollbar-thumb {
    background: #888; /* Cor de fundo do thumb */
}

/* Estiliza o estado hover do botão de rolagem (thumb) */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor de fundo do thumb quando hover */
}


/* Telas até 450px ou seja Celular */
@media (max-width: 450px) {

}

/* Tablet normal ou celular deitado - pq quase tudo notebook é acima de 1200px */
@media (max-width: 1000px) {
    .ev-form-label {
        font-size: 14px !important;
    }
}

/* Notebook e tablet com alta resolução que dá no mesmo */
@media (min-width: 1000px) {

}

/* Celular virado de lado  */
@media (max-width: 600px) {

    .ev-form-label {
        font-size: 14px !important;
    }

    .ev-form-row-horizontal {
        flex-direction: column;
    }

}

/* Tablet virado de lado */
@media (min-width: 600px) {

}


/* *************************** NAVBAR E SADEBAR ****************************** */


ev-sidebar {
    width: 60px;
    height: 100vh;
    background-color: #262626;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0 90px;
    box-shadow: 0 0 10px 2px rgb(45 45 49 / 50%);
    transition: width 0.3s ease;
    /*border-right: solid 1px #2b2b2b17;*/
}

.ev-high-contrast ev-sidebar {
    background-color: rgb(38, 38, 38);
    color: #ffffff;
}

.ev-high-contrast ev-menu-item:hover {
    background-color: #6f6f6f;
}

ev-menu-item.dropdown::after {
    content: "\203A";
    position: absolute;
    right: 10px;
    display: none;
    font-size: 24px;
}

.ev-sidebar-expanded ev-menu-item.dropdown::after {
    display: block !important;
}

ev-sidebar-content ev-menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
}

ev-sidebar-content ev-menu-item {
    padding: 0.75rem 15px 0.75rem 19px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: width 0.3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c6c6c6;
    font-weight: 600;
    box-sizing: border-box;
}

ev-sidebar-content ev-menu-item:hover {
    background-color: rgb(93 93 93);
    color: #f4f4f4;
}

ev-sidebar-content ev-menu-item ev-icon {
    filter: invert(1);
    margin-right: 0.5rem;
}

ev-sidebar-content {
    border-bottom: 1px solid #5b5a5a;
}

ev-sidebar-content ev-menu-item span {
    line-height: 25px;
    transition: opacity 0.5s;
    opacity: 1;
    max-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 2px;
}

ev-sidebar-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 25px;
}


ev-navbar {
    z-index: 9999;
    left: 0;
    background: #161616;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    transition: left .3s ease;
    align-items: stretch !important;
}

ev-navbar-content {
    padding: 10px 16px 10px 11px;
    align-items: stretch !important;
    justify-content: space-between !important;
    display: flex !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

ev-navbar-togle {
    margin-right: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.ev-high-contrast ev-navbar-togle img {
    filter: invert(0);
    /*margin: 0;*/
}


.ev-sidebar-minimized ev-menu-item span {
    /*display: none !important;*/
    /*opacity: 0 !important;;*/
    transition: opacity 1.5s;
}

ev-menu-item span {
    opacity: 1;
    transition: opacity 1.5s;
    font-size: 14px;
    /*font-size: 16px;*/
    letter-spacing: 0.4px;
}


.ev-sidebar-minimized {
    width: 60px;
}

.ev-sidebar-expanded {
    width: 250px !important;
}

/* Estilos específicos para dispositivos móveis */
.ev-sidebar-mobile {
    width: 0;
    overflow: auto;
    transition: width 0.3s ease;
}

.ev-sidebar-expanded-mobile {
    width: 250px;

}

.ev-sidebar-minimized-mobile {
    width: 0px;
}

ev-navbar-logo {
    margin-left: 8px;
}

ev-navbar-logo img {
    height: 25px !important;
}

ev-navbar-nav {
    display: flex;
}

ev-btn-notification {
    margin: 0 10px 0 5px;
}

ev-navbar-nav ev-btn-dropdown button img,
ev-navbar-nav ev-notification button img,
ev-navbar-nav ev-btn-search button img {
    height: 30px !important;
}

ev-navbar-nav ev-btn-dropdown ev-separator {
    border-bottom: 1px solid #4f4f4f;
}

ev-navbar-nav ev-btn-dropdown ul {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 0;
    margin: 0;
    background-color: #262626;
    box-shadow: #85858570 0px 6px 9px 0px;
    min-width: 230px;
    list-style: none;
    color: rgb(255, 255, 255);
}

ev-navbar-nav ev-btn-dropdown li {
    padding: 10px 30px;
    cursor: pointer;
}

ev-navbar-nav ev-btn-dropdown li:hover {
    background-color: rgb(93 93 93);
    color: #000;
}

ev-btn-dropdown button,
ev-notification button,
ev-btn-search button {
    padding: 0;
    margin: 0;
    border: 0;
}

ev-navbar-nav ev-btn-search input {
    background-color: #262626 !important;
    height: 30px !important;
    padding: 0 10px 0 15px !important;
    border: 0 !important;
    color: #f4f4f4 !important;
    margin-right: 15px !important;
}

ev-navbar-nav ev-btn-search input::placeholder {
    color: #c6c6c6 !important;
}

ev-navbar-nav ev-btn-search input:focus {
    outline: 2px solid var(--cds-focus, #f4f4f4) !important;
}

/* Estilos para o submenu flutuante */
.submenu-float {
    display: block;
    position: absolute;
    background-color: #262626;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    width: 250px;
    transition: left 0.6s ease;
    padding: 8px 0 8px 0;
    max-height: 500px;
    overflow-y: auto;
}

.submenu-float p {
    padding-left: 16px;
    padding-right: 0;
    margin: 0;
}

.submenu-float ev-icon {
    filter: invert(1);
}

.ev-high-contrast .submenu-float ev-icon {
    filter: invert(0);
}

.submenu-item {
    padding: 5px 10px;
    cursor: pointer;
    min-height: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu-item p {
    color: #c6c6c6;
    font-weight: 600;
}

.submenu-item:hover {
    background-color: rgb(93 93 93);
    color: #f4f4f4;
}

.menu-item-selecionado {
    background-color: rgb(93 93 93);
    color: #f4f4f4;
}

/* Exibir o submenu flutuante quando o mouse está sobre o item do menu */
.ev-sidebar-content ev-menu-item:hover + .submenu-float {
    display: block; /* Faz com que o submenu apareça */
}

#all-submenus-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/**********************/

ev-user-info {
    display: flex;
}

ev-user-info h3 {
    margin: 0;
    color: #c6c6c6;
}

ev-user-info span {
    color: #c6c6c6;
}

ev-user-info:hover h3, ev-user-info:hover span {
    color: #f4f4f4;
}

ev-user-info img {
    height: 40px !important;
    margin-right: 15px !important;
}

ev-user-info ev-icon {
    filter: invert(1);
}

.ev-high-contrast ev-user-info img {
    filter: invert(0);
}

ev-user-info div {
    line-height: 100%;
}

ev-user-buttons {
    line-height: 40px;
}

.icon-white {
    filter: invert(1);
}

ev-separator {
    display: block;
    height: 1px;
    border-bottom: 1px solid #4f4f4f;
    margin-top: 0.5rem !important;
    width: 100%;
    margin: 0 0 15px;
}


ev-card {
    display: grid;
    padding: 15px 20px;
    background-color: #fff;
}

.ev-high-contrast ev-card {
    background-color: #262626;
}

ev-card-body {
    display: grid;
}

ev-card-footer {
    display: grid;
    margin: 27px 0 27px;
}

ev-card-header {
    margin-bottom: 15px;
}

ev-card-title {
    font-size: 24px;
}

.ev-title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
}

.ev-title-18 {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
}

.ev .mt-32 {
    margin-top: 32px;
}

.ev .mt-40 {
    margin-top: 40px;
}

.ev .mt-10 {
    margin-top: 10px !important;
}

.example-field {
    margin-left: 18px;
}

.search-mobile {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    min-height: 50px;
    z-index: 9999;
}

.search-mobile input {
    width: 100%;
    min-height: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.search-mobile input:focus {
    outline: 0 0 2px solid var(--cds-focus, #f4f4f4) !important;
}

.spinner-container {
    position: fixed;
    align-content: center;
    text-align: -webkit-center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999; /* Garantir que fique acima de outros conteúdos */
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #09f; /* Cor da parte do spinner que estará visível */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

/* EV-GRID */
.ev-table-toolbar {
    display: flex;
    justify-content: end;
    background-color: #f4f4f4;
}

.ev-table-toolbar input {
    width: 100%;
    height: 48px;
    border: none;
}

.ev-table-toolbar ev-btn-icon {
    margin: 0;
}

/* END EV-GRID*/


/* EV-PROGRESS */
ev-progress {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
    height: 5px;
    /*border-radius: 5px;*/
    margin-bottom: 16px;
    margin-top: 16px;
}

ev-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #007bff;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 20px 20px; /* Ajuste o tamanho das listras conforme necessário */
    animation: progressAnimation 2s linear infinite; /* Adiciona a animação */
}


/* TOOLTIP */
[evTooltip] {
    position: relative; /* opinion 1 */
}

[evTooltip]::before,
[evTooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[evTooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[evTooltip]::after {
    content: attr(evTooltip);

    font-family: Helvetica, sans-serif;
    text-align: center;

    /*min-width: 100%;*/
    /*max-width: 100%;*/
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[evTooltip][evtooltiplinebreak="true"]::after {
    white-space: normal;
    min-width: 100%;
    max-width: 100%;
}

[evTooltip]:hover::before,
[evTooltip]:hover::after {
    display: block;
}

[evTooltip='']::before,
[evTooltip='']::after {
    display: none !important;
}

/* evTooltipDirection: UP */
[evTooltip]:not([evTooltipDirection])::before,
[evTooltip][evTooltipDirection^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[evTooltip]:not([evTooltipDirection])::after,
[evTooltip][evTooltipDirection^="up"]::after {
    bottom: calc(100% + 5px);
}

[evTooltip]:not([evTooltipDirection])::before,
[evTooltip]:not([evTooltipDirection])::after,
[evTooltip][evTooltipDirection^="up"]::before,
[evTooltip][evTooltipDirection^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* evTooltipDirection: DOWN */
[evTooltip][evTooltipDirection^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[evTooltip][evTooltipDirection^="down"]::after {
    top: calc(100% + 5px);
}

[evTooltip][evTooltipDirection^="down"]::before,
[evTooltip][evTooltipDirection^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* evTooltipDirection: LEFT */
[evTooltip][evTooltipDirection^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[evTooltip][evTooltipDirection^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* evTooltipDirection: RIGHT */
[evTooltip][evTooltipDirection^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[evTooltip][evTooltipDirection^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[evTooltip]:not([evTooltipDirection]):hover::before,
[evTooltip]:not([evTooltipDirection]):hover::after,
[evTooltip][evTooltipDirection^="up"]:hover::before,
[evTooltip][evTooltipDirection^="up"]:hover::after,
[evTooltip][evTooltipDirection^="down"]:hover::before,
[evTooltip][evTooltipDirection^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[evTooltip][evTooltipDirection^="left"]:hover::before,
[evTooltip][evTooltipDirection^="left"]:hover::after,
[evTooltip][evTooltipDirection^="right"]:hover::before,
[evTooltip][evTooltipDirection^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* END TOOLTIP */

/* EV-CARD-GRID */
ev-card-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

@media (min-width: 768px) {
    ev-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    ev-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

ev-card-grid ev-card {
    background-color: #f4f4f4;
    padding: 16px;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

ev-card-grid ev-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: #e8e8e8;
}

ev-card-grid ev-card ev-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

ev-card-grid ev-card ev-card-description {
    color: #4b5563;
    margin-bottom: 16px;
    min-height: 21px;
}

ev-card-grid ev-card ev-card-actions {
    /*float: right;*/
    margin-top: auto;
    /*margin-left: auto;*/
}

ev-card-grid ev-card ev-card-actions ev-btn-icon {
    width: 100%;
    padding: 0 !important;
}

ev-card-grid ev-card ev-card-actions ev-btn-icon label {
    color: #000000 !important;
    font-weight: 300;
    font-size: 12px;
}

ev-card-grid ev-card ev-card-actions ev-btn-icon:hover {
    background-color: transparent !important;
}

ev-card-grid ev-card ev-card-actions ev-btn-icon .ev-icon-color-default {
    filter: invert(0);
    margin-left: auto;
}

/* END EV-CARD-GRID */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.click-effect {
    animation: clickAnimation 0.5s;
}

@keyframes clickAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Ajuste a escala conforme necessário */
    }
    100% {
        transform: scale(1);
    }
}

/** EV GRID EDITABLE **/
ev-grid-editable {
    display: block;
}

.ev-editable-table tbody .ev-input {
    width: 100%;
}

.ev-editable-table-action {
    background-color: #f4f4f4;
    margin-top: 8px;
    display: flex;
}

.ev-editable-table-action ev-btn-icon {
    width: 50%;
    border-top: 0;
    border: 1px solid #e3e3e3;
}

.ev-editable-table-action ev-btn-icon img {
    margin-left: auto;
    margin-right: auto;
    filter: invert(0);
}

.ev-editable-table-action ev-btn-icon .ev-btn-label {
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

.selected-row {
    background-color: #e0e0e0; /* Cor de fundo para destacar */
}

/** END EV GRID EDITABLE **/

.ev-line {
    width: 100%;
    padding: 0;
    border: 0;
    border-top: 1px solid #8d8d8d;
    margin: 24px 0;
}

/** EV PASSWORD INDICATOR **/

.ev-password-indicator {
    background-color: #393939;
    color: #ffffff;
    padding: 16px;
    position: absolute;
    margin-top: 10px;
    max-width: 256px;
    right: 0;
    z-index: 1;
    font-size: 16px;
    display: grid;
    gap: 10px;
}

.ev-password-indicator .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #393939;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.ev-password-indicator .ev-password-tooltip-item {
    display: inline-flex;
}

.ev-password-indicator .ev-password-tooltip-tip {
    font-size: 14px;
    margin-left: 27px;
    color: #e5e5e5;
}

.ev-password-indicator icon {
    margin-right: 8px;
}

.ev-password-indicator .password-check {
    filter: invert(72%) sepia(9%) saturate(3061%) hue-rotate(83deg) brightness(91%) contrast(75%);
}

.ev-password-indicator .password-cross {
    filter: invert(25%) sepia(72%) saturate(2786%) hue-rotate(340deg) brightness(83%) contrast(109%);
}

/** input visibility **/
.ev-input[ev-password-visibility] {
    width: 100%;
}

/* fake input*/
.ev-input-fake-container {
    position: relative;
}

.ev-input-fake-container ev-btn-icon {
    position: absolute;
    right: 0;
    /*display: none;*/
}

.ev-fk-label {
    width: 135px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #393939;
    text-align: left;
    line-height: normal;
}

.ev-sp-fk {
    font-size: 14px;
    color: #161616;
    min-width: 220px;
    padding: 0px 16px 0px 16px;
}

.ev-fake-input {
    display: none;
    background-color: #f4f4f4;
    min-width: 220px;
    padding: 0px 16px 0px 16px;
    border-bottom: 1px solid #8d8d8d;
    box-sizing: border-box;
    color: #161616;
    text-align: left;
}

.ev-fake-input:focus {
    border: 2px solid #0f62fe;
    box-sizing: border-box;
}

.ev-fk-hidden-span {
    visibility: hidden;
}

.float-end {
    justify-self: flex-end;
}

ev-card {
    margin-bottom: 24px;
}

.ev-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    /*gap: 16px;*/
}

.ev-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.ev-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.ev-col-3 {
    flex: 0 0 auto;
    width: 25%
}

.ev-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.ev-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.ev-col-6 {
    flex: 0 0 auto;
    width: 50%
}

.ev-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.ev-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.ev-col-9 {
    flex: 0 0 auto;
    width: 75%
}

.ev-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.ev-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.ev-col-12 {
    flex: 0 0 auto;
    width: 100%
}


/*SELECT PADRAO*/
.ev-custom-select {
    position: relative;
    display: inline-block;
    user-select: none;
}

.ev-custom-select-trigger {
    display: block;
    padding: 10px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.ev-custom-select-trigger[disabled] {
    opacity: 50%;
    cursor: default;
}

.ev-custom-select-trigger icon {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.ev-custom-options {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
}

.ev-custom-options > .ev-custom-option-items {
    max-height: 170px;
    overflow-y: auto;
}

.ev-custom-option {
    padding: 2px 40px 2px 16px;
    cursor: pointer;
    background-color: #f3f3f3;
    min-height: 40px;
    text-align: left;
    line-height: normal;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #e0e0e0;
}

.ev-custom-option:hover {
    background-color: #e5e5e5;
    box-sizing: border-box;
    color: #161616;
}

.ev-custom-select.open .ev-custom-options {
    display: block;
}

.ev-custom-select-search {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

/*** tagsinput ***/

.ev-tagsinput {
    position: relative;
    background-color: #f4f4f4;
    border-bottom-color: rgb(141, 141, 141);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(22, 22, 22);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(22, 22, 22);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(22, 22, 22);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(22, 22, 22);
    cursor: text;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variation-settings: normal;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: -2px;
    outline-style: solid;
    outline-width: 2px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    min-height: 40px;
}

.ev-tag-suggestions-box {
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    width: 100%;
}

.ev-tag-suggestions-box:empty {
    display: none;
}

.ev-tag-suggestion-item {
    padding: 5px;
    cursor: pointer;
}

.ev-tag-suggestion-item:hover {
    background-color: #f0f0f0;
}


.tags-input-container input {
    border: none;
    outline: none;
    flex-grow: 1;
    background-color: transparent;
    box-sizing: border-box;
}

.tag {
    background-color: #007bff;
    color: white;
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    display: flex;
    align-items: center;
}

.tag button {
    background: none;
    border: none;
    color: white;
    margin-left: 5px;
    cursor: pointer;
}

.ev-high-contrast .ev-tagsinput {
    background-color: #393939;
}

.tag-close {
    cursor: pointer;
    margin-left: 8px;
}

/*ev-dropdown*/
ev-dropdown {
    width: 100%;
}

ev-dropdown[auto-label="true"] {
    width: auto !important;
    flex: 1 1 auto;
    max-width: fit-content;
}

ev-dropdown .ev-dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    position: absolute;
    max-width: 400px;
    min-width: 250px;
    width: auto;
    box-shadow: #9c9c9c8f 1px 2px 5px 0;
    max-height: 160px;
    overflow-y: auto;
}

/* Estilos para a barra de rolagem */
ev-dropdown .ev-dropdown-menu::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem */
}

ev-dropdown .ev-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}

/* Estilos para navegadores que suportam o padrão recente */
ev-dropdown .ev-dropdown-menu {
    scrollbar-color: #c5c5c5 transparent;
    z-index: 1;
}

ev-dropdown ev-btn-icon[type="ghost"] {
    border-bottom: 1px solid #8f8f8f;
    background-color: #f4f4f4;
    width: 100%;
}

ev-dropdown ev-btn-icon:hover {
    background-color: #e8e8e8;
}

ev-dropdown .ev-btn-icon-ghost > .ev-btn-label {
    color: #161616 !important;
}

ev-dropdown .ev-btn-icon-ghost > .ev-btn-label:hover {
    color: #161616;
}

ev-dropdown[size="small"] ev-btn-icon label {
    font-size: 12px !important;
}

ev-dropdown .ev-dropdown-menu li {
    padding: 0 32px 0 16px;
    align-content: center;
    cursor: pointer;
}

ev-dropdown[size="normal"] .ev-dropdown-menu li {
    height: 40px;
}

ev-dropdown[size="small"] .ev-dropdown-menu li {
    height: 30px;
}

ev-dropdown .ev-dropdown-menu li:hover {
    background-color: #e8e8e8;
}

ev-dropdown .ev-dropdown-menu li a {
    color: #161616;
}

ev-dropdown .ev-dropdown-menu li .icon-item-selected {
    float: right;
    margin-right: -16px;
}

ev-dropdown .ev-btn-icon-ghost:hover > img {
    filter: invert(0%) sepia(13%) saturate(407%) hue-rotate(324deg) brightness(99%) contrast(83%);
}

ev-dropdown .ev-btn-icon-ghost > img {
    filter: invert(0%) sepia(13%) saturate(407%) hue-rotate(324deg) brightness(99%) contrast(83%);
}

.ev-high-contrast ev-dropdown .ev-dropdown-menu {
    background-color: #393939;
}

.ev-high-contrast ev-dropdown ev-btn-icon {
    background-color: #393939;
}

.ev-high-contrast ev-dropdown .ev-btn-icon-ghost > .ev-btn-label {
    color: #c6c6c6 !important;
}

.ev-high-contrast ev-dropdown .ev-dropdown-menu li a {
    color: #c6c6c6
}

.ev-high-contrast ev-dropdown .ev-dropdown-menu li .icon-item-selected {
    filter: invert(0);
}

.ev-high-contrast ev-dropdown .ev-btn-icon-ghost:hover > img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(296deg) brightness(103%) contrast(102%);
}

.ev-high-contrast ev-dropdown .ev-btn-icon-ghost > img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(296deg) brightness(103%) contrast(102%);
}

.ev-high-contrast ev-dropdown .ev-dropdown-menu li:hover {
    background-color: #6f6f6f;
}

/*end ev-dropdown*/

/* EV BADGE */
.ev-badge {
    max-width: fit-content;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.ev-badge-primary {
    background-color: #4589ff;
}

.ev-badge-secondary {
    background-color: #8d8d8d;
}

.ev-badge-success {
    background-color: #42be65;
}

.ev-badge-warning {
    background-color: #f1c21b;
    color: #161616;
}

.ev-badge-danger {
    background-color: #fa4d56;
}

.ev-badge-purple {
    background-color: #a56eff;
}

.ev-badge-orange {
    background-color: #ff832b;
}

.ev-badge-info {
    background-color: #c9deff;
    color: #054ada
}

/* END ev-badge */

/* ev-link */
.ev-link {
    text-decoration: underline;
    color: #0f62fe;
}

.ev-link:hover {
    color: #002d9c;
    text-decoration: underline;
}

/* EV-TOAST-BLOCK */
.ev-toast-white {
    /* Estilos básicos para o toast */
    background-color: #fff;
    border-left: 3px solid #007bff; /* Borda azul à esquerda */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 13px;
    z-index: 99999;
    margin-bottom: 8px;
}

.ev-toast-contrast {
    /* Estilos básicos para o toast */
    background-color: #393939;
    border-left: 3px solid #007bff; /* Borda azul à esquerda */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 13px;
    z-index: 99999;
    margin-bottom: 8px;
    color: #fff;
}

.ev-toast-small {
    width: 330px;
}

.ev-toast-medium {
    width: 530px;
}

.ev-toast-large {
    width: 100%;
}

.ev-toast-header {
    /* Estilos para o cabeçalho do toast */
    display: flex;
    margin-bottom: 10px;
}

.ev-toast-title {
    /* Estilos para o título do toast */
    font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
}

.ev-toast-message {
    font-size: 14px;
    margin-left: 16px;
    padding-bottom: 23px;
}

.ev-toast-body {
    /* Estilos para o corpo do toast */
    font-size: 14px;
    display: grid;
}

.ev-toast-footer {
    /* Estilos para o rodapé do toast */
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
    margin-top: 10px;
    margin-left: 36px
}

.ev-toast-small .ev-toast-footer ev-btn-icon {
    width: 40%;
}

.ev-toast-medium .ev-toast-footer ev-btn-icon {
    width: 20%;
}

.ev-toast-large .ev-toast-footer ev-btn-icon {
    width: 30%;
}

.ev-close-toast ev-btn-icon {
    /* Estilos para o botão de fechar */
    position: absolute;
    right: 0;
    top: 0;
}

.ev-toast-white .ev-close-toast ev-btn-icon img {
    filter: invert(0);
}

.ev-toast-contrast .ev-close-toast ev-btn-icon img {
    filter: invert(1);
}

/* Estilos para status */
.ev-toast-success {
    border-left-color: #42be65;
}

.ev-toast-error {
    border-left-color: #fa4d56;
}

.ev-toast-warning {
    border-left-color: #f1c21b;
}

.ev-toast-info {
    border-left-color: #4589ff;
}

/* Estilos para icon */
.ev-toast-success icon img {
    filter: invert(59%) sepia(60%) saturate(483%) hue-rotate(84deg) brightness(97%) contrast(82%);
}

.ev-toast-error icon img {
    filter: invert(44%) sepia(75%) saturate(3890%) hue-rotate(330deg) brightness(102%) contrast(96%);
}

.ev-toast-warning icon img {
    filter: invert(65%) sepia(95%) saturate(396%) hue-rotate(4deg) brightness(102%) contrast(95%);
}

.ev-toast-info icon img {
    filter: invert(39%) sepia(72%) saturate(1416%) hue-rotate(204deg) brightness(107%) contrast(101%);
}

/* END EV TOAST */
.ev-input[disabled], select[disabled] {
    opacity: 50%;
}

/* EV-BTN-GROUP */
ev-btn-group > ev-btn-icon {
    margin: 0 0 !important;
}

ev-btn-group > ev-btn-icon[active] {
    background-color: #161616;
}

ev-btn-group > ev-btn-icon[active]:hover {
    background-color: #161616;
}

ev-btn-group > ev-btn-icon[active] label {
    color: #ffffff !important;
}

ev-btn-group > ev-btn-icon label {
    color: #161616 !important;
}

/* EV-ACCORDION */
.ev-accordion {
    display: grid;
    gap: 10px;
}

.ev-accordion-header {
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #6A6D6F3A;
    height: 34px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

.ev-accordion-header:hover {
    background-color: #e5e5e5;
}

.ev-accordion-header {
    color: #161616 !important;
}

.ev-accordion-header img, .ev-accordion-header:hover img {
    filter: invert(0);
}

.ev-accordion-body {
    display: none;
    width: 100%;
    background-color: #ffffff;
    padding: 16px;
    box-sizing: border-box;
}

.ev-accordion-item.active .ev-accordion-body {
    display: block;
}

.ev-accordion-item.active > .ev-accordion-header > icon {
    transform: rotate(180deg);
}

/*ev-skeleton*/
.ev-skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    /*display: inline-block;*/
    position: relative;
    overflow: hidden;
}

.ev-skeleton .ev-copy-icon {
    display: none;
}

.ev-skeleton span {
    display: contents;
    width: 100%;
}

/* Ocultar o conteúdo de texto enquanto o skeleton está ativo */
.ev-skeleton,
.ev-skeleton-text {
    color: transparent; /* Oculta o texto */
    user-select: none; /* Impede a seleção de texto */
}

.ev-skeleton::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.5s infinite;
}

.ev-skeleton-text {
    width: 80%;
    height: 1em;
    margin: 0.5em 0;
}

/* Aplica estilos ao .ev-row somente se um de seus filhos .ev-col-* tiver a classe 'skeleton' */

.ev-row > .ev-col-1.ev-skeleton,
.ev-row > .ev-col-2.ev-skeleton,
.ev-row > .ev-col-3.ev-skeleton,
.ev-row > .ev-col-4.ev-skeleton,
.ev-row > .ev-col-5.ev-skeleton,
.ev-row > .ev-col-6.ev-skeleton,
.ev-row > .ev-col-7.ev-skeleton,
.ev-row > .ev-col-8.ev-skeleton,
.ev-row > .ev-col-9.ev-skeleton,
.ev-row > .ev-col-10.ev-skeleton,
.ev-row > .ev-col-11.ev-skeleton,
.ev-row > .ev-col-12.ev-skeleton {
    flex: 1;
}

/* Aplica estilos aos elementos de texto dentro de colunas skeleton */
.ev-row > .ev-col-1.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-2.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-3.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-4.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-5.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-6.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-7.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-8.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-9.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-10.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-11.ev-skeleton .ev-skeleton-text,
.ev-row > .ev-col-12.ev-skeleton .ev-skeleton-text {
    width: 100%;
}

.ev-row:has(.ev-skeleton) {
    gap: 16px;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* ev-filter-search */
.ev-filter-search {
    margin-top: 8px;
    padding: 32px 16px;
    background-color: #ffffff;
    display: none;
    box-shadow: #00000042 0 3px 3px 0;
}

.ev-filter-search .ev-custom-select {
    width: 100%;
}

.ev-filter-search .ev-row .ev-col-1,
.ev-filter-search .ev-row .ev-col-2,
.ev-filter-search .ev-row .ev-col-3,
.ev-filter-search .ev-row .ev-col-4,
.ev-filter-search .ev-row .ev-col-5,
.ev-filter-search .ev-row .ev-col-6,
.ev-filter-search .ev-row .ev-col-7,
.ev-filter-search .ev-row .ev-col-8,
.ev-filter-search .ev-row .ev-col-9,
.ev-filter-search .ev-row .ev-col-10,
.ev-filter-search .ev-row .ev-col-11,
.ev-filter-search .ev-row .ev-col-12 {
    padding: 0 8px;
}

.ev-filter-search-actions {
    display: flex;
    gap: 16px;
    padding: 0 8px;
    margin-top: 48px;
}

.ev-filter-search-body .ev-form-row-vertical {
    min-height: auto;
}

/* Forma de dispor os inputs em um form de maneira dinamica
    02/09/2024
*/
.ev-row-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 0; /* Espaçamento de 20px entre as linhas */
    column-gap: 32px;
}

.ev-mobile .ev-row-form {
    column-gap: 16px;
}

.ev-col-form-1 {
    grid-column: span 1;
}

.ev-col-form-2 {
    grid-column: span 2;
}

.ev-col-form-3 {
    grid-column: span 3;
}

.ev-col-form-4 {
    grid-column: span 4;
}

.ev-col-form-5 {
    grid-column: span 5;
}

.ev-col-form-6 {
    grid-column: span 6;
}

.ev-col-form-7 {
    grid-column: span 7;
}

.ev-col-form-8 {
    grid-column: span 8;
}

.ev-col-form-9 {
    grid-column: span 9;
}

.ev-col-form-10 {
    grid-column: span 10;
}

.ev-col-form-11 {
    grid-column: span 11;
}

.ev-col-form-12 {
    grid-column: span 12;
}

/** EV-ACCORDION-CARD **/
ev-accordion-card {
    display: grid;
    row-gap: 16px;
}

ev-accordion-card ev-accordion-card-item, ev-accordion-card[type="normal"] ev-accordion-card-item {
    background-color: #ffffff;
}

ev-accordion-card[type="dark"] ev-accordion-card-item {
    background-color: #161616;
    color: #ffff;
}

ev-accordion-card-item {
    border-left: 3px solid #0f62fe;
    padding: 16px;
    display: grid;
    gap: 24px;
}

ev-accordion-card-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ev-accordion-card-item-title icon {
    margin-right: 8px;
}

ev-accordion-card-item-title span {
    font-size: 18px;
    font-weight: 500;
}

ev-accordion-card-item-title div {
    display: flex;
    align-items: center;
}

ev-accordion-card-item-body {
    display: none;
}

ev-accordion-card-item-actions {
    display: block;
    margin-top: 48px;
}

.accordion-data-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 400px;
}

.accordion-data-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.accordion-data-row strong {
    width: 100%;
}

.accordion-data-row span {
    width: 100%;
}

@media screen and (max-width: 792px) {
    .accordion-data-container {
        width: 300px;
    }
}


/** EV-COPY **/
.ev-copy-icon {
    margin-left: 8px;
}

.ev-copy-icon:hover {
    opacity: 0.5;
}


/* EV-comments  */
.ev-comments {
    overflow-y: scroll;
    height: 287px;
    max-height: 287px;
    margin-bottom: 16px;
    display: grid;
    gap: 16px;
}

.ev-comments .ev-comments-item {
    border-bottom: 1px solid #8d8d8d;
}

.ev-comments .ev-comment-header {
    margin-bottom: 8px;
}

.ev-comments .ev-comment-header .ev-comment-autor {
    font-size: 14px;
}

.ev-comments .ev-comment-header .ev-comment-date {
    font-size: 12px;
    margin-left: 8px;
}

.ev-comments .ev-comment-caption {
    font-size: 12px;
    margin-bottom: 8px;
}

.ev-comments .ev-comment-caption strong {
    margin-right: 16px;
}

.ev-comments .ev-comment-body {
    margin-bottom: 16px;
}

/*ev-card-flow*/
.ev-card-flow-father {
    /*classe para cobrir todos os cards*/
    flex-wrap: wrap;
    gap: 16px;
}

.ev-mobile .ev-card-flow-father {
    /*classe para cobrir todos os cards*/
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
}

.ev-card-flow-container {
    flex: 1 1 302px;
    min-width: 302px;
    max-width: 302px;
    height: 338px;
    border: 1px solid #ddd;
    overflow: hidden;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

.ev-card-flow-container:hover {
    border: 2px solid #0f62fe;
    border-top: none;
    box-sizing: border-box;
    opacity: 0.85;
    box-sizing: border-box;
}

.ev-card-flow-header {
    background-color: #0033FF; /* azul como na imagem */
    width: 100%;
    height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ev-card-flow-content {
    width: 100% s;
    height: 168px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    box-sizing: border-box;
}

.ev-card-flow-data {
    padding: 16px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ev-card-flow-title {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    font-weight: 650;
    color: #161616;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}

.ev-card-flow-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    color: #595959;
    text-align: left;
    line-height: 18px;
    letter-spacing: 0.16px;
}

.ev-card-flow-price {
    font-size: 20px;
    color: #161616;
    margin-bottom: 8px;
    text-align: left;
    line-height: 26px;
}

.ev-card-flow-button {
    width: 64px;
    height: 24px;
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    border-radius: 24px;
    background-color: #c0e6ff;
    color: #325c80;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0.32px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Media Query para dispositivos móveis */
@media (max-width: 600px) {
    .ev-card-flow-container {
        width: 100%;
    }

    .ev-card-flow-header {
        width: 100%;
    }

    .ev-card-flow-content {
        width: 100%;
    }

}


.ev-card-flow-extend-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #ddd;
    padding: 16px 16px 32px 16px;
    font-family: Arial, sans-serif;
    background-color: white;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.ev-card-flow-extend-container:hover {
    border: 2px solid #0f62fe;
    box-sizing: border-box;
}

.ev-card-flow-extend-second-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ev-card-flow-extend-info {
    display: flex;
    flex-direction: column;
}

.ev-card-flow-extend-title {
    font-size: 16px;
    font-weight: 650;
    color: #161616;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}

.ev-card-flow-extend-subtitle {
    font-size: 14px;
    color: #595959;
    margin-bottom: 32px;
    text-align: left;
    line-height: 18px;
    letter-spacing: 0.16px;
}

.ev-card-flow-extend-price {
    font-size: 20px;
    color: #161616;
    margin-bottom: 16px;
    text-align: left;
    line-height: 26px;
}

.ev-card-flow-extend-button {
    width: 64px;
    height: 24px;
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    border-radius: 24px;
    background-color: #c0e6ff;
    color: #325c80;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0.32px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ev-card-flow-extend-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ev-card-flow-extend-link {
    color: #007bff;
    font-size: 0.9rem;
    margin-top: 16px;
}

.ev-card-flow-extend-link:hover {
    text-decoration: underline;
}

/*placeholder add pelo marco 09/09/2024*/
.placeholder {
    background-color: #f0f0f0;
    /*border-radius: 4px;*/
    /*margin-bottom: 10px;*/
    position: relative;
    overflow: hidden;
}

.placeholder::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.placeholder-text {
    height: 20px;
    width: 100%;
}

.placeholder-div-50 {
    height: 50px;
    width: 100%;
}

.placeholder-avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.placeholder-line {
    height: 10px;
    width: 100%;
}

.filter-info {

    position: absolute;
    border-radius: 10px;
    margin: -5px;
    color: #fff;
    padding: 5px;
}


/*paleta de cores*/
.ev-color-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.ev-color-trigger input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2; /* Keeps the radio input above the span for capturing clicks */
}

.ev-color-trigger .ev-color-swatch {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgb(141, 141, 141);
    transition: border 0.3s;
    z-index: 1; /* Ensures the span is below the radio input */
}

.ev-color-selector-container {
    position: relative;
}

.ev-color-palette {
    display: none;
    position: absolute;
    top: -5px;
    left: 35px;
    /* transform: translateY(-50%); */
    /* transform: translate(25%, -265%); */
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    gap: 10px;
}

.ev-color-palette label {
    display: flex;
    margin: 0;
    cursor: pointer;
}

.ev-color-palette .ev-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border 0.3s;
}

.ev-color-palette input[type="radio"] {
    display: none;
}

.ev-color-palette input[type="radio"]:checked + .ev-color-swatch {
    border-color: #000;
}

.ev-color-trigger input[type="radio"]:checked ~ #ev-color-palette {
    display: flex;
}

/* Style adjustments for active and hover effects */
.ev-color-trigger:hover .ev-color-swatch,
.ev-color-palette .ev-color-swatch:hover {
    border-color: #8039e5;
}


@media (min-width: 992px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 30px
    }

    .docs-wrapper {
        padding-left: 265px
    }
}

@media (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
        padding: 0 15px
    }
}

/** EV-MOBILE-FLOAT-BUTTON **/
.ev-mobile-float-button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    background-color: #007bff;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: #9b9b9b59 0px 2px 5px 0px;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 1;
}

/* Efeito de clique */
.ev-mobile-float-button:active {
    transform: translateX(-50%) scale(0.95);
    box-shadow: #9b9b9b59 0px 1px 3px 0px;
}