/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1b969b;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #558589;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

@media (prefers-color-scheme: dark) {
    ::-webkit-scrollbar-track {
        background: #333333;
    }
}

.modal-header {
    text-align: left;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: white !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #212529 !important;
}

.select2-selection {
    width: 100% !important;
    height: 38px !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-shadow: inset 0 0 0 transparent !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.select2-selection:hover {}

.st-ativo {
    color: green !important;
}

.st-inativo {
    color: #dc3545 !important;
}

.modal-footer {
    display: block;
}

.nav-sidebar .nav-treeview {
    padding-left: 10px !important;
}

.select2 {
    width: 100%;
}

.footer-alert {
    text-align: center !important;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    text-align: center !important;
}

.content-alert {
    border-radius: 10px;
}

.dataTables_empty {
    text-align: center;
}

.sidebar-collapse {
    padding-right: 0px !important;
}

.mouse-pointer {
    cursor: pointer;
}

.btn:disabled {
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

select:disabled {
    cursor: not-allowed;
}

.mg2 {
    margin: 5px;
}

.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
    color: white !important;
    filter: invert(150%) !important;
    filter: contrast(175%) brightness(3%);
    width: 24px !important;
    height: 24px !important;
}

.gm-ui-hover-effect>span {
    margin: 0 !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.content-wrapper,
.main-footer,
.main-header {
    margin-left: 0px !important;
}

body {
    all: unset;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    width: 100% !important;
    padding: 0px !important;
}

select {
    cursor: pointer;
}

.info-box {
    cursor: pointer;
}

.l5 {
    margin-left: 5px;
    width: 35px;
    text-align: center;
}

.visu-list {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
}

.p80 {
    width: 60% !important;
}

.lg {
    width: 90px;
}

.hreader-hot {
    background-color: #dc3545 !important;
    color: white !important;
}

.hreader-hot .close {
    color: white !important;
}

.logo {
    padding: 0px;
    padding-top: 6px;
    position: absolute;
    height: 52px;
    top: -10px;
}

.content-header {
    padding: 0px;
    text-align: center;
}

.mb-2,
.my-2,
.progress-group {
    padding-top: .3rem !important;
}

.header-green {
    background-color: #00a65a !important;
    color: white !important;
}

.header-green .close {
    color: white !important;
}

.table td {
    padding: 5px !important;
}

.bt1em {
    margin-bottom: 1em;
    margin-left: 7.5px;
}

.wrapper {
    overflow: hidden !important;
}

.page-active {
    background-color: #1e989f !important;
    color: white !important;
    border-radius: 5px;
    margin-right: 3px;
    border: 0px;
    margin-top: 4px;
    font-size: 13px !important;
}

.page-inactive {
    background-color: #8d8d8d !important;
    color: white !important;
    border-radius: 5px;
    margin-right: 3px;
    border: 0px;
    margin-top: 4px;
    font-size: 13px !important;
}

.page-indicator {
    background-color: #474646 !important;
    color: white;
}

.modal-sm {
    width: 40% !important;
}

.main-header {
    background-color: #364150 !important;
    color: white !important;
}

.fa-sign-out-alt {
    color: white !important;
}

.d-sm-inline-block {
    top: -5px !important;
}

footer {
    background-color: #333 !important;
    color: white !important;
}

.content-wrapper>.content {
    padding: 0px !important;
}

.m5 {
    margin-right: 15px;
}

.caixa-passageiro {
    background-color: white;
    border-radius: 5px;
    width: 50px;
    padding-right: 10px;
    padding-left: 5px;
    color: #333;
    padding-bottom: 2px;
}

#SpHelp {
    margin-left: 5px;

}

.pagination2 {
    display: flex;
    list-style: none;
    border-radius: .25rem;
}

.ft-rota {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    width: 100%;
    height: 48px;
    padding: 0px;
    padding-top: 6px;
    font-size: 14px;
}

.btn-legenda {
    height: 23px;
    padding: 3px;
    padding-top: 0px;
}

.page-linkk {
    position: relative;
    padding: .25rem .5rem;
    margin-right: 20px;
    line-height: 1.25;
    color: white;
    background-color: #8c8c8c !important;
    border: 0px;
    cursor: pointer;
}

.page-linkkk {
    position: relative;
    padding: .25rem .5rem;
    margin-right: 20px;
    line-height: 1.25;
    color: white;
    background-color: #1e989f !important;
    border: 0px;
    cursor: pointer;
}

.etapa {
    margin-right: 5px;
    margin-top: 7px;
    margin-left: 0px
}

.h31 {
    height: 31px !important;
}

.isos {
    margin-left: 5px !important;
    color: white !important;
}

.px23h {
    height: 23px !important;
    cursor: pointer;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 10px !important;
}

.pd {
    padding: 3.3px;
}

.navbar-badge {
    top: 0 !important;
    left: 5 !important;
    font-size: 12px;
}

.content-info {
    padding: 5px;
    padding-top: 5px;
    color: white;
    font-size: 14px;
}

.box-info {
    border-radius: 5px;
    position: absolute;
    left: 20px;
    bottom: 48px;
    border: 1px #333 solid;
    z-index: 3;
    height: 372px;
    width: 335px;
    background-color: #333;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.box-info-right {
    border-radius: 5px;
    position: absolute;
    right: 20px;
    bottom: 48px;
    border: 1px #333 solid;
    z-index: 3;
    height: fit-content;
    width: 300px;
    background-color: #000000cf;
    display: none;
}

#map {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
}

#map-multi {
    z-index: 1;
    height: 88%;
    width: 100%;
    position: absolute;
}

#map-ver {
    z-index: 1;
    height: 88%;
    width: 100%;
    position: absolute;
}

.group-info {
    margin-bottom: 0.5rem;
}

.group-info img {
    width: 23px;
}

.caixa-infos {
    background-color: white;
    border-radius: 5px;
    width: 90px;
}

.no-margin-b {
    margin-bottom: 0px !important;
}

nav {
    height: 48px;
}

.form-control,
.form-control-sm {}

.gm-style-iw-d {
    overflow-y: auto !important;
}

/* width */
.gm-style-iw-d::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

/* Handle */
.gm-style-iw-d::-webkit-scrollbar-thumb {
    background: #1b969b !important;
    border-radius: 2px !important;
}

/* Handle on hover */
.gm-style-iw-d::-webkit-scrollbar-thumb:hover {
    background: #558589 !important;
}

/* Track */
.gm-style-iw-d::-webkit-scrollbar-track {
    background: white;
}

@media (prefers-color-scheme: dark) {
    ::-webkit-scrollbar-track {
        background: #333333;
    }
}

.gm-style .gm-style-iw-c {
    padding: 6px !important;
    background-color: #000000cf !important;
    color: white !important;
}

.gm-style .transit-container,
.gm-style .transit-container div {
    background-color: transparent;
}

.gm-style .gm-style-iw-ch .gm-title.gm-full-width {
    color: white;
    background: #2f2f2f;
}

.gm-style-iw-t::before {
    filter: invert(100%) !important;
}

.gm-style-iw-t::after {
    filter: invert(85%) !important;
    /*ilter: opacity(80%) !important;*/
}

#TrLimpo {
    margin-top: 50px;
}

.end-box {
    background-color: white;
    height: 50px;
    border-radius: 5px;
    color: black;
    margin-bottom: 3px;
}

.line-box {
    background-color: white;
    border-radius: 3px;
    color: black;
    margin-bottom: 5px;
    padding-top: 1.5px;
    vertical-align: bottom;
}

.dropdown-menu {
    background-color: #364150 !important;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: #333 !important;
    border-radius: .25rem;
}

.dataTables_length .form-control .form-control-sm {
    vertical-align: bottom !important;
    position: absolute !important;
    width: 60px !important;
    margin-top: 23px !important;
}

.gm-style-iw-d {
    /* margin-top: 15px; */
    background-color: transparent !important;
    color: white !important;
}

.title,
.full-width {
    background-color: transparent !important;
    color: white !important;
}

.poi-info-window div,
.poi-info-window a {
    background-color: transparent !important;
    color: red;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #d2d1d1;
    border-radius: .5rem;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #969191;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #1e989f;
}

/* When the radio button is disabled, make it visible */
.container input:disabled~.checkmark {
    background-color: #373737;
    cursor: not-allowed !important;
}

.container input:disabled~.container {
    cursor: not-allowed !important;
    color: gray !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buttons-html5 {
    margin-right: 5px;
    border-radius: .5rem !important;
    width: 77px !important;
}

.header-clone {
    background-color: #ff9151 !important;
    color: white !important;
}

.header-clone .close {
    color: white !important;
}

.dropdown-item {
    font-size: 14px !important;
}

.trasnp {
    color: transparent !important;
    display: none;
}

.buttons-doc {
    position: absolute;
    right: 21px;
    display: none;
    margin-top: 25px;
}

div.dt-buttons {
    position: relative;
    float: right;
    margin-right: 75px;
    margin-top: 25px;
}

.card-header h3 {
    margin-bottom: 0px !important;
}

.modal-xlg {
    max-width: 96%;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.0em !important;
    right: 0px;
    display: block;
    opacity: 0.3;
}

.branco {
    color: white !important;
}

.dropdown-divider {
    border-top: 1px solid #6c757d !important
}

.img-size-80 {
    height: 80px !important;
}

.main-header {
    z-index: 9 !important;
}

.direct-chat-text {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.H_ib_content {
    margin: 9px 9px 9px 9px !important;
    color: white;
    background: transparent;
    line-height: 15px !important;
    font-size: 12px;
}

.H_ib_content label {
    color: white !important;
}

.H_ib_body {
    background: #000000cf !important;
}

.H_ib_close {
    filter: invert(150%) !important;
}

.H_ib_tail {
    filter: invert(82%) !important;
}

.H_ui * {
    box-sizing: border-box !important;
}

#HeadTblRota th {
    text-align: center;
}

#TTLRota {
    text-align: left !important;
}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 940px !important;
    }
}

.modal-full-fade {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white;
}

.modal-full {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-full .modal-content {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 0px !important;
    box-shadow: none !important;
}

.modal-ful .modal-dialog {
    box-shadow: none !important;
}

#modal_rel_passageiro {
    padding: 0px !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 20;
}

.modal-backdrop {
    z-index: 10;
}

#BodyAtualNotificacoes {
    max-height: 240px !important;
    overflow-y: auto !important;
}

.bs-row {
    width: 100% !important;
}

.w45 {
    width: 45px;
    font-size: 16px;
}

#TitleValidar {
    font-size: 0.85rem !important;
}

.custom-file-label::after {
    content: "Buscar Arquivo" !important;
}

#modal_ver_como {
    padding-right: 0px !important;
}

.btn-purple {
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-purple:hover {
    background-color: var(--indigo);
}

#ConteudoTblApp .btn-programar-alteracao {
    /*display: none;*/
}

.btns-map {
    height: 40px;
    width: 40px;
    font-size: 16px;
}

#modal_relatorio {
    padding: 0px !important;
}

#modal_resultados_app {
    padding: 0px !important;
}

#modal_confirmacao_passageiros {
    padding: 0px !important;
}

.modal {
    overflow-y: auto;
}

.btn-map-acao {
    height: 40px !important;
    width: 40px !important;
    padding: 0px;
    font-size: 16px;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
}

@media(max-height: 850px) {
    .btn-map-acao {
        /*height: 30px !important;
        width: 30px !important; 
        padding: 0px;
        font-size: 11px;
        border: 0px;
        border-radius: 2px;
        cursor: pointer;*/
    }
}

#TblResultadosCliente {
    text-align: center;
}

#BodyResultadosCliente {
    text-align: center;
}

.toprem05 {
    margin-top: .5rem;
}

.relative-important {
    transform: translate3d(-23px, 38px, 0px) !important;
}

.no-ma-pa {
    margin: 0px !important;
    padding: 0px !important;
}

.bl {
    display: block;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

#TbodyTodasNotificaceos {
    text-transform: capitalize;
}

#modal_notificacoes {
    padding: 0px !important;
}

#TblUso_wrapper.dt-buttons.btn-group {
    margin-right: 0px !important;
}

.skeleton {
    position: relative;
    background-color: #DDDBDD;
    overflow: hidden;
}

.skeleton::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #17a2b8 20%, #17a2b8 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.btn-w165 {
    width: 165px;
    text-align: center;
}

.btn-w55 {
    width: 55px;
    text-align: center;
}

#modal_velocidade_rel {
    padding: 0px !important;
}

.pct100 {
    width: 100%;
}

#TblResultadosOcorrencias {
    margin-top: 3.5rem;
}

.car-motorista {
    width: 100%;
}

#btn_colunas_mtoend {}

.btn-todos {
    margin-top: 1rem;
}

.select2-container .select2-selection--multiple {
    height: fit-content !important;
    min-height: 32px;
}

.datepicker.dropdown-menu {
    background-color: white !important;
}

.btn-fill {
    height: fit-content !important;
    padding: 0px;
}

.mensagem-vinda {
    width: fit-content !important;
    float: left;
}

.hora-vinda {
    display: block;
    width: 100%;
    text-align: left;
}

.mensagem-ida {
    width: fit-content !important;
    float: right;
}

.hora-ida {
    display: block;
    width: 100%;
    text-align: right;
}

.img-circular-chat {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.nome-dark {
    color: #474646;
}

.def-wi {
    max-width: 260px;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.w-fctt {
    width: fit-content !important;
}

#TblRelEstatistico {
    margin-top: 1rem !important
}

.bg-red {
    background-color: var(--danger);
}

.bg-green {
    background-color: var(--success);
}

.bg-success {
    background-color: var(--success);
}

.bg-warning {
    background-color: var(--warning);
}

.bg-info {
    background-color: var(--info);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-purple {
    background-color: var(--purple);
}

.bg-main {
    border-radius: 4px;
    color: white;
    font-weight: bolder;
    padding: 5px;
    font-size: 12px;
}

.shadow-to-text-alert {
    text-shadow: 3px 0 3px #ff9400;
}

.btn-mb {
    margin-bottom: 0.3rem;
}

#form-novidades {
    overflow-y: scroll;
    max-height: 750px;
}

#BtnClonarSelecionados {
    background-color: #ff9151;
    color: white;
    border: #ff9151
}

#BtnClonarSelecionadosArquivos {
    background-color: #ff9151;
    color: white;
    border: #ff9151
}

#BtnClonarSelecionadosEstudos {
    background-color: #ff9151;
    color: white;
    border: #ff9151
}

#BtnClonarSelecionadosExtras {
    background-color: #ff9151;
    color: white;
    border: #ff9151
}

#QRCodePassageirosSelecionados {
    background-color: #F0F0F0;
    color: black;
    border: 1px lightgray thin;
}

#AbaixoDe10PassageirosSelecionados {
    display: none;
    text-align: left;
}

#AcimaDe10PassageirosSelecionados {
    display: none;
    text-align: left;
}

#BtnSugestaoParadasCliente {
    background-color: #0069D9;
    color: white;
}

#modal_reserva_embarque {
    padding: 0px !important;
}

#BodyDashboard td {
    vertical-align: inherit;
}

.nobreak {
    white-space: nowrap;
}

#TblDashboadr th {
    vertical-align: inherit;
}

#DivContainerPreview {
    position: relative;
    width: 140px;
    height: 140px;
    margin-left: 30%;
}

#btnApagarPreview {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
}

.flag-qualidade {
    font-size: 68% !important;
    color: white;
    margin-bottom: 2px;
    position: relative;
    top: -2px;
}

.bg-info-dentro {
    color: #ffffff !important;
    font-weight: bolder;
}

.btn-secondary2 {
    border: 1px solid;
    color: #6c757d !important;
    display: none;
}

#LiNotiChat {
    display: none !important;
}

.card-chat {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
}

.direct-chat-text {
    width: fit-content;
    float: right;
}

.incame-message {
    float: left !important;
}

.toast-custom-position {
    bottom: 7%;
    left: 10px;
}

.close-toast-custom {
    position: absolute;
    right: 15px;
    top: 5px;
    color: white;
    font-size: 25px;
}

.toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

.toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

.toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

.toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

.toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

.toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

.toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

.toast-container.toast-bottom-center>div,
.toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

.toast-container.toast-bottom-full-width>div,
.toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.hidelist {
    width: 0px;
    height: 0px;
    display: inline-flex;
    color: transparent;
}

.div-acoes-monitoramento-tracker {
    margin-top: .7rem;
    padding-right: 15px;
    text-align: right;
    display: flow-root;
    height: fit-content;
    padding-bottom: 0.3rem;
}

.div-acoes-monitoramento-tracker>button {
    margin-left: .3rem;
    float: right;
    width: 150px;
}

.modal-md {
    max-width: 600px !important;
}

.content-wrapper {
    max-height: 100vh !important;
    overflow-y: scroll;
}

html {
    overflow: hidden;
}

#FlListaMotoristas {
    margin-top: 10px;
}

#FlListaMotoristasApp {
    margin-top: 10px;
}

#DivMapTrakers {
    z-index: 1;
    height: 70vh;
    width: 100%;
    position: absolute;
}

.btn-aceo {
    display: inline-flex;
    width: 100%;
}

.btn-aceo>button {
    max-height: 38px;
    width: 42px;
    margin-top: 0px !important;
}

.btn-aceo>i {
    min-width: 6px;
}

#CkRealtimeRastreio {
    cursor: pointer;
    width: 38px;
    height: 38px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

#CkRealtimeRastreio:before {
    content: "";
    font-size: 15px;
    color: transparent !important;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    margin-right: 7px;
    border-radius: 5px;
}

#CkRealtimeRastreio:checked:before {
    color: #ced4da !important;
    border: 1px solid #93979b;
}

#CkRealtimeRastreio:after {
    content: "";
    position: absolute;
    display: none;
}

#CkRealtimeRastreio:checked:after {
    display: block;
}

#CkRealtimeRastreio:after {
    left: 15px;
    top: -29px;
    width: 9px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

#DivCarregandoMapaRastreadores {
    background-color: rgb(96 125 139 / 40%);
    text-align: left;
    left: 0%;
    padding: 20%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    color: black;
    height: 67vh;
}

#ImgMotoRastreador {
    height: 25px;
}

#ImgParadaRasteador {
    height: 34px;
}

.indicadores_onibus {
    text-align: center;
}

.indicadores_onibus>b {
    padding-bottom: 5px;
    display: inline-block;
}

.gm-style-iw {
    outline: none;
}

.bl-on {
    color: #00a65a !important;
}

.bl-semi {
    color: goldenrod !important;
}

.bl-off {
    color: #dd4b39 !important;
}

#DivGridTk {
    max-height: 30vh;
    overflow: auto;
}

#txtEmailEmpresaEnvioVarios {
    display: block;
    width: 100%;
    border-radius: .25rem;
}

#DivEmailEmpresaMany {
    margin-top: 1rem;
}

.btn-wi-acoes {
    font-size: 12px !important;
    line-height: 1;
    margin-right: 0px;
    width: 90px;
    height: 33px;
    outline: none;
    text-shadow: 1px 1px 4px black;
}

.btn-wi-acoes-active {
    background-color: var(--success) !important;
}

.btn-wi-acoes:focus {
    outline: none;
}

.btn-wi-acoes-danger {
    background-color: var(--danger) !important;
    text-shadow: 1px 1px 4px black;
}

.btn-wi-acoes-warning {
    background-color: var(--warning) !important;
    color: white;
    text-shadow: 1px 1px 4px black;
}

.legenda0 {
    right: 50px !important;
    z-index: 9999999 !important;
    left: auto !important;
}

.gm-style-iw-d {
    outline: none !important;
}

.gm-style-iw-d:active {
    outline: none !important;
}

.gm-style-iw-d:focus {
    outline: none !important;
}

.gm-style-iw-d>button {
    outline: none !important;
}

.gm-style-iw-d>button:active {
    outline: none !important;
}

.gm-style-iw-d>button:focus {
    outline: none !important;
}

#txtClienteMapTracker {
    display: none;
}

#DivLegendaMonitoramento {
    background: rgba(41, 37, 36, 0.97);
    z-index: 9;
    position: absolute;
    top: 30%;
    right: 11rem;
    height: 400px;
    width: fit-content;
    max-width: 750px;
    color: white;
    border-radius: 0px 0px 15px 15px;
    font-size: 13px;
    overflow: auto;
}

.a-indicador-bus {
    display: block;
    color: #666;
    margin-bottom: 5px;
}

.idi-active {
    background-color: #528254;
    color: white;
    border-radius: 10px;
    width: 60px;
    margin-left: 10px;
}

#LiBotoesTop {
    position: absolute;
    right: -3px;
    margin-top: -8px;
}

#LiBotoesTop>.botaotop {
    margin-left: 5px;
}

#modal_analise_embarque {
    padding: 0px !important;
}

.sp-form-control {
    height: 38px;
}

.sp-disabled {
    background-color: #dbdbdb;
    cursor: not-allowed;
}

#TableIndicativoViagens {
    font-size: 10px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: lighter;
}

#TableIndicativoViagens td {
    border: 1px solid #8c8c8c;
}

#TableIndicativoViagens th {
    border: 1px solid #8c8c8c;
}

#TableIndicativoViagens thead {
    font-weight: bolder;
}

.tdIndiViagens {
    font-weight: bolder;
}

#slStatusDash {
    margin-left: 1rem;
}

.dontocupatespace {
    color: transparent;
    display: block;
    height: 0px;
    width: 0px;
}

.w85 {
    width: 85px;
}

.sl-rotas {
    height: 20px !important;
}

#TblRota .select2-container--default .select2-selection--single,
.btn-ocioso-tbl-rotas {
    height: 31px !important;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

#TblRota .sl-veiculo-ativo .select2-container--default .select2-selection--single {
    height: 31px !important;
    background-color: #28a745 !important;
    color: white !important;
}

#TblRota .sl-veiculo-ativo .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

#TblRota .sl-veiculo-ativo .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
}

#TblRota .select2-container--default .select2-selection--single .select2-selection__rendered,
.btn-ocioso-tbl-rotas {
    line-height: 25px !important;
}

.btn-dashboard {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 34px;
    height: 33px;
}

.btn-dashboard:not(:first-child) {
    margin-left: 5px;
}

.wi-rota-multi {
    margin: .5rem;
}

/* css assentos*/
.plane {
    margin: auto auto;
    max-width: 300px;
}

.plane ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exit {
    position: relative;
    height: 50px;
}

.exit:before,
.exit:after {
    content: "EXIT";
    font-size: 14px;
    line-height: 18px;
    padding: 0px 2px;
    font-family: "Arial Narrow", Arial, sans-serif;
    display: block;
    position: absolute;
    background: green;
    color: white;
    top: 50%;
    transform: translate(0, -50%);
}

.exit:before {
    left: 0;
}

.exit:after {
    right: 0;
}

.fuselage {
    border-right: 2.5px solid #c5c1c1;
    border-left: 2.5px solid #c5c1c1;
    width: fit-content;
    min-width: 361px;
    padding-left: 6px !important;
}

.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.seat {
    display: flex;
    flex: 0 0 14.28571428571429%;
    padding: 4px;
    position: relative;
}

.seat:nth-child(2) {
    margin-right: 32.3%;
}

.seat input[type=radio] {
    position: absolute;
    opacity: 0;
}

.seat input[type=radio]:checked+label {
    background: #bada55;
    /*-webkit-animation-name: rubberBand;
	animation-name: rubberBand;*/
    animation-duration: 300ms;
    animation-fill-mode: both;
}

.seat input[type=radio]:disabled+label {
    background: #8f0202;
    overflow: hidden;
}

.seat input[type=radio]:disabled+label:hover {
    box-shadow: none;
    cursor: not-allowed;
}

.seat label {
    display: block;
    position: relative;
    width: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 4px 0;
    background: #5C6AFF;
    border-radius: 5px;
    animation-duration: 300ms;
    animation-fill-mode: both;

}

.seat label:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 75%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.seat label:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 2px #5C6AFF;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #fff;
    background: darkgray;
    cursor: not-allowed;
}

.btn-resumo {
    background-color: gold !important;
    color: black !important;
}

.box-resumo {
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 48px;
    border: 1px #333 solid;
    z-index: 3;
    height: fit-content;
    width: 300px;
    background-color: #000000cf;
    display: none;
}

#divopcoesgrid>label {
    font-size: 13px !important;
    margin: 0px !important;
    padding-bottom: 0px;
}

#TblGridTrackers {
    font-size: 13px;
}

input[name="inputBuscaGrid[]"] {
    font-size: 13px;
}

input[name="inputBuscaGrid[]"]:not(:placeholder-shown) {
    color: #495057;
    background-color: #fff;
    border-color: #0069da;
    outline: 0;
    box-shadow: inset 0 0 0 transparent, 0 0 0 .2rem rgba(0, 123, 255, 0.534)
}

#divopcoesgrid {
    position: fixed !important;
    top: 22vh !important;
    left: 25px !important;
}

.btn-clear-filtro-grid {
    width: 16px;
    padding: 0px;
    height: 100%;
}

.meio-vertical {
    vertical-align: middle !important;
}

.gm-style-iw-d {
    /* line-height: 11px !important; */
}

.ignicao-problema {
    text-shadow: red 1px 0 7px;
    /*font-weight:bold;*/
}

#DivTurnoSugestaoParada>.select2-container>.selection>.select2-selection--multiple {
    padding: 0px !important;
}

/* --width-xl: 1140px;
--width-lg: 940px;
--width-md: 720px;
--width-sm: 540px;
--width-xs: 340px;
--width-size: var(--width-xl); */

/* Responsividade */

.card-responsive .toggle-mobile,
.card-responsive .card-tools-mobile {
    display: none;
}

/* modal gestão motoristas */

#modal_motoristas .toggle-mobile {
    display: none;
}

@media (max-width: 768px) {
    .card-responsive .toggle-mobile {
        display: block;
    }

    .card-responsive .card-header {
        display: flex;
        justify-content: space-between;
    }

    .card-responsive .card-header::after {
        display: none;
    }

    .card-responsive .card-tools {
        display: none;
    }

    .card-responsive #LiBotoesTop {
        display: none;
    }

    .card-tools-mobile.d-flex {
        position: absolute;
        right: 0;
        flex-direction: column;
        gap: .5rem;
        background: #fff;
        border: solid 1px #ccc;
        padding: .5rem;
        top: 3.8rem;
        z-index: 99;
    }

    .row .col-sm-12 {
        min-height: 3rem;
    }

    /* modal gestão motoristas */

    #modal_motoristas .toggle-mobile {
        display: block;
    }

    #modal_motoristas .toggle-mobile-content {
        background-color: #fff;
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        width: max-content;
        position: absolute;
        z-index: 99;
        left: 12px;
        top: 4rem;
        padding: 0.5rem;
        border-radius: 5px;
        border: solid 1px #ccc;
    }
}

@media (max-width: 576px) {

    .card-responsive #tblCLiente_wrapper>.row,
    .card-responsive #tblCLientePros_wrapper>.row,
    .card-responsive #tblCLienteArquivi_wrapper>.row,
    #TblGaragens_wrapper>.row {
        flex-wrap: nowrap;
    }
}

.display-flex {
    display: flex;
}

/* loader */

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #17a2b8;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.btn-manutencao-ativo {
    color: #fff;
    background-color: #964b00;
    border-color: #964b00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-manutencao-ativo:hover {
    color: #fff;
    background-color: #964b008a;
    border-color: #793e03
}

.btn-manutencao {
    color: #fff;
    background-color: #9f9890;
    border-color: #9f9890;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-manutencao:hover {
    color: #fff;
    background-color: #9f98908a;
    border-color: #5e574e
}

.bs-solto {
    background-color: #00a65a;
    color: white;
    font-weight: bolder;
    padding: 0px;
}

#txtCategoria {
    width: 100%;
}


.preview_imagem_miniatura {
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    max-height: 8rem;
}

.preview_imagem {
    justify-content: center;
    align-items: center;
    display: flex;
}

.preview_imagem img,
.preview_imagem_miniatura img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    max-height: 20rem;
}

.preview_imagem img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

/*  */

.container-escala-motora {
    display: flex;
    /* gap: 1rem; */
    max-width: 100000px;
    width: max-content;
}

.scroll-container {
    overflow-x: auto;
}

/* Container das rotas */
.routes {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    /* 24 colunas para as horas */
    /* grid-auto-rows: 50px; */
    /* Altura de cada linha de rota */
}

/* Estilo das rotas */
.route {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 8px;
}

.row-veiculo-sinop {
    display: grid;
    width: 100%;
    grid-template-columns: 50px auto;
}

.badge-veiculo {
    width: 50px;
    padding: 5px;
    background: #4c9baf;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.escala-manutencao {
    background-color: #964b00 !important;
}

.escala-sos {
    background-color: crimson !important;
}

.escala-viagem {
    background-color: green !important;
}

.escala-ocioso {
    background-color: purple !important;
}

.row-veiculo-sinop:nth-child(odd) {
    background: rgba(0, 0, 0, .05);
}

.tooltip-style {
    min-width: 50px;
    max-width: 300px;
    z-index: 999999;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    position: fixed;
    padding: 12px;
    font-size: 12px;
    overflow-wrap: anywhere;
    animation: showUpComing .2s ease-out;
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    display: none;
}

.tooltip-style::after {
    content: '';
    position: absolute;
    top: -8px;
    left: var(--arrow-offset, 20px);
    transform: translateX(-50%);
    border-width: 0 6px 8px 6px;
    border-style: solid;
    border-color: transparent transparent rgb(51, 51, 51) transparent;
}

.tooltip-style.above::after {
    top: auto;
    bottom: -8px;
    border-width: 8px 6px 0 6px;
    border-color: rgb(51, 51, 51) transparent transparent transparent;
}

@keyframes showUpComing {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* Número de linhas */
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate {
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
    overflow: hidden;
    /* Esconde o conteúdo que ultrapassa a div */
    text-overflow: ellipsis;
    /* Adiciona reticências ao final do texto truncado */
    width: 100%;
    /* Define a largura da div (pode ser ajustada conforme necessário) */
}

@keyframes showUpComing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.auto-overflow {
    overflow: auto;
}

@media print {
    tr .remove-from-export {
        display: none;
    }
}

.select2-selection__choice {
    background-color: #1b969b !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

.btn-parar-notificacoes {
    padding: .15rem !important;
}

.escondido {
    color: transparent !important;
    visibility: hidden !important;
    display: none !important;
}

#btnNovaCampanhaCliente {
    margin-bottom: 1rem;
}

.disbox {
    display: -webkit-box;
}

.witodo {
    width: 100%;
}

.disview {
    width: fit-content;
}

.radio-campanha {
    width: 35px;
    height: 35px;
    line-height: 1.5;
    margin: 0.3rem;
}

.input-opcao {
    width: fit-content;
    min-width: 80%;
}

.div-questao-campanha {
    border-top: 3px solid #1e989f;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.icon-troca-motorista{
    width:18px;
    filter: brightness(0.3);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  display: flex;
  flex-direction: column;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
#iframeAutoRotaHM{
    width: 100%;
    height: 100%;
    min-height: 80vh;
}

.navbar-rastreador-wrap {
    padding-top: 6px;
    margin-right: 10px;
}

.navbar-rastreador-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e3e7eb;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    font-size: 12px;
    line-height: 1;
    color: #6c757d;
    user-select: none;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.navbar-rastreador-status:hover {
    border-color: #d5dbe1;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.navbar-rastreador-status__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: #495057;
}

.navbar-rastreador-status__label i {
    font-size: 11px;
    color: #868e96;
}

.navbar-rastreador-status__divider {
    width: 1px;
    height: 14px;
    background: #dee2e6;
    flex-shrink: 0;
}

.navbar-rastreador-status__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 13px;
    min-width: 22px;
}

.navbar-rastreador-status__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.navbar-rastreador-status__dot--online {
    background: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.18);
}

.navbar-rastreador-status__dot--sleep {
    background: #ffc107;
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.22);
}

.navbar-rastreador-status__dot--offline {
    background: #adb5bd;
    box-shadow: 0 0 0 2px rgba(173, 181, 189, 0.22);
}

.navbar-rastreador-status__item--online {
    color: #1e7e34;
}

.navbar-rastreador-status__item--sleep {
    color: #d39e00;
}

.navbar-rastreador-status__item--offline {
    color: #dd4b39;
}