.tags-look .tagify__dropdown__item {
    display: inline-block;
    border-radius: 3px;
    padding: 0.3em 0.5em;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin: 0.2em;
    font-size: 0.85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active {
    color: black;
}

.tags-look .tagify__dropdown__item:hover {
    background: lightyellow;
    border-color: gold;
}

.sidebar-content {
    background: #0a373e !important;
}

.tooltip-inner {
    max-width: 400px !important;
    text-align: left;
}

.read-more__link {
    font-weight: bold;
}

.modal-content {
    background-color: #F7F9FC;
}

.form-check {
    display: inline-block !important;
}

.client-active {
    color: lime;
}

.client-inactive {
    color:gray;
}

.approve {
    color: green;
}

.reject {
    color: red;
}

.shout {
    color: red;
}

.right-border {
    border-right: 2px solid black;
}

/* Side bar */

:root {
    --nav-width: 280px;
    --first-color: rgb(10, 55, 62);
    --first-color-light: rgb(131, 130, 130);
    --white-color: #F7F6FB;
    --z-fixed: 100
}

a:hover {
    text-decoration: none;
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    /*margin: var(--header-height) 0 0 0;*/
    /* transition: .5s */
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: auto;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    /*transition: .5s;*/
    z-index: var(--z-fixed)
}

.nav_sidemenu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .1rem 0 0rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.hide {
    width: 62px;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active-sidemenu {
    color: var(--white-color)
}

.active-sidemenu::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
    height: 100vh
}

/*
@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}
*/

td {
    cursor: default;
}
.bi-file-model-petition::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../img/file-model-petition.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(100%);
}
.nav_link:hover .bi-file-model-petition::before  {
    filter: invert(96%) sepia(5%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(103%); /* Cor #F7F6FB no hover */

}
.bi-file-model-process::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../img/file-model-process.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(100%);
}
.nav_link:hover .bi-file-model-process::before  {
    filter: invert(96%) sepia(5%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(103%); /* Cor #F7F6FB no hover */
}
.bi-log-file-icon::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../img/log-file-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(100%);
}
.nav_link:hover .bi-log-file-icon:before  {
    filter: invert(96%) sepia(5%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(103%); /* Cor #F7F6FB no hover */

}
*:not([type="text"]):not([type="password"]):not([type="email"]):not([type="number"]):not([type="search"]):not([type="tel"]):not([type="url"]):not(textarea) {
    caret-color: transparent !important; /* Oculta o caret em todos os elementos, exceto campos digitáveis */
}
input:focus, textarea:focus {
    caret-color: initial; /* Oculta o caret em todos os elementos, exceto campos digitáveis */
}

.gap-1{
    gap: 0.5rem;
}

.cursor-pointer{
    cursor: pointer;
}

.hover-scale{
    transition: all 0.15s;
}

.hover-scale:hover{
    transform: scale(1.10);
}

/* Cabeçalho da tabela de Processamentos: igualar às demais tabelas
   (apenas o separador abaixo, sem borda em cima / moldura) */
#processing-table > thead,
#processing-table > thead > tr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#processing-table > thead > tr > th {
    border-top: 0;
}
