:root{
    --bk-colorb: #16171f;
    --bk-color0: #222430;
    --bk-color1: #252735;
    --bk-color2: #2a2c3b;
    --bk-color3: #333547;
    --bk-color4: #393b4e;
    --bk-color5: #3c3e52;
    --bk-color6: #000000;
    --bk-color7: #3b4950;
    --bk-color8: #080808;
    --txt-color1: #ffffff;
    --txt-color2: #c7c7c7;
    --txt-color3: #b4b4b4;
    --txt-color4: #6e6e6e;
    --txt-color5: #4b4b4b;
    --txt-color6: #2a2a2a;
    --txt-color7: #000000;
}

.slic-red{
    background-color: #EC4561 !important;
}
.slic-red-text{
    color: #EC4561 !important;
}
.slic-red-light{
    background-color: #f1dfe2 !important;
}
.slic-red-light-text{
    color: #f1dfe2 !important;
}
.slic-yellow{
    background-color: #F8B425 !important;
}
.slic-yellow-text{
    color: #F8B425 !important;
}
.slic-dgreen{
    background-color: #1E545C !important;
}
.slic-dgreen-text{
    color: #1E545C !important;
}
.slic-green{
    background-color: #02A499 !important;
}
.slic-green-text{
    color: #02A499 !important;
}
.slic-green-light{
    background-color: #d0f3f1 !important;
}
.slic-green-light-text{
    color: #d0f3f1 !important;
}
.slic-blue{
    background-color: #38A4F8 !important;
}
.slic-blue-text{
    color: #38A4F8 !important;
}
.slic-blue-light{
    background-color: #c8e7ff !important;
}
.slic-blue-light-text{
    color: #c8e7ff !important;
}

.slic-card0{
    background-color: #252733 !important;
}
.slic-card0-text{
    color: #252733;
}

.slic-card1{
    background-color: #222430 !important;
}
.slic-card1-text{
    color: #222430;
}
.slic-card2{
    background-color: #16171f !important;
}
.slic-card2-text{
    color: #16171f;
}
.slic-card3{
    background-color: #0e0f14 !important;
}
.slic-card3-text{
    color: #0e0f14;
}
.slic-card4{
    background-color: #0c0d0f !important;
}
.slic-card4-text{
    color: #0c0d0f;
}

.slic-deep-purple{
    background-color: #250947;
}

.slic-deep-purple-text{
    color: #250947;
}

.r_dark1{
    background-color:  var(--bk-color1);
}

.r_dark2{
    background-color: var(--bk-color2);
}

.r_dark3{
    background-color: var(--bk-color3);
}

.r_dark4{
    background-color: var(--bk-color4);
}

html {
    margin:0;
    padding:0;
}

#topo-cabecalho{
    position: fixed;
    width: 100%;
    z-index: 9997;
    top: 0;
    background-color: rgba(70,115,55,.1);
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#topo{
    border-bottom: 1px solid #000;
    box-shadow: 1px 1px 1px #181818;
}

#topo-cabecalho .row{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.side-nav{
    color: white;
}

.side-nav li a{
    color: white;
}

nav{
    position: fixed;
    z-index: 1000;
    top:0;
    background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
}

#slide-out li a{
    color:rgb(230, 230, 230)
}

.cor_inversa{
    color: white;
}



body{
    /*manta de aço*/
    /* color: var(--txt-color2);
    background:
    linear-gradient(27deg, #16171f 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #16171f 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #2d2e39 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #2d2e39 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #20212a 10px, transparent 10px),
    linear-gradient(#23242c 25%, #20212a 25%, #20212a 50%, transparent 50%, transparent 75%, #31323c 75%, #31323c);
    background-color: #14151f;
    background-size: 20px 20px;     */

    background-image: url(/imagens/bkg1.png);
}



#conteudo{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /*-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,20,1);*/
    /*background: -webkit-linear-gradient(top, rgba(114, 103, 89, 0) 0%,rgba(4, 17, 53, 0) 60%), -webkit-linear-gradient(35deg, rgba(6, 49, 104, 0) 50%,rgba(17, 17, 17, 0.849) 30%);*/
}

@font-face {
    font-family: Freehand;
    src: url('/fonts/Freehand521 BT.ttf');
}

@font-face {
    font-family: Cyberiada;
    src: url('/fonts/Cyberiada_Medium.otf');
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: yellow !important;
    transition: background-color rgba(255,255,255,0) !important;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0) !important;
    caret-color: white;
}

form{
    color: var(--txt-color2);
}

.page-footer{
    background-color: var(--bk-color3);
}

.btn-st-lote{
    position: absolute;
    margin-top:-75px;
}

.btn-flat {
    color: var(--txt-color3);
}

.btn-flat:hover {
    color: var(--txt-color1);
}

[type="checkbox"]:checked + label:before {
    border-right: 2px solid var(--txt-color1);
    border-bottom: 2px solid var(--txt-color1);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid var(--bk-color6);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: var(--txt-color1);
}

.mback{
    background-color: var(--bk-color1);
}

.cabecalho{
    position: relative;
    background-color: #36394C;
}
.card-panel, .card, td, th, .mlateral, .modal{
    background-color: #2A3142;
    color: var(--txt-color1)
}

.mlateral{
    z-index: 9999;
}

.modal .modal-footer {
    background-color: var(--bk-color1);
    color: var(--txt-color1);
}

.collection {
    border: 1px solid var(--bk-color4);
}

.collection .collection-item{
    background-color: var(--bk-color2);
    color: var(--txt-color1);
    border-bottom: 1px solid var(--bk-color4);
}


/*.btn, button.mercadopago-button {
    background-color: var(--bk-color8);
}

.btn:hover, button.mercadopago-button:hover {
    background-color: #263238 !important;
}

.btn-floating{
    background-color: var(--bk-color8);
}

.btn-floating:hover {
    background-color: #263238 !important;
}*/

#btn-voltar-janela{
    transition: all 0.5s;
}

#btn-voltar-janela:hover {
    transition: all 0.5s;
    opacity: 0.8;
    /*background-color: #4fc3f7;*/
}

h1, h2, h3, h4, h5{
    color: var(--txt-color2);
}

#wait, #aguarde-carregando{
    display: none;
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    margin-left: -20px;
    background-color: rgba(0, 0, 0, 0.5);
}

select:focus {
    outline: 1px solid #16171f !important;
}

.caps-lock{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: yellow;
    animation: blinkerCapsLock 1s linear infinite;
}

@keyframes blinkerCapsLock {
50% {
    opacity: 0.1;
}
}

/*-------------------------------------------------------------*/

.pagination li.active {
    background-color: var(--bk-color0);
}

.pagination li.waves-effect a{
        color: rgb(129, 129, 129) !important;
}

.pagination li.waves-effect:hover{
    background-color: var(--bk-color0) !important;
}
.pagination li.waves-effect a:hover{
    color: rgb(243, 242, 242) !important;
}

/*TABLE*/

thead {
    border-bottom: 1px solid #161616;
}

table{
    background-color: transparent;
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #333547;
}

/*----------------*/

.progress .indeterminate {
    background-color: var(--txt-color7);
}

/*-----------------MENSAGEM DE AGUARDE BLOQUEANDO A TELA---------------------*/
#wait-work{
    position: fixed;
    display: none;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.856);
}

#wait-work-title{
    position: relative;
    top:50%;
    margin-top: -30px;
    text-align: center;
    font-size: 18px;
}

#wait-work-msg{
    position: relative;
    top:50%;
    text-align: center;
    font-size: 18px;
}

#wait-work-progress{
    top:50%;
    margin-top: 30px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

/*----------------FOOTER----------------------*/
#footer{
    position: relative;
    width: 100%;
    padding: 0 0 11px;
    text-align: center;
    bottom:0px;
    left: 0;
    /*border-color: #373737;*/
}

#footer p {
    margin: 0 0 9px;
    font-size: 12px;
}

#footer ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 9px;
    padding: 0;
}
#footer ul li{
    display: inline-block;
    margin: 0 7.5px;
    font-size: 23px;
    color: #F8B425;
}
#footer ul li i {
    color: #F8B425;
}


/************RESETE ELEMENTO*********************/
.reset-this{
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}
/**************************************************/
/*ZEBRAR COLUNAS TABELA SALA DE DIPUTAS*/
.table-linha .table-col-2, .table-linha .table-col-4{
    background-color: #333547;
    border-bottom: 1px solid #000;  
}

/*******************PADRONIZAR TITULO DAS PÁGINAS***********************************/
/*#container > .row:first-of-type, #container > .row:nth-of-type(2){*/
#container > .row:first-of-type, #container > .row:nth-of-type(2){
    /*display: none;*/
}
#container > h1:first-of-type{
    position: relative;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 45px;
    background: #e09f11;
    background: -webkit-linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    background: -moz-linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    background: linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#container > h5:first-of-type{
    position: relative;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 22px;
    background: #e09f11;
    background: -webkit-linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    background: -moz-linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    background: linear-gradient(to bottom, #fce5b5 0%, #e09f11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

/***********************quadro de dados/infromaçoes****************************************/
.quadro-view{
    position: relative;
    margin-top: 5px;
    letter-spacing: 1pt;
    background-color: #2A3142;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 1px 1px 0px 1px #181d27;
    /*border: 1px solid #313131;*/
}

.quadro-view-title{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500;
}

.quadro-filtro-selec{
    background-color: #1c212b;
    box-shadow: 1px 1px 0px 1px #181d27;
}


/***********************quadro de imagens do leilão****************************************/

.quadro-de-imagens-do-lote{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.quadro-de-imagens-do-lote .imagem-do-lote{
    padding: 5px;
    position: relative;
    min-height: 100px;
    transition: all 0.5s;
}

.quadro-de-imagens-do-lote .imagem-do-lote .img-mini{
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
    width: auto;
    transition: all 0.5s;
    cursor: zoom-in;
}


.quadro-de-imagens-do-lote .imagem-do-lote img:hover{
    /*height: 120px;*/
    box-shadow: 0px 0px 10px 5px #F8B425;
}

.quadro-de-imagens-do-lote .imagem-do-lote i{
    position: absolute;
    top:10px;
    left: 10px;
    cursor: pointer;
}

.look-imagem-leilao{
    position: absolute;
    top: 20%;
    height: 0;
    width: 0px;
    max-width: 900px;
    margin: 0 auto;
    z-index: 9999;
    overflow: hidden;

    transition: width 0.5s, height 0.5s;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;


}

.img-max-leilao{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    cursor: zoom-out;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.look-imagem-leilao i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
    color: rgb(197, 0, 0);
    text-shadow: 1px 1px rgb(34, 5, 5);
}

.chip, .slic-chip{
    position:relative;
    padding-right:36px;
    border-collapse:collapse;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width: 100%;
}

.slic-chip{
    padding-right:15px;
    margin-left: 0px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #02A499;
}

.slic-chip .slic-chip-title{
    margin-left: 25px;
    text-decoration: none;
    color: white;
}
.slic-chip .material-icons{
    position: absolute;
    margin-top: 5px;
}

.datepicker-modal, .timepicker-modal{
    margin-top: 100px;
}

/*************USUARIOS ONLILNE******************/

.users-info{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -5pt;
    height: 44pt;
    padding-top: 1.5pt;
    width: 70pt;
    left:50%;
    margin-left:-35pt;
    background-color: #003157;
    box-shadow: 1px 1px 1px 0px #000205;
    border-radius: 5px;
}

.users-icon{
    position: relative;
    width: 50%;
    font-size: 20pt;
    color: #707070;
}

.users-info div:first-child {
    color: #1de9b6;
}

.users-quant{
    position: relative;
    width: 50%;
    font-size: 14pt;
    font-weight: bold;
    color: #aaa9a9;
}

#users-online{
    color: #5bb181;
}

/*----------------------CARD-OPC MENU--------------------------------*/
.card-opc{
    background: linear-gradient(0deg, #272e3d, #2A3142, #2A3142, #2A3142, #2A3142, #2A3142, #2A3142, #2e3647);
    /*background: linear-gradient(0deg, #535db4, #626ED4, #626ED4, #626ED4, #626ED4, #626ED4, #626ED4, #6f7ae0);*/
    border-radius: 5px;
}

.card-opc span{
    transition: 2;
    opacity: 0;
}

.card-opc:hover span{
    opacity: 1;
}

.card-opc span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent, #626ED4);
    animation: animate1 2s linear infinite;
}

@keyframes animate1{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}

.card-opc span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #626ED4);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(100%);
    }
}


.card-opc span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, transparent, #626ED4);
    animation: animate3 2s linear infinite;
}

@keyframes animate3{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}

.card-opc span:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to top, transparent, #626ED4);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(-100%);
    }
}

/***************************LISTA*****************************************/
.slic-lista{
    min-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.slic-lista-title{
    min-width: 100px;
    position: relative;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
}

.slic-lista-subtitle{
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    text-align: left;
    white-space: normal; /* Permite a quebra de linha */
    text-overflow: ellipsis;
    color: #F8B425;
    text-transform: uppercase;
}
/**************************avisoPopUp***********************************/

/*.avisoPopUp{
    position: absolute;
    top: 200px;
    left: 50px;
    height: 100px;
    min-width: 400px;
    background-color: #0e0f14;
    padding: 10px;
}*/

/**********************scrools******************************************/
body{
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(2, 164, 153,.5);
}

body::-webkit-scrollbar {
    width: 10px;
    height: 5px; /* A altura só é vista quando a rolagem é horizontal */
}

body::-webkit-scrollbar-track {
    background: transparent;
    padding: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(2, 164, 153,.5);
}

.scroll-y-light-1{
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.5);
}

.scroll-y-light-1::-webkit-scrollbar {
    width: 5px;
    height: 5px; /* A altura só é vista quando a rolagem é horizontal */
}

.scroll-y-light-1::-webkit-scrollbar-track {
    background: transparent;
    padding: 5px;
}

.scroll-y-light-1::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
}


.scroll-y-light-2{
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(236,69,97,.5);
}

.scroll-y-light-2::-webkit-scrollbar {
    width: 10px;
    height: 5px; /* A altura só é vista quando a rolagem é horizontal */
}

.scroll-y-light-2::-webkit-scrollbar-track {
    background: transparent;
    padding: 5px;
}

.scroll-y-light-2::-webkit-scrollbar-thumb {
    background-color: rgba(236,69,97,.5);
}

/*****************************SLIC TAB*********************************************************/
.slic-tab{
    position: relative;
    display: block;
    padding: 10px;
    /*background-color: #0e0f14;*/
    background-color: #16171f;
}

.slic-tab-menu{
    position: relative;
    display: flex;
    height: 40px;
    justify-content: space-between;
}

.slic-tab-item{
    position: relative;
    line-height: 40px;
    background-color: #33343f;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    border: 1px solid #16171f;
    color: rgb(194, 194, 194);
}

.slic-tab-item:hover{
    background-color: #25262c;
    color: #F8B425;
}

.slic-tab-item-selected, .slic-tab-item-selected:hover{
    background-color: #16171f;
    cursor: default;
    color: #F8B425;
    font-weight: bolder;
}

button{
    overflow: hidden;
}

._dados-processo{
    background-color: #0e0f14;
    padding: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}

._dados-processo-linha{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

._dados-processo-col-1{
    text-transform: uppercase;
}

._dados-processo-col-2{
    margin-left: 20px;
    color: #F8B425;
}

/***************** A B A S *********************************************/
.barra-abas{
    display: flex;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-top: 10px;
    width: 100%;
    background-color: #0c0d11;
    height: 60px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.aba{
    display: inline;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    font-weight: 500;
}

.aba:hover{
    cursor: pointer;
    color: white;
}

.aba-selected{
    background-color: #0e0f14;
    color: #0288d1;
}

.aba-selected:hover{
    color: #0288d1;
    cursor: default;
}

.aba-selected::before{
    content: "";
    left: -30px;
    bottom: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    background: #0c0d11;
    border-radius: 50%;
    box-shadow: 15px 15px 0 #0e0f14;
}

.aba-selected::after{
    content: "";
    right: -30px;
    bottom: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    background: #0c0d11;
    border-radius: 50%;
    box-shadow: -15px 15px 0 #0e0f14
}

.corpo-aba{
    padding-top: 20px;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #0e0f14;
}

select.browser-default{
    color: #0e0f14;
}
.label-browser-default{
    font-size: 14pt;;
}