﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
/* latin */
@font-face {
    font-family: 'Chivo Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr5fSIJk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.nav-tabs > li > button.active {
    color: #023c54!important;
    font-weight: bold!important;
}

.nav-tabs > li > button {
    color: #bfbfbf;
}

.nav-tabs > li > button:hover {
    color: #023c54!important;
}

.cdi-alert {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.tab-full {
    max-height: 75vh;
}

@media screen and (max-height: 900px) {
    .tab-full {
        max-height: 69vh;
    }
}


@media screen and (max-height: 700px) {
    .tab-full {
        max-height: 60vh;
    }
}

@media screen and (max-height: 700px) {
    .tab-full {
        max-height: 60vh;
    }
}

@media screen and (max-height: 520px) {
    .tab-full {
        max-height: 45vh;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #023c54;
    font-size: 10px;
}

.fs-12 {
    font-size: 12px !important;
}

.cdi-focused-row {
    background-color: lightblue; /* Change this to the desired background color */
}

.cdi-botao-pesquisa {
    width: 5%;
    background-color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

    .cdi-botao-pesquisa i {
        color: black;
    }

    .cdi-botao-pesquisa:hover {
        background-color: #023c54;
    }

        .cdi-botao-pesquisa:hover i {
            color: white;
        }


.cdi-botao {
    background-color: #023c54;
    color: white;
    font-size: 12px !important;
}

    .cdi-botao:hover {
        color: lightblue;
    }

.cdi-botao-excluir {
    color: white;
    font-size: 12px !important;
}

.azulCDI {
    background-color: transparent;
    color: #023c54 !important;
}

    .azulCDI:hover {
        color: blue;
    }

.cdi-pesquisa {
    border-radius: 20px;
    max-width: 300px;
    margin-bottom: 10px;
    float: right;
    padding-left: 26px;
    color: #023c54 !important;
}

.page-item.active .page-link {
    background-color: #023c54;
}

.page-item .page-link {
    color: #023c54;
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #023c54 70%)!important;*/
    background-image: linear-gradient(180deg, #023c54 0%,#124c64 90%) !important;
}

.nav-item a.active::after {
    content: "";
    margin-left: 1em;
}

.cdi-label {
    background-color: #E9ECEF;
    border-radius: 3px;
    margin-left: -5px;
    border-top: solid 1px #ced4da;
    border-left: solid 1px #ced4da;
    border-bottom: none;
}

.cdi-label-input {
    position: absolute;
    margin-top: -0.25rem !important;
}

.cdi-btn-sm {
    padding: 0.05rem 0.5rem !important;
    font-size: .825rem !important;
    border-radius: 0.2rem !important;
}

.cdi-dialog-scroll {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.cdi-dialog-scroll-pesquisa {
    max-height: 80vh;
    overflow-y: auto;
}

.cdi-dialog-scroll-component {
    max-height: 50vh;
    overflow-y: auto;
}

.cdi-dialog-scroll-usuario {
    max-height: 40vh;
    overflow-y: auto;
}

.cdi-dialog-scroll-it {
    max-height: 35vh;
    overflow-y: auto;
}

.cdi-input {
    padding-bottom: 3px;
    margin-top: 0.8rem !important;
}

.cdi-sidebar-logo-max {
    width: 180px;
    padding: 19px;
    margin-top: 40px;
}

.cdi-sidebar-logo-min {
    width: 48px;
    margin-top: 50px;
}

.cdi-sidebar-logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cdi-pisca {
    animation-name: pisca;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    opacity: 1;
}

@keyframes pisca {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.cdi-form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.cdi-form-check-input:checked {
    background-color: #023c54 !important;
    border-color: #023c54 !important;
}
.cdi-form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.cdi-form-check .cdi-form-check-input {
    float: left;
    margin-left: -1.5em;
}

.cdi-form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}


.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cdi-indicador-total {
    font-weight: bold;
    /*font-family: Consolas, 'Courier New', monospace!important;*/
    font-size: 14px;
}

.cdi-variacao-total {
    font-weight: bold;
    /*font-family: Consolas, 'Courier New', monospace!important;*/
    font-size: 10px;
}

.cdi-color-mediumSeaGreen {
    color: MediumSeaGreen !important;
}

.cdi-color-indianRed {
    color: IndianRed !important;
}


/* Define a CSS class to change the font size for the entire table */
.cdi-table-sm {
    font-size: 8px !important; /* Adjust the font size to your preference */
    
}

    /* Define additional CSS rules for specific table elements if needed */
    .cdi-table-sm th {
        background-color: #023c54;
        color: white;
        text-align: center;
        font-size: 8px !important; /* Font size for table headers (optional) */
        font-family: 'Chivo Mono', monospace !important
    }

    .cdi-table-sm td {
        font-size: 8px !important; /* Font size for table data cells (optional) */
        font-family: 'Chivo Mono', monospace !important
    }


.cdi-back-to-top {
    display: none;
    position: fixed;
    bottom: 91px;
    left: 7px;
    z-index: 999;
    font-size: 13px;
    border: none;
    outline: none;
    background-color: #023c54;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    .cdi-back-to-top:hover {
        background-color: #069ee0;
    }

.cdi-card-title {
    background-color: #023c54;
    color: white;
    padding: 0px;
    margin: 0px;
    border: 2px solid #023c54;
    border-start-end-radius: 1px;
    border-end-end-radius: 15px;
    position: relative;
    left: 0px;
    top: -12px;
    width: 117px;
    text-align: start;
}


.vertical-line {
    width: 1px; /* Adjust the width as needed */
    height: 100%; /* Full height of the button */
    background-color: #000; /* Color of the vertical line */
    margin: 0 10px; /* Adjust the margin to control the spacing between the content and the line */
}

@media only screen and (max-width: 767px) {
    .cdi-ml-small {
        margin-left: -11px; 
    }
}