@charset "UTF-8";

:root {
    /*WHITE*/
    --color-white: #FFFFFF;
    --color-white-900: #EFEFEF;
    --color-white-800: #F2F2F2;
    --color-white-700: #EBEBEB;
    --color-white-500: #F0F0F0;
    --color-white-600: #F6F6F6;
    /*BLACK*/
    --color-black: #000000;
    --color-black-900: #050505;
    --color-black-800: #181818;
    --color-black-300: #211916;
    --color-black-200: #221a17;
    --color-black-100: #1E2340;
    /*YELLOW*/
    --color-yellow: #FF9B04;
    --color-yellow-100: #FDC97C;
    --color-yellow-500: #fff0da;
    --color-yellow-600: #F7B100;
    /*GREEN*/
    --color-green: #54D969;
    --color-green-50: #4CC16D;
    --color-green-100: #E8F3EC;
    --color-green-500: #f0dec3;
    /*BLUE*/
    --color-blue-primario: #278AA4;
    --color-blue-escuro: #245075;
    --color-blue-secundario: #29BFCF;
    --color-blue: #0F7BA6;
    --color-blue-900: #0000FF;
    --color-blue-800: #04B4FF;
    --color-blue-700: #0A66C2;
    --color-blue-600: #3D77B7;
    --color-blue-100: #E8EFF1;
    --color-blue-grid: #459ad6;
    --color-blue-gray-100: #89A6B2;
    /*GRAY*/
    --color-gray-800: #333;
    --color-gray-700: #6B6B6B;
    --color-gray-650: #606878;
    --color-gray-600: #595959;
    --color-gray-500: #898A8D;
    --color-gray-300: #B3BAC5;
    --color-gray-250: #BDBDBD;
    --color-gray-200: #C1C9D8;
    --color-gray-100: #e1e9ef;
    /*RED*/
    --color-red-600: #E91D62;
    --color-red-650: #E13B3B;
    --color-red-100: #F6EBEB;
    --color-red: #F00;
    /*ORANGE*/
    --color-orange-100: #DE560A;
    /*HOVER*/
    --hover-box: #F5F9FF;
    /* Colors */
    --BgBody: #F9F9F9;
    --body-color: #e4e9f7;
    --sidebar-color: var(--color-white);
    --primary-color: #E8F0FB;
    --primary-color-light: #f6f5ff;
    --toggle-color: #ddd;
    --text-color: #707070;
    --color-grey-100: #D4D4D4;
    --icons-item-nav: #B3BAC5;
    --color-icon-hover: #1565D8;
    --icons-nav-active: #1565D8;
    --Ttulo: #183B56;
    --icons-nav-bg-active: #E8F0FB;
    --Logos-BgSaladoFuturo: rgba(229, 3, 3, 0.14);
    /* Tranistions */
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
    /*CORES TABELA*/
    --color-grey-500: #F9F9F9;
    --color-grey-600: #f1f1f1;
    /*SIDEBAR*/
    --bb-sidebar-width: 270px;
    --bb-sidebar-collapsed-width: 50px;
    --bb-sidebar-background-color: #a1f6fa;
    --bb-sidebar-top-row-background-color: #a1f6fa;
    --bb-sidebar-top-row-border-color: #a1f6fa;
    --bb-sidebar-title-text-color: rgb(0,0,0);
    --bb-sidebar-brand-icon-color: var(--color-black);
    --bb-sidebar-brand-image-width: 24px;
    --bb-sidebar-brand-image-height: 24px;
    --bb-sidebar-title-badge-text-color: rgb(255,255,255);
    --bb-sidebar-title-badge-background-color: rgba(25,135,84,var(--bs-bg-opacity,1));
    --bb-sidebar-navbar-toggler-icon-color: rgb(0,0,0);
    --bb-sidebar-navbar-toggler-background-color: rgba(0,0,0,0.08);
    --bb-sidebar-content-border-color: #F6F6F6;
    --bb-sidebar-nav-item-text-color: rgba(0,0,0,0.9);
    --bb-sidebar-nav-item-text-active-color-rgb: 0,0,0;
    --bb-sidebar-nav-item-text-hover-color: var(--color-white);
    --bb-sidebar-nav-item-text-active-color: var(--color-white);
    --bb-sidebar-nav-item-background-hover-color: #09888e;
    --bb-sidebar-nav-item-group-background-color: rgba(var(--bb-sidebar-nav-item-text-active-color-rgb),0.08);
    --bb-table-sticky-background-color: #209EC6;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

body {
    background: linear-gradient(-40deg, #dfeaf0 18%, #dce7ed 48%, #e1f0f5 59%, #dfe0e5 100%);
    min-height: 100vh;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

/* BARRA DE SCROLL BONITA*/
body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-track {
    background-color: var(--color-white-500);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-black-300);
    border-radius: 20px;
    border: 3px solid var(--color-black-300);
}

.modal-body::-webkit-scrollbar {
    width: 7px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: var(--color-white-500);
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: var(--color-black-300);
    border-radius: 20px;
    border: 3px solid var(--color-black-300);
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: var(--color-white-500);
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--color-black-300);
    border-radius: 20px;
    border: 3px solid var(--color-black-300);
}

/* END BARRA DE SCROLL BONITA*/
/* BTN */
.btn-primeiro {
    width: 10.125rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    padding: 0.75rem 0.9375rem 0.75rem 1.875rem;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 1.25rem */
    border-radius: 0.1875rem !important;
    background: linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
    border: none;
}

    .btn-primeiro:hover {
        color: var(--color-white);
        background: linear-gradient(200deg, rgb(41, 191, 207) 21%, rgb(36, 80, 117) 100%);
    }

    .btn-primeiro:active {
        color: var(--color-white) !important;
        background: linear-gradient(200deg, rgb(41, 191, 207) 21%, rgb(36, 80, 117) 100%) !important;
    }

    .btn-primeiro[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        cursor: no-drop;
    }

.btn-secundario {
    width: 10.125rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding: 0.75rem 1.875rem;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0.1875rem !important;
    color: var(--color-blue-primario);
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border: none;
}

    .btn-secundario:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: var(--color-blue-escuro);
    }

    .btn-secundario:active {
        background-color: rgba(255, 255, 255, 0.4) !important;
        color: var(--color-blue-escuro) !important;
    }

    .btn-secundario[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        cursor: no-drop;
    }

.conteudo-btn-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.conteudo-btn-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.conteudo-btn-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

/* END BTN */
.conteudo-contador p {
    color: var(--texto, #006F92);
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
}

/***************************************************ICONES*/
.icon-alerta {
    background-image: url(/assests/icones/icon-error-warning.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 100%;
}

.icon-alerta-base {
    background-image: url(/assests/icones/icon-alerta-base.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 100%;
}

.icon-alerta-dois {
    background-image: url(/assests/icones/icon-alert.svg);
    /*background-image: url(/assests/icones/icon-alert-red.svg);*/
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 100%;
}

.icon-spam-branco {
    background-image: url(/assests/icones/icon-spam.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 100%;
}

.icon-spam {
    /* background-image: url(/assests/icones/icon-spam.svg);*/
    background-image: url(/assests/icones/icon-spam-marrom.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 100%;
}

.icon-switch-branco {
    background-image: url(/assests/icones/icon-switch-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon-switch-legenda {
    background-image: url(/assests/icones/icon-switch-cinza.svg);
    width: 15px;
    height: 15px;
    display: block;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon-access-point-legenda {
    background-image: url(/assests/icones/icon-ap-access-point-legenda.svg);
    width: 15px;
    height: 15px;
    display: block;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon-switch-alerta {
    background-image: url(/assests/icones/icon-switch.svg);
    width: 14px;
    height: 14px;
    display: block;
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}
.icon-starlink-branco {
    background-image: url(/assests/icones/icon-starlink-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-starlink-legenda {
    background-image: url(/assests/icones/icon-satelete.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-satelete {
    background-image: url(/assests/icones/icon-satelete.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-starlink-alerta {
    background-image: url(/assests/icones/icon-satelete-1hr.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-satelete-1hr {
    background-image: url(/assests/icones/icon-satelete-1hr.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-satelete-17mn {
    background-image: url(/assests/icones/icon-satelete-17mn.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-satelete-15mn {
    background-image: url(/assests/icones/icon-satelete-15mn.svg);
    width: 13px;
    height: 13px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-sdwanlinkdown-legenda {
    background-image: url(/assests/icones/icon-modem.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-ped-down-alerta {
    background-image: url(/assests/icones/icon-vlan-pc.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-vlans-legenda {
    background-image: url(/assests/icones/icon-vlan-pc-cinza.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-adm-down-alerta {
    background-image: url(/assests/icones/icon-vlan-pc.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-wifi-down-branco {
    background-image: url(/assests/icones/icon-vlan-wifi-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-wifi-down-alerta {
    background-image: url(/assests/icones/icon-vlan-wifi.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-ap-access-point-branco {
    background-image: url(/assests/icones/icon-ap-access-point-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon-ap-access-point-alerta {
    background-image: url(/assests/icones/icon-ap-access-point.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-firewall-alerta {
    background-image: url(/assests/icones/icon-vlan-pc.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon-modem {
    background-image: url(/assests/icones/icon-modem.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-vlan-wifi-legenda {
    background-image: url(/assests/icones/icon-vlan-wifi-cinza.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-vlan-pc-branco {
    background-image: url(/assests/icones/icon-vlan-pc-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-vlan-pc-legenda {
    background-image: url(/assests/icones/icon-vlan-pc-cinza.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-sdwanlinkdown-branco {
    background-image: url(/assests/icones/icon-modem-1hr-darkmode.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-sdwanlinkdown-alerta {
    background-image: url(/assests/icones/icon-modem-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
}
.icon-vpn2linkdown-alerta {
    background-image: url(/assests/icones/icon-modem-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
}
.icon-modem-1hr {
    background-image: url(/assests/icones/icon-modem-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
}

.icon-modem-17mn {
    background-image: url(/assests/icones/icon-modem-17mn.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-modem-15mn {
    background-image: url(/assests/icones/icon-modem-15mn.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-rack-rede {
    background-image: url(/assests/icones/icon-rack.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}


.icon-roteador-branco {
    background-image: url(/assests/icones/icon-roteador-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-roteador-legenda {
    background-image: url(/assests/icones/icon-rack.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-rack-rede-1hr {
    background-image: url(/assests/icones/icon-rack-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-roteador-alerta {
    background-image: url(/assests/icones/icon-rack-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
}
.icon-roteadornrte-alerta {
    background-image: url(/assests/icones/icon-rack-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px
}
.icon-roteadorlaboratorio-alerta {
    background-image: url(/assests/icones/icon-rack-1hr.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px
}
.icon-firewall-branco {
    background-image: url(/assests/icones/icon-firewall-branco.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-firewall-alerta {
    background-image: url(/assests/icones/icon-firewall.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-firewallnrte-alerta {
    background-image: url(/assests/icones/icon-firewall.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.icon-firewall-1hr {
    background-image: url(/assests/icones/icon-firewall.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-FIREWALL-legenda {
    background-image: url(/assests/icones/icon-firewall-legenda.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-firewall-legenda {
    background-image: url(/assests/icones/icon-firewall-legenda.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-unidade-legenda {
    background-image: url(/assests/icones/icon-unidade-legenda.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-rack-rede-17mn {
    background-image: url(/assests/icones/icon-rack-17mn.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-rack-rede-15mn {
    background-image: url(/assests/icones/icon-rack-15mn.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-expandir {
    background-image: url(/assests/icones/icon-expand.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-expandir-line {
    background-image: url(/assests/icones/icon-expand-line.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.icon-online {
    background-image: url(/assests/icones/icon-online.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-offline {
    background-image: url(/assests/icones/icon-offline.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-ocorrencia-existente {
    background-image: url(/assests/icones/icon-ocorrencia-existente.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-titulo-grafico-page {
    background-image: url(/assests/icones/icon-grafico-page.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 42px;
}

.icon-page-permissoes-perfil {
    background-image: url(/assests/icones/icon-page-permissoes-perfil.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-nova-ocorrencia {
    background-image: url(/assests/icones/icon-nova-ocorrencia.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-ocorrencia-numerico {
    background-image: url(/assests/icones/icon-ocorrencia-numerico.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-ocorrencia-abc {
    background-image: url(/assests/icones/icon-ocorrencia-abc.svg);
    width: 48px;
    height: 48px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-unidade {
    background-image: url(/assests/icones/icon-unidade.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-adicionar-ocorrencia-azul {
    background-image: url(/assests/icones/icon-adicionar-ocorrencia-azul.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-tempo-resposta {
    background-image: url(/assests/icones/icon-tempo-de-resposta.svg);
    width: 10px;
    height: 10px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-requisicao {
    background-image: url(/assests/icones/icon-requisicao.svg);
    width: 10px;
    height: 10px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-alert-status {
    width: 10px;
    height: 10px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-unidade-azul {
    background-image: url(/assests/icones/icon-unidade-busca-azul.svg);
    width: 42px;
    height: 42px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-marqueedownl-azul {
    background-image: url(/assests/icones/icon-marqueedown.svg);
    width: 42px;
    height: 42px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-endereco {
    background-image: url(/assests/icones/icon-localizacao.svg);
    width: 42px;
    height: 42px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-telefone {
    background-image: url(/assests/icones/icon-fone.svg);
    width: 42px;
    height: 42px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-adicionar {
    background-image: url(/assests/icones/icon-add.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    /*background-color: #D9D9D9;*/
}

.icon-deploy {
    background-image: url(/assests/icones/icons-deploy.svg);
    width: 23px;
    height: 23px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-deploy-execucao {
    background-image: url(/assests/icones/icons-deploy-execucao.svg);
    width: 23px;
    height: 23px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-unidade-off-azul {
    background-image: url(/assests/icones/icon-status-unidades-off-azul.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-unidade-off-marrom {
    background-image: url(/assests/icones/icon-status-unidades-off-bg-amarelo.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-unidade-off-branco {
    background-image: url(/assests/icones/icon-status-unidades-off-branco.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-reforma {
    background-image: url(/assests/icones/icon-unidade-manutencao-preto.svg);
    background-position: left center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 14px;
}
.icon-fornecedor {
    background-image: url(/assests/icones/icon-fornecedor-preto.svg);
    background-position: left center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 14px;
}
.icon-mudanca-de-endereco {
    background-image: url(/assests/icones/icon-mudanca-de-endereco-preto.svg);
    background-position: left center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 14px;
}
.icon-falta-de-energia {
    background-image: url(/assests/icones/icon-unidade-falta-energia-preto.svg);
    background-position: left -3px center;
    background-repeat: no-repeat;
    padding-left: 13px;
    background-size: contain;
}

.icon-reforma-legenda {
    background-image: url(/assests/icones/icon-unidade-manutencao-legenda.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-fornecedor-legenda {
    background-image: url(/assests/icones/icon-fornecedor-legenda.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-fornecedor-legenda {
    background-image: url(/assests/icones/icon-fornecedor-legenda.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-mudanca-de-endereco-legenda {
    background-image: url(/assests/icones/icon-mudanca-de-endereco-legenda.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-falta-de-energia-legenda {
    background-image: url(/assests/icones/icon-unidade-falta-energia-legenda.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-unidades-legenda {
    background-image: url(/assests/icones/icon-unidade-legenda-cinza.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-microsoft {
    background-image: url(/assests/icones/icon-microsoft.svg);
    width: 1.3125rem;
    height: 1.3125rem;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-aws {
    background-image: url(/assests/icones/icon-aws.svg);
    width: 33px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-prisma-cockpit {
    /*background-image: url(/assests/icones/icon-avatar-prisma.svg);*/
    background-image: url(/assests/icones/icon-avatar-prisma.png);
    width: 33px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-copilot {
    background-image: url(/assests/icones/icons-githubcopilot.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-unidade-card {
    background-image: url(/assests/icones/icon-unidade.svg);
}
.icon-online-card {
    background-image: url(/assests/icones/icon-online-cockpit.svg);
}
.icon-offiline-card {
    background-image: url(/assests/icones/icon-offline.svg);
}
.icon-reformas-card {
    background-image: url(/assests/icones/icon-unidade-manutencao-legenda.svg);
}
.icon-licencas-copilot {
    background-image: url(/assests/icones/icon-licencas-ativas.svg);
}
.icon-conexoes-copilot {
    background-image: url(/assests/icones/icon-user-conexoes.svg);
}
.icon-engajamento-copilot {
    background-image: url(/assests/icones/icon-engajamento.svg);
}
/***************************************************END ICONES*/
.paragrafo-c-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.bb-top-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-black);
    color: var(--color-white);
    border-bottom: unset;
}

    .bb-top-row a {
        color: var(--color-white);
    }

.btn {
    border-radius: 2.75rem;
    font-weight: 500;
}

.btn-primary {
    --bs-btn-color: var(--color-white);
    --bs-btn-bg: var(--color-blue-secundario);
    --bs-btn-border-color: var(--color-blue-secundario);
    --bs-btn-hover-color: var(--color-white);
    --bs-btn-hover-bg: #80E4EF;
    --bs-btn-hover-border-color: #80E4EF;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--color-white);
    --bs-btn-active-bg: #80E4EF;
    --bs-btn-active-border-color: #80E4EF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-white);
    --bs-btn-disabled-bg: #87cfd2;
    --bs-btn-disabled-border-color: #a1f6fa;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: all;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    cursor: not-allowed;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--color-blue-secundario) !important;
}

.grid-full-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--color-black);
    --bs-pagination-bg: var(--color-white);
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--color-black);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: #a1f6fa;
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--color-black);
    --bs-pagination-active-bg: #a1f6fa;
    --bs-pagination-active-border-color: #a1f6fa;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: var(--color-white);
    --bs-pagination-disabled-border-color: #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

@media only screen and (max-width: 1366px) {
    .btn-primary {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-outline-primary {
        padding-left: 0;
        padding-right: 0;
    }
}

.btn-outline-primary {
    --bs-btn-color: #1351B4;
    --bs-btn-border-color: #1351B4;
    --bs-btn-hover-color: var(--color-white);
    --bs-btn-hover-bg: #1351B4;
    --bs-btn-hover-border-color: #1351B4;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: var(--color-white);
    --bs-btn-active-bg: #1351B4;
    --bs-btn-active-border-color: #1351B4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1351B4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1351B4;
    --bs-gradient: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] {
    background-color: var(--color-gray-250);
    color: var(--color-gray-650);
    border: solid 1.8px #707070;
    cursor: not-allowed;
}

select.disabled, select[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #2e6da4;
    pointer-events: auto;
}

.invalid {
    outline: #e50000 solid 1px !important;
}

.validation-message {
    color: #e50000;
}

.field-validation-error {
    margin: 0 0 4px;
    color: var(--color-red);
    /*background-color: #f74949;*/
    /*padding: 2px 5px;*/
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.conteudo-full-page {
    position: relative;
    margin: 0 auto;
    display: block;
    /*max-width: 1550px;*/
    max-width: 95vw;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .conteudo-full-page {
        max-width: 1290px;
    }
}

@media only screen and (max-width: 768px) {
    .conteudo-full-page {
        max-width: 97%;
    }
}

@media only screen and (max-width: 425px) {
    .conteudo-full-page {
        max-width: 97%;
        padding: 0 6px;
        margin-left: 5px;
    }
}

.page-interna {
    /*margin-top: 15px!important;*/
    position: relative;
    margin: 0 auto;
    display: block;
    /*max-width: 1550px;*/
    max-width: 95vw;
    width: 100%;
    & .alertas-prioritarios{

    }
    & .conteudo-indicadores-unidades{

    }
    & .plataformas{

    }
}

@media only screen and (max-width: 425px) {
.page-interna {
    display:flex;
    flex-direction: column;
    .row{

            & .alertas-prioritarios{
                order: 2;
            }
            & .conteudo-indicadores-unidades{
                display:flex;
                flex-direction: column;
                order:1;
                & .conteudo-alertas{
                    order:2;
                }
                & .header-indicadores{
                    order:0;
                }
            }
            & .plataformas{
                order: 3;
            }
        }
    }
}

.toggle_perfil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    outline: none;
    border: 0;
    border-radius: 0.1875rem;
    /*  border: 0;*/
}

    .toggle_perfil.show {
        border-radius: 0.1875rem;
        background: linear-gradient(106deg, #E1E7EB 1.14%, #E6E6E8 75.41%);
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
        border: 0;
    }

    .toggle_perfil::after {
        border: none;
        background-image: url(./assests/icones/icon-dropdown-toggle-perfil.svg);
        width: 12px;
        height: 9px;
        background-size: 100%;
        position: absolute;
        bottom: 7px;
        right: 13px;
    }

.dropdown-menu-start {
    background: linear-gradient(106deg, #E1E7EB 1.14%, #E6E6E8 75.41%);
    border: 0;
}

    .dropdown-menu-start .dropdown__prefil_item {
        color: #006F92;
        text-align: right;
        font-family: "Raleway", sans-serif;
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 8px 5px;
    }

        .dropdown-menu-start .dropdown__prefil_item:active {
            background-color: transparent !important;
        }

        .dropdown-menu-start .dropdown__prefil_item.btn_sair {
            color: var(--color-red-650);
        }

.page-top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.titulo-page-top {
    color: #006F92;
    font-family: "Raleway", sans-serif;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
}

    .titulo-page-top b {
        /*      font-size: 1.5rem;
          font-size: 1.125rem;*/
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }

.titulo-pagina {
    color: #006F92;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
}

    .titulo-pagina span {
        font-size: 1rem;
        font-family: "Inter", sans-serif;
    }

    .titulo-pagina b {
        /*      font-size: 1.5rem;
          font-size: 1.125rem;*/
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
    }

.breadcrumb-page {
    z-index: 550;
}

    .breadcrumb-page .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .breadcrumb-page .breadcrumb .breadcrumb-item a {
            color: #006F92;
            font-family: "Raleway", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration: none;
        }

        .breadcrumb-page .breadcrumb .active {
            color: #006F92;
            font-family: "Raleway", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

.btn-acoes {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    margin-right: 20px;
    color: #006F92;
}

    .btn-acoes:hover {
        opacity: 0.8;
    }

.custom-select {
    position: relative;
}

    .custom-select select {
        border-radius: 0.1875rem 0rem 0rem 0.1875rem;
        border: 0.8px solid #C1C9D8;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        font-size: 1.2rem;
        /*padding: 10px 30px 10px 10px;*/
        padding: 7px 30px 7px 10px;
        outline: none;
        overflow: hidden;
        color: var(--color-blue-gray-100);
        text-overflow: ellipsis;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .custom-select .btn-pesquisar-cpf {
        position: absolute;
        width: 40px;
        height: 100%;
        background: #C1C9D8;
        right: 0;
        top: 0;
        /*pointer-events: none;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 0 0.1875rem 0.1875rem 0;
        color: #006F92;
        font-size: 18px;
        cursor: pointer;
    }

        .custom-select .btn-pesquisar-cpf:active {
            background-color: #b0b2b6;
            border-color: #b0b2b6;
            color: #FFFFFF;
        }

    .custom-select span {
        position: absolute;
        width: 40px;
        height: 100%;
        background: #C1C9D8;
        right: 0;
        top: 0;
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
        cursor: pointer;
        border-radius: 0 0.1875rem 0.1875rem 0;
        color: #006F92;
        font-size: 18px;
    }

/**************************************Alertas PRIORIT�RIOS*/
.alertas-prioritarios {
    padding: 0 5px;
}

.bg-unidades-offline-reforma {
    background-color: #212121;
}

.bg-firewall-offline {
    background-color: #209EC6;
}

.bg-diretorias-ensino-offline {
    background-color: #124b5d;
}

.bg-body-firewall-offline {
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(246, 249, 250, 0.38) 0%, rgba(255, 255, 255, 0.75) 100%);
    height: 190px !important;
}

    .bg-body-firewall-offline .listagem-grid .listagem-row {
        padding: 5px 0;
    }

        .bg-body-firewall-offline .listagem-grid .listagem-row p {
            color: #000000;
            /*color: #CC3300;*/
        }

            .bg-body-firewall-offline .listagem-grid .listagem-row p a {
                color: #000000;
                /*color: #CC3300;*/
            }

.bg-alerta-roteador {
    background-color: #126C88;
}

.bg-body-alerta-roteador {
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(246, 249, 250, 0.38) 0%, rgba(255, 255, 255, 0.75) 100%);
    /*    height: 280px !important;*/
    height: 190px !important;
}

    .bg-body-alerta-roteador .listagem-grid .listagem-row {
        padding: 5px 0;
    }

        .bg-body-alerta-roteador .listagem-grid .listagem-row p {
            color: #000000;
            /*color: #CC3300;*/
        }

            .bg-body-alerta-roteador .listagem-grid .listagem-row p a {
                color: #000000;
                /*color: #CC3300;*/
            }

.bg-alerta-sdwanalinkdown {
    background-color: #43BDE3;
}

.bg-body-alerta-sdwanalinkdown {
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(246, 249, 250, 0.38) 0%, rgba(255, 255, 255, 0.75) 100%);
    /*height: 280px !important;*/
    height: 190px !important;
}

    .bg-body-alerta-sdwanalinkdown .listagem-grid .listagem-row {
        padding: 5px 0;
    }

        .bg-body-alerta-sdwanalinkdown .listagem-grid .listagem-row p {
            color: #000000;
            /*color: #CC3300;*/
        }

            .bg-body-alerta-sdwanalinkdown .listagem-grid .listagem-row p a {
                color: #000000;
                /*color: #CC3300;*/
            }

.bg-1-hora-offline {
    background-color: #0F0F11;
    /*background-color: #CC3300;*/
}

.bg-body-1-hora-offline {
    background: linear-gradient(105deg, #FFFFFF 4.94%, #F6F9FA 90%);
}

    .bg-body-1-hora-offline .listagem-grid .listagem-row {
        padding: 5px 0;
    }

        .bg-body-1-hora-offline .listagem-grid .listagem-row p {
            color: #000000;
            /*color: #CC3300;*/
        }

            .bg-body-1-hora-offline .listagem-grid .listagem-row p a {
                color: #000000;
                /*color: #CC3300;*/
            }

.bg-17-min-offline {
    background-color: #e13b3b;
    /*background-color: #FF9966;*/
}

    .bg-17-min-offline .titulo-header p {
        color: #FFFFFF !important;
        /*color: #8A380F!important;*/
    }

        .bg-17-min-offline .titulo-header p b {
            color: #FFFFFF !important;
            /*color: #8A380F!important;*/
        }

    .bg-17-min-offline .titulo-grid p {
        color: #FFFFFF !important;
    }

.bg-body-17-min-offline {
    background: linear-gradient(105deg, #FFFFFF 4.94%, #F6F9FA 80%);
}

    .bg-body-17-min-offline .listagem-grid .listagem-row p {
        color: #8A380F;
    }

        .bg-body-17-min-offline .listagem-grid .listagem-row p a {
            color: #8A380F;
        }

.bg-15-min-offline {
    background-color: #EFDF4B;
}

    .bg-15-min-offline .titulo-header p {
        color: #675E0C !important;
    }

        .bg-15-min-offline .titulo-header p b {
            color: #675E0C !important;
        }

    .bg-15-min-offline .titulo-grid p {
        color: #675E0C !important;
    }

.bg-body-15-min-offline {
    background: linear-gradient(105deg, #FFFFFF 4.94%, #F6F9FA 100%);
}

    .bg-body-15-min-offline .listagem-grid .listagem-row p {
        color: #675E0C;
    }

        .bg-body-15-min-offline .listagem-grid .listagem-row p a {
            color: #675E0C;
        }

.conteudo-alertas {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.9375rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
}

.box-alertas {
    width: 100%;
    border-radius: 0.1875rem;
    border-bottom: 0.5px solid #E3D0D0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

    .box-alertas .header-alertas {
        border-radius: 0.1875rem 0.1875rem 0rem 0rem;
        padding: 0.625rem 0.9375rem 0.3125rem 0.9375rem;
    }

        .box-alertas .header-alertas .titulo-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            padding-bottom: 5px;
        }

            .box-alertas .header-alertas .titulo-header p {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 5px;
                color: var(--color-white);
                font-family: "Raleway", sans-serif;
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 0;
            }

                .box-alertas .header-alertas .titulo-header p b {
                    color: var(--color-white);
                    font-family: "Raleway", sans-serif;
                    font-size: 0.875rem;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }

        .box-alertas .header-alertas .titulo-grid {
            padding-top: 5px;
            border-top: 1.5px dotted #FFFFFF;
            display: grid;
            grid-template: "p p p"/1fr 50px 92px;
            gap: 5px;
        }

            .box-alertas .header-alertas .titulo-grid p {
                color: var(--color-white);
                font-size: 0.8rem;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
                margin-bottom: 0;
            }

    .box-alertas .body-alertas {
        padding: 0.625rem 0.9375rem 0.3125rem 0.9375rem;
        height: 190px !important;
        overflow-x: hidden;
        overflow-y: scroll;
        position: relative;
    }

        .box-alertas .body-alertas::-webkit-scrollbar {
            width: 5px;
            margin-left: 2px;
        }

        .box-alertas .body-alertas::-webkit-scrollbar-track {
            background-color: transparent;
        }

        .box-alertas .body-alertas::-webkit-scrollbar-thumb {
            background-color: #4E4444;
            border-radius: 20px;
            border: 31px solid #4E4444;
        }

        .box-alertas .body-alertas .listagem-grid .listagem-row {
            display: grid;
            grid-template: "p p p"/1fr 50px 92px;
            padding: 0.2rem 0rem;
        }

            .box-alertas .body-alertas .listagem-grid .listagem-row p {
                overflow: hidden;
                text-overflow: ellipsis;
                font-family: "Raleway", sans-serif;
                font-size: 0.75rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 0;
                white-space: pre;
                width: auto;
                height:18px;
                /*       
                    &:nth-child(1){
                        width: 260px;  
                        overflow: hidden;
                        white-space: nowrap; 
                        text-overflow: ellipsis;
                      }
                */
            }

    .box-alertas .footer-acoes {
        position: absolute;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 1%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 6px;
    }

.box-legenda {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2rem;
    border-radius: 0.1875rem;
    border: 1px solid #C1C9D8;
}

    .box-legenda p {
        color: var(--color-blue-gray-100);
        text-align: center;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .box-legenda .conteudo-legenda {
        padding-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.75rem;
        border-top: 0.5px solid #C1C9D8;
    }

        .box-legenda .conteudo-legenda p {
            color: var(--color-blue-gray-100);
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 0;
        }

.conteudo-plataformas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.25rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: 15px;
}

.btn-adicionar-ocorrencia {
    border-radius: 0.1875rem;
    border: 2px solid var(--color-blue-primario);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 1.25rem */
}

    .btn-adicionar-ocorrencia:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: var(--color-blue-primario);
    }

    .btn-adicionar-ocorrencia[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        cursor: no-drop;
    }

@media only screen and (max-width: 480px) {
    .btn-adicionar-ocorrencia {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.box-plataformas {
    width: 100%;
    /*display: flex;*/
    padding: 0.3125rem 0.9375rem;
    /*flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.3125rem;*/
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-radius: 0.1875rem;
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(246, 249, 250, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
}

    .box-plataformas .header-plataformas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0.3125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.1875rem;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 0.5px dotted #BAC8D6;
    }

        .box-plataformas .header-plataformas a {
            color: #BAC8D6;
            text-align: right;
            font-family: "Raleway", sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: lowercase;
            text-decoration: none;
        }

            .box-plataformas .header-plataformas a:hover {
                opacity: 0.8;
                text-decoration: underline;
            }

        .box-plataformas .header-plataformas p {
            margin-bottom: 0;
        }

            .box-plataformas .header-plataformas p b {
                color: #006F92;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
            }

    .box-plataformas .body-plataformas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.3125rem;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .box-plataformas .footer-plataformas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

        .box-plataformas .footer-plataformas p {
            text-transform: uppercase;
            margin-bottom: 0;
            font-size: 0.94rem;
        }

@media only screen and (max-width: 1160px) {
    .box-plataformas .footer-plataformas p {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 970px) {
    .box-plataformas .footer-plataformas p {
        font-size: 0.94rem;
    }
}

.paragrafo-online {
    color: #20BD97;
}

.paragrafo-intermitente {
    color: #DE560A;
}

.paragrafo-offline {
    color: #CF1616;
}

.linha-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #c0c0c0;
    position: relative;
}

.painel-status-regional {
    margin-bottom: 18px;
}

    .painel-status-regional .header-vertical {
        /*padding-top:18px;*/
        border-bottom: 0.6px solid #006f92;
        /* border-bottom: 0.6px solid #C1C9D8; */
        margin-bottom: 3px;
    }

        .painel-status-regional .header-vertical .titulo-pagina {
            font-size: 1.27rem;
            padding-bottom: 5px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding-right: 42px;
            text-transform: uppercase;
            font-weight: 500;
            position: relative;
        }

.online .body-status p b {
    color: var(--color-green-50);
}

.offline .body-status p b {
    color: var(--color-red-650);
}

.box-status-unidades {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 480px) {
    .box-status-unidades {
        grid-template-columns: 1fr;
    }
}

.box-status {
    padding: 5px 10px;
    width: 100%;
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(246, 249, 250, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    border-radius: 6px;
}

    .box-status .header-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0.1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        border-bottom: 0.5px solid #BAC8D6;
    }

        .box-status .header-status p {
            color: #89A6B2;
            /*font-family: "Raleway", sans-serif;*/
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 0;
        }

            .box-status .header-status p b {
                color: var(--color-blue-gray-100);
                /* font-family: "Raleway", sans-serif;*/
                font-size: 0.8rem;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .box-status .header-status p i {
                font-style: normal;
                font-weight: 600;
                font-size: 0.8rem;
            }

    .box-status .body-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*padding: 0rem 0.9375rem;*/
        padding: 0rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }

        .box-status .body-status .conteudo-status {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .box-status .body-status .conteudo-status p {
            text-align: center;
            margin-bottom: 0;
        }



        .box-status .body-status .conteudo-status.online p b {
            color: var(--color-green-50);
        }

        .box-status .body-status .conteudo-status.online .footer-status {
            color: var(--color-green-50);
            justify-content: flex-start;
        }

        .box-status .body-status .conteudo-status.offline p {
            margin-bottom: 0;
        }

        .box-status .body-status .conteudo-status.offline p b {
            color: var(--color-red-650);
        }

        .box-status .body-status .conteudo-status.offline .footer-status {
            color: var(--color-red-650);
        }

        .box-status .body-status .conteudo-status.reforma a p b {
            color: #212121;
        }

        .box-status .body-status .conteudo-status.reforma .footer-status {
            color: #212121;
        }
        .box-status .body-status .footer-status {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 5px;
            width: 100%;
            color: #4CC16D;
            font-family: "Raleway", sans-serif;
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .box-status .body-status p {
            margin-bottom: 5px;
        }

        .box-status .body-status p b {
            font-family: "Inter", sans-serif;
            /*font-size: 2.625rem;*/
            /*font-size: 2.1rem;*/
            font-size: 1.7rem;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            margin-bottom: 0;
        }

.titulo-grafico-line {
    color: #89A6B2;
    font-family: "Raleway", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar-indice-ocorrencia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; /**/
    min-height: calc(100vh - 230px);
}

    .sidebar-indice-ocorrencia ul {
        padding-left: 0;
        margin-bottom: 0;
        counter-reset: titles;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-perspective: 100px;
        perspective: 100px;
    }

        .sidebar-indice-ocorrencia ul li {
            list-style: none;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-decoration: none;
            position: relative;
            padding-right: 70px;
            margin: 4px 0;
        }

            .sidebar-indice-ocorrencia ul li:hover a {
                color: #006F92 !important;
            }

            .sidebar-indice-ocorrencia ul li:hover:after {
                counter-increment: titles;
                content: counter(titles);
                border-radius: 6.25rem;
                background-color: #006F92;
                color: var(--color-white);
            }

            .sidebar-indice-ocorrencia ul li.ativo a {
                color: #006F92 !important;
            }

            .sidebar-indice-ocorrencia ul li.ativo:after {
                counter-increment: titles;
                content: counter(titles);
                border-radius: 6.25rem;
                background-color: #006F92;
                color: var(--color-white);
            }

            .sidebar-indice-ocorrencia ul li a {
                color: rgba(0, 111, 146, 0.5);
                text-align: right;
                font-family: "Raleway", sans-serif;
                font-size: 1.125rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-decoration: none;
                padding: 0.625rem 0.9375rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

            .sidebar-indice-ocorrencia ul li:after {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 2.25rem;
                height: 2.25rem;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 6.25rem;
                border: 1px solid rgba(0, 111, 146, 0.5);
                counter-increment: titles;
                content: counter(titles);
                color: rgba(0, 111, 146, 0.5);
                text-align: center;
                font-family: "Raleway", sans-serif;
                font-size: 1.125rem;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                position: absolute;
                bottom: 2.5px;
                right: 0;
                -webkit-transform: translateX(-60%);
                transform: translateX(-60%);
            }

@media only screen and (max-width: 980px) {
    .sidebar-indice-ocorrencia {
        height: 100%;
        min-height: 100%;
        padding: 20px 0;
    }
}

.conteudo-questionario-ocorrencia {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    height: 100%; /**/
    /*height: calc(100vh - 219px);*/
}

    .conteudo-questionario-ocorrencia h2 {
        color: #006F92;
        font-family: "Raleway", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

@media only screen and (max-width: 1366px) {
    .conteudo-questionario-ocorrencia {
        height: 100%;
        min-height: 100%;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 980px) {
    .conteudo-questionario-ocorrencia {
        height: 100%;
        min-height: 100%;
        padding: 20px 0;
    }
}

.grupo_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .grupo_input .label-com-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .grupo_input .label-com-info .info-label {
            border: solid 0.8px #006F92;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            font-size: 9px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .grupo_input .label-com-info .info-label:hover {
                background-color: #006F92;
                color: #FFF;
            }

    .grupo_input label {
        overflow: hidden;
        color: #006F92;
        text-overflow: ellipsis;
        font-family: "Raleway", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .grupo_input input, .grupo_input textarea, .grupo_input select {
        border-radius: 0.1875rem 0rem 0rem 0.1875rem;
        border: 0.8px solid #C1C9D8;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 10px 30px 12px 10px;
        overflow: hidden;
        color: var(--color-blue-gray-100);
        text-overflow: ellipsis;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .grupo_input input[disabled], .grupo_input textarea[disabled], .grupo_input select[disabled] {
            border-radius: 0.1875rem 0rem 0rem 0.1875rem;
            border: 0.8px solid #C1C9D8;
            background: rgba(238, 238, 238, 0.8);
        }

.btn-unidades {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-decoration: none;
    border-radius: 0.1875rem;
    border: 2px solid var(--color-blue-primario);
    height: 43px;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .btn-unidades:hover {
        background-color: rgba(39, 138, 164, 0.2);
        color: var(--color-blue-primario);
    }

    .btn-unidades[disabled] {
        border-radius: 0.1875rem;
        border: 2px solid #D9DCDE;
        cursor: no-drop;
        color: #D9DCDE;
    }

        .btn-unidades[disabled] .icon-unidade {
            background-image: url(./assests/icones/icon-unidade-off.svg);
        }

.btn-edicao {
    background-image: url(./assests/icones/icon-edit-line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999px;
    height: 45px;
    width: 45px;
}

    .btn-edicao:hover {
        background-color: rgba(39, 138, 164, 0.1);
    }

.btn-excluir {
    background-image: url(./assests/icones/icon-delete-line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999px;
    height: 45px;
    width: 45px;
}

    .btn-excluir:hover {
        background-color: rgba(39, 138, 164, 0.1);
    }

.btn-adicionar-evento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.125rem;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 0.1875rem;
    border: 2px solid var(--color-blue-primario);
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-adicionar-evento:hover {
        border: 2px solid var(--color-blue-primario);
        background-color: rgba(39, 138, 164, 0.2);
        color: var(--color-blue-primario);
    }

    .btn-adicionar-evento[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        border: 2px solid #D9DCDE;
        cursor: no-drop;
        color: var(--color-white);
    }

        .btn-adicionar-evento[disabled] .icon-adicionar-ocorrencia-azul {
            background-image: url(./assests/icones/icon-adicionar-ocorrencia-white.svg);
        }

.btn-voltar-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.125rem;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 0.1875rem;
    border: 0;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-voltar-outline:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: var(--color-blue-primario);
    }

    .btn-voltar-outline[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        border: 2px solid #D9DCDE;
        cursor: no-drop;
        color: #FFF;
    }

.btn-voltar-outline-segundo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.125rem;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 0.1875rem;
    border: 0;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
}

    .btn-voltar-outline-segundo:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: var(--color-blue-primario);
    }

    .btn-voltar-outline-segundo[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        border: 2px solid #D9DCDE;
        cursor: no-drop;
        color: #FFF;
    }

.btn-voltar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.125rem;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 0.1875rem;
    border: 2px solid var(--color-blue-primario);
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-voltar:hover {
        border: 2px solid var(--color-blue-primario);
        background-color: rgba(39, 138, 164, 0.2);
        color: var(--color-blue-primario);
    }

    .btn-voltar[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        border: 2px solid #D9DCDE;
        cursor: no-drop;
        color: #FFF;
    }

/*MODAL PLATAFORMA*/
.modal-title {
    color: #006F92;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.modal-plataformas {
    /*MODAL ONLINE*/
    /*MODAL INTERMITENTE*/
    /*MODAL OFFLINE*/
}

    .modal-plataformas.online .modal-dialog .modal-content .modal-body .form-group .btn-modal-close {
        background-color: #20BD97;
        color: var(--color-white);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        padding: 8px 40px;
    }

        .modal-plataformas.online .modal-dialog .modal-content .modal-body .form-group .btn-modal-close:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0.8;
        }

    .modal-plataformas.online .info-plataformas p b {
        color: #20BD97;
    }

    .modal-plataformas.online .info-plataformas .logo-status b {
        font-size: 1.5rem;
    }

    .modal-plataformas.online .info-plataformas .logo-status .icon-status {
        background-image: url(/assests/icones/icon-status-online.svg);
        width: 28px;
        height: 28px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .modal-plataformas.intermitente .modal-dialog .modal-content {
        border-radius: 0.1875rem;
        border: 1px solid #E7B397;
        background: radial-gradient(228.51% 135.04% at 0% 0%, rgb(246, 249, 250) 0%, rgb(255, 255, 255) 100%);
    }

        .modal-plataformas.intermitente .modal-dialog .modal-content .modal-header {
            background: radial-gradient(228.51% 135.04% at 0% 0%, rgb(246, 249, 250) 0%, rgb(255, 255, 255) 100%);
        }

        .modal-plataformas.intermitente .modal-dialog .modal-content .modal-body .form-group .btn-modal-close {
            background-color: #DE560A;
            color: var(--color-white);
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            padding: 8px 40px;
        }

            .modal-plataformas.intermitente .modal-dialog .modal-content .modal-body .form-group .btn-modal-close:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                opacity: 0.8;
            }

    .modal-plataformas.intermitente .info-plataformas p b {
        color: #DE560A;
    }

    .modal-plataformas.intermitente .info-plataformas .logo-status .icon-status {
        background-image: url(/assests/icones/icon-status-intermitente.svg);
        width: 28px;
        height: 28px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .modal-plataformas.offline .modal-dialog .modal-content {
        border-radius: 0.1875rem;
        border: 1px solid #FF6565;
        background: radial-gradient(228.51% 135.04% at 0% 0%, rgb(250, 246, 246) 0%, rgb(253, 241, 241) 100%);
    }

        .modal-plataformas.offline .modal-dialog .modal-content .modal-header {
            background: radial-gradient(228.51% 135.04% at 0% 0%, rgb(250, 246, 246) 0%, rgb(253, 241, 241) 100%);
        }

        .modal-plataformas.offline .modal-dialog .modal-content .modal-body .form-group .btn-modal-close {
            background-color: #CF1616;
            color: var(--color-white);
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            padding: 8px 40px;
        }

            .modal-plataformas.offline .modal-dialog .modal-content .modal-body .form-group .btn-modal-close:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                opacity: 0.8;
            }

    .modal-plataformas.offline .info-plataformas p:nth-child(1) {
        position: relative;
    }

        .modal-plataformas.offline .info-plataformas p:nth-child(1) b {
            color: #CF1616;
        }

        .modal-plataformas.offline .info-plataformas p:nth-child(1):after {
            content: " ";
            position: absolute;
            right: 0;
            background-image: url(/assests/icones/icon-alarme.svg);
            width: 12px;
            height: 12px;
            background-size: cover;
        }

    .modal-plataformas.offline .info-plataformas .logo-status p {
        color: #CF1616;
        font-weight: bold;
        font-size: 0.9rem;
    }

        .modal-plataformas.offline .info-plataformas .logo-status p:after {
            background-image: inherit;
        }

    .modal-plataformas.offline .info-plataformas .logo-status .icon-status {
        background-image: url(/assests/icones/icon-status-offline.svg);
        width: 28px;
        height: 28px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .modal-plataformas .modal-dialog .modal-content .modal-body .info-plataformas {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .modal-plataformas .modal-dialog .modal-content .modal-body .info-plataformas p {
            color: #89A6B2;
            font-family: "Raleway", sans-serif;
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 0;
        }

            .modal-plataformas .modal-dialog .modal-content .modal-body .info-plataformas p b {
                font-family: "Raleway", sans-serif;
                font-size: 0.8rem;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
            }

        .modal-plataformas .modal-dialog .modal-content .modal-body .info-plataformas .logo-status {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .modal-plataformas .modal-dialog .modal-content .modal-body .agrupamentos-plataformas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .modal-plataformas .modal-dialog .modal-content .modal-body .agrupamentos-plataformas .agrupamento {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0.3125rem 0.625rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 0.3125rem;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            border-left: 0.2px solid #D9D9D9;
        }

            .modal-plataformas .modal-dialog .modal-content .modal-body .agrupamentos-plataformas .agrupamento:first-child {
                border-left: 0px;
            }

            .modal-plataformas .modal-dialog .modal-content .modal-body .agrupamentos-plataformas .agrupamento p {
                gap: 5px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 0;
                color: #89A6B2;
                font-family: "Raleway", sans-serif;
                font-size: 0.8rem;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
            }

                .modal-plataformas .modal-dialog .modal-content .modal-body .agrupamentos-plataformas .agrupamento p b {
                    color: #89A6B2;
                    font-family: "Raleway", sans-serif;
                    font-size: 0.9rem;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                }

.titulo-modal-plataforma {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.icon-azure-monitor {
    background-image: url(/assests/icones/icon-azure-monitor.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-clarity {
    background-image: url(/assests/icones/icon-clarity.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-grafana {
    background-image: url(/assests/icones/icon-grafana.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-azure-monitor:hover i {
    background-image: url(/assests/icones/icon-azure-monitor-darkmode.svg);
}

.btn-clarity:hover i {
    background-image: url(/assests/icones/icon-clarity-darkmode.svg);
}

.btn-grafana:hover i {
    background-image: url(/assests/icones/icon-grafana-darkmode.svg);
}

.btn-terceiro {
    border-radius: 0.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 0.75rem 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    border: 1.1px solid var(--color-blue-primario);
}

    .btn-terceiro:hover {
        background-color: #278AA4;
        color: var(--color-white);
    }

    .btn-terceiro[disabled] {
        background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
        cursor: no-drop;
    }

/*END MODAL PLATAFORMA*/
.conteudo-titulo-mais-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .conteudo-titulo-mais-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .btn-header-detalhes {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.titulo-vertical {
    padding: 20px 0 10px 0;
    color: #006F92;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.bb-1 {
    border-bottom: 0.5px solid #C1C9D8;
}

/*CARD OCORRENCIAS*/
.listagem-ocorrencia-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.9375rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.card-ocorrencia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding-bottom: 0.3125rem;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0.1875rem;
    background: radial-gradient(228.51% 135.04% at 0% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
}

    .card-ocorrencia .card-conteudo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.3125rem 0.9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0.3125rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }

        .card-ocorrencia .card-conteudo p {
            color: #89A6B2;
            font-family: "Raleway", sans-serif;
            font-size: 0.625rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 0;
        }

        .card-ocorrencia .card-conteudo .card-titulo-unidade {
            width: 100%;
            color: #89A6B2;
            font-family: "Raleway", sans-serif;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 0;
            border-bottom: 0.5px dotted #E3D0D0;
        }

            .card-ocorrencia .card-conteudo .card-titulo-unidade span {
                color: #89A6B2;
                font-family: "Raleway", sans-serif;
                font-size: 0.625rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-transform: math-auto;
            }

        .card-ocorrencia .card-conteudo .falha {
            color: #573A3A;
            font-family: "Raleway", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 0;
        }

    .card-ocorrencia .card-opcoes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.3125rem 1.625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.3125rem;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

        .card-ocorrencia .card-opcoes label {
            cursor: pointer;
            padding: 10px;
        }

            .card-ocorrencia .card-opcoes label i {
                color: #006F92;
                font-size: 20px;
            }

            .card-ocorrencia .card-opcoes label:hover i {
                color: var(--color-blue-primario);
            }

.card-opcoes-card {
    display: none;
}

    .card-opcoes-card:checked ~ .opcoes-card {
        display: none;
    }

    .card-opcoes-card:checked ~ label .btn-opcoes-card {
        opacity: 0.6;
    }

.card-opcoes {
    position: relative;
}

.opcoes-card {
    position: absolute;
    top: 45px;
    right: 33px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 90;
    padding-left: 50px;
}

    .opcoes-card a {
        color: var(--color-blue-primario);
        text-decoration: none;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Raleway", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .opcoes-card a:hover {
            color: #89A6B2;
            text-decoration: underline;
        }

/*FINAL CARD OCORRENCIAS*/
.page-100 {
    height: 100vh;
}

/* TABELA */
.div-grid {
    /*padding-top: 0.2rem;*/
    border: 1px;
    /*   
  border-radius: 15px;
  padding: 0.5rem;
  box-shadow: 0px 2.571px 14px 17px rgba(0, 0, 0, 0.06);
  background: var(--color-white);
  */
}

@media only screen and (max-width: 425px) {
    .div-grid .justify-content-between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.link-under {
    text-decoration: unset;
}
.link-text-grid {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    &:hover{
        opacity:0.8;
    }
}

.table-ocorrencia thead .bg-dark {
    background-color: #d7d7d7 !important;
}

.table-ocorrencia tbody {
    background-color: var(--color-white);
}

    .table-ocorrencia tbody tr td {
        padding: 0.9375rem;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        font-family: "Inter", sans-serif;
        font-size: 0.95rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.bg-header-ocorrencia {
    background: linear-gradient(85deg, #5792C3 -0.06%, #56989F 99.94%);
}

    .bg-header-ocorrencia th {
        padding: 0.6rem 0.2rem;
    }

        .bg-header-ocorrencia th span {
            overflow: hidden;
            color: var(--color-white);
            text-overflow: ellipsis;
            font-family: "Raleway", sans-serif;
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

            .bg-header-ocorrencia th span i {
                float: right;
            }

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--color-black);
    --bs-pagination-bg: var(--color-white);
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--color-black);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: #006f92;
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--color-white);
    --bs-pagination-active-bg: #006f92;
    --bs-pagination-active-border-color: #006f92;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: var(--color-white);
    --bs-pagination-disabled-border-color: #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.acoes-grid i {
    padding: 0.2rem;
}

/*FINAL TABELA*/
.btn-pesquisar-ocorrencia {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 425px) {
    .conteudo-btn-pesquisar-ocorrencia {
        width: 100%;
        max-width: 480px;
    }

        .conteudo-btn-pesquisar-ocorrencia span {
            width: 100%;
            max-width: 480px;
        }

    .btn-pesquisar-ocorrencia {
        width: 100%;
        max-width: 480px;
    }
}

.bg-warning {
    background-color: #DE560A !important;
}

.row-bg-1-hora-offline:nth-child(odd) {
    /*       background-color: rgba(204, 51, 0, 100%);
       background-color:#BCA3A3;
         background-color: #F2F2F2;*/
}

    .row-bg-1-hora-offline:nth-child(odd) .text-nowrap {
        color: rgb(0, 0, 0);
    }

.row-bg-1-hora-offline:nth-child(even) {
    /*background-color: rgba(204, 51, 0, 90%);
  background-color: rgba(188, 163, 163, 100%);*/
    background-color: #FFFFFF;
}

    .row-bg-1-hora-offline:nth-child(even) .text-nowrap {
        color: rgb(0, 0, 0);
    }

.row-bg-17-min-offline {
    background-color: #E67171;
}

    .row-bg-17-min-offline:nth-child(odd) {
        background-color: rgba(255, 153, 102, 0.2);
    }

        .row-bg-17-min-offline:nth-child(odd) .text-nowrap {
            color: #A91D1D;
        }

    .row-bg-17-min-offline:nth-child(even) {
        background-color: rgba(255, 153, 102, 0.15);
    }

        .row-bg-17-min-offline:nth-child(even) .text-nowrap {
            color: #A91D1D;
        }

.row-bg-15-min-offline {
    background-color: #F4A862;
}

    .row-bg-15-min-offline:nth-child(odd) {
        background-color: rgba(239, 223, 73, 0.14);
    }

        .row-bg-15-min-offline:nth-child(odd) .text-nowrap {
            color: #675E0C;
        }

    .row-bg-15-min-offline:nth-child(even) {
        background-color: rgba(239, 223, 73, 0.08);
    }

        .row-bg-15-min-offline:nth-child(even) .text-nowrap {
            color: #675E0C;
        }

.btn-icon-page-off {
    font-size: 12px;
}

    .btn-icon-page-off i {
        color: var(--color-blue-gray-100);
    }

    .btn-icon-page-off:hover i {
        color: var(--color-blue-gray);
    }

.marqueeBanner em {
    color: #006F92;
    text-overflow: ellipsis;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 17px;
    position: relative;
    text-transform: uppercase;
}

    .marqueeBanner em::after {
        content: "\2022";
        border: none;
        position: absolute;
        bottom: 1px;
        right: -13px;
    }

/*PAGINA DE ERRROR*/
.page-error-404 .img-error {
    width: 422px;
    height: 372px;
    display: block;
    margin: 0 auto;
}

.page-error-404 h3 {
    color: #006F92;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-error-404 p {
    color: #006F92;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*MARQUEE*/
.section-marquee .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2px;
}
@-moz-document url-prefix() {
    .section-marquee {
        display: none !important;
    }
}
.marqueeBanner {
    width: calc(100% - 50px);
}
@media only screen and (max-width: 480px) {
    .marqueeBanner {
        display:none;
    }
}

.btn-add-marquee {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #006F92;
}

    .btn-add-marquee:hover {
        opacity: 0.8;
    }

.btn-visualizar-marquee {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #006F92;
}

    .btn-visualizar-marquee:hover {
        opacity: 0.8;
    }

.conteudo-btn-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

    .conteudo-btn-modal-footer .btn {
        width: 140px;
        height: 46px;
        border-radius: 8px;
    }

.conteudo-titulo-mais-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 425px) {
    .conteudo-titulo-mais-marquee {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.destaque-ocorrencia-marquee-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .destaque-ocorrencia-marquee-home p {
        margin-bottom: 0;
        color: #006F92;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
    }

.link-tabela {
    text-decoration: none;
    border-bottom: 1.8px #000 dotted;
    color: #000;
}

    .link-tabela:hover {
        text-decoration: none;
        border-bottom: 2px #181818 dotted;
    }

.filtro-total-ocorrencia .input_m {
    max-width: 140px;
    width: 100%;
}

.filtro-total-ocorrencia .grup_input input {
    /*            border-radius: 0.1875rem 0rem 0rem 0.1875rem;*/
    border: 0.8px solid #C1C9D8;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    overflow: hidden;
    color: var(--color-blue-gray-100);
    text-overflow: ellipsis;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0.1875rem;
}

@media only screen and (max-width: 425px) {
    .filtro-total-ocorrencia {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0 !important;
    }

        .filtro-total-ocorrencia .input_m {
            max-width: 100%;
            width: 100%;
        }
}

.btn-excel {
    border-radius: 0.4em;
    padding: 0.4em;
    background-color: #278aa4;
    color: #fff;
    height: 100% !important;
    border: solid 2px #278aa4;
}

    .btn-excel:hover {
        background-color: #78b3c4;
        border: solid 2px #78b3c4;
    }

.btn-csv {
    border-radius: 0.4em;
    padding: 0.4em;
    background-color: transparent;
    color: #278aa4;
    border: solid 2px #278aa4;
    height: 100% !important;
    font-weight: 600;
}

    .btn-csv:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

.input-autocomplete .autocomplete .input-group input {
    background-image: url(/assests/icones/icon-search.svg);
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 30px 29px;
}

    .input-autocomplete .autocomplete .input-group input:focus {
        background-image: inherit;
    }

/*.bb-table {
    tbode{
        tr{
           .collapse{
                background-color: #FFF;
            }
        }
    }
}*/
.table-bordered > :not(caption) > * {
    background-color: #FFF;
}

.grid-filho {
    background-color: #FFF;
}

.form-switch {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
}

    .form-switch .form-check-input {
        margin: 0 auto;
    }

.botoes-pesquisa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    gap: 10px;
}

.form-pesquisa-configuracao-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .form-pesquisa-configuracao-menu .grupo_input {
        width: 100%;
    }

.acesso-permission {
    width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 80px 0;
    background-color: rgba(192, 192, 192, 0.2588235294);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .acesso-permission p {
        color: #89A6B2;
        /* font-family: "Raleway", sans-serif; */
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

/*tooltip*/
.icon-info-white {
    position: absolute;
    top: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/assests/icones/icon-info.svg);
    cursor: pointer;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-info-white:hover .tooltiptext {
    visibility: visible;
    opacity: 0.85;
}

.icon-info-blue {
    position: absolute;
    top: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/assests/icones/icon-info-blue.svg);
    cursor: pointer;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-info-blue:hover .tooltiptext {
    visibility: visible;
    opacity: 0.85;
}

.tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-align: justify;
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.2;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 21px;
    overflow-wrap: break-word;
    margin-left: -150px;
    /* Fade in tooltip */
    opacity: 0;
    text-transform: none;
}

.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(51, 51, 51) transparent transparent transparent;
}

.tooltiptext a {
    color: #50b4ff;
    /*font-style: italic;*/
    cursor: pointer;
    -webkit-text-decoration: revert;
    text-decoration: revert;
}

.tooltiptext a:hover {
    color: #9ed5ff;
}


/*tooltip sem icon*/
.icon-info-sem-icone {
    position: absolute;
    top: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;

    &:hover {
        .tooltiptext {
            visibility: visible;
            opacity: 0.85;
        }
    }

    .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: rgb(0, 0, 0);
        color: #fff;
        text-align: justify;
        border-radius: 6px;
        padding: 10px 7px;
        font-size: 16px;
        line-height: 1.2;
        position: absolute;
        z-index: 1;
        bottom: 20px;
        overflow-wrap: break-word;
        margin-left: -160px;
        opacity: 0;
        text-transform: none;
        ul{
            li{
                font-size:16px!important;
                color:#FFF!important;
                border:none!important;
                &::after {
                    display:none;
                }
                a{
                    color:#FFF;
                    &:hover{
                        color:#c0c0c0;
                    }
                }
            }
        }
    }

    .tooltiptext:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border-width: 8px;
        border-style: solid;
        border-color: rgb(51, 51, 51) transparent transparent transparent;
    }

    .tooltiptext a {
        color: #50b4ff;
        /*font-style: italic;*/
        cursor: pointer;
        -webkit-text-decoration: revert;
        text-decoration: revert;
    }

    .tooltiptext a:hover {
        color: #9ed5ff;
    }
}

/* CHATBOT EDU */
body {
    position: relative;
}

.chatBotEdu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    background-color: transparent;
    width: 100px;
    height: 100px;
    background-image: url(/assests/chatbot/avatar.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .chatBotEdu:hover .mensagem-02 {
        visibility: visible;
        opacity: 0.85;
    }

    .chatBotEdu:hover .mensagem-01 {
        visibility: hidden;
    }

    .chatBotEdu p {
        visibility: hidden;
        margin-right: 79px;
        background: rgba(0, 0, 0, 0.9);
        color: #FFF;
        border-radius: 8px 8px 0 8px;
        padding: 10px;
    }

        .chatBotEdu p:after {
            content: "";
            position: absolute;
            top: 100%;
            right: 0%;
            margin-left: -10px;
            border-width: 8px;
            border-style: solid;
            border-color: rgb(0, 0, 0) transparent transparent transparent;
        }

    .chatBotEdu .mensagem-01 {
        position: absolute;
        left: -160px;
        top: -18px;
        visibility: visible;
        /*border-right: 2px solid rgba(255, 255, 255, 0.75);*/
        color: rgba(255, 255, 255, 0.75);
        font-family: "Special Elite", monospace;
        text-align: center;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
    }

    .chatBotEdu .mensagem-02 {
        position: absolute;
        left: -417px;
        top: -30px;
        color: rgba(255, 255, 255, 0.75);
        font-family: "Special Elite", monospace;
        text-align: center;
        margin: 0 auto;
        white-space: nowrap;
        font-size: 14px;
        overflow: hidden;
    }

.typing-animation {
    -webkit-animation: typing 4s steps(40) 1s normal both;
    animation: typing 4s steps(40) 1s normal both;
}

.blinkCursor {
    -webkit-animation: blinkCursor 500ms steps(40) infinite normal;
    animation: blinkCursor 500ms steps(40) infinite normal;
}

@-webkit-keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 11em;
    }
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 11em;
    }
}

@-webkit-keyframes blinkCursor {
    from {
        color: rgba(255, 255, 255, 0.75);
    }

    to {
        color: transparent;
    }
}

@keyframes blinkCursor {
    from {
        color: rgba(255, 255, 255, 0.75);
    }

    to {
        color: transparent;
    }
}

.conteudo-chatBotEdu-chat {
    display: none;
    position: fixed;
    background-color: #c5ebfb;
    background-image: url(assests/chatbot/bg-chatbot.jpg);
    background-size: cover;
    border: solid 0.1px #4abfd0;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
    border-radius: 8px;
    width: 340px;
    height: 500px;
    overflow: hidden;
    /*    overflow: scroll;
  overflow-x: hidden;*/
    /*padding-top: 60px;*/
}

    .conteudo-chatBotEdu-chat .row-chatBotEdu {
        position: relative;
        height: 100%;
    }

    .conteudo-chatBotEdu-chat .header-chat-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: solid 0.8px #4abfd0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: azure;
        padding: 3px 6px;
        z-index: 9;
    }

        .conteudo-chatBotEdu-chat .header-chat-bot .btn-close-chat {
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            border-radius: 50%;
            background-color: #209EC6;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            color: #FFF;
            background-image: url(/assests/icones/icon-close.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 80%;
            text-indent: -999px;
        }

            .conteudo-chatBotEdu-chat .header-chat-bot .btn-close-chat:hover {
                opacity: 0.8;
            }

        .conteudo-chatBotEdu-chat .header-chat-bot p {
            margin-bottom: 0;
        }

        .conteudo-chatBotEdu-chat .header-chat-bot .avatar-edu {
            width: 60px;
            height: 50px;
            display: block;
            background-image: url(/assests/chatbot/avatar-v2.png);
            background-repeat: no-repeat;
            background-size: 95%;
        }

    .conteudo-chatBotEdu-chat .resposata-chatEdu {
        /*margin-top: 60px;*/
        position: absolute;
        top: 63px;
        bottom: 98px;
        width: 100%;
        padding: 0 8px;
        overflow-y: auto;
        /* background-color: #f0f0f0;*/
    }

        .conteudo-chatBotEdu-chat .resposata-chatEdu::-webkit-scrollbar {
            width: 9px;
        }

        .conteudo-chatBotEdu-chat .resposata-chatEdu::-webkit-scrollbar-track {
            background-color: var(--color-white-500);
        }

        .conteudo-chatBotEdu-chat .resposata-chatEdu::-webkit-scrollbar-thumb {
            background-color: var(--color-black-300);
            border-radius: 20px;
            border: 3px solid var(--color-black-300);
        }

        .conteudo-chatBotEdu-chat .resposata-chatEdu .card .card-header {
            padding: 5px;
            font-size: 13px;
        }

        .conteudo-chatBotEdu-chat .resposata-chatEdu .card .card-body {
            padding: 4px 8px;
        }

            .conteudo-chatBotEdu-chat .resposata-chatEdu .card .card-body .markdown {
                color: #181818;
                font-family: "Raleway", sans-serif;
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 0;
            }

.divGpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    height: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f0ffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 4px;
    width: 100%;
}

    .divGpt .grupo_input label {
        color: #89A6B2;
        font-family: "Raleway", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .divGpt .grupo_input textarea {
        border-radius: 6px;
    }

.btn-pesquisar-chatbot {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(/assests/icones/icon-pesquisa.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
}

.chatAberto {
    display: block;
}

.conteudo-btn-voltar-topo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.conteudo-legenda-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.125rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

    .conteudo-legenda-tab .box-legenda {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        border-radius: 0;
        border: none !important;
        font-weight: 500;
    }

        .conteudo-legenda-tab .box-legenda.online {
            color: #20BD97;
            /*text-transform: uppercase;*/
        }

            .conteudo-legenda-tab .box-legenda.online .icon-status {
                background-image: url(/assests/icones/icon-status-online.svg);
                width: 28px;
                height: 28px;
                display: block;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100%;
            }

        .conteudo-legenda-tab .box-legenda.deploy {
            color: #606161;
        }

        .conteudo-legenda-tab .box-legenda.intermitente {
            color: #FF9F04;
            font-weight: 500;
            /*text-transform: uppercase;*/
        }

            .conteudo-legenda-tab .box-legenda.intermitente .icon-status {
                background-image: url(/assests/icones/icon-status-intermitente.svg);
                width: 28px;
                height: 28px;
                display: block;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100%;
            }

        .conteudo-legenda-tab .box-legenda.offline {
            color: #CF1616;
            font-weight: 500;
            /*text-transform: uppercase;*/
        }

            .conteudo-legenda-tab .box-legenda.offline .icon-status {
                background-image: url(/assests/icones/icon-status-offline.svg);
                width: 28px;
                height: 28px;
                display: block;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100%;
            }

        .conteudo-legenda-tab .box-legenda.nd {
            color: #006F92;
            font-weight: 500;
            text-transform: uppercase;
        }

.mensagem-suporte {
    border-radius: 0.625rem;
    background: #FFF6CE;
    padding: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

    .mensagem-suporte p {
        color: #006F92;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

        .mensagem-suporte p b {
            font-weight: 600;
        }

.conteudo-sla {
    position: relative;
}

.btn-toggle-close-mensagem-suporte {
    position: absolute;
    right: 10px;
    text-indent: -99999px;
    background-color: transparent;
    width: 28px;
    height: 28px;
    display: block;
    top: 6px;
    background-image: url(/assests/icones/icon-btn-close.svg);
    background-position: center center;
    background-size: contain;
}

    .btn-toggle-close-mensagem-suporte:hover {
        background-color: transparent;
        background-size: 120%;
    }

.diminuir-mensagem-suporte {
    overflow: hidden;
    height: 46px;
}

    .diminuir-mensagem-suporte .btn-toggle-close-mensagem-suporte {
        background-image: url(/assests/icones/icon-btn-toggle.svg);
        background-position: center center;
        background-size: contain;
    }

        .diminuir-mensagem-suporte .btn-toggle-close-mensagem-suporte:hover {
            background-color: transparent;
            background-size: 120%;
        }

.header-indicadores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px;
}

    .header-indicadores h2 {
        font-size: 26px;
        font-weight: 900;
        color: #006F92;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
    }

    .header-indicadores .btn-ordem-indicadores {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* padding: 0.75rem 1.875rem;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*width: 17.125rem;*/
        color: var(--color-blue-primario);
        text-align: center;
        font-family: "Raleway", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        border-radius: 0.1875rem;
        border: 2px solid var(--color-blue-primario);
        gap: 6px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header-indicadores .btn-ordem-indicadores i {
            font-size: 26px;
            margin-top: 2px;
            font-weight: bold;
        }

        .header-indicadores .btn-ordem-indicadores:hover {
            background-color: rgba(255, 255, 255, 0.4);
            color: var(--color-blue-primario);
        }

        .header-indicadores .btn-ordem-indicadores[disabled] {
            background: linear-gradient(0deg, #D9DCDE 0%, #D9DCDE 100%), linear-gradient(85deg, #245075 -0.06%, #29BFCF 99.94%);
            cursor: no-drop;
        }

.topo-ms {
    font-size: 12px;
    font-weight: 400;
}

.table-simples-metricas {
    width: 100%;
}

    .table-simples-metricas thead {
        background: linear-gradient(85deg, #5792C3 -0.06%, #56989F 99.94%);
    }

        .table-simples-metricas thead th {
            border-width: 0 1px 0 0;
            border-color: #ffffff;
            padding: 0.5rem 0.4rem;
            color: #FFF;
            text-overflow: ellipsis;
            font-family: "Inter", sans-serif;
            font-size: 0.95rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .table-simples-metricas tbody {
        border-radius: 0 8px 8px 0;
        overflow: hidden;
    }

        .table-simples-metricas tbody tr:nth-child(odd) {
            background-color: #F2F2F2;
        }

        .table-simples-metricas tbody tr:nth-child(even) {
            background-color: #FFFFFF;
        }

        .table-simples-metricas tbody tr:hover {
            background-color: #ededed;
        }

        .table-simples-metricas tbody tr td {
            border-width: 0 1px 0 0;
            border-color: #dfe2e6;
            padding: 0.56rem 0.4rem;
            text-overflow: ellipsis;
            font-family: "Inter", sans-serif;
            font-size: 0.88rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

.titulo-unidade {
    font-size: 1.5rem;
}

.form-login-consulta-sql {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: 330px;
    width: 100%;
}

    .form-login-consulta-sql label {
        width: 100%;
        text-align: left;
        color: #89A6B2;
        font-family: "Raleway", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .form-login-consulta-sql .senha-errada {
        color: red;
        font-family: "Raleway", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .form-login-consulta-sql input {
        border-radius: 0.1875rem 0rem 0rem 0.1875rem;
        border: 0.8px solid #C1C9D8;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        font-size: 1.2rem;
        padding: 10px 30px 10px 10px;
        outline: none;
        overflow: hidden;
        color: var(--color-blue-gray-100);
        text-overflow: ellipsis;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .form-login-consulta-sql button {
        border-radius: 0.4em;
        padding: 0.4em;
        background-color: #278aa4;
        color: #fff;
        height: 100% !important;
        border: solid 2px #278aa4;
        width: 150px;
    }

        .form-login-consulta-sql button:hover {
            opacity: 0.8;
        }

.form-consulta-sql {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    max-width: 100%;
    width: 100%;
}

    .form-consulta-sql label {
        width: 100%;
        text-align: left;
        color: #89A6B2;
        font-family: "Raleway", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .form-consulta-sql .p-sucesso {
        color: green;
        font-family: "Raleway", sans-serif;
        font-size: 0.875rem;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        width: 100%;
    }

    .form-consulta-sql textarea {
        border-radius: 0.1875rem 0rem 0rem 0.1875rem;
        border: 0.8px solid #C1C9D8;
        background: #1c1c1c;
        width: 100%;
        font-size: 0.9rem;
        padding: 10px 30px 10px 10px;
        outline: none;
        overflow: hidden;
        color: #d5dee3;
        text-overflow: ellipsis;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .form-consulta-sql button {
        border-radius: 0.4em;
        padding: 0.4em;
        border: solid 2px #278aa4;
        width: 150px;
    }

        .form-consulta-sql button:hover {
            opacity: 0.8;
        }

.conteudo-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.conteudo-tabela-consulta {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 95vw;
    width: 100%;
    overflow-x: auto;
}

    .conteudo-tabela-consulta table {
        position: relative;
        max-width: 95vw;
        width: 100%;
    }

.qtd-ocorrencias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.marquee-reforma {
    background-color: rgba(41, 39, 39, 0.95);
    color: #FFF !important;
    padding: 1px 9px;
    border-radius: 6px;
    text-decoration: none;
}

    .marquee-reforma:hover {
        background-color: #181818;
        text-decoration: underline;
    }

.marquee-unidade {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #cf2626;
    padding: 2px 7px;
    border-radius: 6px;
}

    .marquee-unidade:hover {
        text-decoration: underline;
    }

.Alerta-Diretorias-Grid {
    display: grid;
    gap: 30px;
    /* grid-template-columns: 120px repeat(6, 60px);*/
    padding-top: 5px;
    border-top: 1.5px dotted #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: small;
}

.grid-uniform th,
.grid-uniform td {
    width: 80px; 
    word-wrap: break-word; 
    white-space: normal; 
    text-align: center; 
    vertical-align: middle; 
}

.tabela-alerta-diretorias {
    border-radius: 8px;
/*    overflow: hidden;*/
    width: 100%;
}

    .tabela-alerta-diretorias thead tr th {
        width: 66px;
        padding: 6px 0;
        font-family: "Raleway", sans-serif;
        font-size: 0.83rem;
        margin-bottom: 0;
        line-height: normal;
    }

        .tabela-alerta-diretorias thead tr th span {
            text-align: center;
            overflow: hidden;
            color: var(--color-white);
            text-overflow: ellipsis;
            font-family: "Raleway", sans-serif;
            font-size: 0.8rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

            .tabela-alerta-diretorias thead tr th span i {
                font-size: 10px;
                /*                      margin-right:3px;*/
                float: inherit;
            }

    .tabela-alerta-diretorias tbody tr:nth-child(odd) {
        background-color: #FFFFFF !important;
    }

    .tabela-alerta-diretorias tbody tr:nth-child(even) {
        background-color: #e1edf2;
    }

    .tabela-alerta-diretorias tbody tr td {
        width: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Raleway", sans-serif;
        font-size: 0.85rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        white-space: pre;
        padding: 10px 0;
    }


.conteudo-select-option {
    display: flex;
    gap: 20px;
    & .conteudo-btn-buscar-base-link {


    }

    & .custom-select {
    }
}
.btn-buscar-base-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 44px;
    -webkit-box-align: center;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    color: var(--color-blue-primario);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 0.1875rem;
    border: 2px solid var(--color-blue-primario);
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    i {
        color: var(--color-blue-primario);
        font-size: 25px;
    }

    &:hover {
        border: 2px solid var(--color-blue-primario);
        background-color: rgba(39, 138, 164, 0.2);
    }
}
.modal-pesquisa-base-mdb {

    width: 100%;
    /*max-width: 800px;*/
/*    max-width: 1400px;*/
    margin: 0 auto;
    left: 0;
    right: 0;
    .modal-dialog {
    }
}
@media (min-width: 1200px) {
    .modal-pesquisa-base-mdb {
        .modal-dialog.modal-xl {
            --bs-modal-width: 1300px;
        }
    }
}

.btn-limpar-modal-pesquisa {
    padding: 8px 20px;
    color: #278aa4;
    background-color: transparent;
    text-align: center;
    border-radius: 0.1875rem;
    border: 2px solid #278aa4;

    &:hover {
        border: 2px solid var(--color-blue-primario);
        background-color: rgba(39, 138, 164, 0.2);
        color: var(--color-blue-primario);
    }
}


.conteudo-btns-acoes-home {
    display: flex;
    gap: 16px;
    align-items: center;
}

.conteudo-select-option {
    display: flex;
    gap: 16px;
    align-items: center;
}