#page-wrapper {
    padding: 0 0 0 220px;
}

.img-login {
    max-width: 340px;
    min-width: 140px;
    height: 10vh;
    width: 25vw;
    background-image: url("/assets/img/logo-binooc-h.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

a {
    color: #676a6c;
    text-decoration: none;
    background-color: transparent;
}

a:hover small {
    color: #155f26;
    font-weight: 600;
}

p {
    margin-bottom: 0;
    text-align: justify;
}

.logo-main-menu {
    max-width: 140px;
}

.loginBackground {
    background: url("/assets/img/login-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #efefef;
}

.language-options {
    max-width: 18px;
}

.menu-vertical {
    display: flex;
    flex-direction: column;
    position: fixed;
    flex: 0 0 12%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    max-width: 10vw;
    min-width: 225px;
}

.menu-collapsed .menu-vertical {
    width: 72px;
    min-width: 72px;
    transition: width 0.3s ease;
}

.menu-expanded-hover {
    max-width: 10vw;
    min-width: 220px !important;
    transition: width 0.3s ease;
}

.menu-collapsed #collapse-menu-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ajustar alinhamento dos ícones do botão de colapso/expandir com Flexbox */
#collapse-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#collapse-menu-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Ícones dentro do botão de colapso/expandir */
#collapse-menu-btn .fa-caret-left {
    display: inline;
}

#collapse-menu-btn .fa-caret-right {
    display: none;
}

.menu-collapsed #collapse-menu-btn .fa-caret-left {
    display: none;
}

.menu-collapsed #collapse-menu-btn .fa-caret-right {
    display: inline;
}

/* Ícone do logo quando recolhido */
.menu-collapsed .logo-main-menu {
    max-width: 45px;
    transition: max-width 0.5s ease;
}

/* Alteração suave do logo ao colapsar */
.logo-main-menu {
    transition: all 0.5s ease;
}

/* Ocultar texto dos itens do menu principal quando colapsado */
.navbar-nav li a .menu-item-text {
    transition: opacity 0.3s ease;
}

/* Aumentar o tamanho dos ícones do menu principal */
.navbar-nav li a i {
    font-size: 1em;
    transition: font-size 0.3s ease;
}

.menu-collapsed .navbar-nav li a i {
    font-size: 1.6em;
}

/* submenu (BS4) */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    height: max-content;
    border-radius: 0 3px 3px 0;
    border-left: none;
    box-shadow: 3px 0px 3px rgba(86, 96, 117, 0.7);
    padding-left: 15px;
}

.navbar-bottom-links > li a:focus,
.navbar-bottom-links > li a:hover {
    background: none !important;
    border-radius: 0 !important;
    font-weight: 500;
}

.side-menu-link-item {
    border: none !important;
    background: none !important;
}

.sidebar-filter {
    border-right: 3px solid #f3f3f4;
}

.ibox-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* Para quebrar linha quando necessário */
    padding: 10px 15px;
    /* Adicionar um pouco de padding para consistência */
    overflow: hidden;
}

.ibox-title-text {
    flex-grow: 1;
    /* O título ocupa o espaço disponível */
    margin-bottom: 0;
    /* Remover margem inferior para garantir alinhamento */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Adicionar elipse se o título for muito longo */
    white-space: nowrap;
    /* Evitar que o título quebre para uma nova linha */
}

.ibox-title .bi-info-circle-fill {
    flex-shrink: 0;
    /* O ícone não encolhe e mantém seu tamanho */
    margin-left: 10px;
    cursor: pointer;
}

.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child {
    padding-right: 1.25rem !important;
}

.table > thead > tr > td:first-child {
    padding-left: 1rem !important;
}

.table > tbody > tr > td:first-child {
    padding-left: 1.25rem !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 2.25rem !important;
}

a.nav-link {
    padding: 15px 17px !important;
}

a.nav-link:focus,
a.nav-link:hover,
a.nav-link.active:focus,
a.nav-link.active:hover {
    background: transparent !important;
    color: #f39200;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 5px !important;
}

.home-box {
    padding: 10px 20px;
}

.home-titles {
    font-size: 19px;
    margin-bottom: 0 !important;
}

.bi:before {
    font-weight: bold !important;
}

.inspinia-timeline > .split-line:last-child {
    display: none;
}

.sidebar-filter > .split-line {
    display: none;
}

.hc-contact {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.icon-hc-contact {
    font-size: 20px;
    font-weight: bold;
    color: #0c4421;
}

.icon-hc-contact:hover {
    font-size: 22px;
    color: #0c4421;
}

.modal-dm-close {
    position: absolute;
    padding: 0 !important;
    margin: -40px !important;
    right: 53px;
}

.th-first-rnd {
    background-color: #0c4421;
    border-top-left-radius: 8px;
    color: white;
    line-height: 2.1 !important;
    padding-left: 1.25rem !important;
}

.th-last-rnd {
    background-color: #0c4421;
    border-top-right-radius: 8px;
    color: white;
    line-height: 2.1 !important;
    padding-right: 1.25rem !important;
}

.th-rnd {
    background-color: #0c4421;
    color: white;
    line-height: 2.1 !important;
}

.tb-brd {
    border: 2px solid #f3f3f4;
}

.usr-online-log {
    margin-left: -15px;
    padding-right: 4px;
}

.select2-dropdown.select2-dropdown--below {
    top: -35px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.m-hor-center {
    margin: 0 auto;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    background: white;
}

/* Scrollbar background */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Scrollbar color */
::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}

.select2-results__options {
    padding: 0px 4px;
    margin-right: 3px;
}

#sidebar_filter_search_clear_btn {
    padding-left: 0;
    padding-right: 0;
}

.max-w-max {
    max-width: max-content;
}

.m-vert-center {
    margin: auto 0;
}

.expand-all-mapa-items-details {
    margin: 9.5px;
}

.justify-item-right {
    justify-items: right;
}

.select2-container--bootstrap4 .select2-selection__clear {
    height: 1.15em;
}

.btn-dark:hover {
    color: #fff;
    background-color: #757c83;
    border-color: #757c83;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.datepicker {
    z-index: 3000 !important;
}

.date-interval-txt {
    font-size: 0.7rem;
    text-align: center;
    padding: 6px;
}

#reportContainer {
    width: 100%;
    height: 96vh;
    /* margin-top: -35px; */
}

iframe {
    border: none;
}

iframe.responsive-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 1.85rem 0;
    max-height: none;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.no-resize {
    resize: none;
}

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

.day-with-updates {
    color: #fff;
    background-color: #1ab394;
    border-color: #000;
}

.binooc-file-input-component {
    display: none;
}

a.text-primary:hover {
    color: inherit !important;
}

ins.highlight {
    text-decoration: underline;
    text-decoration-color: lightgray;
    background-color: transparent;
}

label {
    font-weight: 600;
}

.nav-login {
    text-align: right;
    position: fixed;
    top: 45px;
    right: 35px;
}

.nav-login .language-options {
    max-width: 22px;
}

.nav-login .dropdown-toggle::after {
    display: none;
}

div#binooc_home_calendar div.datepicker table {
    width: 100%;
    margin: 0 auto;
}

.nav-home {
    text-align: right;
}

.nav-home .language-options {
    max-width: 22px;
}

.nav-home .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
    display: none;
}

.nav.navbar-left > li > a {
    padding: 3px 6px !important;
}

nav.navbar.navbar-static-top {
    background: #f3f3f4;
}

.navbar-bottom-links li a {
    min-height: 25px;
}

::-webkit-input-placeholder {
    font-size: 13px;
}
::-moz-placeholder {
    font-size: 13px;
}
:-ms-input-placeholder {
    font-size: 13px;
}
::placeholder {
    font-size: 13px;
}

.login-section {
    align-items: center;
    height: 75%;
}

.login-form-box {
    max-width: 500px;
}

.popover-bot-max-width {
    max-width: 500px !important;
}

small,
.small {
    font-size: 95%;
    font-weight: 400;
}

.input-group-prepend {
    height: calc(1.5em + 0.75rem + 4px);
}

.modal-simple-x-header {
    padding: 5px 10px !important;
}

button#user_account_save_btn {
    margin-top: 12px;
}

@media (max-width: 1177px) {
    .ibox-title {
        padding: 8px 10px;
    }

    .ibox-content.box-1776 {
        min-height: 180px;
    }
}

@media (max-width: 992px) {
    .sidebar-filter>.split-line {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .loginBackground {
        background: none;
    }

    .img-login {
        max-width: 225px;
        width: 25vw;
        height: 25vh;
        background-image: url("/assets/img/logo-binooc-h.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        display: inline-block;
    }

    .login-section {
        align-items: start;
        margin: 0;
        height: auto;
    }

    .login-form-box {
        max-width: none;
    }

    .clock-date {
        display: none;
    }
}
