/*Ajusta a formatação e tamanho das páginas*/
html {
    background-color: rgb(30, 30, 30);
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn {
    color: #fff;
    background-color: rgb(33, 153, 134);
    border-color: rgb(33, 153, 134);
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.7rem !important;
}

    .btn:focus, .btn:hover {
        border-color: rgb(33, 153, 134); /* Borda azul suave quando focado */
        box-shadow: 0 0 10px rgb(33, 153, 134); /* Efeito de sombra azul */
        color: #fff;
    }

.btn-dividendo-mes {
    width: 140% !important;
    padding: 0.7rem !important;
    margin-left: -38px;
    margin-top: 4px;
}

.btn-dividendo-total {
    width: 140% !important;
    padding: 0.7rem !important;
    margin-left: 21px;
    margin-top: 4px;
}
/*.form-control {
    background-color: rgb(38, 38, 38);
    color: rgb(220, 220, 220);
}*/
.form-control {
    background-color: #333333; /* Fundo escuro para os inputs */
    color: #888888; /* Texto branco */
    border: 1px solid #444444; /* Borda suave, em tom mais claro */
    border-radius: 8px; /* Bordas arredondadas */
    padding: 12px 18px; /* Espaçamento interno */
    transition: all 0.3s ease; /* Transição suave para interações */
}

.form-control-xl {
    font-size: 1rem; /* Tamanho de fonte maior */
    height: 42px; /* Altura do select para deixar o controle mais proeminente */
}

.form-control:focus {
    border-color: rgb(33, 153, 134); /* Borda azul suave quando focado */
    box-shadow: 0 0 10px rgb(33, 153, 134); /* Efeito de sombra azul */
    outline: none; /* Remove o contorno padrão */
    background-color: #333333;
    color: #888888;
}

.form-group label {
    font-size: 0.9rem;
    color: rgba(255,255,255,.55); /* Cor do texto do label */
    margin-bottom: 10px; /* Espaçamento abaixo do label */
}

select {
    -webkit-appearance: none; /* Remove o estilo nativo do select em navegadores como Safari */
    -moz-appearance: none; /* Remove o estilo nativo no Firefox */
    appearance: none; /* Remove o estilo nativo no Chrome */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="white" d="M143 352l-136-136c-9-9-9-23 0-32l28-28c9-9 23-9 32 0l104 104 104-104c9-9 23-9 32 0l28 28c9 9 9 23 0 32L143 352z"/%3E%3C/svg%3E'); /* Ícone de seta personalizada */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Posiciona a seta */
    background-size: 0.7rem;
    padding-right: 40px; /* Espaçamento para a seta */
    accent-color: rgb(33, 153, 134);
}

/* Para quando o select é desabilitado */
/*select[disabled] {
        background-color: #555555;*/ /* Fundo mais claro quando desabilitado */
/*border-color: #666666;*/ /* Borda mais suave */
/*color: #888888;*/ /* Cor do texto mais claro */
/*cursor: not-allowed;*/ /* Cursor de não permitido */
/*}*/


.form-control:disabled, .form-control[readonly] {
    background-color: #555555;
    border-color: #666666;
    color: #888888;
    cursor: not-allowed;
}

body {
    font-family: Arial, sans-serif !important;
    background-color: rgb(30, 30, 30);
}

/* Estiliza a barra de rolagem */
::-webkit-scrollbar {
    width: 8px; /* largura da barra de rolagem */
    height: 8px; /* altura da barra de rolagem para horizontais */
}

/* Estiliza o fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* cor de fundo da barra de rolagem */
}

/* Estiliza o "polegar" da barra de rolagem (a parte que você arrasta) */
::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.7); /* cor do "polegar" */
    border-radius: 10px; /* borda arredondada */
}

    /* Estiliza o "polegar" da barra de rolagem quando é "hovered" */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(136, 136, 136, 1); /* cor do polegar quando em hover */
    }

/*Ajusta o tamanho dos formularios de acordo com os tamanhos dos dispositivos*/

.ds-container {
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(38, 38, 38);
    box-shadow: 0px 2px 8px #00000029;
    width: 95%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 7px;
}

/*Formata cards de informação do dashboard e darf*/

.ds-information-right, .ds-information-left, .ds-information-center, .ds-info-darf-right, .ds-info-darf-left {
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(38, 38, 38);
    box-shadow: 0px 2px 8px #00000029;
    width: 94%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 7px;
}

/*.ds-information-right:hover, .ds-information-left:hover, .ds-information-center:hover {
        transform: scale(1.03);
        background-color: #FFF;
    }*/

.ds-info-darf-left {
    margin-left: 12px;
}

.ds-info-darf-right {
    margin-right: 12px;
}

/*Formata campo data */

.format-date {
    margin-left: 55%;
    width: 111% !important;
}
/*Formata botão de editar */

#idAno {
    margin-right: 9px;
}

#leastYears {
    color: #000;
}

#moreYears {
}

.btn-edit {
    width: 24% !important;
    margin-left: 66%;
    color: #fff;
    background-color: rgb(33, 153, 134);
    display: block;
    padding: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

/*Formata graficos dashboard */

.ds-chart-bar, .ds-chart-circle, .ds-chart-line, .ds-chart-point, .ds-chart-tipo, .ds-chart-seguimento {
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(38, 38, 38);
    box-shadow: 0px 2px 8px #00000029;
    width: 94%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 7px;
}

.char-bar {
    margin-left: 7%;
    margin-top: 2%;
}

/*Formata periodo de ano do dasboard*/

.m-total {
    bottom: 87.3%;
    padding: 0.5rem 1.9rem;
}

.m-periodo {
    margin-left: 185%;
}

.format-radio {
    margin-left: 62%;
    position: absolute;
}

/*Formata nome do login*/
.dropdown {
    left: 35%;
}

.dropdown-child {
    display: none;
    background-color: rgb(40, 42, 54);
    min-width: 120px;
    position: absolute;
    left: 36%;
    top: 143%;
}

/*Formata tela de login*/
.formLogin {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 7px;
    padding: 40px;
    width: 94%;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4);
    gap: 5px
}

/*Formata botões */
.btn-confirm-ag {
    color: #000000;
    background-color: #FCCDAC;
    border-color: #FCCDAC;
}

.btn-block {
    display: block;
    padding: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.btn-changeScreen {
    width: 52% !important;
    margin-left: 115%;
    color: #fff;
    background-color: #666e7a;
    top: 26px;
    position: absolute;
}

.btn-achive {
    width: 85% !important;
    margin-left: 214%;
    padding: 5px !important;
}

.btn-action {
    margin-left: 124%;
    width: 85% !important;
    padding: 5px !important;
}

/*Formata combo */
.cb-corretora {
    margin-top: -1%;
    margin-left: 89%;
    width: 4%;
    background-color: rgb(38, 38, 38);
    color: rgb(220, 220, 220);
    border: 0px;
    border-bottom: 1px solid rgb(33, 153, 134) !important;
    box-shadow: 0 1px 2px rgb(33, 153, 134);
}

@media (min-width: 576px) {
    .ds-container-sm, .ds-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ds-container-md, .ds-container-sm, .ds-container {
        max-width: 1208px;
    }
}


/*Ajusta a formatacao dos formularios*/
.ds-tabs_content nav {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
}

    .ds-tabs_content nav .nav-link {
        padding: 2rem !important;
        border-bottom: solid 5px transparent;
    }

    .ds-tabs_content nav .nav-tabs .nav-link.active {
        border-color: transparent;
        background-color: transparent;
        border-bottom: #00d3a4 solid 5px;
        color: #00d3a4;
        font-weight: 600;
        border-radius: 8px 8px 0 0;
    }

/*Ajusta tamanho do Titulo*/
h1 {
    font-size: 22px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
    color: rgb(220, 220, 220);
}

h2 {
    font-size: 17px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
    color: rgb(220, 220, 220);
}

h3 {
    font-size: 13px;
    font-weight: 600;
    color: rgb(128, 128, 128);
}

span {
    font-size: 17px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
    color: rgb(220, 220, 220);
}

p {
    font-size: 15px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
    color: rgb(200, 210, 220);
    margin: 0;
}

label {
    display: inline-block;
    color: #666e7a;
    font-size: 14px;
    line-height: 100%;
}

.dataTables_info {
    font-size: 16px;
    font-family: Arial, sans-serif !important;
    font-weight: 100;
    color: #888888;
}

@media (min-width: 1400px) {
}

input[type="file"] {
    display: none;
}

.form-control-xl {
    padding: 0.5rem 0.7rem;
}

.ag-page__title {
    padding: 0.5rem 0;
    background-color: rgb(30, 30, 30);
    margin-left: 4%;
}

.ag-page {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: rgb(38, 38, 38);
    padding-bottom: 1rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* Formata tabela (grid) */
.table {
    font-family: SemiBold, sans-serif;
    font-size: 13px;
    line-height: 17px;
    width: 94%;
}

    .table tr {
        color: #888888 !important;
        font-size: 13px;
        line-height: 32px;
        font-family: Medium, sans-serif;
        vertical-align: middle;
    }

        .table tr td {
            padding: 0.5rem 0.5rem !important;
            color: #888888;
        }

    .table thead {
        background: #666e7a;
        border-bottom: 2px solid rgb(30, 30, 30);
    }

        .table thead th {
            color: rgb(220, 220, 220);
            background-color: #444444;
            white-space: nowrap;
        }

/* Altere a cor de fundo das linhas ímpares da tabela */
.table-striped tbody tr:nth-child(odd) {
    background-color: #333333 !important; /* Força a aplicação da cor com !important */
}

thead th:first-child, tbody tr td:first-child {
    padding-left: 40px !important;
}

thead th:first-child {
    border-radius: 8px 0px 0px 0px;
}

thead .ultimo-tit-tabela {
    border-radius: 0px 8px 0px 0px;
}

.tbody-ordens td, .tbody-ordens td {
    color: #6D6E71;
    font-size: 13px;
    line-height: 22px;
    font-family: Medium, sans-serif;
    vertical-align: middle;
}

tbody tr td {
    padding: 1rem 0.5rem !important;
    border-style: none;
}

/*Icones do header do grid*/
.arrow {
    border: solid transparent;
    margin-right: 6px;
}

.mar-left {
    left: 6px;
}

.down {
    border-width: 4px !important;
    border-top-color: #fff !important;
    border-bottom-width: 0 !important;
    position: relative;
    top: 13px;
}

.up {
    border-width: 4px !important;
    border-bottom-color: #fff !important;
    border-top-width: 0;
    position: relative;
    top: -10px;
}

/*Formata cards e informações*/

.texto-descricao {
    color: rgba(255,255,255,.55);
    font-size: 1.1rem;
}

.ag-texto-valores {
    font-size: 1.2rem;
    color: rgb(33, 153, 134);
}

.progress {
    background-image: linear-gradient(to right, rgb(55, 55, 55), rgb(85, 85, 85));
    border-radius: 10px;
    max-height: 4px;
    width: 100%;
    height: 4px;
}

.progress-bar {
    background-color: #01464d;
    height: 4px;
    border-radius: 10px;
    transition: width 1s ease;
    max-width: 100%;
    animation: backp 3s;
}

/*Formata MENU*/

.menu ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1em;
    background: black;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #5e42a6, #b74e91);
    border-radius: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 73%;
}


:root {
    --menu-size: 250px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background-color: rgb(30, 30, 30);
    padding: 11px;
    text-align: center;
}

.content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

#btnMenu {
    cursor: pointer;
    padding: 5px;
    transition: all 0.5s;
}

    #btnMenu:active {
        background-color: rgb(3, 4, 7);
    }

.menu {
    position: absolute;
    top: 0;
    width: var(--menu-size);
    height: 100%;
    background-color: rgb(40, 42, 54);
}

    .menu ul {
        list-style: none;
    }

        .menu ul li {
            display: block;
        }

            .menu ul li a {
                transition: background 0.3s;
                display: block;
                color: #fff;
                font-size: 19px;
                text-decoration: none;
                text-transform: uppercase;
                padding: 10px 15px;
                position: relative;
            }

                .menu ul li a:hover {
                    background-color: rgb(49, 54, 85);
                }

.effect {
    transition: margin 0.4s;
}

/* Formata Icone do Menu */

.nav-icon2 {
    cursor: pointer;
    width: 36px;
    height: 38px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .nav-icon2 label {
        cursor: pointer;
        display: block;
        position: absolute;
        height: 5px;
        width: 48%;
        background: #FFF;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-icon2 label:nth-child(even) {
            left: 45%;
            border-radius: 0 9px 9px 0;
        }

        .nav-icon2 label:nth-child(odd) {
            left: 3px;
            border-radius: 9px 0 0 9px;
        }

        .nav-icon2 label:nth-child(3), .nav-icon2 label:nth-child(4) {
            top: 12px;
        }

        .nav-icon2 label:nth-child(5), .nav-icon2 label:nth-child(6) {
            top: 19px;
        }

    .nav-icon2.open label:nth-child(1), .nav-icon2.open label:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-icon2.open label:nth-child(2), .nav-icon2.open label:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-icon2.open label:nth-child(1) {
        left: 5px;
        top: 9px;
    }

    .nav-icon2.open label:nth-child(2) {
        left: calc(50% - 5px);
        top: 9px;
    }

    .nav-icon2.open label:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .nav-icon2.open label:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .nav-icon2.open label:nth-child(5) {
        left: 5px;
        top: 18px;
    }

    .nav-icon2.open label:nth-child(6) {
        left: calc(50% - 5px);
        top: 18px;
    }

/*Formata tela de login*/

.pageLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /*background-image: linear-gradient(to right, #5e42a6, #b74e91);*/
    background-color: rgb(40, 42, 54);
}

.areaLogin img {
    width: 420px;
}

.formLogin h1 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 2.3em;
}

.formLogin p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.formLogin input {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 4px;
    transition: all linear 160ms;
    outline: none;
}

.formLogin span {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 4px;
    transition: all linear 160ms;
    outline: none;
    text-align: center;
}

.formLogin input:focus {
    border: 1px solid #f72585;
}

.formLogin label {
    font-size: 14px;
    font-weight: 600;
}

.formLogin a {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
    transition: all linear 160ms;
}

    .formLogin a:hover {
        color: #f72585;
    }

.btnLogin {
    background-color: #f72585;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
    transition: all linear 160ms;
    cursor: pointer;
    margin: 0 !important;
}

    .btnLogin:hover {
        transform: scale(1.05);
        background-color: #ff0676;
    }

/*Formata menu logoff*/
.mainmenubtn {
    border: none;
    cursor: pointer;
    padding: 7px 0px 0px;
    margin-top: -2px;
    font-size: 17px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
}

.dropdown-child a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1em;
    background: black;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #5e42a6, #b74e91);
    border-radius: 10px;
}


.dropdown-child a {
    padding: 8px;
    text-decoration: none;
    display: block;
    color: white;
    margin-top: 5px;
}

.dropdown:hover .dropdown-child {
    display: block;
}


.ag-header-cotacoes-slider {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    cursor: default;
}

.owl-carousel {
    width: 100%;
    z-index: 1;
}

    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
    }

.ag-header-cotacoes {
    width: 100%;
    border-bottom: 1px solid #000;
    background-image: linear-gradient(to right, rgb(55, 55, 55), rgb(85, 85, 85));
    margin-top: 21px;
}

.ag-header-cotacoes-item {
    display: inline-flex;
    width: 200px;
    text-align: center;
    position: absolute;
    margin-top: 14px;
}

    .ag-header-cotacoes-item h2 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1.08px;
        color: rgb(220, 220, 220);
        font-family: "Montserrat-bold",sans-serif;
        padding-top: 4px;
    }

    .ag-header-cotacoes-item .price {
        font-size: 12px;
        font-family: "Montserrat-medium",sans-serif;
        text-transform: uppercase;
        padding-top: 2px;
        margin-left: 5px;
        color: rgb(255, 215, 0);
    }

    .ag-header-cotacoes-item span {
        font-size: 13px;
        color: #000;
        font-family: "Montserrat",sans-serif;
        margin-left: 10px;
        color: rgb(220, 220, 220);
    }

.ag .icon-up-p:before {
    content: "";
    background: url(../image/arrow_up_P.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.ag .icon-down-p:before {
    content: "";
    background: url(../image/arrow_down_P.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-repeat: no-repeat;
    margin-top: 3px;
}


/*----------------------------------Estilo do tooltip nav página "Darf"----------------------------------*/

/* Estilo do círculo com a interrogação */
.tooltip-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 143px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.55);
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

    /* Estilo do tooltip */
    .tooltip-icon:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.tooltip-icon-infoGerais {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.55);
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

    /* Estilo do tooltip */
    .tooltip-icon-infoGerais:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

/* Tooltip escondido inicialmente */
.tooltip-text {
    visibility: hidden;
    width: 270px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

    /* Triângulo abaixo do tooltip */
    .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }



/*-----------------Controla e estiliza o carrosel do dashboard----------------------------*/

#cotacoes {
    overflow: hidden;
    width: 100%; /* Mantém 100% da largura do contêiner pai */
    position: relative;
    margin-top: 20px;
}

.ag-header-cotacoes-slider {
    position: relative;
    display: inline-block; /* Manter inline-block para calcular a largura corretamente */
    animation: slide 90s linear infinite; /* Duração da animação */
    white-space: nowrap; /* Impede a quebra de linha */
}

.ag-header-cotacoes-item {
    /* Se quiser que o último item não tenha margem extra, você pode usar uma classe para o último item ou usar :last-child */
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%); /* Ajuste para o deslocamento desejado */
    }
}


.notification {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    background-color: rgb(38, 38, 38); /* Cor de fundo verde */
    color: white; /* Cor do texto */
    padding: 10px;
    display: none; /* Oculto por padrão */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Mantém a notificação acima de outros elementos */
}

.loader {
    border: 5px solid rgba(255, 255, 255, 0.6); /* Cor da borda */
    border-top: 5px solid white; /* Cor da parte superior do carregamento */
    border-radius: 50%;
    width: 20px; /* Largura do ícone */
    height: 20px; /* Altura do ícone */
    animation: spin 1s linear infinite; /* Animação de rotação */
    margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*ESTILIZAÇÃO GRÁFICO RENTABILIDADE*/

.chart-container {
    height: 358px;
    width: 105%;
    padding: 20px;
    background-color: rgb(38, 38, 38);
    border-radius: 8px;
    margin-top: -3%;
    margin-right: -0.2%;
}

.chart-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

/*ESTILIZAÇÃO IFORMAÇÕES LATERAL*/

.sidebar-right {
    width: 57%;
    height: 587px;
    background-color: rgb(30, 30, 30);
    padding: 10px;
}
/* Monitores Ultrawide */
@media (min-width: 1440px) {
    .sidebar-right {
        width: 57%; /* Sidebar mais estreita em monitores ultrawide */
        height: 42%;
    }
}

/* Desktop grande */
@media (min-width: 1200px) and (max-width: 1439px) {
    .sidebar-right {
        width: 76%; /* Para grandes telas, sidebar fica menor */
        height: 22%;
    }
}

/* Desktop médio */
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-right {
        width: 40%; /* Ajuste da largura para desktops médios */
        height: 100vh;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-right {
        width: 45%; /* Para tablets, a sidebar fica um pouco maior */
        height: 100vh;
    }
}

/* Smartphones grandes */
@media (min-width: 576px) and (max-width: 767px) {
    .sidebar-right {
        width: 100%; /* Ocupa 100% da largura da tela */
        height: 50vh;
        position: absolute;
        z-index: 10;
    }
}

/* Smartphones pequenos */
@media (max-width: 575px) {
    .sidebar-right {
        width: 100%; /* Ocupa 100% da largura da tela */
        height: 40vh;
        position: absolute;
        z-index: 10;
    }
}



/*ESTILIZAÇÃO MINHA CARTEIRA DASHBOARD*/

.sidebar {
    width: 57%;
    height: 587px;
    overflow-y: auto;
    background-color: rgb(30, 30, 30);
    border-right: 1px solid #dee2e6;
    padding: 10px;
}

    .sidebar::-webkit-scrollbar {
        width: 1px; /* largura da barra de rolagem */
        height: 1px; /* altura da barra de rolagem para horizontais */
    }

    .sidebar::-webkit-scrollbar-track {
        background: #fff; /* cor de fundo da barra de rolagem */
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: rgba(136, 136, 136, 0.7); /* cor do "polegar" */
        border-radius: 90px; /* borda arredondada */
    }

.slidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 1); /* cor do polegar quando em hover */
}

/* Monitores Ultrawide */
@media (min-width: 1440px) {
    .sidebar {
        width: 57%; /* Sidebar mais estreita em monitores ultrawide */
        height: 36%;
    }

    .ds-chart-circle {
        left: 3px;
        width: 18% !important;
        position: absolute;
    }

    .ds-chart-line {
        left: 3px;
        width: 27.4%;
        position: absolute;
        margin-left: 574px;
    }

    .ds-chart-point {
        width: 27%;
        height: 455px;
        position: absolute;
        left: 50.5%;
    }

    .ds-chart-tipo {
        width: 27.4%;
        left: 577px;
        position: absolute;
    }

    .ds-chart-seguimento {
        width: 27%;
        margin-right: 572px;
    }

    .my-wallet {
        position: absolute;
        left: 12%;
        width: 21%;
    }

    .my-info {
        position: absolute;
        left: 78%;
        width: 22%;
    }
}

/* Estilo para os cards */
.card {
    margin-bottom: 15px;
}

.card-body {
    flex: 1 1 auto;
    padding: 0rem 1rem;
}

.card-title {
    text-align: center;
}

.content {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    padding: 10px;
}

.card :hover {
    transform: scale(1.03);
    background-color: rgb(38, 38, 38);
}

.list-group-item {
    border-radius: 7px;
    padding: 14px;
    box-shadow: 0px 2px 8px #00000029;
    background-color: rgb(38, 38, 38);
}

.list-group-item-right {
    border-radius: 7px;
    padding: 14px;
    background-color: rgb(30, 30, 30);
}

/* ------------------ESTILIZAÇÃO DO MENU ---------------------*/


/* Navbar fixada no topo */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: rgb(30, 30, 30) !important;
}

/* Estilos para os itens de navegação */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: rgb(220, 220, 220); /* Cor da fonte padrão */
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: color 0.3s ease;
}

    /* Cor ao passar o mouse */
    .nav-link:hover {
        color: rgb(255, 255, 255); /* Cor de destaque no hover */
    }

/* Estilo do item ativo */
.nav-item.active .nav-link {
    color: rgb(255, 255, 255); /* Cor do texto do item ativo */
}

/* Adicionar borda azul abaixo do item ativo */
.nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(33, 153, 134);
    border-radius: 15px;
}

/* Remover a borda de itens não ativos */
.nav-item:not(.active)::after {
    display: none;
}


/* ----------------------ESTILIZAÇÃO ÍCONE ----------------- */

.home-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px; /* Espaço entre o ícone e o texto */
    color: rgb(220, 220, 220);
}

    .home-icon svg {
        width: 100%;
        height: 100%;
        stroke: white; /* Cor do contorno */
        stroke-width: 2; /* Espessura do contorno */
        fill: none; /* Sem preenchimento */
    }


.page-title {
    color: rgb(33, 153, 134);
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}










#chartContainerWrapper {
    position: relative;
    width: 100%;
    height: 303px;
}
/* Contêiner dos botões de navegação */
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: -18px;
    width: 60%;
    max-width: 146px;
    margin-left: 340px;
    margin-right: auto;
    height: 31px;
}

#chartContainerWrapperPatrimonio {
    position: absolute;
    width: 100%;
    height: 303px;
    margin: 30px 0px 0px 31px;
}
/* Contêiner dos botões de navegação */
.navigation-buttons-patrimonio {
    display: flex;
    justify-content: space-between;
    margin-top: -18px;
    width: 60%;
    max-width: 143px;
    margin-left: 265px;
    margin-right: auto;
    height: 31px;
    margin-top: 9px;
}
/* Estilo básico dos botões */
.nav-button {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 30px; /* Borda arredondada */
}

    .nav-button span {
        font-size: 24px; /* Tamanho do ícone */
        margin: 0 5px;
    }

    /*.nav-button:hover {
        background-color: #333;
        color: #fff;
    }*/

    .nav-button:disabled {
        color: #aaa;
        cursor: not-allowed;
        background-color: #333;
        color: #fff;
    }

/* Ajuste responsivo */
@media (max-width: 600px) {
    .nav-button {
        font-size: 16px;
        padding: 8px 16px;
    }
}

.buttonRentabilidade {
    margin-top: 5px;
    margin-left: 227px;
}

.textButtonRentabilidade {
    font-size: 13px !important;
}

#anoRentabilidade {
    margin-left: 8px;
}

.buttonSelect {
    color: #aaa;
    cursor: not-allowed;
    background-color: #333;
    color: #fff;
}

.form-containers {
    background-color: #1e1e1e;
    padding: 2px;
    border-radius: 6px;
    width: 458px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 22.7%;
    margin-top: 7px;
}

.checkbox-container,
.radio-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #D3D3D3;
    margin-left: 24px;
    margin-top: 5px;
}

.checkbox-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.radio-buttons {
    display: flex;
    align-items: center;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.checkbox-checkmark, .radio-checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
    margin-left: 6px;
}

.checkbox-container input:checked + .checkbox-checkmark {
    border-color: rgb(33, 153, 134);
    box-shadow: 0 0 10px rgb(33, 153, 134);
}

    .checkbox-container input:checked + .checkbox-checkmark::after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
    }

.radio-container input:checked + .radio-checkmark {
    border-color: rgb(33, 153, 134);
    box-shadow: 0 0 10px rgb(33, 153, 134);
}

    .radio-container input:checked + .radio-checkmark::after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
    }

input[type="radio"]:disabled + .radio-checkmark {
    background-color: rgb(55, 55, 55);
    border-color: rgb(55, 55, 55);
    box-shadow: 0 0 0px rgb(33, 153, 134);
}

    input[type="radio"]:disabled + .radio-checkmark::after {
        background-color: rgb(128, 128, 118);
    }

input[type="checkbox"]:checked ~ .radio-buttons input {
    pointer-events: none;
}

/*----------------- ESTLIZAÇÃO DA BARRA DE NOTIFICAÇÃO -------------*/

.alert-success, .alert-danger {
    background-color: rgb(38, 38, 38);
    border-color: #666666;
}

#idRadioTipo {
    left: 67.1%;
    width: 8.5%;
    height: 34px;
}


/*----------------- ESTLIZAÇÃO DAS PÁGINAS NOTEBOOK -------------*/
@media (min-width: 1200px) and (max-width: 1439px) {
    .ds-container {
        width: 91.8%;
    }

    .btn-dividendo-mes {
        width: 140% !important;
        padding: 0.7rem !important;
        margin-left: -8px;
    }

    .btn-search {
        width: 81% !important;
        margin-top: 5px;
        margin-left: -12px;
    }

    .btn-dividendo-mes {
        width: 139% !important;
        margin-top: 5px;
        margin-left: -48px;
    }

    .btn-dividendo-total {
        width: 135% !important;
        margin-top: 5px;
        margin-left: -10px;
    }

    .btn-search {
        width: 78% !important;
        margin-top: 4px;
        margin-left: 19px;
    }
}

/*----------------- ESTLIZAÇÃO PARA MONITOR GRANDE -------------*/
@media (min-width: 1440px) {
    .sidebar {
        width: 57%;
        height: 882px;
    }

    h1 {
        margin-left: 8%;
    }

    .ds-container-xxl, .ds-container-xl, .ds-container-lg, .ds-container-md, .ds-container-sm, .ds-container {
        max-width: 1400px;
    }

    /*Formata cards de informação do dashboard e darf*/

    .ds-information-left {
        margin-left: 574px;
        width: 18% !important;
    }

    .ds-information-right {
        margin-right: 574px;
        width: 18% !important;
    }

    .ds-info-darf-left {
        margin-left: 573px;
        width: 27% !important;
    }

    .ds-info-darf-right {
        margin-right: 573px;
        width: 27% !important;
    }

    .ds-information-center {
        width: 18% !important;
        position: absolute;
        left: 41%;
    }

    /*Formata campo data */

    .format-date {
        margin-left: 148%;
        width: 151% !important;
    }

    /*Formata graficos dashboard */

    .ds-chart-bar {
        margin-right: 573px;
        width: 926px;
        display: flex;
    }

    .ds-chart-circle {
        margin-left: 574px;
        width: 18% !important;
    }

    .char-bar {
        margin-left: 6%;
        margin-top: 2%;
    }

    /*Formata botão de editar */
    .btn-edit {
        width: 6.2% !important;
        margin-left: 47.7% !important;
        margin-top: -9px !important;
        padding: 5px !important;
    }

    /*Formata periodo de ano do dasboard*/
    .m-total {
        margin-left: -18%;
    }

    .m-periodo {
        margin-left: -27%;
    }

    .form-dt {
        width: 10%;
    }

    .format-radio {
        margin-left: 49%;
    }

    /*Formata nome do login*/

    .dropdown {
        left: 25%;
    }

    .dropdown-child {
        left: 48%;
    }

    /*Formata tela de login*/

    .formLogin {
        width: 17%;
    }

    /*Formata botões*/

    .btn-search {
        width: 78% !important;
        margin-top: 4px;
    }
    
    .my-wallet {
        max-height: 1px;
    }
}

/* ---------------------------- Desktop grande ------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365px) {
    /*AJUSTA A DISTANCIA ENTRE OS CAMPOS DA PÁGINA DE MINHA CARTEIRA*/
    .div-ativo-wallet {
        margin-left: 2rem !important;
    }
    .div-tipo-wallet {
        margin-left: 30px !important;
    }
    .sidebar {
        width: 18%; /* Para grandes telas, sidebar fica menor */
        height: 823px;
    }

    .my-wallet {
        width: 100%;
    }

    .ds-container-xl, .ds-container-lg, .ds-container-md, .ds-container-sm, .ds-container {
        max-width: 1248px;
    }

    /*Formata cards de informação do dashboard e darf*/

    .ds-information-left {
        margin-left: 20px;
        width: 25% !important;
    }

    .ds-information-right {
        margin-right: 51px;
        width: 30% !important;
    }

    .ds-info-darf-left {
        margin-left: 52px;
        width: 45% !important;
    }

    .ds-info-darf-right {
        margin-right: 52px;
        width: 45% !important;
    }

    .ds-information-center {
        position: absolute;
        left: 35%;
        width: 30% !important;
    }

    /*Formata graficos dashboard */

    .ds-chart-bar {
        width: 496px;
        height: 0%;
        margin-left: 11px;
    }

    .ds-chart-circle {
        margin-left: -1066px;
        width: 25% !important;
        height: 0%;
    }

    .ds-chart-line {
        height: 401px;
        width: 32%;
        margin-left: 202px;
        margin-top: -41.4%;
    }

    .ds-chart-point {
        height: 401px;
        width: 32%;
        margin-right: 243px;
        margin-top: -41.4%;
    }

    .ds-chart-tipo {
        margin-top: -128px !important;
        margin-left: 201px;
        width: 58%;
        margin-right: 12px;
        height: 414px;
    }

    .ds-chart-seguimento {
        margin-top: -128px !important;
        margin-right: 243px;
        width: 57.5%;
        height: 414px;
    }

    #EvolucaoPatrimonioChart {
        margin-left: -40px;
        height: 246px !important;
        width: 402px !important;
    }

    .navigation-buttons-patrimonio {
        margin-left: 105px;
    }

    #rentabilidadeChart {
        margin-left: -40px;
        height: 218px !important;
        width: 402px !important;
        margin-top: 36px;
    }

    .chart-container {
        height: 350px;
    }

    .buttonRentabilidade {
        margin-left: 89px !important;
        margin-top: 35px !important;
    }

    #tipoFIIChart .canvasjs-chart-canvas {
        height: 274px !important;
        width: 398px !important;
        margin-left: -64px;
    }

    #seguimentoFIIChart .canvasjs-chart-canvas {
        height: 274px !important;
        width: 398px !important;
        margin-left: -64px;
    }

    .navigation-buttons {
        margin-left: 169px;
        margin-top: -16px;
    }

    .my-info {
        margin-right: -150px !important;
        width: 31%;
    }

    .display-f {
        display: flex;
    }

    .char-bar {
        margin-left: 0%;
        margin-top: 2%;
    }

    .form-dt {
        width: 9%;
    }

    /*Formata campo data */
    .format-date {
        margin-left: 125%;
        width: 170% !important;
    }

    /*Formata botão de editar */

    .btn-edit {
        width: 10% !important;
        margin-left: 80% !important;
        padding: 5px !important;
    }

    .btn-search {
        width: 78% !important;
        margin-top: 5px;
        margin-left: -6px;
    }

    /*Formata periodo de ano do dasboard*/

    .m-total {
        margin-left: -5%;
    }

    /*Formata nome do login*/

    .dropdown {
        left: 44%;
    }

    .dropdown-child {
        left: 46%;
    }

    /*Formata tela de login*/
    .formLogin {
        width: 31%;
    }

    .form-containers {
        left: 16%;
        margin-top: 7px;
    }

    .container-grafico {
        height: 0%;
    }

    .cb-corretora {
        margin-left: 89%;
        width: 10%;
        margin-top: -29px;
    }

    .ag-page__title {
        margin-left: 1%;
    }
}

/* ---------------------------- Desktop médio ------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        width: 40%; /* Ajuste da largura para desktops médios */
        height: 100vh;
    }

    #idAtualizarMes {
        margin-left: -34px;
        margin-top: 5px;
    }

    #idAtualizarTotal {
        margin-left: 4px;
        margin-top: 5px;
    }

    .ds-container-lg, .ds-container-md, .ds-container-sm, .ds-container {
        max-width: 1062px
    }

    /*Formata cards de informação do dashboard e darf*/
    .ds-information-left {
        margin-left: 574px;
        width: 27% !important;
    }

    .ds-information-right {
        margin-right: 574px;
        width: 27% !important;
    }

    .ds-info-darf-left {
        margin-left: 51px;
        width: 45% !important;
    }

    .ds-info-darf-right {
        margin-right: 51px;
        width: 46% !important;
    }

    /*Formata graficos dashboard */

    .ds-chart-bar {
        margin-right: 49px;
        width: 827px;
    }

    .ds-chart-circle {
        margin-left: 51px;
        width: 30% !important;
    }

    .display-f {
        display: flex;
    }

    .char-bar {
        margin-left: 0%;
        margin-top: 2%;
    }

    .form-dt {
        width: 10%;
    }

    /*Formata botão de editar */

    .btn-edit {
        width: 10% !important;
        margin-left: 81% !important;
    }

    .format-year {
        margin-left: 99%;
    }

    /*Formata periodo de ano do dasboard*/

    .m-total {
        margin-left: -5%;
    }

    .m-periodo {
        margin-left: 0%;
    }

    .format-radio {
        margin-left: 82%;
    }

    /*Formata nome do login*/

    .dropdown {
        left: 46%;
    }

    .dropdown-child {
        left: 46%;
    }

    /*Formata tela de login*/

    .formLogin {
        width: 31%;
    }

    /*Formata botões*/
    .btn-achive {
        width: 65% !important;
        margin-left: 235% !important;
        padding: 0.3rem !important;
    }

    .btn-action {
        width: 72% !important;
        margin-left: 159%;
        padding: 0.3rem !important;
    }

    .btn-search {
        width: 89% !important;
        margin-top: 5px;
        margin-left: -12px;
    }

    .btn-changeScreen {
        width: 65% !important;
        margin-left: 168%;
        color: #fff;
        background-color: #666e7a;
        position: initial;
    }

    #idTipoFundo {
        margin-right: 3px;
    }
}

/* ---------------------------- Tablets ------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        width: 45%; /* Para tablets, a sidebar fica um pouco maior */
        height: 100vh;
    }
}

/* ---------------------------- Smartphones grandes ------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
    .sidebar {
        width: 100%; /* Ocupa 100% da largura da tela */
        height: 50vh;
        position: absolute;
        z-index: 10;
    }
    /*FORMATA MENU MOBILE*/

    .menu-inferior {
        display: flex;
        justify-content: space-around;
        background-color: #333;
        padding: 1px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    }

    .menu-item {
        text-align: center;
        color: white;
        font-size: 14px;
        margin-bottom: -18px;
        margin-top: 8px;
    }

        .menu-item a {
            color: white;
            text-decoration: none;
            display: block;
            position: relative;
        }

            .menu-item a:hover {
                color: #f0ad4e;
            }

        .menu-item .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .menu-item .circle-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f0ad4e;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            margin-bottom: 5px;
            transform: translateY(-50%); /* Move the circle 50% out of the menu bar */
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4); /* 3D effect */
        }

        .menu-item svg {
            fill: white;
            width: 24px;
            height: 24px;
        }

        .menu-item span {
            font-size: 12px;
        }

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: rgb(30, 30, 30);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 1.25rem;
        box-shadow: 0px -10px 25px rgb(38, 38, 38);
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown {
        left: 0%;
    }
}

/* ---------------------------- Smartphones pequenos ------------------------------------*/
@media (max-width: 575px) {
    .sidebar {
        width: 100%; /* Ocupa 100% da largura da tela */
        height: 40vh;
        position: absolute;
        z-index: 10;
    }

    #tbDarf {
        margin-right: 0px !important;
        margin-left: -3px !important;
    }

    #tbDividendosFII {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #tbFundoImobiliario {
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 151%;
    }

    #tbMinhaCarteira {
        margin-top: 15px !important;
    }

    #tbNotaNegociacao {
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 234%;
    }

    .btn-dividendo-mes {
        width: 100% !important;
        padding: 0.7rem !important;
        margin-left: 0px;
    }

    .btn-dividendo-total {
        width: 100% !important;
        padding: 0.7rem !important;
        margin-left: 0px;
    }

    .btn-edit {
        width: 25% !important;
        padding: 5px !important;
    }

    .btn-achive {
        width: 53% !important;
        margin-left: 49%;
        padding: 5px !important;
    }

    .btn-action {
        width: 62% !important;
        margin-left: 107%;
        padding: 5px !important;
    }

    #idEmitir {
        margin-left: 218px;
    }
    /*FORMATA MENU MOBILE*/

    .menu-inferior {
        display: flex;
        justify-content: space-around;
        background-color: #333;
        padding: 1px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    }

    .menu-item {
        text-align: center;
        color: white;
        font-size: 14px;
        margin-bottom: -18px;
        margin-top: 8px;
    }

        .menu-item a {
            color: white;
            text-decoration: none;
            display: block;
            position: relative;
        }

            .menu-item a:hover {
                color: #f0ad4e;
            }

        .menu-item .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .menu-item .circle-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f0ad4e;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            margin-bottom: 5px;
            transform: translateY(-50%); /* Move the circle 50% out of the menu bar */
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4); /* 3D effect */
        }

        .menu-item svg {
            fill: white;
            width: 24px;
            height: 24px;
        }

        .menu-item span {
            font-size: 12px;
        }

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: rgb(30, 30, 30);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 1.25rem;
        box-shadow: 0px -10px 25px rgb(38, 38, 38);
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown {
        left: 0%;
    }
}

/* iPad Air */
@media (min-width: 1179px) and (max-width: 1180px) {
    .sidebar {
        width: 115%;
        height: 818px;
    }

    .sidebar-right {
        width: 123%;
        height: 100vh;
    }

    .ds-chart-bar {
        margin-right: 0px;
        width: 727px;
        height: 0%;
    }

    .ds-chart-circle {
        margin-left: 0px;
        width: 36% !important;
        margin-right: 6px;
        height: 0%;
    }

    .form-containers {
        left: 17.3%;
    }

    .ds-chart-bar .navigation-buttons {
        margin-left: 137px;
    }

    .ds-chart-line {
        height: 344px;
        width: 30%;
        margin-left: 202px;
        margin-top: -35.9%;
        margin-right: 7px;
    }

    .ds-chart-point {
        height: 344px;
        width: 33%;
        margin-right: 226px;
        margin-top: -35.9%;
    }

    #rentabilidadeChart {
        width: 363px !important;
        height: 202px !important;
        margin-left: -48px !important;
    }

    #EvolucaoPatrimonioChart {
        width: 373px !important;
        height: 224px !important;
        margin-left: -33px !important;
        margin-top: -40px;
    }

    .ds-chart-point h2 {
        margin-top: -13px;
    }

    .buttonRentabilidade {
        margin-top: 16px;
        margin-left: 59px;
    }

    .navigation-buttons-patrimonio {
        margin-left: 93px;
        margin-top: 9px;
    }

    .ds-chart-tipo {
        margin-top: -86px !important;
        margin-left: 201px;
        width: 56.6%;
        margin-right: 6px;
        height: 414px;
    }

    .ds-chart-seguimento {
        margin-top: -86px !important;
        margin-right: 227px;
        width: 61.5%;
        height: 416px;
    }

    #tipoFIIChart .canvasjs-chart-canvas {
        height: 252px !important;
        width: 352px !important;
        margin-left: -57px;
    }

    #seguimentoFIIChart .canvasjs-chart-canvas {
        height: 273px !important;
        width: 382px !important;
        margin-left: -61px;
    }

    .div-fundo {
        margin-left: 0.2rem !important;
    }

    .btn-search {
        width: 81% !important;
        margin-left: 2px;
    }
    /*AJUSTA A DISTANCIA ENTRE OS CAMPOS DA PÁGINA DE FII*/
    .div-fundo-fii {
        margin-left: 3rem !important;
    }

    .div-tipo-fii {
        margin-left: 1rem !important;
    }

    .div-seguimento-fii {
        margin-left: 1rem !important;
    }

    .div-buscar-fii {
        margin-left: 1rem !important;
    }

    .div-atualizar-fii {
        margin-left: 1rem !important;
    }
    /*AJUSTA A DISTANCIA ENTRE OS CAMPOS DA PÁGINA DE MINHA CARTEIRA*/
    .div-ativo-wallet {
        margin-left: 1.1rem !important;
    }

    .div-tipo-wallet {
        margin-left: 1rem !important;
    }

    .div-corretora-wallet {
        margin-left: 1rem !important;
    }

    .div-buscar-wallet {
        margin-left: 1rem !important;
    }
    .btn-edit {
        width: 12% !important;
        margin-left: 77% !important;
        padding: 5px !important;
    }
    .div-ativo-nota {
        width: 22% !important;
    }
    .btn-action {
        width: 88% !important;
        margin-left: 120%;
        padding: 0.3rem !important;
    }
    .btn-achive {
        width: 88% !important;
        margin-left: 214% !important;
        padding: 0.3rem !important;
    }
    .ds-info-darf-left {
        margin-left: 55px;
        margin-right: 79px;
    }

    .ds-info-darf-right {
        margin-left: -68px;
        margin-right: 57px;
    }
}
/* iPad Pro 12,9" (12,9 polegadas) */
@media (min-width: 1365px) and (max-width: 1367px) {
    .sidebar {
        width: 73%;
        height: 818px;
    }

    .cb-corretora {
        margin-left: 86%;
        width: 10%;
        margin-top: -30px;
    }

    .sidebar-right {
        width: 126%;
        height: 22%;
        margin-left: -6px;
    }

    .ds-chart-bar {
        width: 543px;
        height: 0%;
        margin-left: 0px;
    }

    .ds-chart-circle {
        margin-left: -116px;
        width: 25% !important;
        height: 0%;
    }

    .ds-chart-line {
        height: 401px;
        width: 33%;
        margin-left: 207px;
        margin-top: -35.7%;
    }

    .ds-chart-point {
        height: 401px;
        width: 32%;
        margin-right: 262px;
        margin-top: -35.7%;
    }

    .ds-chart-tipo {
        margin-top: -93px !important;
        margin-left: 208px;
        width: 57.6%;
        margin-right: 6px;
        height: 414px;
    }

    .ds-chart-seguimento {
        margin-top: -92px !important;
        margin-right: 263px;
        width: 55.5%;
        height: 416px;
    }

    #rentabilidadeChart {
        margin-left: -40px;
        height: 248px !important;
        width: 452px !important;
        margin-top: 19px;
    }

    #EvolucaoPatrimonioChart {
        margin-left: -40px;
        height: 273px !important;
        width: 430px !important;
        margin-top: -27px;
    }

    #tipoFIIChart .canvasjs-chart-canvas {
        height: 274px !important;
        width: 398px !important;
        margin-left: -64px;
    }

    #seguimentoFIIChart .canvasjs-chart-canvas {
        height: 274px !important;
        width: 398px !important;
        margin-left: -64px;
    }

    .ag-page__title {
        margin-left: 1%;
    }

    .buttonRentabilidade {
        margin-top: 19px;
        margin-left: 102px;
    }

    .chart-container {
        height: 342px;
    }

    .navigation-buttons-patrimonio {
        margin-left: 116px;
        margin-top: 5px;
    }

    .ds-chart-point h2 {
        margin-top: -14px;
    }

    .ds-chart-bar .navigation-buttons {
        margin-left: 205px;
    }

    .form-containers {
        margin-top: 7px;
        left: 15.1%;
    }

    #tbFundoImobiliario {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .div-fundo {
        width: 15%;
        margin-left: 0.4rem !important;
    }

    .div-dtcom {
        width: 15%;
        margin-left: 4px !important;
    }

    .div-dtpagamento {
        width: 15%;
        margin-left: 4px !important;
    }

    .div-buscar {
        width: 18%;
        margin-left: -10px !important;
    }

    .div-mes {
        width: 11%;
        margin-left: 44px !important;
        margin-top: -1px;
    }

    .div-total {
        width: 11%;
        margin-left: 44px !important;
        margin-top: -1px;
    }
    /*AJUSTA A DISTANCIA ENTRE OS CAMPOS DA PÁGINA DE FII*/
    .div-fundo-fii {
        margin-left: 3rem !important;
    }

    .div-tipo-fii {
        margin-left: 1rem !important;
    }

    .div-seguimento-fii {
        margin-left: 1rem !important;
    }

    .div-buscar-fii {
        margin-left: 1rem !important;
    }

    .div-atualizar-fii {
        margin-left: 1rem !important;
    }
    /*AJUSTA A DISTANCIA ENTRE OS CAMPOS DA PÁGINA DE MINHA CARTEIRA*/
    .div-ativo-wallet {
        margin-left: 1rem !important;
    }

    .btn-edit {
        width: 12% !important;
        margin-left: 75% !important;
        padding: 5px !important;
    }
    .div-ativo-nota {
        width: 18% !important;
    }
    .ds-info-darf-left {
        margin-left: 75px;
        width: 80%;
        margin-right: 79px;
    }
    .ds-info-darf-right {
        margin-left: -68px;
        width: 87%;
        margin-right: 75px;
    }
    #idRadioTipo {
        left: 76.4%;
        width: 15.5%;
        height: 35px;
    }
    .radio-container {
        margin-top: 5px;
    }
}

