@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

body, .sidebar {
    font-family: 'Lato' !important;
}

* {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.zmdi-download:before {
    padding-right: 10px !important;
}

.video-buttons::-internal-media-controls-download-button {
    display: none;
}

.video-buttons::-webkit-media-controls-enclosure {
    overflow: none;
}

.sweet-alert .btn {
    background-color: #f7f7f7 !important;
    font-size: .8571em !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
    background: #FFFFFF;
}

.change-product {
    cursor: pointer;
}

.change-product.active {
    background: #CCCCCC;
}

.video-buttons::-webkit-media-controls-panel {
    display: none;
}

.box-share-map {
    margin: 15px 0px 15px 260px !important;
}

.box-share-map .sidebar {
    width: 275px;
    padding-top: 0px !important;
    margin-top: -45px;
}

.box-share-map #mapMain {
    height: calc(100vh - 100px) !important;
}

.box-share-map #leftsidebar {
    width: 21% !important;
}

.box-share-map div#info-veiculo h3 {
    font-weight: bold;
    text-align: center;
}

.box-share-map div#info-veiculo .footer-pin {
    font-weight: bold;
    text-align: center;
}

#html5-videos-glass {
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.1);
    height: calc(100% - 5px);
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
}

.box-gallery-video {
    position: relative;
}

.menu .material-icons {
    float: left;
    margin-top: 3px;
}

.dataTable .btn.btn-icon.btn-sm {
    height: 1.2rem;
    min-width: 1.2rem;
    width: 1.2rem;
    margin: 0;
}

.text-bold {
    font-weight: bold;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.dropdown-toggle::after {
    margin-top: -4px;
}

.btn-round.btn-simple {
    padding: 11px 22px 9px 22px;
}

.has-success::after, .has-danger::after {
    top: 15%;
}

.has-success .text-danger, .has-danger .text-danger {
    padding: 10px 0 0 0;
    width: 100%;
    text-align: center;
}

.content .dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .200em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.menu-gerenciar a {
    padding: 15px !important;
}

.dropdown.notifications .alert {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-bottom: 1px dashed #EEEEEE !important;
}

.dropdown.notifications .alerta-data {
    font-size: 12px;
    display: block;
}

.dropdown.notifications .message {
    padding: 5px 0;
}

.dropdown.notifications .message .badge {
    font-size: 12px;
}

.dropdown.notifications .alerta-placa {
    min-width: 130px;
}

.dropdown.notifications .body a {
    text-align: center;
}

.dropdown.notifications .slimScrollDiv.loader:after {
    content: '';
    width: 100%;
    height: 300px;
    background: url('../images/loader.gif') no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    top: 0;
    z-index: 2;
}

#alerts-right .slimScrollDiv.loader:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/loader.gif') no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    top: 0;
    z-index: 2;
}

.dropdown.notifications .mensagem-no-alertas, .dropdown.notifications-a .mensagem-no-alertas {
    padding: 140px 0;
    display: block;
    text-align: center;
}

.dropdown .label-count.active {
    background: #ff2222;
}

.dropdown.hCobrancas .cobranca-ref .badge {
    display: block;
    font-size: 14px;
}

.dropdown.hCobrancas .cobranca-ref {
    margin-top: 24px;
}

.dropdown.hCobrancas .cobranca-venc, .dropdown.hCobrancas .cobranca-valor, .dropdown.hCobrancas .cobranca-situacao {
    display: block;
}

.dropdown.hCobrancas .cobranca-venc div {
    color: #ff2222;
    display: inline-block;
}

.box-loader:after {
    content: 'Consulta do histórico em andamento... Aguarde!';
    width: 100%;
    height: 300px;
    background: url('../images/loader.gif') no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 110px 0 0 0;
    text-align: center;
}

body.loader:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/loader.apng') no-repeat center center rgba(0, 0, 0, 0.5);
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: 9999;
}

/* Mapa */
#mapMain, #mapCerca {
    width: 100%;
    height: 600px;
}

#setPontos {
    display: none;
}

.controls-route {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 97px;
    padding: 10px 20px;
    display: none;
}

.controls-route .material-icons {
    font-size: 39px;
    display: block;
}

.controls-route .div {
    float: left;
    margin: 0 12px;
}

.controls-route a {
    display: block;
}

.controls-route #textControlsRoute {
    font-weight: 300;
    font-size: 12px;
    margin: 10px 0 0 0;
}

#modal-historico .carStop + tr td {
    border-top: none;
}

#modal-historico .carStop:hover + tr, #modal-historico .carStopLast:hover ~ #modal-historico .carStop {
    background-color: rgba(0, 0, 0, .075);
}

#modal-historico .carStopLast:hover {
    background: transparent;
}

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

.page_404 .card-plain {
    color: #FFFFFF;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.toolcss {
    min-width: 800px;
    max-width: 800px;
}

.box-module, .box-perguntas {
    display: none;
}

.box-module .row, .box-perguntas .row {
    margin: 0 0 30px 0;
}

.box-module h5, .box-perguntas h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.box-module p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}

.box-perguntas p, .box-perguntas ol {
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
}

.box-perguntas .title {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 10px 0 30px 0;
}

.box-module a, .box-perguntas a {
    color: #333333
}

.sweet-alert {
    z-index: 99999999 !important;
}

.sweet-alert .sa-button-container {
    margin-top: 20px;
}

#rightsidebar .alert, #rightsidebar .invoice {
    padding: 0 !important;
    font-size: 12px !important;
}

#rightsidebar .alerta-placa {
    margin-top: 18px;
}

#rightsidebar .media-body {
    font-size: 12px !important;
}

.js-right-sidebar {
    position: relative;
    padding-right: 0 !important;
}

.js-right-sidebar .label-count {
    right: -10px;
}

.js-right-sidebar .label-count.active {
    background: #ff2222;
}

.ms-container .ms-list {
    height: 500px !important;
}

.btn-allvehicles {
    background: #49c5b6 !important;
}

.btn-allvehicles:hover {
    background: #45e5c3 !important;
}

.navbar-nav.navbar-left .dropdown-menu ul.menu .media .media-body {
    width: 340px !important;
}

#table-responses-ticket tbody tr:first-child td {
    background: #CCCCCC;
    color: #000000;
}

#table-responses-ticket .info {
    width: 300px;
    background: #F7F7F7;
}

#table-responses-ticket .user, #table-responses-ticket .data {
    font-weight: 300;
}

#table-responses-ticket .user span, #table-responses-ticket .data span {
    display: block;
    font-weight: 600;
}

#table-responses-ticket .user {
    margin-bottom: 30px;
}

.btn-support-head {
    position: relative;
}

.btn-support-head .label-count {
    top: -5px;
    right: -5px;
}

.btn-support-head .label-count.active {
    background: #ff2222;
}

.btn-simulate-end {
    margin-left: 8vw;
    width: 30vw;
}

.btn-simulate-end a {
    line-height: 50px !important;
}

.table-alertas .alert {
    color: #444444;
}

.anuncio-pagseguro-header {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    top: -5px;
}

.box-sos-alert-header {
    background: #ff8a65;
}

.box-sos-alert-header .media-body {
    color: #FFFFFF;
}

.box-sos-alert-header:hover .media-body {
    color: #616161;
}

.text-uppercase {
    text-transform: uppercase;
}

.header-dropdown button.btn {
    margin-top: 0;
}

.header-dropdown a.btn {
    display: inline-block !important;
    margin-top: 0 !important;
    padding: 6px 10px !important;
}

.btn-whatsapp {
    background: rgba(52, 175, 35, 1) !important;
    color: #FFFFFF !important;
}

.btn-whatsapp:hover {
    background: rgba(52, 175, 35, 0.8) !important;
}

.btn-whatsapp.btn-sm {
    padding: 5px 10px !important;
}

.body-form-veiculos .ms-list {
    max-height: 224px;
}

#abortHistoric {
    display: none;
}

#setRelatorio .table-condensed > tbody > tr > td,
#setRelatorio .table-condensed > tbody > tr > th,
#setRelatorio .table-condensed > tfoot > tr > td,
#setRelatorio .table-condensed > thead > tr > td,
#setRelatorio .table-condensed > thead > tr > th {
    cursor: initial !important;
}

.filter-status {
    cursor: pointer !important;
}

.table th, .table td, .table tbody tr td, .table tbody th td {
    white-space: inherit !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.text-light {
    font-weight: 300;
}

.sidebar {
    width: 225px;
    padding-top: 15px;
}

.sidebar .menu .list a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar .menu .list .image a {
    overflow: inherit;
    margin-bottom: 10px;
}

section.content {
    margin-left: 225px;
}

#placaImpressaoHistorico {

    text-align: left;
}

.no-padding {
    padding: 0 !important;
}

.cancel-wrap {
    white-space: normal !important;
}

.mr--10 {
    margin-right: -10px;
}

.sidebar .user-info .image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.no-wrap {
    white-space: nowrap !important;
}

label.error, .has-error {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
}

.table .bg-grey {
    color: #FFFFFF;
    font-weight: bold;
}

.filter-atendimento .badge.active {
    background: #18ce0f;
    color: #FFFFFF;
}

.modal-atendimento {
    max-width: 75vw;
}

.btn-trigger-map {
    padding: 10px 8px !important;
    margin: 5px 15px !important;
}

.btn-trigger-map i {
    margin-top: -4px !important;
}

.header-pin {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #CCCCCC;
}

.header-pin h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.content-pin {
    padding: 15px 0 0 0;
    font-size: 13px;
}

.content-pin li, .footer-pin li {
    padding: 3px 0;
}

.content-pin li i, .footer-pin li i {
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
}

.content-pin li span, .footer-pin li span {
    font-weight: bold;
}

.content-pin .ignition-on {
    color: #8BC34A;
}

.content-pin .ignition-off {
    color: #F44336;
}

.footer-pin {
    display: block;
    padding: 0 0 15px 0;
}

.footer-pin .btn {
    padding: 7px 10px;
}

.footer-pin button, .footer-pin a {
    margin-right: 5px;
}

.text-times-historic {
    font-size: 12px;
}

#setCabecalho {
    font-size: 12px;
}

#setCabecalho span {
    font-size: 14px;
}

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

/**
 * Rotas
 */

.box-point-end {
    display: none;
}

.box-point-stop {
    display: none;
}

.box-btn-trace-route {
    display: none;
}

.routes-tabs .nav-tabs {
    padding: 24.5px 0 10px 0;
}

.routes-tabs .nav-tabs > .nav-item > .nav-link {
    padding: 7px 23px;
}

/**
 * Central do Veículo
 */

.central-veiculo .nav-tabs > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-date-pagamento {
    display: none;
}

.box-despesa {
    display: none;
}

/**
 * Financeiro - Receitas e Despesas
 */

#content-financeiro #getMonth .btn {
    padding: 11px 10px;
    margin: 0;
}

#content-financeiro #getMonth .active {
    background: #607D8B;
}

.box-parcelas {
    display: none;
}

.box-lote-parcelas {
    display: none;
    max-height: 720px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.drag-area {
    border: 2px dashed #888;
    background-color: #f7f7f7;
    height: 320px;
    width: 980px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-area.active {
    border: 2px solid #ffce4b;
}

.drag-area .icon {
    font-size: 68px;
    color: #888;
}

.drag-area header {
    font-size: 15px;
    font-weight: 500;
    color: #888;
}

.drag-area span {
    font-size: 15px;
    font-weight: 500;
    color: #888;
    margin: 10px 0 15px 0;
}

.drag-area button {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    outline: none;    
    color: #888;
    border-radius: 5px;
    cursor: pointer;
}

.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#content-financeiro .toolbar {
    float: left;
    width: 50%;
}

#content-financeiro .dataTables_filter {
    float: right;
    width: 50%;
    padding-top: 10px;
}

.bg-image {
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 123px;
    height: 123px;
    display: block;
}

/**
 * E-Commerce
 */
.chat-widget li.left .chat-info {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 0 15px 15px 15px;
}

.theme-orange .chat-widget li.left .message {
    background: transparent;
    color: #424242;
    padding: 10px 0;
}

.w-80 {
    width: 80%;
}

.preview .preview-thumbnail.nav-tabs li a, .preview .preview-thumbnail.nav-tabs li a.active {
    background: #FFFFFF !important;
    border: none !important;
}

.preview .preview-thumbnail.nav-tabs li {
    width: auto;
}

.preview .bg-image {
    width: 80px;
    height: 80px;
    background-color: transparent !important;
}

.input-file input[type="file"], .input-file .form-control, .input-file .form-control-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.action-del-image {
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 999;
    color: #F44336;
}

.loader-searching {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.loader-searching:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/loader.gif') no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    top: 0;
    z-index: 9999999;
}

@media (max-width: 1128px) {
    .anuncio-pagseguro-header {
        display: none;
        opacity: 0;
    }
}

@media (min-width: 1023px) {
    #areaImpressao {
        max-height: 500px;
        overflow: hidden;
        overflow-y: auto;     
    }

    #setCabecalho {        
        background: #FFFFFF;
        left: 15px;
        width: 100%;
        z-index: 2;        
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow-x: auto !important;
    }
}

@media (max-width: 767px) {
    .modal-atendimento {
        max-width: 90%;
    }

    .block-header h2 {
        margin-bottom: 5px
    }

    .block-header h2 small {
        display: block !important;
    }

    .navbar-nav.navbar-left .dropdown-menu {
        left: -120px
    }

    .authentication .navbar-brand {
        top: initial !important;
    }

    .navbar-brand {
        display: initial;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        margin-left: 0 !important;
        top: 15px;
    }

    .block-header .breadcrumb {
        margin-top: 20px !important;
        font-size: 11px;
    }

    .block-header .breadcrumb .breadcrumb-item {
        padding: 1.5px 0;
    }

    .block-header .breadcrumb .breadcrumb-item:first-child {
        padding: 0;
    }

    .block-header h2 {
        text-align: center;
    }

    .card .header:not(.no-margin-bottom) {
        margin-bottom: 30px;
    }

    .card .header h2 {
        text-align: center;
    }

    .card .header .header-dropdown {
        top: 55px;
        right: initial;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }

    .card .header.map-tracker {
        margin-bottom: 0;
        text-align: center;
    }

    .card .header .header-dropdown.map-tracker {
        top: 14px;
        right: initial;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: initial;
        position: relative;
    }

    .authentication .page-header {
        padding: 230px 0;
    }

    .page-header footer {
        background: #ffce4b !important;
        position: absolute !important;
        bottom: -85px !important;
    }

    .authentication .footer {
        padding-top: 0 !important;
        bottom: -110px !important;
    }

    .authentication .navbar {
        position: relative !important;
        margin-bottom: 0 !important;
        height: auto;
        padding: 10px;
    }

    #modal-historico, #modal-historico .text-right {
        text-align: center !important;
    }

    .modal-xlg {
        width: 100% !important;
        max-width: 94% !important;
    }

    .table-actions {
        width: 90px !important;
        display: block;
        padding-top: 20px;
    }

    .table th, .table td {
        white-space: nowrap;
    }

    .page_404 .card-plain {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        max-width: 290px !important;
    }

    .modal-footer {
        display: block !important;
    }

    .modal-footer .btn {
        width: 100% !important;
        display: block !important;
    }

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

    .help-page .nav-tabs {
        padding: 0 !important;
    }

    .help-page .nav-tabs > .nav-item > .nav-link {
        padding: .5em 1em !important;
    }

    .controls-route {
        width: 100%;
    }

    .navbar {
        height: 120px;
    }

    .navbar.box-simulate {
        height: 180px;
    }

    .btn-support-head {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        top: 50px;
    }

    .content {
        margin-top: 120px !important;
    }

    .authentication .card-plain .content {
        margin-top: 10px !important;
    }

    #setRelatorio {
        margin-top: 30px;
    }

    .btn-simulate-end {
        margin: 80px 0 0 0;
        width: 100%;
        display: block !important;
        position: absolute;
    }

    .navbar.box-simulate ~ section.content {
        margin-top: 180px !important;
    }

    .box-share-map {
        margin-top: 20px !important;
    }

    .box-share-map .sidebar {
        margin-left: 0;
        width: 100%;
        position: relative;
        margin-top: 0;
        margin-bottom: -60px;
        height: auto;
    }

    .box-share-map img {
        width: 40%;
    }

    .box-share-map .sidebar .list, .box-share-map .sidebar .slimScrollDiv {
        height: auto !important;
    }

    .box-share-map .container-fluid .col-lg-12 {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .btn-support-head {
        display: block;
        width: 100%;
        text-align: center;
    }

    .filter-atendimento {
        margin: 0;
    }

    .filter-atendimento .badge {
        width: 100%;
    }

    .modal-atendimento {
        max-width: 100vw;
    }
}

@media (max-width: 575px) {
    .text-times-historic .float-left {
        width: 100%;
    }
}

.show-password {
    cursor: pointer;
}

.invisible-value {
    letter-spacing: 2px;
    font-weight: bold;
}


.input-file-image{
    position:relative;
    display:block;
    width:100%;
    cursor:pointer;
}

.input-file-image .bg-image{
    width:100%;
    padding-top:100%;           /* quadrado responsivo */
    background-size:cover;
    background-position:center;
    border:2px dashed #b5b5b5;  /* borda pontilhada */
    border-radius:8px;
    transition:border-color .25s ease;
}

.input-file-image:hover .bg-image{
    border-color:#28a745;       /* verde Bootstrap ao hover */
}

/* ---------- overlay ---------- */
.input-file-image .overlay{
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.45);
    border-radius:8px;
    color:#fff;
    font-size:1.8rem;           /* ícone */
    gap:.25rem;
    opacity:0;
    transition:opacity .25s ease;
}

.input-file-image:hover .overlay{
    opacity:1;
}

.input-file-image .overlay small{
    font-size:.65rem;
    letter-spacing:.4px;
}

/* remove o input file da área visível */
.input-file-image input[type="file"]{
    display:none;
}



/**
 * Rastrek+
 */

.container-height {
    height: 910px;
    background-color: #ffffff !important;
}

.modal-rastrek-plus {
  max-width: 1080px !important;
  width: 100%;
}

#modal-rastrek-plus-noaccess .modal-content {
  background: transparent;   /* já estava, só reforço */
  border: 0;
  padding: 0;
}

#modal-rastrek-plus-noaccess img {
  width: 100%;   /* respeita o container */
  height: auto;
}

/* Close button minimalista */
#modal-rastrek-plus-noaccess .close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.9;
}

/* Mobile: imagem ocupa ~90 vw; mantém proporção */
@media (max-width: 767.98px) {
  .modal-rastrek-plus {
    max-width: 90vw !important;
    margin: 0 auto;          /* centraliza */
  }
}


/* Botão de atualização */
.btn-update-tag {
  background: linear-gradient(45deg, #28a745, #218838);
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: background 0.3s ease, transform 0.2s ease;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
}
.btn-update-tag:hover {
  background: linear-gradient(45deg, #218838, #1e7e34);
  transform: translateY(-2px);
}
.btn-update-tag.is-loading {
  cursor: progress;
  opacity: 0.8;
}

/* Mensagens de feedback */
.update-tag-wrapper .feedback-message {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: none;
}
.update-tag-wrapper .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-radius: 0.3rem;
  padding: 0.5rem;
}
.update-tag-wrapper .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-radius: 0.3rem;
  padding: 0.5rem;
}
.update-tag-wrapper .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 0.3rem;
  padding: 0.5rem;
}

#loaderModal .modal-content {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
    padding: 2rem;
    max-width: 350px;
}
#loaderModal .loader-spinner {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}
.loader-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    text-align: center;
}
