body.active {
    overflow: hidden;
}

html,
body {
    background-color: var(--primary-color);
    overflow-x: hidden;
    font-family: "Montserrat";
    /* font-weight: 700; */
    color: #343233;
}

span {
    color: #4d4d4d;
}

/* a {
    display: block !important;
} */

#body-conten {
    width: 100%;
    background: #fff;
    min-height: 100vh;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    max-width: 1440px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 40px);
}

.contaner-content {
    display: flex !important;
    flex-wrap: wrap !important;
}

.item .contaner-content.align {}

.contaner-content.align {
    display: flex;
    align-items: center;
}

.cls-1 {
    filter: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.owl-stage-outer,
.owl-stage {
    display: flex;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots .owl-dot {
    border: 1px solid #fff;
    width: 12px;
    height: 14px;
    display: block;
    background: unset;
    border-radius: 50%;
    outline: none;
    margin-left: 6px;
}

.owl-dots .owl-dot.active {
    background: #fff;
}

.all-content {
    width: calc(100% - 250px);
    position: relative;
}

#body-conten {
    display: flex;
    justify-content: center;
    background: #F5F6FA;
}

#body-conten .content-page {
    /* max-width: 1440px; */
    width: calc(100% - 100px);
    overflow: hidden;
}

.menu-main {
    background: #FF6A39;
    display: block;
    padding: 20px 0;
    width: 100%;
    max-width: 250px;
}

.menu-main .logo {
    display: flex;
    justify-content: center;
}

.menu-main .logo svg {
    display: block;
    width: 100%;
    max-width: 150px;
}

.menu-main .logo svg path,
.menu-main .logo svg rect {
    fill: #fff;
}

.menu-main .itens-list {
    margin-top: 17px;
}

.menu-main .itens-list .item {
    /* margin-top: 3px; */
}

.menu-main .itens-list .item .icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.menu-main .itens-list .item .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.menu-main .itens-list .item a {
    text-decoration: none;
}

.menu-main .itens-list .item .title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background: #FF6A39;
    padding: 25px 23px;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menu-main .itens-list .item .list {
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    /* max-width: 150px; */
    transition: all 1s ease;
    background-color: #9b3920;
}

.menu-main .itens-list .item.active .list {
    max-height: 1000px;
    /* margin: 20px auto; */
    padding: 20px;
}

.menu-main .itens-list .item .list .item-list {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.menu-main .itens-list .item .list .item-list a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.header {
    justify-content: end;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 100px);
    max-width: 1440px;
    top: 0;
    background: #fff;
}

.header .open-menu {
    display: none;
}

.header .notifications {
    justify-content: end;
    padding: 10px 20px;
}

.header .notifications svg path {
    filter: none;
}

.header .profile {
    /* width: calc(30% - 17px); */
    width: auto !important;
    border: 1px solid #939496;
    border-top: none;
    border-bottom: none;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #6B6B6D;
    text-decoration: none;
}

.header .profile .imagem {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.header .profile .imagem img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.header .profile:hover .imagem img {
    transform: scale(1.1);
}

.header .close-buttom {
    width: calc(15% - 40px);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #6B6B6D;
    text-decoration: none;
}

.header .close-buttom .icon {
    margin-right: 15px;
}

.header .close-buttom .icon svg path {
    fill: #6B6B6D;
    filter: none;
}

.header .screen {
    margin-right: auto;
    font-size: 20px;
    text-transform: uppercase;
    color: #6B6B6D;
    font-weight: 700;
}

.header .screen svg {
    margin-right: 10px;
    width: 25px;
}

.header .screen svg path {
    fill: #6B6B6D;
    filter: none;
}

.header form input {
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #6B6B6D;
    text-transform: uppercase;
}

.header form input::placeholder {
    /* font-weight: 600; */
}

.img-suspended {
    width: 100%;
    max-width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Standard classes for forms */

a {
    text-decoration: none !important;
}

.btn-system-default {
    /* max-width: 200px; */
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 7px;
    color: #ffffff !important;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.8s ease;
    border: none !important;
    outline: none !important;
    font-weight: 700;
    text-align: center;
    /* display: block; */
}

.btn-system-default:hover {
    outline: none;
}

.btn-system-success {
    background-color: #3DBF3D;
}

.btn-system-success:hover {
    background-color: #008000;
}

.btn-system-update {
    background-color: #007bff !important;
}

.btn-system-cancel {
    background-color: #ff091b;
}

.btn-system-cancel:hover {
    background-color: #e50017;
    /* Altere esta cor para a desejada */
}

.btn-system-filter {
    background-color: #10bdc8;
}

.btn-system-reset {
    background-color: #939496;
}

.btn-system-edit {
    background-color: #939496;
    color: #fff;
}

.btn-system-edit {
    background-color: #939496;
    width: auto;
    max-width: 142px;
}

.btn-system-edit>a {
    color: #fff;
}

.btn-system-eye>a>svg {
    width: 40px;
    height: auto;
}

.input-select-default-system {
    margin-top: 5px;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #707070;
    outline: none;
}

.input-date-default-system {
    margin-top: 5px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #707070;
    outline: none;
}

.input-text-area-default {
    width: 39%;
    border-radius: 8px;
    overflow-y: scroll;
    height: 150px;
    outline: none;
}

.mensagem-expiracao {
    width: 100%;
    max-width: 700px;
    border: 1px solid #727376;
    border-radius: 5px;
    margin: 0 auto;
}

.mensagem-expiracao-conteudo {
    padding: 30px;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #727376;
}

.mensagem-expiracao>a {
    margin-left: 5px;
    color: #727376;
    font-weight: normal;
    text-decoration: none;
}

.mensagem-expiracao>a:hover {
    color: #383839;
}

.relative {
    position: relative;
}

.return-icon {
    width: 30px;
    color: #6B6B6D;
}

.input-file-default {
    display: flex;
}



.input-file-button-system {
    width: 148px;
    min-width: 148px;
    height: 26px;
    background-color: #e5e5e5;
    border: 1px solid #6B6B6D;
    /* padding-left    : 5px;
    padding-right   : 5px; */
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8rem;
}

.label-input-file-default span {
    margin-top: 3px;
    font-size: 0.9rem;
}

.input-file-button-system:hover {
    background-color: #C0C0C0;
}


/* ALERT-DEFAULT-SYSTEM */

#wrapper-alert-system {
    width: 100% !important;
    /* display        : flex !important; */
    justify-content: center !important;
}

#alert-default-system {
    width: 93% !important;
    margin-top: 30px !important;
    margin-bottom: initial !important;
}


/*===============================*/


/* loading dots */


/*===============================*/

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }

    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0, 0, 0, 0);
    }

    80%,
    100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}


/*===============================*/


/* loading dots */


/*===============================*/

.inputs {
    display: flex;
}

.inputs input {
    width: 93% !important;
}

.inputs .obrigatorio {
    color: red;
}

.button-listing-include {
    /* max-width: 260px !important; */
}


/*===============================*/


/* listing dashboard */


/*===============================*/

.links-home {
    color: #939496;
    font-size: 15px;
    margin-bottom: 0px;
}

.links-home:hover {
    color: #007bff;
    text-decoration: underline;
    margin-bottom: 0px;
}

.svg-home path {
    fill: #939496 !important;
}

.svg-home:hover path {
    fill: #007bff !important;
}

.aviso-formulario {
    font-weight: normal;
    color: #ff091b;
    padding-left: 8px;
}

/* MAVE */

.title.selected {
    background-color: #EF8218 !important;
    color: #FFFFFF !important;
}

.menu-main .logo svg path,
.menu-main .logo svg rect {
    /* fill: #EF8218 !important; */
}

.bi-eye {
    fill: #6B6B6D !important;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: caption;
    color: inherit
}

label {
    /* font: caption !important; */
    font-family: "Montserrat" !important;
    font-weight: normal !important;
}

/* BOTÕES */
.system-default-button {
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none !important;
    padding: 7px 14px;
    /* Ajuste para dar um espaçamento interno confortável */
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    text-align: center !important;
    display: inline-flex;
    /* Garante alinhamento interno consistente */
    align-items: center;
    /* Centraliza verticalmente o conteúdo */
    justify-content: center;
    /* Centraliza horizontalmente o conteúdo */
    box-sizing: border-box;
    /* Garante cálculo de tamanho uniforme */
    line-height: normal;
    /* Evita comportamento padrão diferente */
    text-decoration: none;
    /* Remove sublinhado do <a> */
    background-color: #4CAF50;
    /* Exemplo de cor de fundo */
    text-transform: uppercase !important;
}

button.system-default-button,
a.system-default-button {
    display: inline-flex;
    /* Uniformiza o comportamento */
    text-decoration: none;
    /* Remove estilos padrão de link */
    all: unset;
    /* Remove todos os estilos padrão do navegador */
    cursor: pointer;
    /* Aplica o cursor pointer para ambos */
    box-sizing: border-box;
    /* Consistência no tamanho */
    padding: 7px 14px;
    /* Mesma configuração de padding */
    background-color: #4CAF50;
    /* Mesma cor para consistência */
    color: #FFFFFF;
    /* Mesma cor de texto */
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 748px) {
    .system-default-button {
        display: block !important;
        max-width: initial !important;
        margin-left: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .system-default-button.listagem {
        background-color: #939496 !important;
        max-width: max-content !important;
        height: max-content !important;
    }


    .table-space {
        /* display: none !important; */
    }
}


.system-default-button.listagem {
    background-color: #939496 !important;
    max-width: 120px !important;
    height: max-content !important;
    font-weight: normal !important;
}

.system-default-button.listagem:hover {
    background-color: #4d4d4d !important;
}


.system-default-button.btn-include {
    background-color: #3DBF3D !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-family: "Montserrat" !important;
    /* width: 100% !important; */
    width: 180px !important;
}

.system-default-button.btn-include:hover {
    background-color: #008000 !important;
}

.system-default-button.btn-cancel {
    background-color: #ff091b !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-family: "Montserrat" !important;
    /* width: 100% !important; */
    width: 180px !important;
    display: inline-flex !important;
}

.system-default-button.btn-cancel:hover {
    background-color: #e50017 !important;
}

.system-default-button.btn-update {
    background-color: #09A0FF !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-family: "Montserrat" !important;
    /* width: 100% !important; */
    width: 180px !important;
    display: inline-flex !important;
}

.system-default-button.btn-update:hover {
    background-color: #0772d6 !important;
}

.table-space .btn-update {
    width: max-content !important;
}

/* FIM BOTÕES */

/* LISTAGEM */
#body-conten .content-page .menu .item .select-all.active .icon {
    border: 1px solid #4d4d4d !important;
    background: #EF8218 !important;
}

#body-conten .content-page .menu .select-all.active .icon {
    border: 1px solid #4d4d4d !important;
    background: #EF8218 !important;
}

#body-conten .content-page .menu .select-all .icon {
    border: 1px solid #4d4d4d !important;
}

.dashboard .list-content .table-space table .icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #4d4d4d !important;
    margin-right: 10px;
    transition: all 0.8s ease;
}

.dashboard .list-content .table-space table .icon.active,
.dashboard .list-content #mobile-listagem .icon.active {
    border: 1px solid #4d4d4d !important;
    background: #EF8218 !important;
}

.list-itens li .component .icon {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 1px solid #4d4d4d !important;
    margin-right: 5px !important;
    transition: all 0.8s ease !important;
    cursor: pointer !important;
    margin-right: 10px !important;
}

th,
td {
    color: #4d4d4d !important;
    text-transform: uppercase !important;
}

ul li,
ol li {
    color: #4d4d4d !important;
    text-transform: uppercase !important;
}

.list-itens li .component .icon.active {
    background: #EF8218 !important;
}

.list-itens li .component .position {
    border-radius: 10px !important;
    border: 1px solid #4d4d4d !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    color: #4d4d4d !important;
}

/* FIM LISTAGENS */

/* INPUTS */
.list-content input[type="text"],
.list-content input[type="select"],
.list-content input[type="date"],
.list-content input[type="file"],
.list-content select {
    outline: none !important;
    border-radius: 8px !important;
    border: 1px solid #4d4d4d !important;
    color: #4d4d4d !important;
}

.list-content input[type="text"]::placeholder {
    color: #4d4d4d !important;
}

.list-content .label-input-file-default {
    padding: 8px !important;
    border-radius: 8px !important;
    border: 1px solid #6b6b6d !important;
    margin: 5px !important;
    overflow: hidden !important;
    color: #6B6B6D !important;
}

/* FIM INPUTS */

/* CABEÇALHO FORMULARIOS */

/*  */

.list-content .tela-formulario-titulo {
    padding: 45px 0 20px 25px !important;
}

.list-content .tela-formulario-titulo h3 {
    font-size: 20px !important;
    color: #4d4d4d !important;
}

.list-content .tela-formulario-voltar a {
    margin: 47px 25px 0 !important;
    color: #4d4d4d !important;
}

.list-content .form-box-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.list-content .form-box-buttons div {
    margin-right: 10px;
}

.list-content label {
    color: #4d4d4d !important;
}

@media (max-width: 748px) {
    .list-content .form-box-buttons {
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .list-content .form-box-buttons div {
        /* margin-bottom: 10px !important; */
    }

    .list-content.form-box-buttons .system-default-button {
        margin-top: 10px !important;
    }
}

/*  */

/* MENU LATERAL */
a.menu-ativo {
    color: #EF8218 !important;
}


/*  */
/*
.fc-ouro {
    color: #FFD700 !important;
} */


/* .imagem-perfil img {
    width: 205px !important;
    margin-left: 7px !important;
} */


/* .categoria.ouro {
    background: linear-gradient(45deg, #FFD700, #FFC700, #FFB14E);
}

.categoria.prata {
    background: linear-gradient(45deg, #C0C0C0, #D8D8D8, #E0E0E0);
}

.categoria.bronze {
    background: linear-gradient(45deg, #CD7F32, #D1946E, #B87333);
} */

/* .fonte.categoria.ouro {
    background: linear-gradient(45deg, #FFD700, #FFC700, #FFB14E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fonte.categoria.prata {
    background: linear-gradient(45deg, #C0C0C0, #D8D8D8, #E0E0E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fonte.categoria.bronze {
    background: linear-gradient(45deg, #CD7F32, #D1946E, #B87333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

