﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "/css/color.css";

/*#region config*/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
       supported by Chrome, Edge, Opera and Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6,
h8,
label {
    color: var(--gray05) !important;
}

.btn:focus, .btn:active,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-floating:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.15rem var(--yellow-light);
}

.input-group-text:hover {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.15rem var(--yellow-light);
}

.btn.active {
    background-color: var(--nm05) !important;
    color: black !important
}

.modal-content {
    top: 4vh;
    background-color: var(--gray100-85) !important;
}

.modal-footer {
    border-top: 1px solid #dee2e640 !important;
}

.modal-header {
    border-bottom: 1px solid #dee2e640 !important;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

input, select, .input-group-text {
    background-color: var(--gray70) !important;
    color: var(--yellow-light) !important;
    border: 1px solid #444 !important;
}

.fa-sort, .fa-circle-info {
    cursor: pointer;
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-months div.active,
.tempus-dominus-widget.dark .date-container-years div.active {
    background-color: var(--yellow-light) !important;
    color: var(--gray70) !important;
}

.fa {
    display: inline-block;
}

img:hover,
.fa-circle-plus:hover,
.fa-history:hover,
.fa-undo:hover,
.fa-file-word:hover,
.fa-gear:hover,
.fa-list-ul:hover,
.bi-person-vcard:hover,
.bi-search:hover,
.fa-eye:hover,
.fa-edit:hover,
.fa-draw-polygon:hover,
.fa-flask:hover,
.fa-trash:hover,
.fa-route:hover,
.fa-route:hover,
.fa-question-circle:hover,
.fa-clock:hover,
.fa-file:hover,
.fa-history:hover,
.fa-list:hover,
.fa-rotate:hover,
.fa-reply-all:hover,
.fa-map-marked-alt:hover,
.fa-user-shield:hover,
.fa-info-circle:hover,
.fa-shield-exclamation:hover,
.fa-exclamation-triangle:hover,
.fa-file-pdf:hover,
.fa-check-circle:hover,
.fa-users:hover,
.fa-minus:hover,
.fa-check:hover,
.fa-xmark:hover,
.fa-plus-circle:hover,
.fa-calculator:hover,
.fa-plus-octagon:hover,
.fa-minus-circle:hover,
.fa-lock:hover,
.fa-file-pdf:hover,
.fa-sync:hover,
.fa-gears:hover,
.fa-unlock-alt:hover,
.fa-sync:hover,
.fa-arrows-rotate:hover,
.fa-file-circle-plus:hover {
    opacity: 1 !important;
    cursor: pointer !important;
}

.placeholder {
    background-color: rgb(77 78 80) !important;
}

.border-end {
    border-right: 0.5px solid var(--gray50) !important;
}

.border-start {
    border-left: 0.5px solid var(--gray50) !important;
}

.border-bottom {
    border-bottom: 0.5px solid var(--gray50) !important;
}

.border {
    border: 0.5px solid var(--gray50) !important;
}

.border-warning {
    border-color: var(--yellow-light) !important;
}

.cursor-grab {
    cursor: grab;
}

    .cursor-grab:hover {
        border: 2px solid var(--yellow-light) !important;
    }

    .cursor-grab:active {
        cursor: grabbing;
    }

.fa-circle-info:hover {
    color: var(--yellow-light) !important;
    opacity: 1 !important;
}

.fluxo-dragged-into {
    border: 1px solid var(--yellow-light) !important;
}

.dropdown-item:hover {
    background-color: #343a40; /* Cor de fundo no hover (ex: cinza escuro) */
    color: var(--yellow-light) !important; /* Cor do texto no hover (ex: amarelo) */
}

.progress {
    --bs-progress-bar-bg: var(--nm09) !important;
    --bs-progress-bg: var(--gray50) !important;
}

.progress-bar {
    color: var(--gray100) !important;
}

hr {
    border-bottom: 1px solid #dee2e640 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.popover-body{
    background-color:var(--gray100-85) !important;
}
/*#endregion*/

/*#region*/
.popover-header {
    background-color: var(--gray55) !important;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--gray60) !important;
}
/*#endregion*/

/*#region scrollbar*/
.overflow-auto {
    max-height: calc(100vh - 64px);
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #121212;
}

::-webkit-scrollbar-thumb {
    background: var(--nm09) !important;
    border: 0 none #ffffff;
    border-radius: 99px;
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

select::-webkit-scrollbar {
    width: 5px;
    background-color: #121212;
}

select::-webkit-scrollbar-thumb {
    background: var(--yellow-light) !important;
    border: 0px none #ffffff;
    border-radius: 99px;
}

select::-webkit-scrollbar-thumb {
    background: var(--yellow-light) !important;
    border: 0px none #ffffff;
    border-radius: 99px;
}
/*#endregion*/

/*#region btn*/
.btn-custom-hover-01:hover {
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.btn-custom-hover-02:hover {
    border-color: var(--yellow-light) !important;
    color: var(--yellow-light) !important;
}
/*#endregion*/

/*#region Login*/
.card-login {
    width: 400px !important;
    background-color: #3D3D3D;
    opacity: 0.85;
    border-radius: 10px;
    border: 2px solid #808080;
}

.login {
    background: url("../images/metalArLanding1.jpg") no-repeat center center fixed;
    background-size: cover;
    background-position: center;
}

.login-section input {
    background-color: #fff !important;
    color: var(--gray70) !important;
}

    .login-section input:focus {
        color: var(--gray70) !important;
    }
/*#endregion*/

/*#region navbar*/
.navbar {
    height: 65px;
    background-color: #272727;
}

.navbar-collapse {
    background-color: #272727;
}

.navbar .dropdown-menu {
    background-color: #272727;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .navbar .dropdown-menu a {
        color: #B8C6CC;
    }

        .navbar .dropdown-menu a:hover {
            color: var(--yellow-light) !important;
            background-color: #FFA17F;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

    .navbar .dropdown-menu li {
        font-size: 14px;
    }
/*#endregion*/

/*#region Tela Home*/
.mobile-text {
    font-size: 12px;
}

#map-home {
    position: absolute;
    display: flex;
    margin-left: 0;
    top: 51px;
    width: 100vw;
    height: calc(100% - 51px);
    z-index: 0;
}
/*#endregion*/

/*#region Tela Home - Fora */
#left-menu-bar {
    position: absolute;
    display: flex;
    width: 10vw;
    min-width: 10vw;
    max-width: 10vw;
    left: 0px;
    height: calc(100% - 51px);
    z-index: 3;
    background-color: rgba(30, 30, 30, 0.85);
    transition: 0.3s;
    margin-top: .5rem;
}

#EquipStatusFora {
    width: 100%;
    overflow: auto;
    height: 99%;
    direction: rtl;
    display: flex;
    flex-direction: column;
    color: #B8C6CC;
    align-items: center;
}

    #EquipStatusFora h8 h12 {
        color: var(--yellow-light) !important;
    }

    #EquipStatusFora::-webkit-scrollbar {
        width: 5px;
        background-color: #121212;
    }

    #EquipStatusFora::-webkit-scrollbar-thumb {
        background: #FFA17F;
        border: 0px none #ffffff;
        border-radius: 99px;
    }

.status-fora-equip {
    margin-top: 0.2vh;
    margin-bottom: 0vh;
    display: flex;
    flex-direction: column;
    min-height: 9vh;
    max-height: 9vh;
    align-items: center;
    justify-content: center;
}

    .status-fora-equip img {
        height: 3vh;
    }

    .status-fora-equip .status-fora-header {
        font-size: 1.2vmin;
        color: var(--yellow-light) !important;
    }

    .status-fora-equip .status-fora-footer {
        font-size: 1.2vmin;
        display: flex;
    }

        .status-fora-equip .status-fora-footer .status-manu-text {
            text-align: center;
        }

    .status-fora-equip .status-fora-body {
        display: flex;
        flex-direction: row-reverse;
    }

.status-fora-equip-container {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid rgba(87, 94, 102, 0.3);
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 90%;
}

.status-fora-actions {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

    .status-fora-actions a {
        margin: 0.1vmin;
        padding: 0.1vmin;
        font-size: 1.7vmin;
        color: rgba(255, 255, 179, 0.3);
    }

        .status-fora-actions a:hover {
            color: var(--yellow-light) !important;
        }

#toggle-left-menu-button {
    display: flex;
    position: absolute;
    background-color: rgba(18, 18, 18, 0.85) !important;
    padding: 20px 7px 20px 7px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #FFA17F;
    left: 10vw;
    top: 0;
    margin-top: 30vh;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    flex-direction: column-reverse;
    font-size: 2vmin;
}

@media only screen and (max-width: 1280px) {
    #EquipStatusFora::-webkit-scrollbar {
        width: 2px !important;
    }

    .status-fora-equip-container {
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    .status-fora-actions {
        flex-direction: row !important;
    }

        .status-fora-actions a {
            font-size: 18px !important;
        }

    .status-fora-equip {
        min-height: 8vh !important;
        max-height: 8vh !important;
    }

        .status-fora-equip .status-fora-header {
            font-size: 12px !important;
        }

        .status-fora-equip .status-fora-footer {
            font-size: 10px !important;
        }

            .status-fora-equip .status-fora-footer .status-manu-text {
                text-align: center;
            }

        .status-fora-equip .status-fora-body {
            display: none !important;
        }
}

/*#endregion*/

/*#region Tela Home - Operação */
#bottom-menu-bar {
    position: absolute;
    display: flex;
    width: 80vw;
    bottom: 0;
    left: 10vw;
    height: 22vh;
    min-height: 26vh;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.85);
    transition: 0.3s;
}

.bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#navbar-equipment-types {
    height: 2vh;
    max-height: 2vh;
    min-height: 2vh;
    color: var(--gray05) !important;
    transition: 0.3s;
}

.navbar-equipment-item {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 1.6vmin;
    cursor: pointer;
    border-right: 1px solid rgba(87, 94, 102, 0.3);
    height: 70%;
}

    .navbar-equipment-item:hover, .navbar-equipment-item.active {
        background-color: var(--nm05-70) !important;
        height: 100%;
        color: var(--yellow-light) !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .navbar-equipment-item:hover h12, .navbar-equipment-item.active h12 {
            color: var(--yellow-light) !important;
        }

#equipments-on-operation {
    width: 100%;
    height: 24vh;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
}

    #equipments-on-operation::-webkit-scrollbar {
        height: 5px;
        background-color: #121212;
    }

    #equipments-on-operation::-webkit-scrollbar-thumb {
        background: #FFA17F;
        border: 0px none #ffffff;
        border-radius: 99px;
        cursor: pointer;
    }

.status-operacao-equip {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .status-operacao-equip img {
        height: 3vh;
    }

    .status-operacao-equip .status-operacao-header {
        font-size: 1.2vmin;
        display: flex;
        flex-direction: row;
    }

        .status-operacao-equip .status-operacao-header .text {
            display: flex;
            justify-content: center;
            color: var(--yellow-light) !important;
        }

        .status-operacao-equip .status-operacao-header .speed {
            display: flex;
            justify-content: center;
            color: #B8C6CC;
        }

    .status-operacao-equip .status-operacao-footer {
        font-size: 1.2vmin;
        display: flex;
        flex-direction: column;
        color: #B8C6CC;
    }

        .status-operacao-equip .status-operacao-footer .status-text {
            text-align: center;
        }

    .status-operacao-equip .status-operacao-body {
        display: flex;
        flex-direction: row-reverse;
    }

        .status-operacao-equip .status-operacao-body .signal-icon {
            height: 1.8vh;
            margin-left: -2px;
            margin-top: 3px;
            z-index: 10;
        }

.status-operacao-equip-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10vw;
    min-width: 9vw;
    max-width: 10vw;
    height: 100%;
    align-self: center;
}

.status-operacao-actions {
    display: flex;
    flex-direction: column;
}

    .status-operacao-actions .first-block {
        display: flex;
        justify-content: center;
    }

    .status-operacao-actions .second-block {
        display: flex;
        justify-content: center;
    }

    .status-operacao-actions a {
        margin: 0.2vmin;
        border-radius: 0.5vmin;
        padding: 0.1vmin;
        font-size: 1.7vmin;
        color: rgba(255, 255, 179, 0.3);
    }

        .status-operacao-actions a:hover {
            color: var(--yellow-light) !important;
        }

.info-ciclo-home {
    color: rgba(255, 255, 179, 0.3);
}

#btn-toggle-info:hover {
    color: var(--yellow-light) !important;
    cursor: pointer;
}
/*#endregion*/

/*#region Tela Home - Manutenção */
#EquipStatusManutencao {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 50%;
    direction: ltr;
    display: flex;
    flex-direction: column;
    color: #B8C6CC;
    align-items: center;
}

    #EquipStatusManutencao::-webkit-scrollbar {
        width: 5px;
        background-color: #121212;
    }

    #EquipStatusManutencao::-webkit-scrollbar-thumb {
        background: #FFA17F;
        border: 0px none #ffffff;
        border-radius: 99px;
    }

#right-menu-bar {
    position: absolute;
    display: flex;
    width: 10vw;
    min-width: 10vw;
    max-width: 10vw;
    right: 0px;
    top: 51px;
    height: calc(100% - 51px);
    z-index: 2;
    background-color: rgba(30, 30, 30, 0.85);
    transition: 0.3s;
}

#conteudo-home .leaflet-right {
    position: absolute;
    right: 10vw !important;
    transition: 0.3s !important;
    margin-top: .5rem;
}



#toggle-right-menu-button {
    display: flex;
    position: absolute;
    background-color: rgba(18, 18, 18, 0.85) !important;
    padding: 20px 7px 20px 7px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #FFA17F;
    right: 10vw;
    top: 0;
    margin-top: 30vh;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    flex-direction: column-reverse;
    font-size: 2vmin;
}

#icon-right {
    margin-top: 3.5vmin;
}
/*#endregion*/

/*#region Tela Home - Outros Motivos */
#EquipStatusOutrosMotivos {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 46%;
    direction: ltr;
    display: flex;
    flex-direction: column;
    color: #B8C6CC;
    align-items: center;
}

    #EquipStatusOutrosMotivos::-webkit-scrollbar {
        width: 5px;
        background-color: #121212;
    }

    #EquipStatusOutrosMotivos::-webkit-scrollbar-thumb {
        background: #FFA17F;
        border: 0px none #ffffff;
        border-radius: 99px;
    }
/*#endregion*/

/*#region Tela Home - Omissao */
#notification-icon {
    position: absolute;
    top: 190px;
    right: 10.5vw;
    background-color: rgba(18, 18, 18, 0.7);
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    z-index: 1;
    transition: 0.3s;
}

    #notification-icon:hover {
        background-color: #121212;
    }

.notification-icon-selected {
    color: var(--yellow-light) !important;
    background-color: #121212 !important;
}

#omissao-table {
    display: flex;
    position: absolute;
    background-color: rgba(18, 18, 18, 0.7);
    top: 196px;
    right: 12.3vw;
    z-index: 10000;
    width: 380px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px 0px 5px 5px;
    transition: 0.3s;
}

.omissao-cards::-webkit-scrollbar {
    width: 5px;
    background-color: #121212;
}

.omissao-cards::-webkit-scrollbar-thumb {
    background: #FFA17F;
    border: 0px none #ffffff;
    border-radius: 99px;
}

#om-count {
    display: flex;
    position: absolute;
    color: var(--gray60) !important;
    font-size: 13px;
    background-color: #FFA17F;
    padding: 0 3px 0 3px;
    border-radius: 20px;
    top: 0px;
    right: 0px;
}

.omissao-cards {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 5px;
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    .omissao-cards .footer {
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

        .omissao-cards .footer label {
            margin-top: 5px;
            font-size: 12px;
            color: var(--yellow-light) !important;
        }

        .omissao-cards .footer a {
            margin-top: 5px;
            font-size: 14px;
        }

.omissao-card {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    background-color: rgba(46, 46, 46, 0.6);
    margin: 3px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    width: 99%;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: center;
    transition: 0.3s;
}

    .omissao-card label {
        margin: 0px;
    }

    .omissao-card .btn-section {
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-top: -5px;
        margin-bottom: -15px;
        width: 100%;
    }

    .omissao-card .info {
        display: flex;
        flex-direction: row;
    }

        .omissao-card .info .header {
            display: flex;
            align-items: center;
            flex-direction: column;
            font-size: 12px;
        }
/*#endregion*/

/*#region Customização visual do checkbox */
.custom-checkbox {
    cursor: pointer;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 16px;
    height: 16px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

    .custom-checkbox::before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        border-radius: 3px;
        background-color: #575E66;
        box-shadow: none;
    }

    .custom-checkbox:checked::after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid #aeffa4;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }


/*#endregion*/

/*#region DropDowns Relatorios*/
.main-content-side-menu {
    margin-top: 11px;
    box-sizing: border-box;
    min-height: 100vh;
}

.form-select option {
    background-color: #2c2c2c;
    color: #B8C6CC;
}

    .form-select option:hover {
        background-color: transparent !important;
        color: var(--yellow-light) !important;
    }

.hidden-side-bar {
    max-width: 70px !important;
    min-width: 70px !important;
}

#dropdowns-content {
    width: 300px;
}

.hidden-side-bar #navigation {
    display: none !important;
}

#menu-icons a:hover,
#minimize-button:hover {
    border-color: var(--yellow-light) !important;
    color: var(--yellow-light) !important;
    text-decoration: none;
}

/*#endregion*/

/*#region Cards*/
.departure-card {
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    width: 99%;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.auto-hide-payroll {
    content-visibility: auto;
    contain-intrinsic-size: 168.4px;
}

.cards-containers {
    padding: 1rem 0px 0 -1px;
    max-height: calc(100vh - 59px - 57px);
}

    .departure-card-header p {
        font-weight: 700;
        margin-bottom: 0;
        height: auto;
    }

.secondary-text {
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}

.vertical-line-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #383838;
}

.vehicle-image-container {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    min-width: 100px;
    min-height: 50px;
}

.vehicle-image {
    max-width: 80px;
    max-height: 50px;
}

/*#endregion*/

/*#region Alertas*/
.alert-error, .alert-success {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    padding-left: 8px;
    background-color: rgba(250, 40, 40, 0.5);
    color: white;
    display: none;
    text-align: center;
    animation-name: alerts-animation;
    animation-duration: 5s;
}

.alert-success {
    background-color: #aeffa4;
    color: #000000;
}
/*#endregion*/

/*#region CheckBox*/
.switch-toggle {
    height: 40px;
    position: relative;
    display: inline-block;
}

    .switch-toggle input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: 0;
    }

        .switch-toggle input[type="checkbox"] + label {
            position: relative;
            display: inline-block;
            height: 30px;
            width: 60px;
            border-radius: 20px;
            margin: 0;
            cursor: pointer;
            box-shadow: inset 4px 4px 4px rgba(0,0,0, .20);
            background-color: #e5e5e5;
            transition: background-color 0.3s ease;
        }

        .switch-toggle input[type="checkbox"]:checked + label {
            background-color: var(--nm05) !important;
        }

        .switch-toggle input[type="checkbox"] + label::after {
            position: absolute;
            top: 0.25em;
            left: 0.1em;
            font-size: 0.8em;
            color: #fff;
            opacity: 0;
        }

        .switch-toggle input[type="checkbox"] + label::before {
            position: absolute;
            content: 'Não';
            font-size: 10px;
            text-align: center;
            line-height: 20px;
            top: 5px;
            left: 6px;
            color: white;
            width: 35px;
            height: 20px;
            border-radius: 20px;
            background-color: #383838;
            box-shadow: 3px 3px 5px rgba(0,0,0, .25);
            transition: .3s ease-in-out;
            border: 0;
        }

        .switch-toggle input[type="checkbox"]:checked + label::before {
            left: 35%;
            right: 6px;
            content: 'Sim';
            color: #fff;
            background-color: #383838;
            box-shadow: 3px 3px 5px rgba(0,0,0,   .25);
        }

.switch-toggle, #swithToggleTonshourOrCubicmeter input[type="checkbox"] + label::before {
    content: 'm³';
}

.switch-toggle, #swithToggleTonshourOrCubicmeter input[type="checkbox"]:checked + label::before {
    content: 'T';
}

.switch-toggle, #swithToggleBucketFactorAdjustmentByOrigin input[type="checkbox"] + label::before {
    content: 'Destino';
}

.switch-toggle, #swithToggleBucketFactorAdjustmentByOrigin input[type="checkbox"]:checked + label::before {
    content: 'Origem';
}
.custom-toggle-wrapper {
    width: 70px;
    height: 50px;
    position: relative;
    display: inline-block;
}

.custom-toggle-checkbox {
    display: none;
}

.custom-toggle-label {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: inset 4px 4px 4px rgba(0,0,0, .20);
}

.toggle-thumb {
    width: 40px;
    height: 40px;
    background-color: var(--nm05) !important;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease;
    font-size: 20px;
    color: black;
    box-shadow: inset 4px 4px 4px rgba(0,0,0, .20);
}

.custom-toggle-label .icon-on,
.custom-toggle-label .icon-off {
    position: absolute;
    transition: opacity 0.3s ease;
}

.custom-toggle-label .icon-on {
    opacity: 0;
}

.custom-toggle-label .icon-off {
    opacity: 1;
}

.custom-toggle-checkbox:checked + .custom-toggle-label .toggle-thumb {
    left: 25px;
    box-shadow: 3px 3px 5px rgba(0,0,0,   .25);
}

.custom-toggle-checkbox:checked + .custom-toggle-label .icon-on {
    opacity: 1;
}

.custom-toggle-checkbox:checked + .custom-toggle-label .icon-off {
    opacity: 0;
}

/*#endregion*/

/*#region DataTable*/
div.dt-container {
    margin: 0 auto;
    width: 99%;
}
.dt-container {
    padding: 1rem !important;
}

.dt-info {
    color: var(--gray05) !important;
}


.page-link {
    background-color: var(--nm05);
    color: black !important;
    border: 1px solid var(--gray90) !important;
}

.active > .page-link {
    background-color: var(--nm05-70) !important;
}

.page-link:hover {
    background-color: var(--nm05);
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3);
}

th, td {
    border: 1px solid rgba(255, 255, 255, 0.40) !important;
}

.table th, .table td {
    padding: 8px !important;
    text-align: center !important;
    color: #B8C6CC !important;
}
/*#endregion*/

/*#region Tela Percurso*/

#speed-graph {
    position: absolute;
    width: 86vw;
    height: 25vh;
    max-height: 25vh;
    min-height: 25vh;
    background-color: rgba(18, 18, 18, 0.85);
    left: 14vw;
    z-index: 1000;
    border-radius: 0px;
    transition: 0.3s;
}

#map-percurso {
    position: absolute;
    display: flex;
    left: 0;
    width: 100vw;
    height: calc(100vh - 52px);
    z-index: 0;
}

.legend-graph-percuso {
    z-index: 9999;
    max-width: 90%;
    font-size: 14px;
    overflow-x: auto;
    white-space: nowrap;
}

/*#endregion*/

/*#region Select2*/
.select2-container {
    z-index: 1056 !important;
}

.select2-selection {
    min-height: 57.99px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.text-light {
    font-weight: bold;
}

.select2-container--default .select2-selection--single {
    background-color: var(--gray70) !important;
    border: 1px solid #2e2e2e !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--yellow-light) !important;
        line-height: 28px;
    }

.select2-container--default .select2-selection--multiple {
    background-color: #2e2e2e !important;
    border: 1px solid #2e2e2e !important;
    border-radius: 5px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection--single {
        background-color: var(--nm05) !important;
        border: 1px solid #2e2e2e !important;
        border-radius: 5px !important;
        font-weight: bold !important;
    }

.select2-selection__choice__display {
    color: black !important;
}

.select2-selection__choice__remove {
    border-right: 1px solid #2e2e2e !important;
    color: black !important;
}

    .select2-selection__choice__remove:hover {
        background-color: var(--nm05) !important;
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.3) !important;
    }

.select2-dropdown {
    background-color: #2e2e2e !important;
    border: 1px solid #2e2e2e !important;
    border-radius: 5px !important;
    color: var(--yellow-light) !important;
}

.select2-results__options::-webkit-scrollbar, .new-report-body::-webkit-scrollbar {
    width: 5px !important;
    background-color: #121212 !important;
}

.select2-results__options::-webkit-scrollbar-thumb, .new-report-body::-webkit-scrollbar-thumb {
    background: #FFA17F !important;
    border: 0px none #ffffff !important;
    border-radius: 99px !important;
}

.select2-container--default .select2-results__option--selected {
    color: black !important;
    background-color: var(--nm05) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--nm05) !important;
    color: black !important;
}

.select2-search__field {
    margin-top: 11px !important;
    font-weight: bold;
    color: var(--yellow-light) !important;
}

.select2-container {
    z-index: 9999 !important;
}

/*#endregion*/

/*#region Snackbar*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    font-family: var(--font);
    font-weight: 800;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 87%;
    bottom: 30px;
}


    #snackbar.show {
        visibility: visible;
    }


@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*#endregion*/

/*#region tela cadastros*/

.send-file {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

    .send-file .file-input {
        color: #B8C6CC;
    }

    .send-file .file-input {
        color: #B8C6CC;
    }

.width-file {
    width: 210px;
}

.qualidade-layout {
    position: fixed;
    display: flex;
    flex-direction: row;
    background-color: rgba(18, 18, 18, 0.6);
    height: 120px;
    left: 15%;
    width: 70%;
    bottom: 0;
    z-index: 2000;
}

.qualidade-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: 100%;
}

    .qualidade-container h4 {
        border-bottom: 1px solid #575E66;
        margin: 10px 10px 30px 10px;
    }

    .qualidade-container .body {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        .qualidade-container .body .element {
            margin: -24px 10px 0px 10px;
        }

            .qualidade-container .body .element label {
                margin-bottom: -5px;
            }



        .qualidade-container .body .btn {
            margin-right: 10px;
        }

.cadastro-main-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 65px !important;
    left: 0;
    width: 100vw;
    background-color: #121212;
    height: calc(100% - 65px);
    min-height: calc(100% - 65px);
    max-height: calc(100% - 65px);
    z-index: 0;
}

    .cadastro-main-container .navbar-cadastro {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        background-color: #1e1e1e;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
    }

        .cadastro-main-container .navbar-cadastro .navbar-item {
            color: #B8C6CC;
            padding: 5px;
            cursor: pointer;
            text-align: center;
            flex-grow: 1;
            align-content: center;
            border-right: 1px solid #272727;
        }

            .cadastro-main-container .navbar-cadastro .navbar-item:hover, .cadastro-main-container .navbar-cadastro .active {
                background-color: #FFA17F;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                color: var(--yellow-light) !important;
                font-weight: bold;
            }

    .cadastro-main-container .content {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100% !important;
    }

        .cadastro-main-container .content .info {
            height: calc(100vh - 112px);
            width: 20%;
            padding: 20px;
            flex-direction: column;
            display: flex;
            overflow-y: auto !important;
            overflow-x: hidden;
            max-height: 100% !important;
        }

            .cadastro-main-container .content .info::-webkit-scrollbar {
                width: 5px;
                background-color: #121212;
            }

            .cadastro-main-container .content .info::-webkit-scrollbar-thumb {
                background: #FFA17F;
                border: 0px none #ffffff;
                border-radius: 99px;
            }

        .cadastro-main-container .content .map {
            height: calc(100vh - 112px);
            width: 70%;
            flex-direction: column;
            display: flex;
            z-index: 100;
        }

        .cadastro-main-container .content .el-table {
            height: calc(100vh - 112px);
            width: 15%;
            padding: 5px;
            flex-direction: column;
            display: flex;
        }

            .cadastro-main-container .content .el-table .header {
                color: #B8C6CC;
                padding: 5px;
                display: flex;
                justify-content: center;
                border-bottom: 1px solid #1e1e1e;
            }


.el {
    width: 95%;
    border-radius: 10px;
    border: 2px solid #272727;
}

.el-content {
    max-width: 100px;
    min-width: 100px;
}


/*#endregion*/

/*#region Dashboard*/

.d3-geral-rect {
    fill: #3dff25;
    fill-opacity: 0.25;
}

.d3-meta-text {
    fill: #575E66;
}

.d3-histogram-mean {
    fill: #B8C6CC;
    stroke: #B8C6CC;
}

.d3-meta {
    stroke: #575E66;
}

@media (max-width: 1300px) {
    .teble-report {
        max-width: Calc(100% - 85px);
    }
}
/*#endregion*/

/*#region Fluxo*/
@media (min-width: 1024px) {
    .fluxo-container {
        height: 100vh !important;
    }

    #fluxo-left-bar {
        max-height: calc(100vh - 110px);
    }

    #fluxo-mc-body {
        max-height: calc(100vh - 118px);
    }
}

@media (max-width: 1023px) {
    /* .fluxo-container {
    } */

    .fluxo-titulo {
        display: none;
    }

    #fluxo-mc-body {
        max-height: 430px;
    }

    .fluxo-img {
        display: none;
    }

    .fluxo-infos {
        width: 100% !important;
        font-size: 1rem;
    }

    .fluxo-label {
        font-size: 10px;
    }

    .fluxo-info {
        font-size: 12px;
    }
}
/*#endregion*/

#tooltip-div {
    position: fixed; /* fica acima de qualquer container com overflow/transform */
    display: none; /* começa oculto */
    z-index: 9999; /* acima dos SVGs/cards */
    pointer-events: none; /* não captura o mouse */
}

    #tooltip-div .tip {
        background: rgba(0,0,0,.85);
        color: #e6edf3;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 8px;
        padding: 8px 10px;
        font-size: .875rem;
        line-height: 1.2;
        box-shadow: 0 6px 24px rgba(0,0,0,.35);
        white-space: nowrap; /* quebra se quiser: normal */
    }
