body {
    font-size: 1.03rem !important;
    font-family: sans-serif !important;
}

.chat-system .chat-box .chat-box-inner .chat-conversation-box {
    overflow: auto !important;
}

.chat-system .chat-box {
    background-image: none !important;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    left: 5px !important;
}

#sidebar ul.menu-categories ul.submenu > li a {
    padding-left: 12px !important;
    margin-left: 0 !important;
}

#sidebar ul.menu-categories ul.submenu > li a.dropdown-toggle {
    padding: 10px 10px 8px 3px !important;
    padding-left: 12px !important;
    line-height: normal;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
    margin-left: 0px !important;
    word-break: break-word !important;

}

#sidebar * {
    white-space: normal !important;
}

.popover {
    text-align: justify !important;
}

.header-center-with-border {
    text-align: center;
    margin-top: 15px;
}

.header-center-with-border > h5 {
    font-size: 15px;
    padding: 5px;
    color: #0A5CB8;
    border: 2px solid #0A5CB8;
    text-align: center;
    border-radius: 10px;
}

.header-center-with-border-subtitle {
    margin-top: 20px;
}

.header-left-without-border {
    color: #0A5CB8;
    text-align: left;
    margin-top: 15px;
}

.header-left-without-border > h5 {
    color: #0A5CB8;
}

.header-left-without-border .subtitle {
    margin-top: 20px;
}

.header-right-without-border {
    color: #0A5CB8;
    text-align: right;
}

.header-right-without-border.subtitle {
    margin-top: 20px;
}

.article-header-title {
    margin: 5px 0 !important;
    font-size: 15px;
    color: #0A5CB8;
}

.header-hr {
    border: 0.3px solid #0A5CB8;
    opacity: 1 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.articles {
    margin-top: 20px;
}

.article-name {
    font-size: 15px;
    font-weight: bold;
}

.article-content-name {
    font-weight: bold;
    font-size: 15px;
}

.article {
    text-align: justify;
    hyphens: auto;
}

.article-selected {
    background-color: papayawhip;
}

.article-number {
    color: #3890B0;
}

.article-observation {
    color: #666;
    font-size: .8em;
    margin-left: 25px !important;
}

.article-contents {
    line-height: 25px;
    text-align: justify;
}

.article-content {
    margin-bottom: 2px;
    text-align: justify;
    hyphens: auto;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.norm-article-header-subtitle-value-hr {
    border: 1px solid #0A5CB8;
    opacity: 1 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.norm-article-contents {
    line-height: 25px;
    text-align: justify;
}

.norm-article-observation {
    color: #666;
    font-size: .8em;
    margin-left: 33px;
}

.norm-article-content-p {
    text-align: justify;
    hyphens: auto;
}

.norm-article-content-p-with-tab {
    margin-bottom: 2px;
    text-align: justify;
    hyphens: auto;
    margin-left: 33px !important;
}

.norm-article-content-type {
    color: #FC643B
}

.norm-article-content-p-art {
    color: #3890B0
}

.norm-article-content-p-through {
    margin-bottom: 2px;
    text-align: justify;
    hyphens: auto;
    text-decoration: line-through;
}

p {
    margin-top: 10px !important;
}

.remove-style-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
}

.jurisprudence-text {
    margin: 25px 0px 0px;
    line-height: 25px;
    text-align: justify;
}

.jurisprudence-headers {
    margin: 45px 0px 0px;
    margin-bottom: 30px;
    color: #0A5CB8;
    text-align: center;
}

.jurisprudence-content {
    line-height: 25px;
    text-align: justify;
}


.bookmarks {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
}

.bookmark {
    background-color: #007bff;
    right: 0px;
    color: white;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 3px 5px;
    font-size: 10px;
}

.bookmarks-app {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Organiza os itens em colunas (vertical) */
    align-items: flex-start; /* Alinha os itens à esquerda verticalmente */
}

.bookmark-app {
    background-color: #007bff;
    color: white;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 10px;
    font-weight: bold;
    left: -35px;
    position: absolute;
    padding: 8px;
    line-height: normal;

}

.remission-container {
    /* display: flex;
    flex-direction: row;
    gap: 2px;
    height:auto; */
}

.remission-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: auto;
}

.dropdown-menu-center {
    right: auto;
    left: auto;
}

.pagination {
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 5px;
}

.btn-top-page {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.navbar {
    background-image: linear-gradient(to right, #0a5cb8, #0f6ac7, #1479d6, #1a87e4, #2196f3);
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
    background-color: #ffffff;
}

.text-dictionary {
    text-decoration: dotted underline !important;
}

.file-tree {
}

#sidebar ul.menu-categories {
    padding-right: 24px !important;
    border-right: 1px solid #e0e6ed !important;
}

#legislation li.active a {
    background-color: #81ACD5 !important;
    color: #ffffff !important;
    border-radius: 6px;
    margin-bottom: 4px;
}

#legislation li.active a:before {
    background-color: #ffffff !important;
}

#jurisprudence li.active a {
    background-color: #d090c4 !important;
    font-weight: bold;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 4px;
}

#jurisprudence li.active a:before {
    background-color: #ffffff !important;
}

.jurisprudence-observation {
    color: #666;
    font-size: .8em;
}

.select2-container {
    width: 350px !important;
}

.select2-result-repository__description {
    font-size: 13px;
    margin-top: 4px;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-selection__placeholder:empty::after {
    content: 'Busque por nome, número ...';
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 12px;
    margin-top: 0px;
    height: 22px;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0px;
}