/***
Responsive Theme.
Based on http://getbootstrap.com/css/#responsive-utilities-classes
***/

.mobile-only {
  display: none;
}
.mobile-only.dropdown i {
  font-size: 1.75em !important;
  color: #c1c1c1 !important;
}

.no-mobile {
  display: block;
}

.alinha-kpi {
  text-align: left;
}
/***
Form Medium Devices Up To Large Devices
***/

@media (max-width: 1400px) {
  body {
    font-size: 11px;
  }

  #grid-dash {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }

  #modal_new_card_dash .modal-geral {
    width: 40%;
  }

  #semContratoFleet .wrapper-content {
    padding: 0 7vw 5vh;
  }

  #semContratoFleet .wrapper-footer {
    padding: 0 3vw;
  }

  #semContratoFleet .fixed-contratar {
    width: 37.5%;
  }

    .Table2021 .table-wrapper {
        max-height: 400px;
    }

    #Pesquisa2022 .body-filtro .grid-filtro {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    #Pesquisa2022 .body-filtro .grid-filtro .calendar {
        grid-row: 1 / span 3;
        grid-column: 4;
    }

  .basis300 {
    flex: 1 1 200px;
  }

  header#NewMenu section.top .left nav a {
    padding: 8px 3px;
  }

  header#NewMenu section.top .left img {
    margin: 0 15px;
  }

  header#NewMenu section.top .right {
    margin-right: 12px;
  }
}

@media (max-width: 1320px) {
  header#NewMenu #openMobile {
    width: 100vw;
    height: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 25px 0px;
    transition: height 0.5s, padding 0.5s;
  }
  header#NewMenu #openMobile.active {
    height: calc(100vh - 75px);
    padding-top: 40px;
    overflow: auto;
  }

  header#NewMenu #openMobile #notificationOp,
  header#NewMenu #openMobile #menumobileOp {
    display: none;
  }

  header#NewMenu #openMobile #notificationOp h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
  header#NewMenu #openMobile #notificationOp .lista {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  header#NewMenu section#openMobile #notificationOp .notice div.content {
    padding: 10px;
    align-items: center;
  }

  header#NewMenu #openMobile .perfil {
    display: flex;
    padding: 0 0 35px;
  }
  header#NewMenu #openMobile .perfil .avatar {
    display: flex;
    align-items: center;
    padding-right: 20px;
  }
  header#NewMenu #openMobile .perfil .avatar img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.09);
  }
  header#NewMenu #openMobile .perfil .dados {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header#NewMenu #openMobile .perfil .dados span.nome {
    font-size: 1.38em;
    font-weight: 700;
    white-space: nowrap;
  }
  header#NewMenu #openMobile .perfil .dados span.funcao {
    font-size: 1.23em;
    line-height: 2em;
    font-weight: 400;
    opacity: 0.6;
  }
  header#NewMenu #openMobile .perfil .dados span.tipo-perfil {
    font-size: 1.23em;
    line-height: 2em;
    font-weight: 400;
    opacity: 0.6;
  }

  header#NewMenu #openMobile .configsNav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 15px;
    padding: 0 0 35px;
  }
  header#NewMenu #openMobile .configsNav a.item-nav {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    background: #b3d4e210;
    font-size: 1.5rem;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span {
    width: 25px;
    height: 25px;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat;
    margin-right: 15px;
  }

  header#NewMenu #openMobile .configsNav a.item-nav span.contratos {
    background-size: 15px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.phones {
    background-size: 23px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.trocausuario {
    background-size: 20px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.ramais {
    background-size: 20px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.meusdados {
    background-size: 20px auto;
  }

  header#NewMenu #openMobile .menu-main-mob {
    display: flex;
    flex-direction: column;
  }
  header#NewMenu #openMobile .menu-main-mob a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu #openMobile .menu-main-mob a .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }

  header#NewMenu #openMobile .backScreen {
    width: 100vw;
    height: 100vh;
    display: none;
    background: transparent;
    transition: background 0.5s;
    position: absolute;
    top: 0;
    left: 0;
  }
  header#NewMenu #openMobile .backScreenSub {
    width: 100vw;
    height: 100vh;
    display: none;
    background: transparent;
    transition: background 0.5s;
    position: absolute;
    top: 0;
    left: 0;
  }
  header#NewMenu #openMobile .backScreen.visibleBack {
    background: #000000;
    opacity: 0.5;
  }
  header#NewMenu #openMobile .backScreenSub.visibleBack {
    background: #000000;
    opacity: 0.2;
  }

  header#NewMenu #openMobile #screenMenuMob {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 120;
    transition: left 0.5s;
    display: flex;
  }
  header#NewMenu #openMobile #screenMenuMob.open-screen {
    left: 0;
    display: flex;
  }

  header#NewMenu #openMobile #screenMenuMob .painel {
    width: 95%;
    height: 100%;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    position: absolute;
    right: -100%;
    top: 0;
    padding: 25px 22px;
    display: none;
    flex-direction: column;
    transition: right 0.5s;
  }
  header#NewMenu #openMobile #screenMenuMob .painel.openPanel {
    right: 0;
  }
  header#NewMenu #openMobile #screenMenuMob .painel > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu #openMobile #screenMenuMob .painel > a.voltar span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }

  header#NewMenu #openMobile #screenMenuMob .painel .submenu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a:last-child {
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }

  header#NewMenu #openMobile #screenMenuMob .painel .containerSub {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    display: flex;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .containerSub.open-screen {
    left: 0;
  }

  header#NewMenu #openMobile #screenMenuMob .painel .containerSub .painelSub {
    width: 90%;
    height: 100%;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    position: absolute;
    right: -100%;
    top: 0;
    padding: 25px 22px;
    display: none;
    flex-direction: column;
    transition: right 0.5s 0.2s;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub.openPanel {
    right: 0;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    > a.voltar
    span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }

  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    width: 100%;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a:last-child {
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a
    .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    .wrapper
    p {
    font-size: 1.6rem;
    line-height: 1.875rem;
    color: #fff;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    .wrapper
    span {
    font-size: 1.4rem;
    line-height: 1.641rem;
    color: #fff;
    opacity: 0.7;
  }

  header#NewMenu #openMobile #screensConfigsNav {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    transition: left 0.5s;
  }
  header#NewMenu #openMobile #screensConfigsNav.open-screen {
    left: 0;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen {
    width: 95vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    display: none;
    flex-direction: column;
    padding: 25px 0 0 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen.active {
    display: flex;
  }

  header#NewMenu #openMobile #screensConfigsNav > .screen > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen > a.voltar span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }
  /* header#NewMenu #openMobile #screensConfigsNav > .screen #title{ width: 100%; display: flex; justify-content: space-between; align-items: center; } */
  header#NewMenu #openMobile #screensConfigsNav > .screen h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen input {
    border-radius: 10px;
    font-size: 1.38em;
    line-height: 2.77em;
    border: none;
    color: #fbfbfb;
    padding: 0 70px 0 110px;
    background: url("../img/icons/search.svg"), var(--linearHeader2);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 20% center;
    color: #fbfbfb;
    margin-bottom: 25px;
    margin-right: 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen input::placeholder {
    color: #fbfbfb40;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .containerLists {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .lista {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .lista2 {
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-bottom: 40px;
    padding-right: 22px;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.nome {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.email {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.perfil {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    > a {
    font-size: 1.2rem;
    font-weight: 500;
    background: #0089bf;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 50px;
    color: #fcfcfc;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    > a
    span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-left: 6px;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.nome {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.cnpj,
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.protocolo {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p.descricao {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p.phone {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options
    .title {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.7;
    margin-right: 5px;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options
    .etiqueta {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3em;
    padding: 2px 6px;
    color: var(--sompo);
    border-radius: 2px;
    background: var(--bg-sompo);
    margin-right: 10px;
  }

  header#NewMenu section#openMobile #notificationOp .notice {
    min-height: 80px;
  }
  header#NewMenu section#openMobile #notificationOp .notice.content {
    padding: 15px;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .icon1 {
    display: none;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .icon2 {
    display: none;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .data {
    display: none;
  }

  #semContratoFleet .fixed-contratar {
    width: 39.8%;
  }
}

@media (min-width: 1200px) {
  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 65% !important;
  }
}

@media (max-width: 1150px) {
    header#NewMenu section.top .right > nav.menu-default {
        display: none;
    }

    header#NewMenu section.top .right > nav.newmenu-mobile {
        display: flex;
    }
}

@media (max-width: 1080px) {
  #NPS .operadores ul li {
    width: 50%;
  }

  #BiQualidade .flex-box .field.excep {
    width: 105px !important;
  }
  .new-flex {
    height: 50px;
  }

  #semContratoFleet .wrapper-content .title {
    width: 85%;
    font-size: 5rem;
  }

  #semContratoFleet .wrapper-footer .atendimento .label {
    font-size: 1.2rem;
  }

  #semContratoFleet .wrapper-footer .atendimento .fone {
    font-size: 1.6rem;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar .saiba,
  #semContratoFleet .wrapper-footer .wrapper-contratar .saiba {
    font-size: 1.4rem;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar .entre-contato,
  #semContratoFleet .wrapper-footer .wrapper-contratar .entre-contato {
    font-size: 1.3rem;
  }

  #semContratoFleet .wrapper-content .wrapper-modules {
    width: 100%;
    margin: 10vh 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 70px;
  }

  #semContratoFleet .fixed-contratar {
    width: 46.98%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-boxed .header .dropdown .username {
    display: none;
  }
  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 80%;
  }

  #grid-dash {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

/***
From Medium Devices Up To Larger Devices
@media (min-width: 992px) {
***/

@media (min-width: 992px) {
  /***
    Page sidebar
    ***/
  .page-sidebar {
    position: absolute;
    width: 226px;
    margin-top: 64px;
    float: left;
    border-right: 1px solid #efefef !important;
    z-index: 2;
  }

  .page-sidebar.navbar-collapse {
    max-height: none !important;
  }

  .page-sidebar-fixed .page-sidebar {
    position: fixed !important;
    top: 41px;
  }

  .page-sidebar-fixed ul.page-sidebar-menu > li.last {
    margin-bottom: 15px !important;
  }

  .page-sidebar-fixed.page-sidebar-hover-on .page-sidebar {
    z-index: 10000;
    width: 35px;
  }

  .page-sidebar-fixed.page-sidebar-hover-on .page-sidebar .selected {
    display: none;
  }

  .page-sidebar-fixed.page-sidebar-hover-on .page-content {
    margin-left: 35px;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .footer {
    margin-left: 35px;
  }

  .page-sidebar-fixed
    .page-sidebar-closed
    .page-sidebar
    .sidebar-search
    .submit,
  .page-sidebar-fixed .page-sidebar .sidebar-toggler {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .page-sidebar-hovering {
    overflow: hidden !important;
  }

  .page-sidebar-hovering .sub-menu,
  .page-sidebar-hovering span.title,
  .page-sidebar-hovering span.arrow {
    display: none !important;
  }

  .page-sidebar-hovering .submit {
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
  }

  /***
    Page content
    ***/
  .page-content {
    position: relative;
    padding: 60px 0;
    width: calc(100% - 225px);
    float: left;
    margin: 63px 0 0 225px;
    min-height: 474px;
    border-left: 1px solid #efefef !important;
    display: block;
  }

  .page-sidebar-fixed .page-content {
    min-height: 600px;
  }

  .page-content.no-min-height {
    min-height: auto;
  }

  /***
    Footer
    ***/

  /* fixed sidebar */
  .page-footer-fixed .footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
  }

  .page-footer-fixed .page-container {
    margin-bottom: 32px;
  }

  .page-footer-fixed.page-sidebar-fixed .footer {
    margin-left: 0 !important;
  }
  /* end: fixed footer */

  .page-boxed .footer {
    padding: 8px 0 5px 0;
  }

  .page-sidebar-fixed .footer {
    margin-left: 225px;
    background-color: #fff;
    padding: 8px 20px 5px 20px;
  }

  .page-sidebar-fixed .footer .footer-inner {
    color: #333;
  }

  .page-sidebar-fixed.page-sidebar-closed .footer {
    margin-left: 35px;
  }

  .page-sidebar-fixed .footer .footer-tools .go-top {
    background-color: #666;
  }

  .page-sidebar-fixed .footer .footer-tools .go-top i {
    color: #ddd;
  }

  /* boxed layout */
  .page-boxed .header .navbar-brand {
    margin-left: 0px !important;
    width: 226px;
  }

  .page-boxed .header .navbar-brand img {
    margin-left: 10px;
  }

  .page-boxed .header .navbar-nav {
    margin-right: 0px;
  }

  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 80%;
  }
}

/***
Up To Medium Devices
***/

@media (max-width: 1350px) {
  .NewTable.planes {
    width: 31.5%;
  }
}

@media (max-width: 1030px) {
  #modal_new_card_dash table.table_modals thead th:nth-child(1) {
    width: 45px;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals thead th:nth-child(2) {
    width: 122px;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals thead th:nth-child(3) {
    width: 90px;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals thead th:nth-child(4) {
    width: 90px;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(1) {
    width: 12%;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(2) {
    width: 35%;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(3) {
    width: 25%;
    padding: 10px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(4) {
    width: 25%;
    padding: 10px 5px;
  }
}

@media (max-width: 991px) {
  .btn {
    margin: 0 2.5% 2.5% 0;
  }

  .SubTitle .right {
    float: left !important;
  }
  .Meio {
    width: 100%;
    margin: 0;
  }

  .NewTable.planes {
    width: 48.5%;
  }

  .triple {
    width: 100%;
    margin: 0;
  }

  .control-label {
    float: left;
    width: 100%;
  }
  .left {
    margin: 0 5px 5px 0;
  }
  .twopillar {
    margin: 20px 0 0;
    padding: 10px 0 0;
  }

  .mobile-only {
    display: block;
    position: fixed;
    top: 18px;
    right: 13px;
    z-index: 99999999;
  }
  #menu_bar_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 51px;
    margin: 0 0 30px 0;
    height: 100% !important;
    overflow: auto;
  }

  .no-mobile {
    display: none;
  }
  .alinha-kpi {
    text-align: left;
  }
  /***
    Page header
    ***/
  .header {
    padding: 0;
    position: relative;
    clear: both;
  }

  .header .navbar-toggle {
    display: inline-block;
  }

  .page-sidebar.navbar-collapse {
    max-height: 990px;
  }

  .page-sidebar.navbar-collapse.collapse {
    /*display: none !important; */
  }

  .page-sidebar.navbar-collapse.in {
    overflow: hidden !important;
    overflow-y: auto !important;
  }

  .header .nav li.dropdown i {
    display: inline-block;
    position: relative;
    top: 1px;
    right: 0px;
  }

  .header .navbar-nav {
    display: block;
  }

  .header .navbar-nav .open .dropdown-menu {
    position: absolute;
  }

  .header .navbar-nav {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0;
    z-index: 9999999999;
    position: fixed;
    right: 54px;
  }
  .header .navbar-nav > li.dropdown .dropdown-toggle.noti {
    padding: 14px 15px 12px;
    height: 51px;
  }

  .header .navbar-nav > li {
    float: left;
  }

  .header .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .DropHeader .right input {
    font-size: 10px;
  }
  .footer .footer-inner {
    padding-left: 8px;
  }

  .header .navbar-brand {
    width: 100%;
    background-color: #fff !important;
    height: 53px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    z-index: 99999999999999;
  }

  .header .navbar-brand img {
    margin: 8px 0 0 14px !important;
    width: 120px;
  }

  /***
    Page container
    ***/
  .page-container {
    margin: 0 !important;
    padding: 0 !important;
  }

  /***
    Page content
    ***/
  .page-content {
    margin: 0px !important;
    padding: 20px 20px 20px 20px !important;
    min-height: 280px;
  }

  /***
    Page sidebar
    ***/
  .page-sidebar {
    border-top: 0 !important;
    margin: 20px;
    margin-top: 64px;
  }

  .page-sidebar.in {
    border-top: 0 !important;
    margin: 20px;
    position: relative;
    z-index: 5;
  }

  .page-sidebar .sidebar-toggler {
    display: none;
  }

  .page-sidebar ul {
    margin-top: 0px;
    width: 100%;
  }

  .page-sidebar .selected {
    display: none !important;
  }

  .page-sidebar .sidebar-search .input-box {
    width: 220px;
  }

  /***
    Styler panel
    ***/
  .styler-panel {
    top: 55px;
    right: 20px;
  }

  /***
    Boxed Layout
    ***/
  .page-boxed .header > .container,
  .page-boxed .footer > .container,
  .page-boxed > .container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 100%;
  }

  .expiration {
    padding-left: 15px;
  }

  .cvv {
    padding-right: 15px;
  }

  /*
    .form-control {
        height: 30px !important;
    }
    .select2-container .select2-choice { height: 30px !important; line-height: 26px !important; }
    .select2-container .select2-choice .select2-arrow b { background: url(select2.png) calc(100% - -38px) 2px no-repeat !important; }
    */

  .dropdown .username {
    font-size: 0.8em;
  }
  .dropdown .usercolor {
    margin: 0;
    display: none;
  }
  .header .navbar-nav > li > a {
    padding: 14px 15px 13px;
  }

  .barra-fixa-bottom {
    display: none;
    width: 100%;
    padding: 20px 0px 0;
  }
  .barra-fixa-bottom .btn {
    padding: 4px 11px;
    margin: 2px 10px 0 0;
    font-size: 13px;
    float: left;
  }
  .barra-fixa-bottom .stats {
    margin-top: -19px;
    font-size: 0.9em;
  }

  .header .navbar-nav > li.dropdown .dropdown-toggle.blue {
    width: 49px;
    height: 51px;
    position: relative;
  }
  .header .navbar-nav > li.dropdown .dropdown-toggle img.imgdown {
    width: 11px;
    margin: -1px 0 0 4px;
    position: absolute;
  }

  .header .navbar-nav > li.dropdown .dropdown-toggle.noti i {
    top: 13px;
    left: 33px;
  }

  #modal_new_card_dash .modal-geral {
    width: 70%;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(1) {
    width: 100%;
    padding: 5px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(2) {
    width: 100%;
    padding: 5px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(3) {
    width: 100%;
    padding: 5px 5px;
  }
  #modal_new_card_dash table.table_modals tbody td:nth-child(4) {
    width: 100%;
    padding: 5px 5px;
  }

  .new-flex {
    height: auto;
    flex-wrap: wrap;
  }
  .flex-content.excep {
    margin: 0;
    flex-wrap: wrap;
  }
  #BiQualidade .flex-box .field.excep {
    width: auto !important;
  }

  /* ############## NOVO FILTRO - INICIO ################### */
  #filtro-smart.container-main .btn {
    margin: 0;
  }
  /* ############## NOVO FILTRO - FIM ################### */

}

@media (max-width: 910px) {
  header#NewMenu section.top .left > nav {
    display: none;
  }
}

/***
From Small Devices Up To Medium Devices
***/

@media (min-width: 768px) and (max-width: 991px) {
  /***
    Body
    ***/
  body {
    padding-top: 0px;
  }

  /***
    Page sidebar
    ***/

  ul.page-sidebar-menu > li.active > a {
    width: 100%;
  }

  .page-sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }

  .page-sidebar .btn-navbar .arrow {
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    top: 50px;
    border-bottom: 15px solid #5f646b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  .buscar_placa {
    margin-left: 0px !important;
    margin-top: 5px !important;
    width: 50%;
  }
  .detalhes_contratacao {
    clear: both;
  }

  .btn.turquesa.big {
    width: 100% !important;
  }
  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 95%;
  }

  #grid-dash {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/***
Extra Small Devices Only
@media (max-width: 767px) {
***/

@media (max-width: 767px) {
  #NPS .content .box .first {
    width: 100%;
    margin: 0 0 5%;
  }
  #NPS .content .box .first h4 {
    font-size: 7em;
    padding: 0 0 2%;
  }
  #NPS .busca label {
    width: 100%;
  }
  #NPS .busca label .select2-container {
    width: 100%;
  }
  #NPS .content .box .second {
    width: 100%;
    margin: 0;
  }

  ul.page-sidebar-menu > li.active > a {
    width: 100%;
  }

  #NewDash.Atendimentos.Operador.Performance .content ul.big {
    padding: 5%;
  }

  /***
    Page header
    ***/
  .divider {
    display: none;
  }

  .NewTable.planes {
    width: 100%;
    margin: 0 0 1.5%;
  }
  .NewTable.planes thead {
    display: block !important;
  }

  .barra-fixa-bottom {
    height: 131px;
    padding: 5%;
  }
  .barra-fixa-bottom .left .btn {
    margin: 0 2px 5px;
  }
  .barra-fixa-bottom .stats {
    margin-top: -5px;
    font-size: 0.8em;
    width: 100%;
  }
  .excep-barra-fixa {
    margin: 0 0 40px;
  }

  #NewForm form#plano-form .btn {
    margin: 0 !important;
  }

  .page-content .page-breadcrumb.breadcrumb .right {
    margin: 20px 0 0;
    float: left !important;
    position: relative;
    width: 100%;
  }
  .page-content .page-breadcrumb.breadcrumb .right a {
    margin: 10px 0 0;
    font-size: 1em;
  }

  .header {
    padding: 0;
  }

  .header .top-nav .nav {
    margin-top: 0px;
    margin-right: 5px;
  }

  .header .nav > li > .dropdown-menu.notification:after,
  .header .nav > li > .dropdown-menu.notification:before {
    margin-right: 180px;
  }

  .header .nav > li > .dropdown-menu.notification {
    margin-right: -180px;
  }

  .header .nav > li > .dropdown-menu.inbox:after,
  .header .nav > li > .dropdown-menu.inbox:before {
    margin-right: 140px;
  }

  .header .nav > li > .dropdown-menu.inbox {
    margin-right: -140px;
  }

  .header .nav > li > .dropdown-menu.tasks:after,
  .header .nav > li > .dropdown-menu.tasks:before {
    margin-right: 90px;
  }

  .header .nav > li > .dropdown-menu.tasks {
    margin-right: -90px;
  }

  /* Header logo */
  .header .navbar-brand {
  }

  /***
    Page content
    ***/
  .page-content {
    padding: 52px 0 0 !important;
    overflow: hidden;
  }

  /***
    Page title
    ***/
  .page-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .page-title small {
    font-size: 13px;
    padding-top: 3px;
  }

  /***
    Styler pagel
    ***/
  .styler-panel {
    top: 58px;
    right: 12px;
  }

  /***
    Page breadcrumb
    ***/
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }

  /***
    Portlet form action
    ***/
  .portlet-body.form .form-actions {
    padding-left: 15px;
  }

  /***
    Form input validation states
    ***/
  .input-icon .input-error,
  .input-icon .input-warning,
  .input-icon .input-success {
    top: -27px;
    float: right;
    right: 10px !important;
  }

  /***
    Advance tables
    ***/
  .table-advance tr td.highlight:first-child a {
    margin-left: 8px;
  }

  /***
    Footer
    ***/
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer .go-top {
    float: right;
    display: block;
    margin-right: 0px;
  }

  /***
    Vertical inline menu
    ***/
  .ver-inline-menu li.active:after {
    display: none;
  }

  /***
    Form controls
    ***/
  .form-horizontal .form-actions {
    padding-left: 180px;
  }

  .portlet .form-horizontal .form-actions {
    padding-left: 190px;
  }

  .buscar_placa {
    margin-left: 0px !important;
    margin-top: 3px !important;
    width: 100%;
  }

  .detalhes_contratacao {
    clear: both;
  }

  .btn.turquesa.big {
    width: 100% !important;
  }

  .credit_card_number,
  .credit_card_name,
  .parcelamento {
    width: 99%;
  }

  .barra-fixa-bottom .btn {
    font-size: 10px;
  }

  /* MENU NOVO */
  header#NewMenu section.top .left > nav {
    display: none;
  }
  header#NewMenu section.top .right > nav.menu-default {
    display: none;
  }
  header#NewMenu section.top .right > nav.newmenu-mobile {
    display: flex;
  }

  header#NewMenu #openMobile {
    width: 100vw;
    height: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 25px 0px;
    transition: height 0.5s, padding 0.5s;
  }
  header#NewMenu #openMobile.active {
    height: calc(100vh - 75px);
    padding-top: 40px;
    overflow: auto;
  }

  header#NewMenu #openMobile #notificationOp,
  header#NewMenu #openMobile #menumobileOp {
    display: none;
  }

  header#NewMenu #openMobile #notificationOp h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
  header#NewMenu #openMobile #notificationOp .lista {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  header#NewMenu section#openMobile #notificationOp .notice div.content {
    padding: 10px;
    align-items: center;
  }

  header#NewMenu #openMobile .perfil {
    display: flex;
    padding: 0 0 35px;
  }
  header#NewMenu #openMobile .perfil .avatar {
    display: flex;
    align-items: center;
    padding-right: 20px;
  }
  header#NewMenu #openMobile .perfil .avatar img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.09);
  }
  header#NewMenu #openMobile .perfil .dados {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header#NewMenu #openMobile .perfil .dados span.nome {
    font-size: 1.38em;
    font-weight: 700;
    white-space: nowrap;
  }
  header#NewMenu #openMobile .perfil .dados span.funcao {
    font-size: 1.23em;
    line-height: 2em;
    font-weight: 400;
    opacity: 0.6;
  }
  header#NewMenu #openMobile .perfil .dados span.tipo-perfil {
    font-size: 1.23em;
    line-height: 2em;
    font-weight: 400;
    opacity: 0.6;
  }

  header#NewMenu #openMobile .configsNav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 15px;
    padding: 0 0 35px;
  }
  header#NewMenu #openMobile .configsNav a.item-nav {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    background: #b3d4e210;
    font-size: 1.5rem;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span {
    width: 25px;
    height: 25px;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat;
    margin-right: 15px;
  }

  header#NewMenu #openMobile .configsNav a.item-nav span.contratos {
    background-size: 15px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.phones {
    background-size: 23px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.trocausuario {
    background-size: 20px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.ramais {
    background-size: 20px auto;
  }
  header#NewMenu #openMobile .configsNav a.item-nav span.meusdados {
    background-size: 20px auto;
  }

  header#NewMenu #openMobile .menu-main-mob {
    display: flex;
    flex-direction: column;
  }
  header#NewMenu #openMobile .menu-main-mob a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu #openMobile .menu-main-mob a .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }

  header#NewMenu #openMobile .backScreen {
    width: 100vw;
    height: 100vh;
    display: none;
    background: transparent;
    transition: background 0.5s;
    position: absolute;
    top: 0;
    left: 0;
  }
  header#NewMenu #openMobile .backScreenSub {
    width: 100vw;
    height: 100vh;
    display: none;
    background: transparent;
    transition: background 0.5s;
    position: absolute;
    top: 0;
    left: 0;
  }
  header#NewMenu #openMobile .backScreen.visibleBack {
    background: #000000;
    opacity: 0.5;
  }
  header#NewMenu #openMobile .backScreenSub.visibleBack {
    background: #000000;
    opacity: 0.2;
  }

  header#NewMenu #openMobile #screenMenuMob {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 120;
    transition: left 0.5s;
    display: flex;
  }
  header#NewMenu #openMobile #screenMenuMob.open-screen {
    left: 0;
    display: flex;
  }

  header#NewMenu #openMobile #screenMenuMob .painel {
    width: 95%;
    height: 100%;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    position: absolute;
    right: -100%;
    top: 0;
    padding: 25px 22px;
    display: none;
    flex-direction: column;
    transition: right 0.5s;
  }
  header#NewMenu #openMobile #screenMenuMob .painel.openPanel {
    right: 0;
  }
  header#NewMenu #openMobile #screenMenuMob .painel > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu #openMobile #screenMenuMob .painel > a.voltar span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }

  header#NewMenu #openMobile #screenMenuMob .painel .submenu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a:last-child {
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .submenu a .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }

  header#NewMenu #openMobile #screenMenuMob .painel .containerSub {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    display: flex;
  }
  header#NewMenu #openMobile #screenMenuMob .painel .containerSub.open-screen {
    left: 0;
  }

  header#NewMenu #openMobile #screenMenuMob .painel .containerSub .painelSub {
    width: 90%;
    height: 100%;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    position: absolute;
    right: -100%;
    top: 0;
    padding: 25px 22px;
    display: none;
    flex-direction: column;
    transition: right 0.5s 0.2s;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub.openPanel {
    right: 0;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    > a.voltar
    span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }

  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    width: 100%;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.875rem;
    border-top: 1px solid #ffffff10;
    padding: 17px 8px;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a:last-child {
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    a
    .arrow-menu {
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    .wrapper
    p {
    font-size: 1.6rem;
    line-height: 1.875rem;
    color: #fff;
  }
  header#NewMenu
    #openMobile
    #screenMenuMob
    .painel
    .containerSub
    .painelSub
    .sub-options
    .wrapper
    span {
    font-size: 1.4rem;
    line-height: 1.641rem;
    color: #fff;
    opacity: 0.7;
  }

  header#NewMenu #openMobile #screensConfigsNav {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    transition: left 0.5s;
  }
  header#NewMenu #openMobile #screensConfigsNav.open-screen {
    left: 0;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen {
    width: 95vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #0170a5 0%, #005d89 100%);
    display: none;
    flex-direction: column;
    padding: 25px 0 0 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen.active {
    display: flex;
  }

  header#NewMenu #openMobile #screensConfigsNav > .screen > a {
    color: #fff;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background: #b3d4e210;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 25px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen > a.voltar span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-right: 11px;
    transform: rotate(180deg);
  }
  /* header#NewMenu #openMobile #screensConfigsNav > .screen #title{ width: 100%; display: flex; justify-content: space-between; align-items: center; } */
  header#NewMenu #openMobile #screensConfigsNav > .screen h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen input {
    border-radius: 10px;
    font-size: 1.38em;
    line-height: 2.77em;
    border: none;
    color: #fbfbfb;
    padding: 0 70px 0 110px;
    background: url("../img/icons/search.svg"), var(--linearHeader2);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 20% center;
    color: #fbfbfb;
    margin-bottom: 25px;
    margin-right: 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen input::placeholder {
    color: #fbfbfb40;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .containerLists {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .lista {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 22px;
  }
  header#NewMenu #openMobile #screensConfigsNav > .screen .lista2 {
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-bottom: 40px;
    padding-right: 22px;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.nome {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.email {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    p.perfil {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    > a {
    font-size: 1.2rem;
    font-weight: 500;
    background: #0089bf;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 50px;
    color: #fcfcfc;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.usuario_lista2
    > a
    span {
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icons/arrow-menumob.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    margin-left: 6px;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.nome {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.cnpj,
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista
    > .item-list.contrato_lista
    p.protocolo {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }

  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff10;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p.descricao {
    font-size: 1.6rem;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    p.phone {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.7;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options
    .title {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.7;
    margin-right: 5px;
  }
  header#NewMenu
    #openMobile
    #screensConfigsNav
    > .screen
    .lista2
    > .item-list.phones_lista
    .options
    .etiqueta {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3em;
    padding: 2px 6px;
    color: var(--sompo);
    border-radius: 2px;
    background: var(--bg-sompo);
    margin-right: 10px;
  }

  header#NewMenu section#openMobile #notificationOp .notice {
    min-height: 80px;
  }
  header#NewMenu section#openMobile #notificationOp .notice.content {
    padding: 15px;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .icon1 {
    display: none;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .icon2 {
    display: none;
  }
  header#NewMenu section#openMobile #notificationOp .notice .wrapper .data {
    display: none;
  }

  .title-page {
    margin-top: -50px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
  }
  .title-page h2 {
    color: #0170a5;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.5rem;
    margin: 0;
    padding: 0;
  }
  .title-page span {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.6rem;
    margin: 0;
    padding: 0;
  }

  #grid-dash {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #grid-dash .dashboard-stat {
    height: 100%;
  }

  #modal_new_card_dash .modal-geral {
    width: 90%;
  }
  table.table_modals thead {
    display: none;
  }

  .rowHeight {
    padding: 110px 0 50px;
  }
  .modalNewDash.modal .modal-body.newDash {
    padding: 0 30px;
  }

  .modalNewDash.modal .modal-header.newDash h4 {
    margin-top: 40px;
    font-size: 3.2rem;
  }
  .modalNewDash.modal .modal-body.newDash > p {
    font-size: 1.4rem;
    margin: 0 0 60px;
  }
  .modalNewDash.modal .modal-body.newDash .box-column {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  #NPS .operadores ul li {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .DropHeader {
    width: 100%;
  }
  .dashboard-stat {
    height: 70px;
    margin-bottom: 5px;
  }
  .dashboard-stat .visual {
    height: 14px;
  }
  .dashboard-stat .details .desc {
    font-size: 12px;
  }
  .dashboard-stat .details .desc b {
    font-size: 17px;
  }

  .header {
    background-color: #fff !important;
    height: 52px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
  }
  .header .navbar-brand {
    display: block;
    overflow: hidden;
    width: 44px;
    margin: 0 0 0 10px;
    height: 52px;
  }
  .header .navbar-brand img {
    float: right;
    width: 155px;
    margin: 8px 0 0 !important;
  }

  #NewDash {
    margin: 50px 0 5% 0;
  }

  #semContratoFleet .wrapper-content .title {
    width: 90%;
    font-size: 3rem;
  }

  #semContratoFleet .wrapper-content .detail1 {
    width: 100%;
    font-size: 2.5rem;
  }

  #semContratoFleet .wrapper-content .img-tela {
    max-width: 80%;
  }

  #semContratoFleet .wrapper-content .detail2 {
    font-size: 2.1rem;
  }

  #semContratoFleet .wrapper-content .detail3 {
    width: 100%;
    font-size: 1.7rem;
  }

  #semContratoFleet .wrapper-content .wrapper-modules {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  #semContratoFleet .wrapper-content .wrapper-modules .item .descricao {
    width: 100%;
  }

  #semContratoFleet .wrapper-footer {
    padding: 3vh 3vw;
    height: auto;
    flex-direction: column;
    gap: 15px;
  }

  #semContratoFleet .wrapper-footer > div {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  #semContratoFleet .wrapper-footer .atendimento {
    align-items: center;
  }

  #semContratoFleet .wrapper-footer .wrapper-contratar {
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar .chamada,
  #semContratoFleet .wrapper-footer .wrapper-contratar .chamada {
    margin-left: 0;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar a,
  #semContratoFleet .wrapper-footer .wrapper-contratar a {
    margin-left: 0;
  }

  #semContratoFleet .fixed-contratar {
    width: 100%;
    height: auto;
    padding: 3vh 3vw;
    align-items: center;
    justify-content: center;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar {
    align-items: center;
    gap: 15px;
  }

  #semContratoFleet .fixed-contratar .wrapper-contratar a {
    padding: 10px 10px;
  }
}

@media (max-width: 375px) {
  .card-wrapper {
    margin-left: -9px;
  }
}

@media (max-width: 360px) {
  .card-wrapper {
    margin-left: -39px;
  }
}
/***
The Most Extra Small Devices Landscape Mode Only
@media (max-width: 480px) {
***/

@media (max-width: 2px) {
  /***
    Header navbar
    ***/

  .header .navbar-nav {
    display: block !important;
  }

  .header .navbar-nav > li.dropdown .dropdown-toggle {
    margin-top: -1px !important;
  }

  .header .navbar-nav li.dropdown .dropdown-toggle .badge {
    top: 8px;
  }

  /***
    Page sidebar
    ***/
  .page-sidebar,
  .page-sidebar.in {
    margin: 0 10px 10px 10px;
  }

  /***
    Page title
    ***/
  .page-title small {
    display: block;
    clear: both;
  }

  /***
    Forms
    ***/
  .portlet .form-horizontal .form-actions {
    padding-left: 10px;
  }

  /***
    Dashboard date range panel
    ***/
  .page-content .breadcrumb .dashboard-date-range {
    padding-bottom: 8px;
  }

  .page-content .breadcrumb .dashboard-date-range span {
    display: none;
  }

  .page-content .breadcrumb > .btn-group span {
    display: none;
  }

  .page-content .breadcrumb > .btn-group > .btn {
    padding-left: 7px;
    padding-right: 7px;
  }

  /***
    Hidden phone
    ***/
  .hidden-480 {
    display: none !important;
  }
}

/***
The Most Extra Small Devices Portrait Mode Only
@media (max-width: 320px) {
***/

@media (max-width: 3px) {
  .header .nav > li.dropdown .dropdown-toggle {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /***
    Hidden phone
    ***/
  .hidden-320 {
    display: none;
  }

  .header .navbar-brand {
  }
}
