@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Extra Bold */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* Extra Light */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Semi Bold */
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter/static/Inter-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Inter';
}

.logo {
    width: 130px;
}

.logo-bigger {
    width: 200px !important;
}

.text-gradient.text-info {
    background-image: linear-gradient(310deg, #9A7A6A, #9A7A6A) !important;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #625d5a 0%, #9A7A6A 100%) !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #1d2f3e 0%, #1d2f3e 100%) !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #625d5a 0%, #9A7A6A 100%) !important;
}

.bd-gradient-danger {
    background-image: linear-gradient(310deg, #d71f1f 0%, #ff0303 100%) !important;
}

a:hover {
    color: #9A7A6A !important;
}

.text-dark {
    color: #1d2f3e !important;
}

.form-control:focus {
    border-color: #9A7A6A !important;
    box-shadow: 0 0 0 2px #9A7A6A !important;
}

.card-body {
    padding-top: 0px !important;
}

.alert-container {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide-left {
    animation: slide-left 1s ease-out;
}

@keyframes slide-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.slide-right {
    animation: slide-right 1s ease-in;
}

@keyframes slide-right {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #9A7A6A 0%, #9A7A6A 100%) !important;
}


.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled):not(.active) {
    background-color: transparent;
    background-image: none;
    border: 1px solid #786860 !important;
    color: #000 !important;
    background-image: linear-gradient(310deg, #ffffff 0%, #ffffff 100%) !important;
}

.btn-primary {
    background-color: #837268 !important;
}

.btn-danger {
    background-color: #8d1b1b !important;
}

.nav-item {
    display: none;
}

table th {
    font-size: 12px;
    padding: 6px;
    max-width: 100px;
    white-space: normal !important;
}

table td {
    font-size: 12px;
    max-width: 100px;
    white-space: normal !important;
}

.mandatory {
    color: #ff0000;
}

#formProfilePerito {
    display: none;
}

.nav-item {
    list-style: none !important;
}

#peritoSearch, #peritoSearchNum {
    max-height: 40px !important;
}

#peritoSearchNum {
    margin-right: 25px;
    display: block;
}

.btn-info {
    background-image: linear-gradient(310deg, #1d2f3e 0%, #1d2f3e 100%) !important;
}

.perito-selecionado {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

@keyframes pulsate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center; /* Centraliza horizontalmente */
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
}

    #loading img {
        vertical-align: middle;
        filter: invert(1);
        height: 118px;
        animation: pulsate 2s infinite;
    }

#pagination {
    margin: 0 auto;
    text-align: center;
}

    #pagination .page-btn {
        background-color: #937361;
        color: #fff;
        border: 0px;
        border-radius: 100px;
        padding: 3px 12px;
        font-weight: bold;
        font-size: 15px;
        transition: .14s ease-out;
        margin-right: 7px;
    }

        #pagination .page-btn:hover {
            background-color: #000;
        }

.page-btn.active {
    background-color: #000 !important;
}

li {
    list-style: none;
}

#saveButton {
    position: fixed;
    bottom: 17px;
    right: 100px;
}

#welcome-box {
    overflow: hidden;
}

.ps__rail-x {
    display: none !important;
}

.toast-error {
    background-color: red;
    position: fixed;
    top: 20px;
    right: 20px;
}

/* Container para todas as mensagens */
#chat-box {
    display: flex;
    flex-direction: column;
    max-height: 400px; /* Altura máxima do contêiner de mensagens */
    overflow-y: auto; /* Adiciona uma barra de rolagem vertical se o conteúdo ultrapassar a altura máxima */
}

/* Estilo para mensagens enviadas (sent) */
.sent-message {
    background-color: #9a7a6a; /* Azul para mensagens enviadas */
    color: white;
    border-radius: 12px;
    margin: 8px 0;
    padding: 12px;
    max-width: 70%; /* Largura máxima para mensagens enviadas */
    align-self: flex-end;
}

/* Estilo para mensagens recebidas (received) */
.received-message {
    background-color: #f1f0f0; /* Cinza para mensagens recebidas */
    color: black;
    border-radius: 12px;
    margin: 8px 0;
    padding: 12px;
    max-width: 70%; /* Largura máxima para mensagens recebidas */
    align-self: flex-start;
}

/* Estilo para a área de entrada de mensagens */
#message-input {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

/* Botão de envio de mensagens */
#send-button {
    background-color: #0084ff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.unseen-message {
    background-color: #fff; /* Cor de fundo branca */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
    position: relative;
}

    .unseen-message::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px; /* Ajuste a posição conforme necessário */
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: red; /* Cor do círculo de alerta */
        transform: translate(0, -50%);
    }

.active-client {
    background-color: #3b3b3b !important;
    color: #fff !important;
}

#chat-box {
    overflow-y: scroll;
    scrollbar-color: #9A7A6A white; /* Define a cor da barra de rolagem e da pista (track) */
    scrollbar-width: thin; /* Define a largura da barra de rolagem */
}

    /* Estilize a pista (track) da barra de rolagem */
    #chat-box::-webkit-scrollbar-track {
        background-color: white;
    }

    /* Estilize a barra de rolagem em navegadores WebKit (Chrome, Safari, etc.) */
    #chat-box::-webkit-scrollbar {
        width: 15px; /* Ajuste a largura conforme necessário */
        border-radius: 10px; /* Adicione borda redonda à barra de rolagem total */
    }

    /* Estilize o indicador (thumb) da barra de rolagem em navegadores WebKit */
    #chat-box::-webkit-scrollbar-thumb {
        background-color: #9A7A6A;
        border-radius: 10px; /* Adicione borda redonda ao indicador (thumb) da barra de rolagem */
    }

table td {
    word-wrap: break-word;
}

.notification-badge {
    background-color: #837268;
    color: white;
    border-radius: 100%;
    padding: 0.2rem 0.7rem;
    position: absolute;
    margin-right: 20px;
    right: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.container {
    padding: 0 !important;
    width: 95% !important;
    max-width: unset !important;
}

#detalhesModal {
    /* Adicione estilos para o modal aqui */
}

#observations-box {
    overflow-y: auto;
    max-height: 340px;
    margin-bottom: 20px;
}

.observation {
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    padding: 10px;
    overflow: hidden;
}

    .observation .message {
        margin-bottom: 5px;
    }

    .observation .meta {
        display: flex;
        justify-content: space-between;
    }

    .observation .sender {
        font-weight: bold;
    }

    .observation .date {
        color: #777;
        font-size: 12px;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #837268;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#outrosArquivos {
    list-style-type: none;
    padding: 0;
}

    #outrosArquivos li {
        margin-bottom: 5px;
    }

    #outrosArquivos a {
        text-decoration: none;
        color: #937361;
        transition: color 0.3s ease-in-out;
    }

        #outrosArquivos a:hover {
            color: #0056b3;
        }

.toast-error {
    background-color: red !important;
}

.processes-resume {
    padding: 30px 0px 0px;
}

.table-processes {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 20px;
    width: 100%;
    overflow-x: auto;
}

    .table-processes .icon {
        height: 25px;
        width: auto;
    }

    .table-processes .icon-messages {
        filter: invert(50%) sepia(16%) saturate(633%) hue-rotate(335deg) brightness(96%) contrast(89%);
        opacity: 0.5;
        transition: .14s ease-out;
    }

    .icon-messages-technician {
        filter: invert(50%) sepia(16%) saturate(633%) hue-rotate(335deg) brightness(96%) contrast(89%);
        opacity: 0.5;
        transition: .14s ease-out;
    }

        .table-processes .icon-messages:hover {
            opacity: 1;
        }

    .icon-messages-technician:hover {
        opacity: 1;
    }

    .table-processes .icon-reject {
        height: 20px;
    }

    .table-processes table {
        width: 100%;
    }

    .table-processes th {
        color: #8da4cc;
        padding: 8px 0px;
        font-weight: 600;
        font-size: 14px;
    }

    .table-processes td {
        padding: 10px 0px !important;
    }

    .table-processes tbody td {
        font-size: 15px !important;
        color: #000;
        font-weight: 400;
    }


    .table-processes .badge {
        width: 90%;
        padding: 10px 0px;
    }

.content-resume {
    padding: 30px 0px 0px;
}

.table-content {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 20px;
    width: 100%;
    overflow: auto !important;
}

    .table-content .icon {
        height: 25px;
        width: auto;
    }

    .table-content .icon-messages {
        filter: invert(50%) sepia(16%) saturate(633%) hue-rotate(335deg) brightness(96%) contrast(89%);
        opacity: 0.5;
        transition: .14s ease-out;
    }

        .table-content .icon-messages:hover {
            opacity: 1;
        }

    .table-content .icon-reject {
        height: 20px;
    }

    .table-content table {
        width: 100%;
    }

    .table-content th {
        color: #8da4cc;
        padding: 8px 0px !important;
        font-weight: 600;
        font-size: 14px;
    }

    .table-content td {
        padding: 10px 0px !important;
    }

    .table-content tbody td {
        font-size: 15px !important;
        color: #000;
        font-weight: 400;
    }


    .table-content .badge {
        width: 90%;
        padding: 10px 0px;
        background-color: #937361 !important;
        background-image: unset !important;
        width: fit-content;
        padding: 10px 10px !important;
    }

    .table-content .approved-text {
        font-weight: 600;
        color: #937361;
    }

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: 100% !important;
}

.navbar-vertical.bg-white .navbar-nav .nav-link .icon {
    background-image: unset !important;
}

#send-button-technician {
    width: 100% !important;
    margin-left: unset !important;
    margin-top: 20px !important;
}


.table-content .not-approved-text {
    font-weight: 600;
    color: #cd1616;
}

.table-header {
    border-bottom: 1px solid #efefef;
    padding: 0px 20px;
}

.processes {
    margin-top: 30px;
}

.no-borders {
    border: 0px !important;
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color: #b1b1b1;
    font-size: 20px;
}

.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
    box-shadow: unset !important;
}

.navbar-vertical .navbar-nav .nav-link .icon {
    background-color: unset !important;
    box-shadow: unset !important;
}

.navbar-nav ul {
    padding-left: 2.8rem;
}

    .navbar-nav ul a {
        font-weight: 300 !important;
    }

.navbar-vertical.navbar-expand-xs.fixed-start {
    background-color: #fff !important;
}

.active .nav-link-text {
    color: #937361;
}

.nav-item .active .icon i {
    color: #9a7a6a !important;
}

.navbar-nav {
    padding: 10px;
}

.navbar-brand {
    text-align: center;
    border: 0px !important;
}

    .navbar-brand img {
        object-fit: cover;
        object-position: left;
        width: 136px;
        height: 60px;
    }

.nav-link {
    border: 0px !important;
}

    .nav-link:hover {
        color: #937361 !important;
    }

.select-container {
    display: inline-block;
    margin-right: 20px;
}

    .select-container label {
        font-weight: 500;
        font-size: 14px;
    }

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-input {
    position: relative;
    display: inline-block;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    text-indent: 6px;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    cursor: pointer;
    width: 165px;
    border-radius: 10px;
    color: #8da4cc;
}

.custom-select input[type="text"], input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    text-indent: 6px;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    width: 230px;
    border-radius: 10px;
    color: #8da4cc;
}

.custom-input input[type="text"], input[type="date"], input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #e9ecef;
    text-indent: 6px;
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    width: 230px;
    border-radius: 10px;
    color: #8da4cc;
}

.custom-select select:focus {
    outline: none;
}

.custom-select input[type="text"], input[type="date"], input[type="number"]:focus {
    outline: none;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer !important;
    z-index: 9999;
}

.custom-input input[type="text"], input[type="date"], input[type="number"]:focus {
    outline: none;
}


.custom-input i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer !important;
    z-index: 9999;
}

/* Estilo do ícone do Font Awesome */
.custom-select i:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f078'; /* Código do ícone de chevron para baixo */
    font-weight: 900;
}

/* Estilo do ícone do chevron quando o select está aberto */
.custom-select select:focus + i:before {
    content: '\f077'; /* Código do ícone de chevron para cima */
}

.custom-select input[type="text"], input[type="date"], input[type="number"] + i:before {
    content: '\f002'; /* Código do ícone de busca do Font Awesome */
}

.custom-input input[type="text"], input[type="date"], input[type="number"] + i:before {
    content: '\f002'; /* Código do ícone de busca do Font Awesome */
}

.selects {
    margin-bottom: 20px;
}

.tabs-container {
    display: block;
    justify-content: space-around;
    border-bottom: 2px solid #eee;
    position: relative;
}

.tab {
    display: table-cell;
    padding: 10px 35px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    color: #8da4cc;
    width: fit-content;
}

.tab-content {
    display: none;
    padding: 20px;
}

    .tab-content.active {
        display: block;
    }

.custom-input p {
    cursor: text;
    margin-left: 4px;
}

.border-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 3px;
    border-radius: 30px;
    background-color: #937361;
    transition: all 0.3s ease;
}

.form-select:focus {
    border-color: #9a7a6a !important;
    outline: 0;
    box-shadow: 0 0 0 2px #9a7a6a !important;
}

.input-container-column {
    display: flex;
    flex-wrap: wrap;
}

.input-column {
    padding: 0px 20px 0px 0px;
    width: 50%; /* Cada coluna ocupará 50% da largura da linha */
    box-sizing: border-box; /* Garante que a largura inclui as margens */
    margin-bottom: 20px; /* Espaçamento entre as linhas */
}

/* Para garantir que cada linha tenha duas colunas */
@media (max-width: 768px) {
    .input-column {
        width: 100%; /* Em telas menores, cada coluna ocupará 100% da largura da linha */
    }
}

.input-container-column .custom-input {
    width: 100%;
}

.input-container-column .custom-select {
    width: 100%;
}

.input-container-column .custom-select select {
    width: 100%;
}

.input-container-column .custom-input input[type="text"], input[type="date"], input[type="number"] {
    width: 100%;
}

.input-container-column label {
    font-weight: 500;
    font-size: 15px;
}

#zonas_atuacao_badges {
    padding: 10px 0px;
}

    #zonas_atuacao_badges .badge {
        margin: 0px 5px 0px 0px;
    }

#zonas_atuacao_checkbox_list {
    position: unset !important;
    overflow-y: scroll;
    height: 150px;
}

/* Estilos para o input file */
.file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

    .file-input input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        font-size: 100px;
    }

.file-label {
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    color: #937361;
    padding: 8px 16px 6.5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

/* Estilos para o botão de upload */
.upload-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

    .upload-button:hover {
        background-color: #218838;
    }

#file-name {
    position: absolute;
    color: #937361;
    width: 75%;
    height: 40px;
    margin-left: -9px;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 0px 10px 10px 0px;
}

.navbar-main {
    margin: 0px -10px !important;
}

.row-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    border: 1px solid;
    border-radius: 30px;
    filter: invert(50%) sepia(8%) saturate(1062%) hue-rotate(335deg) brightness(97%) contrast(99%);
    height: auto;
}

.column-text {
    color: #8da4cc;
}

#documentos_apoio_lista {
    padding: 0;
}

.btn-validation {
    color: #9A7A6A !important;
    background-color: #DDDDDD !important;
    border-radius: 15px;
    text-transform: initial;
}

/* Aplica o estilo a todos os itens da lista, exceto o primeiro */
#documentos_apoio_lista li:not(:first-child) {
    margin-bottom: 20px;
}


    #documentos_apoio_lista li:last-child {
        border-bottom: none; /* Remove a linha do último item */
    }

.btn-danger i {
    font-size: 20px !important;
    position: unset !important;
    color: #fff;
    transform: unset !important;
}

#h_va, #v_va { display: none; }
#h_ra, #v_ra { display: none; }

/* Estilo para tabelas em dispositivos móveis */
@media only screen and (max-width: 800px) {
    body {
        margin: 0;
        overflow: scroll !important;
    }

    table {
        width: 100% !important;
        border-collapse: collapse !important;
        border-spacing: 0;
        overflow: auto !important;
    }

    body .main-content {
        height: 100% !important;
        overflow: unset !important;
        overflow-anchor: unset !important;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 8px !important;
        text-align: left !important;

    }

    .table-content {
        height: 1000px;
        overflow: auto !important;
    }

    .table-content tbody td {
        padding: 0px 10px !important;
    }

    .table-content .badge {
        width: 100% !important;
        padding: 10px !important;
    }

    th {
        background-color: #f2f2f2;
    }

    .processes-resume, .selects {
        padding: 30px 20px !important;
    }

    .main-content .navbar-main {
        padding-left: 20px !important;
    }
}

.table thead th {
    padding: 0 !important;
}

/* HTML: <div class="loader"></div> */
.loader {
    margin: 30px auto;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #837268 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #837268);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.dropdown-item {
    border-radius: 0px !important;
}

.dropdown-item:hover {
    border-bottom: 0px !important;
}

.dropdown .dropdown-menu.dropdown-menu-end {
    padding: 0 !important;
    top: 25px;
    margin-right: 0px !important;
    transform: unset !important;
}

.dropdown-item.not-viewed {
    background-color: #f7f7f7;
    border-left: 5px solid #9a7a6a;
}

.dropdown-ite.not-viewed:hover {
    border-left: 5px solid #9a7a6a;
}

#notification-counter {
    border-radius: 10px;
    background-color: #9a7a6a;
    color: #fff;
    padding: 5px;
    display: none;
}