 /* Bootstrap modifications */
 html {
    font-size: 16px;
}
 a{
    color: #6b6b6b;
}

a:hover {
    color: #202020;
}

.table td, .table th {
    padding: .4rem;
}

.preloader {
    background-color: #f4f6f9c9;
    transition: none;
}

.text-default {
    color: #cdcdcd !important;
}
.logo-container{
    max-height: 21px;
    width: auto;
}

.main-sidebar {
    padding-top: 60px;
    z-index: 1;
}

body.sidebar-collapse .main-sidebar {
    /* position: fixed; */
    margin-top: 0px;
    padding-top: 45px;
    z-index: 10;
    transition: all 0.3s ease; 
}
  
body.sidebar-collapse .main-sidebar .sidebar .nav-compact .nav .user-panel{
    padding-bottom: 12px !important ;
    margin-left: 0px !important;
    transition: all 0.3s ease;
}

/* .btn{
    border-radius: 0.375rem !important;
} */

.btn-custom-size{
    padding: .310rem .60rem;
}

.btn-custom-size-disabled {
    background-color: transparent !important;
    border-color: rgb(211, 212, 213);
    color: rgb(191 191 191);
}

.btn-custom-size-disabled:hover {
    background-color: transparent !important;
    border-color: rgb(211, 212, 213);
    color: rgb(191 191 191);
}

.btn-busca-dados{
    cursor: pointer;
}

.btn-busca-dados:hover{
    border: 1px solid #c2c1c1;
}
/* .btn-custon-default{
    background-color: transparent !important;
    border-color: #c0c0c0 !important;
    color: #484848 !important;
} */

.pagination .page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white !important;
}

.card-footer{
    /* background-color: transparent !important; */
    padding-bottom: 30px;
}

.card-footer-custom{
    border-top: 1px solid rgb(0 0 0 / 11%);
    background-color: transparent !important;
}

.nav-treeview-custom{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;padding-bottom: 0px;
}

.nav-pills .nav-link{
    border-radius: 0.18rem;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link {
    color: #494949;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #f39c12;
}

.card-header-custom {
    padding: 1.12rem 3.20rem !important;
    color: rgb(48, 48, 48);;
}

.card-title-image {
    --imagem: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAkCAYAAAC9itu8AAAAAXNSR0IArs4c6QAAAEFJREFUOBFjXLV9x38GJBDm6cGIxGVAl2dCliSGTXsNxLhisKthRA/n0XgYkCgbjYcBCXYMS0fjASNIBkRgOMQDAL3jI5x6EwaBAAAAAElFTkSuQmCC);
    width: 7px;
    height: 21px;
    margin-right: 12px;
    content: var(--imagem);
}

.card-title-image-menu {
    --imagem: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAkCAYAAAC9itu8AAAAAXNSR0IArs4c6QAAAEFJREFUOBFjXLV9x38GJBDm6cGIxGVAl2dCliSGTXsNxLhisKthRA/n0XgYkCgbjYcBCXYMS0fjASNIBkRgOMQDAL3jI5x6EwaBAAAAAElFTkSuQmCC);
    width: 7px;
    height: 21px;
    content: var(--imagem);
    margin: 5px 15px;;
}

.table-header-custom{
    height: 60px;
}
.input-group-text {
    color: #525252;
    background-color: #e9e9e9;
    border: 1px solid #cecece;
    border-radius: 0.375rem 0rem 0rem 0.375rem;
}

.custom-select {
    color: #3e3e3e;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: none;
}

.form-control{
    border: 1px solid #cecece !important;
    border-radius: 0.375rem !important;
    background-clip: padding-box;
    /* margin-top: 5px; */
}

.form-control:disabled, .form-control[readonly] {
    background-color: #efefef;
    opacity: 3;
}

.col-md-12-custom{
    background-color: #efefef;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0px 15px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

#ordenar-linha-tabela tr {
    cursor: move;
}

.legenda-custom{
    font-size: 14px;
    color: #6c757d !important;
    margin-left: 1px !important;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #53585c !important;
    color: #fff !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #6c757d !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffe69c;
    }

.toast {
    opacity: 0.9 !important;
}
    
.badge-custom {
    padding: 0.4em 0.4em;
    /* font-size: 14px; */
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.9);
}

.table thead th {
    border-bottom: 0px;
}

select.form-control{
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tab-content{
    padding: 0px !important;
}

.nav-tabs .nav-link {
    border-top: 3px solid #cbcac9;
    border-right: 1px solid #dddd;
    border-left: 1px solid #dddd;
    /* color: #323232; */
}

.card .nav-item .nav-link.active{
    border-top: 3px solid #323232;
    /* color: var(--cor-padrao); */
}

.nav-tabs .nav-link:hover {
    border-top: 3px solid #cbcac9;
}

.nav-item-custom{
    background-color: rgb(245, 245, 245);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 1px solid #eeeded;
    border-bottom: 0px;
}

@media (prefers-reduced-motion: reduce) {
    .nav-sidebar .nav-item > .nav-link .right {
      transition: all 0.3s linear;
    }
}

/* .dropdown-menu li{
    padding: 5px 10px;
    border: 1px solid #fff;
}

.dropdown-menu li:hover{
    background-color: #e4e4e4;
    border: 1px solid #eceaea;
    border-top: 1px solid #fff;
}

.dropdown-menu li a{
    color: #3d3d3d;
} */

.bootstrap-select .dropdown-toggle .filter-option::after,
.bootstrap-select .dropdown-toggle .caret {
  display: none !important;
}
.bootstrap-select .dropdown-toggle {
  background: #fff 
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") 
    right 0.75rem center/8px 10px no-repeat;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border-radius: .375rem !important;
}
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
  outline: none;
}

.bootstrap-select .dropdown-toggle::after {
    content: none !important;
}

.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ffffff;
}

.selected span.check-mark {
    color: green;
  }

.bg-success-custom {
    background-color: #28a746e3!important;
}

.btn-info {
    color: #fff;
    background-color: var(--cor-padrao);
    border-color: var(--cor-padrao);
    transition: filter 0.3s;
}

.btn-info:hover {
    color: #fff;
    background-color: var(--cor-padrao);
    border-color: var(--cor-padrao);
    filter: brightness(1.2);
}

.btn-info-custom {
    color: #fff;
    background-color: #5c636a;
    /* border-color: #5c636a; */
    color: #ffffff;
}
.btn-info-custom:hover {
    background-color: #646a70;
    color: #ffffff;
}

.btn-info-custom-disabled {
    color: #fff;
    background-color: rgb(235 235 235);
    border-color: rgb(191 191 191);
    color: rgb(191 191 191);
  
}

.btn-info-custom-disabled:hover {
    color: #fff;
    background-color: rgb(235 235 235);
    border-color: rgb(191 191 191);
    color: rgb(191 191 191);
 
}


.btn-outline-danger-disabled {
    color: #a7a7a7 !important;
    border-color: #616161 !important;
  }
.text-menu-padrao{
    color: var(--cor-padrao-text);
}

.user-panel .image {
    padding-left: 0.5rem;
}

form .required:after {
    color: #F00;
    content: '*';
    display: inline;
}

.modal {
    /* background-color: hsla(0,0%,100%,.6); */
    /* background-color: hsl(0deg 0% 4.72% / 8%); */
    backdrop-filter: blur(0.2rem);
    transition: opacity .15s linear;
}
.modal-dialog {
    margin-top: 10%; 
    max-height: 30vh; 
  }

.modal-content {
    border: none;
}

.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: .8;
    transition: opacity .15s linear;
}


::placeholder {
    color: #d3d3d3;
}

.btn-default-search {
    background-color: #f2f2f2 !important;
    color: #2b2b2b !important;
    border-color: #cecece !important;
}

.btn-default-search:hover {
    background-color: rgb(245, 245, 245) !important;
}

.btn-default {
    background-color: #5c636a ;
    border-color: #5c636a;
    color: #ffffff;
}

.btn-default:hover {
    background-color: #666a6e ;
    border-color: #5c636a;
    color: #ffffff;
}

.elevation-1 {
    box-shadow: 0 1px 1px rgba(0,0,0,.11),0 1px 2px rgba(0,0,0,.11) !important;
}
.dropdown-menu-custom {
    border-radius: 10px 0px 2px 2px;
    width: 185px;
    min-width: 175px;
}

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

[class*=sidebar-light] .user-panel {
    border-bottom: 0px;
}

.select-icon {
    font-family: 'Font Awesome 6 Pro', 'Second Font name';
    font-size: 20px
}

.span_search {
    padding: 4px 1px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 6px;
    /* border: 1px solid #c9c9c9; */
    cursor: pointer;
    position: relative;
    /* top: -1px; */
    font-weight: 500;
    /* font-size: 16px; */
    color: #6d6c6c;
    text-decoration: underline;
}

.btn_icon{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    color: #fff !important;
}

.card_height{
    min-height: 650px !important;
}
.mt-60p{
    margin-top:60px;
}
.card_search{
    margin-bottom: 0px;
    /* box-shadow: 0 0 1px rgba(0,0,0,.025), 0 1px 3px rgba(0,0,0,.1); */
}
.busca_dados{
    margin-top: 10px;
}

.style_rotate_load_back{
    z-index: 20200;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.style_rotate_load{
    width: 70px !important;
    height: 70px !important;
    position: absolute !important;
    margin-left: -35px;
    margin-top: -35px;
    top: 45%;
    left: 50%;
    border-radius: 50%;
}

@keyframes styles_rotateSpinner__3AGuj {
0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
}
to {
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
}
}

.style_rotate_load svg>circle {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-animation:styles_rotateSpinner__3AGuj 1.2s linear infinite;
    animation:styles_rotateSpinner__3AGuj 1.2s linear infinite
}

.style_rotate_load svg>circle:last-of-type {
    -webkit-animation:styles_rotateSpinner__3AGuj .3s linear infinite;
    animation:styles_rotateSpinner__3AGuj .3s linear infinite
}

.fa-spin-fast {
    animation: fa-spin-fast 0.8s infinite linear;
}

@keyframes fa-spin-fast {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.is-invalid-warning {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e") !important;
}

.display-block {
    display: block !important;
}

.card-header-separador {
    margin-bottom: 25px;
    font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.card {
    /* box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.1); */
    /* box-shadow: rgba(23, 34, 79, 0.06) 0px 0px 0px 1px, rgba(23, 34, 79, 0.05) 0px 8px 24px; */
    border: 1px solid rgb(218,220,224);
    box-shadow: none !important;
    /* border-radius: .35rem; */
  }

.card .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay {
    background-color: rgba(255, 255, 255, 0.53);
    /* border-radius: 5px; */
  }

.small-box{
    box-shadow: none;
    border: 1px solid rgb(218,220,224);
}
/* .small-box-footer{
    border-radius: .25rem;
} */
.fs_icons{
    font-size: 17px !important;
}

.table.table-hover td:first-child, .table.table-hover th:first-child {
    border-left: 0px;
}

.table.table-hover td:last-child, .table.table-hover th:last-child {
    border-right: 0px;
}

.card-header.custom {
    background-color: red !important;
}

.device{
    display: none;
}

.device-btn{
    display: none !important;
}

.token-input-token p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 85%;
}

@media only screen and (max-width:768px) {

    html {
        font-size: 15px;
    }

    body {
        height: auto !important;
    }

    .logo-container{
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    #toggleSidebar{
        margin-left: 0px !important;
    }

    .main-sidebar {
        padding-top: 0px;
        z-index: 1038;
    }

    body.sidebar-collapse .main-sidebar {
        padding-top: 0px;
        z-index: 1038;
    }

    .table.table-hover tr th:not(.fix), .table.table-hover tr td:not(.fix) {
        display: none;
    }
    
    .table td, .table th {
        padding: .3rem .4rem !important;
    }

    .device-btn{
        display: inline-block !important;
    }

    .device{
        display: table-cell !important;
    }

    .no-device{
        display: none !important;
    }

    .mt-60p{
        margin-top: 0px;
    }

    .card-body{
        padding: 15px 0.2rem; 
    }
    .card_height{
        min-height: 500px !important;
    }

    .content-wrapper{
        min-height: 600px !important;
    }

    .content-wrapper>.content {
        padding: 0 0.2rem;
    }

    .content-header{
        padding: 15px 0.2rem; 
    }

    .p0-device{
        padding: 0px;;
    }
    .card-body {
        padding: 0.8rem;
    }

    .nav-link{
        padding-right: 7px !important;
    }

    .card-header{
        padding-left: 9px;
    }
}


.token-input-dropdown {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
    min-width: inherit !important;
    max-width: inherit !important;
    border-radius: 0px 0px 5px 5px !important;
    padding: 5px 5px;
    z-index: 1000 !important;
}

.token-input-dropdown li {
    padding: 4px 20px 4px 10px !important; /* Adiciona espaçamento interno */
    text-align: left !important;
    color: #5c5c5c !important;
}


.breadcrumb {
    margin-top: 6px;
    margin-right: 10px;
    color: #8f8f8f;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
    padding: 0 6px;
}


