.custom-logo {
    max-width: 190px !important;
    margin: 5px auto !important;
    display: block !important;
}

.settings_detrans_logo_area {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 75px;
    background-size: cover;
}

.invalid-feedback {
    font-size: 12px !important;
    padding: 2px 3px !important;
}

.custom-btn-inline-form-label {
    margin: 0;
    padding: 0;
    color: #0c57d3;
    display: inline-block;
}

.custom-btn-inline-form-label:hover {
    color: #0d5bdd;
    cursor: pointer;
    text-decoration: underline;
}

select.form-control {
    background: url('../img/icon-caret-down.svg') right center/20px no-repeat;
}

.fs-0-9em {
    font-size: 0.9em !important;
}

.fs-0-8em {
    font-size: 0.8em !important;
}

.fs-1em {
    font-size: 1em !important;
}

.fs-1-1em {
    font-size: 1.1em !important;
}

.fs-07px {
    font-size: 7px !important;
}

.fs-08px {
    font-size: 8px !important;
}

.fs-09px {
    font-size: 9px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

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

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-19px {
    font-size: 19px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-21px {
    font-size: 21px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-23px {
    font-size: 23px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.ws-nowrap {
    white-space: nowrap !important;
}


.bd-t-none {
    border-top: 0 !important;
}

/* [4C-IA | 2026-05-07 | css-18 | UI-MODERN]
   Compacta o modal de dupla acao tambem na base legada carregada em telas sem modern-base.
*/
.custom-modal-delete, .custom-modal-delete * {
    box-sizing: border-box
}

.custom-modal-delete-header {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

.custom-modal-delete-container {
    font-size: 14px !important;
    line-height: 1.35 !important;
    padding: 12px 14px !important;
}

.custom-modal-delete-btn-cancel,
.custom-modal-delete-btn-confirm,
.custom-modal-delete-btn-confirm-without-action {
    background-color: #4CAF50;
    color: white;
    padding: 5px 8px !important;
    margin: 6px 0 0 0 !important;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    float: left;
    width: 50%;
    outline: 0 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: center !important;
}

.custom-modal-delete-btn-cancel:hover,
.custom-modal-delete-btn-confirm:hover,
.custom-modal-delete-btn-confirm-without-action:hover {
    opacity: 1;
}

.custom-modal-delete-btn-cancel {
    background-color: #ccc;
    color: black;
}

.custom-modal-delete-btn-confirm,
.custom-modal-delete-btn-confirm-without-action {
    background-color: #F44336;
}

.custom-modal-delete-btn-confirm.btn-success,
.custom-modal-delete-btn-confirm-without-action.btn-success {
    background-color: #001951 !important;
}

.custom-modal-delete-container {
    text-align: center;
}

.custom-modal-delete {
    position: fixed;
    z-index: 999999888;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 16px;
}

.custom-modal-delete-content {
    background-color: #fefefe;
    margin: 3% auto 8% auto;
    border: 1px solid #888;
    max-width: 350px;
    font-size: 15px !important;
}

.custom-modal-delete-content-without-max-width {
    background-color: #fefefe;
    margin: 3% auto 8% auto;
    border: 1px solid #888;
    font-size: 15px !important;
}

.custom-modal-delete-clearfix::after {
    content: "";
    clear: both;
    display: table;
    margin-top: 20px;
}

.custom-modal-delete-separate {
    display: block;
    height: 12px;
}

.overflow-ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: inline-block !important;
    white-space: nowrap;
}

.pagination-custom .page-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    text-align: center;
}

.custom-fast-search-js-btn {
    border: 1px solid #ccc !important;
    --radius: 4px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    background: transparent !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #4c4c4c !important;
    outline: 0 !important;
    padding: 4px 6px !important;
    line-height: 16px !important;
    width: auto;
    height: 28px !important;
    max-width: 100% !important;
}

.table-responsive, div.table-responsive {
    overflow-y: visible !important;
}

.table-responsive::-webkit-scrollbar, div.table-responsive::-webkit-scrollbar {
    width: 0 !important;
    height: 5px !important;
}

.table-responsive.table-responsive-sb5::-webkit-scrollbar, div.table-responsive.table-responsive-sb5::-webkit-scrollbar {
    width: 6px !important;
}

.table-responsive::-webkit-scrollbar-button, div.table-responsive::-webkit-scrollbar-button {
    display: none !important;
}

.table-responsive::-webkit-scrollbar-track-piece, div.table-responsive::-webkit-scrollbar-track-piece {
    background: #f1f1f1 !important;
}

.table-responsive::-webkit-scrollbar-thumb, div.table-responsive::-webkit-scrollbar-thumb {
    background: #00226B !important;
}

.text-primary {
    color: #001951 !important;
}

.text-primary-alt {
    color: #00226B !important;
}

.btn-primary {
    color: #fff;
    background: #001951 !important;
    border-color: #001951 !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    color: #fff;
    background: #00226B !important;
    border-color: #00226B !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: #001951 !important;
}

.btn-primary-alt {
    color: #fff;
    background-color: #00226B !important;
    border-color: #00226B !important;
    box-shadow: none !important;
}

.btn-primary-alt:hover,
.btn-primary-alt.active {
    color: #fff;
    background-color: #001951 !important;
    border-color: #001951 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
}

.btn-purple {
    color: #fff;
    background: #701C95 !important;
    border-color: #701C95 !important;
    box-shadow: none !important;
}

.btn-purple:hover,
.btn-purple.active {
    color: #fff;
    background: #8321AD !important;
    border-color: #8321AD !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: #701C95 !important;
}

.login-cta {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
    line-height: 18px !important;
}

.login-title {
    font-size: 25px;
    line-height: 30px !important;
    color: #001951 !important;
    margin-top: 30px !important;
}

.col_actions {
    width: 1% !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.added_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    align-content: center;
    margin: -5px !important;
}

.added_box_item {
    position: relative;
    background: #f7f7f7;
    flex-basis: calc(20% - 10px);
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    --radius: 4px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    font-size: 16px;
}

.added_box_item:not(.added_vehicles_item) {
    flex-basis: calc(100% - 10px);
}

.added_box_item:last-of-type {
    margin-bottom: 30px !important;
}

.added_box_item > div {
    padding: 0 20px 0 0;
    display: block;
    width: 100%;
}

.added_box_item > div > small {
    font-weight: bold !important;
    font-size: 9px !important;
    color: #111;
}

.added_box_item > div > span {
    white-space: nowrap !important;
}

.added_box_item > button {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    --radius: 50%;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

@media (max-width: 1200px) {
    .added_vehicles_item {
        flex-basis: calc(25% - 10px) !important;
    }
}

@media (max-width: 985px) {
    .added_vehicles_item {
        flex-basis: calc(33.33333333333333% - 10px) !important;
    }
}

@media (max-width: 840px) {
    .added_vehicles_item {
        font-size: 15px;
        flex-basis: calc(50% - 10px) !important;
    }
}

@media (max-width: 450px) {
    .added_vehicles_item {
        flex-basis: calc(100% - 10px) !important;
    }
}

#loader, #loader-transparent, #loader-error {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#loader-master {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 999999999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#loader, #loader-master {
    background: #ffffff;
}

#loader-transparent, #loader-error {
    background: rgba(255, 255, 255, 0.75);
}

#loader-error img {
    width: 100px !important;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

#loader-error p {
    width: 100% !important;
    text-align: center;
    position: absolute;
    top: calc(50% + 60px);
    left: 0;
    color: #D06079;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px !important;
}

#min-loader {
    width: 80px;
    height: 80px;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 10px !important;
    right: 10px !important;
    display: none;
}

#loader .sk-message,
#loader-transparent .sk-message,
#loader-master .sk-message{
    position: absolute;
    top: calc(30% + 5px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #001951;
}

#min-loader .sk-message {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #001951;
}

.sk-cube-grid {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: transparent;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube {
    background-color: #001951;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.wizard ul.steps li.complete {
    background: #33A451 !important;
    color: #fff !important;
}

.wizard ul.steps a li.complete {
    background: #33A451 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: #2B8A44 !important;
}

.wizard ul.steps li.complete > span.chevron:before {
    border-left-color: #33A451 !important;
}

.wizard ul.steps li.active {
    background: #00226B !important;
    color: #fff !important;
}

.wizard ul.steps a li.active {
    background: #00226B !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard > .steps-container > .steps li.active .chevron {
    border-left-color: #00226B !important;
}

.wizard ul.steps li.active > span.chevron:before {
    border-left-color: #00226B !important;
}

.wizard-info.wizard ul.steps li.complete {
    background: #508EF5 !important;
    color: #fff !important;
}

.wizard-info.wizard ul.steps a li.complete {
    background: #508EF5 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard-info.wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: #3070DA !important;
}

.wizard-info.wizard ul.steps li.complete > span.chevron:before {
    border-left-color: #508EF5 !important;
}

.wizard-info.wizard ul.steps li.active {
    background: #66B4F7 !important;
    color: #fff !important;
}

.wizard-info.wizard ul.steps a li.active {
    background: #66B4F7 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard-info.wizard > .steps-container > .steps li.active .chevron {
    border-left-color: #66B4F7 !important;
}

.wizard-info.wizard ul.steps li.active > span.chevron:before {
    border-left-color: #66B4F7 !important;
}

.dropdown-menu.show {
    padding: 0 !important;
}

a.dropdown-item {
    padding: 6px 10px !important;
}

tr.custom-odd {
    background: #f5f5f5 !important;
}

tr.custom-even {
    background: #ffffff !important;
}

.custom-table-hidden-td {
    border-top: 0 !important;
    padding-top: 20px !important;
}

.custom-table-hidden-container {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.custom-table-hidden-box {
    flex-basis: 100%;

    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.custom-table-hidden-header {
    flex-basis: 120px;
    text-align: right;
    font-weight: bold;
    padding: 12px;
}

.custom-table-hidden-content {
    padding: 12px;
    flex-basis: calc(100% - 120px);
    border-left: 1px dashed #ddd;
}

.j-custom-table-hidden-btn-alt {
    display: block !important;
    flex-basis: 100% !important;
    width: 100% !important;
    font-size: 10px !important;
    text-align: right !important;
    text-transform: uppercase !important;
}

.form-group textarea.form-control {
    resize: none;
    min-height: 80px;
}

.custom-select2-height .select2-container--default .select2-selection--multiple,
.custom-select2-height .select2-container--default .select2-selection--single {
    min-height: 80px !important;
}

.select2-search__field {
    margin-top: 10px !important;
}

.c-pointer {
    cursor: pointer !important;
}

.order-icons-group {
    cursor: pointer !important;
    white-space: nowrap !important;
}

.order-icons {
    display: inline-block;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    margin: 0;
    padding: 0;
    color: #ddd;
}

.order-icons i {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 22px !important;
}

.order-icons i:first-of-type {
    left: 2px;
    top: -5px;
}

.order-icons i:last-of-type {
    left: 2px;
    bottom: -10px;
}

.order-icons-group[data-orderby-dir="asc"] i:first-of-type {
    color: #001951 !important;
}

.order-icons-group[data-orderby-dir="desc"] i:last-of-type {
    color: #001951 !important;
}

.select2-selection__choice {
    padding-left: 18px !important;
}

.select2-selection__choice__remove, .select2-selection__choice__remove * {
    box-sizing: border-box !important;
}

.select2-selection__choice__remove {
    border: 0 !important;
    font-size: 18px !important;
    width: 18px !important;
    height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 18px !important;
    text-align: center !important;
}

.pagination-sm.pagination-rounded .page-link {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 22px;
}

.switch-button.switch-button-enviarinformacoes {
    width: 160px !important;
}

.switch-button.switch-button-enviarinformacoes label:before {
    content: "ENVIAR INFORMAÇÕES";
    padding-right: 16px !important;
}

.switch-button.switch-button-enviarinformacoes input[type="checkbox"]:checked + span label:before {
    content: "INFORMAÇÕES ENVIADAS";
}

.switch-button.switch-button-ativoinativo {
    width: 80px !important;
}

.switch-button.switch-button-simnao label:before {
    padding-right: 8px;
    content: "NÃO";
}

.switch-button.switch-button-simnao input[type="checkbox"]:checked + span label:before {
    content: "SIM";
}

.switch-button.switch-button-ativoinativo {
    width: 80px !important;
}

.switch-button.switch-button-ativoinativo label:before {
    content: "INATIVO";
}

.switch-button.switch-button-ativoinativo input[type="checkbox"]:checked + span label:before {
    content: "ATIVO";
}

.switch-button.switch-button-ativoinativo label:before {
    margin-left: 8px;
}

.switch-button.switch-button-ligadodesligado {
    width: 95px !important;
}

.switch-button.switch-button-ligadodesligado label:before {
    content: "DESLIGADO";
}

.switch-button.switch-button-ligadodesligado input[type="checkbox"]:checked + span label:before {
    content: "LIGADO";
}

.switch-button.switch-button-ligadodesligado label:before {
    margin-left: 13px;
}

.switch-button.switch-button-queronaoquero {
    width: 100px !important;
}

.switch-button.switch-button-queronaoquero label:before {
    content: "NÃO QUERO";
}

.switch-button.switch-button-queronaoquero input[type="checkbox"]:checked + span label:before {
    content: "QUERO";
}

.switch-button.switch-button-queronaoquero label:before {
    margin-left: 15px;
}

.switch-button.switch-button-queronaoqueroproduto {
    width: 180px !important;
}

.switch-button.switch-button-queronaoqueroproduto label:before {
    content: "NÃO QUERO ESTE PRODUTO";
}

.switch-button.switch-button-queronaoqueroproduto input[type="checkbox"]:checked + span label:before {
    content: "QUERO ESTE PRODUTO";
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl {
    height: 42px !important;
    width: 310px !important;
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl label:before {
    line-height: 42px !important;
    font-size: 20px !important;
    margin-left: 30px;
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl label {
    height: 24px;
    width: 24px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.switch-button.switch-button-servicos {
    width: 120px !important;
}

.switch-button.switch-button-servicos label:before {
    content: "SERVIÇOS";
}

.switch-button.switch-button-servicos input[type="checkbox"]:checked + span label:before {
    content: "SERVIÇOS";
    margin-left: 18px;
}

.switch-button.switch-button-servicos label:before {
    margin-right: 18px !important;
}

.switch-button.switch-button-comercios {
    width: 120px !important;
}

.switch-button.switch-button-comercios label:before {
    content: "COMÉRCIOS";
}

.switch-button.switch-button-comercios input[type="checkbox"]:checked + span label:before {
    content: "COMÉRCIOS";
    margin-left: 18px;
}

.switch-button.switch-button-comercios label:before {
    margin-right: 18px !important;
}

.switch-button.switch-button-industrias {
    width: 120px !important;
}

.switch-button.switch-button-industrias label:before {
    content: "INDÚSTRIAS";
}

.switch-button.switch-button-industrias input[type="checkbox"]:checked + span label:before {
    content: "INDÚSTRIAS";
    margin-left: 18px;
}

.switch-button.switch-button-industrias label:before {
    margin-right: 18px !important;
}

.switch-button.switch-button-enviarnaoenviar {
    width: 105px !important;
}

.switch-button.switch-button-enviarnaoenviar label:before {
    content: "NÃO ENVIAR";
}

.switch-button.switch-button-enviarnaoenviar input[type="checkbox"]:checked + span label:before {
    content: "ENVIAR";
}

.switch-button.switch-button-enviarnaoenviar label:before {
    margin-left: 17px;
}

.switch-button.switch-button-dailyfollowup {
    width: 250px !important;
}

.switch-button.switch-button-dailyfollowup label:before {
    content: "NÃO ENVIAR ACOMPANHAMENTO DIÁRIO";
}

.switch-button.switch-button-dailyfollowup input[type="checkbox"]:checked + span label:before {
    content: "ENVIAR ACOMPANHAMENTO DIÁRIO";
}

.switch-button.switch-button-dailyfollowup label:before {
    margin-left: 17px;
}

.responsible_accounting .select2-selection.select2-selection--single {
    border: 0 !important;
}

.responsible_accounting .select2-selection__arrow b {
    padding: 0 !important;
    margin: -3px 0 0 5px !important;
    line-height: 10px !important;
}

.responsible_accounting .select2-selection__rendered {
    font-size: 18px !important;
    padding-right: 30px !important;
    padding-left: 2px !important;
}

.btn {
    margin-bottom: 5px !important;
}

.alert .close:focus {
    outline: 0 !important;
}

.w-5px {
    width: 5px !important;
}

.w-10px {
    width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.dataTables_length, .dataTables_filter {
    padding-bottom: 10px !important;
}

.dataTables_length label,
.dataTables_filter label {
    font-size: 12px !important;
}

.dataTables_filter input {
    width: 100px !important;
    padding: 0 6px !important;
    height: 22px !important;
    outline: none !important;
}

.dataTables_length select {
    padding: 0 6px !important;
    height: 22px !important;
    width: auto !important;
    outline: none !important;
}

.dataTables_info {
    font-size: 11px !important;
}

.dataTables_paginate {
    font-size: 12px !important;
}

.dataTables_paginate a {
    padding: 0 !important;
    height: 22px !important;
    width: 22px !important;
}

.dataTables_paginate a.paginate_button.current {
    background: #F1F1F1 !important;
    border-color: #DEDEDE !important;
}

.dataTables_paginate a.paginate_button:hover {
    background: #ABABAB !important;
    border-color: #AAAAAA !important;
}

.dataTables_paginate a.paginate_button.current:hover {
    background: #F1F1F1 !important;
    border-color: #DEDEDE !important;
}

.dataTable th {
    font-size: 9px !important;
    text-transform: uppercase !important;
    padding: 5px !important;
}

.custom_table_matrix {
    width: 100% !important;
}

.custom_table_matrix th {
    font-size: 10px !important;
    text-transform: uppercase !important;
    border: 1px solid #dee2e6;
    padding: 8px 10px;
    background: #F9F9F9;
}

.custom_table_matrix td {
    margin: 0 !important;
    padding: 10px;
    border: 1px solid #dee2e6;
}

.custom-modal-delete {
    padding-top: 4px !important;
}

.custom-modal-delete-content {
    margin-top: 4px !important;
}

.custom-modal-delete-content-without-max-width {
    margin-top: 4px !important;
}

.custom-modal-video-container {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 40px;
    position: fixed;
    overflow: hidden;
    z-index: 99999999999997 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.custom-modal-video-box {
    display: inline-block !important;
    margin: 0 auto !important;
    position: relative !important;
}

.custom-modal-video-close {
    z-index: 99999999999999 !important;
    position: absolute;
    right: -10px;
    top: -10px;
}

.custom_calculator_table_params table {
    width: 100%;
    border-collapse: collapse;
}

.bd-b-none {
    border-bottom: 0 !important;
}

.bd-t-none {
    border-top: 0 !important;
}

.bd-l-none {
    border-left: 0 !important;
}

.bd-r-none {
    border-right: 0 !important;
}

.custom_calculator_table_params td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 2px 5px !important;
    margin: 0 !important;
}

.custom_calculator_table_params label {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #212121;
}

.custom_calculator_table_param_title {
    background: #DEDEDE;
}

.custom_calculator_table_param_input {
    width: 130px !important;
    font-size: 12px;
}

.custom_calculator_table_param_input input,
.custom_calculator_table_param_input select {
    border: 0 !important;
    outline: 0 !important;
    width: 100% !important;
    float: right;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.custom_calculator_table_plans {
    color: #fff !important;
}

.custom_calculator_table_plans table {
    width: 100%;
    border-collapse: collapse;
}

.custom_calculator_table_plans td {
    max-width: 100%;
    border-collapse: collapse;
}

.custom_calculator_table_plans input,
.custom_calculator_table_plans select {
    max-width: 100%;
    float: left;
    width: 100%;
    outline: 0 !important;
    margin: 1px 0 !important;
    background: rgba(255, 255, 255, 0.1);
    border: 0 !important;
    color: #fff;
    padding: 0 6px;
    font-size: 13px;
    height: 18px !important;
}

.custom_calculator_table_plans input {
    margin-top: 2px !important;
}

.w-120px {
    width: 120px !important;
}

.custom_calculator_table_plan_container {
    position: relative;
}

.custom_calculator_table_plan_title_1,
.custom_calculator_table_plan_title_2,
.custom_calculator_table_plan_title_3 {
    position: absolute;
    --rotate: rotate(-90deg);
    transform: var(--rotate);
    -webkit-transform: var(--rotate);
    -moz-transform: var(--rotate);
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}

.custom_calculator_table_plan_title_1 {
    top: 100px;
    left: -16px;
}

.custom_calculator_table_plan_title_2 {
    top: 350px;
    left: -55px;
}

.custom_calculator_table_plan_title_3 {
    top: 580px;
    left: -43px;
}

.custom_calculator_table_plan_container .custom_calculator_table_plan_readonly {
    background: rgba(255, 255, 255, 0);
}

.custom_calculator_td_title {
    width: 58% !important;
}

.custom_calculator_form .select2-selection__rendered {
    background: rgba(255, 255, 255, 0.1) !important;
    outline: 0 !important;
    margin: 1px 0 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 9px !important;
    height: 18px !important;
    min-height: 10px !important;
    line-height: 18px !important;
    padding: 0 30px 0 6px !important;
}

.custom_calculator_form .select2-selection__arrow,
.custom_calculator_form .select2-selection__arrow b {
    width: 20px !important;
    height: 18px !important;
    padding: 0 !important;
    min-height: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}

.custom_calculator_form .select2-selection__arrow b:after {
    height: 18px !important;
    padding: 0 !important;
    min-height: 10px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-size: 15px !important;
}

.custom_calculator_form .select2-selection.select2-selection--single {
    background: rgba(255, 255, 255, 0) !important;
    outline: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.custom_calculator_form .selection,
.custom_calculator_form .select2-selection--single {
    height: 18px !important;
}

.custom_calculator_form .select2-results__option {
    font-size: 9px !important;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border: 2px solid #f1f1f1;
    background: #001951;
    --radius: 12px !important;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

::-webkit-scrollbar-thumb:hover {
    background: #23407d;
}

.custom_calculator_modal,
.custom_iframe_modal {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
}

.custom_calculator_modal.custom_calculator_modal_show,
.custom_iframe_modal.custom_iframe_modal_show {
    height: 100% !important;
    width: 100% !important;
}

.custom_calculator_modal_box,
.custom_iframe_modal_box {
    background: #fff;
    width: calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
    margin: 30px !important;
    overflow-y: hidden !important;
}

.custom_calculator_modal_close,
.custom_calculator_modal_close_style,
.custom_iframe_modal_close {
    position: absolute;
    top: 40px;
    right: 50px;
}

.custom_calculator_form .select2 {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default {
    width: 100% !important;
    max-width: 100% !important;
}

.custom-width .modal-dialog {
    width: 700px;
    max-width: none;
}

.custom-width .modal-content {
    width: 700px;
    max-width: none;
}

@media (max-width: 767.98px) {
    .custom-width .modal-content, .custom-width .modal-dialog, .custom-width .modal-header {
        width: 100% !important;
    }
}

.custom-width.modal .row > div,
.custom-modal-fields > div {
    padding-bottom: 15px !important;
}

.custom_leaderline_title > div {
    width: 350px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.leaderline_item {
    position: relative;
}

.leaderline_item_color_1.leaderline_item_active {
    /* [4C-IA | 2026-05-07 | css-18 | UI-MODERN/SIMULACAO]
     * Motivo: manter produtos selecionados no mesmo verde solido das linhas da simulacao.
     */
    background: var(--color-leaderline-active, #247881) !important;
    background-image: none !important;
}

.j_product_included_in_any_plan_icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute !important;
    top: calc(50% - 15px);
    right: 0;
    font-size: 1.2em;
}

.j_bulk_actions_select {
    --radius: 3px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px !important;
    font-size: 13px !important;
    outline: 0 !important;
}

.text-purple {
    color: #8321AD !important;
}

.j_animation_pulse {
    animation: pulse 1s ease-in-out infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.sub-menu.visible {
    background: #F5F5F5 !important;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.sub-menu.visible .title {
    color: #001951 !important;
}

.j_select2_sm .select2-container--default .select2-selection--multiple,
.j_select2_sm .select2-container--default .select2-selection--single {
    line-height: 37px !important;
    height: 37px !important;
}

.j_select2_sm .select2-selection__rendered,
.j_select2_sm .select2-selection__arrow,
.j_select2_sm .select2-selection__arrow b:after {
    line-height: 37px !important;
    height: 37px !important;
}

.custom_bar {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 5px !important;
    width: 10px !important;
    background: #A8A196;
}

.custom_bar_green {
    background: #7AA874 !important;
}

.custom_bar_yellow {
    background: #F79327 !important;
}

.custom_bar_red {
    background: #EF6262 !important;
}

.custom_bar_blue {
    background: #0A6EBD !important;
}

.j_goalObjectivesParam.small {
    font-size: 12px !important;
    border: 1px solid #dedede !important;
    outline: 0 !important;
    margin-left: 1px !important;
}


.dropdown-menu {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.select2-container--open {
    z-index: 99999999999!important;
}

.switch-button.switch-button-islead{
    width: 70px!important;
}
.switch-button.switch-button-islead label:before {
    content: "LEAD";
}
.switch-button.switch-button-islead input[type="checkbox"]:checked + span label:before {
    content: "LEAD";
}
.switch-button.switch-button-islead label:before {
    margin-right: 4px;
}
.popover {
    max-width: 400px;
    width: auto;
}
