html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

.highlight {
    padding: 3px;
}

.highlight.blue {
    background-color: rgba(71, 80, 158, 0.2);
}

.highlight.green {
    background-color: rgba(71, 158, 136, 0.2);
}

.highlight.orange {
    background-color: rgba(155, 91, 7, 0.2);
}

.highlight.yelow {
    background-color: rgba(243, 247, 12, 0.2);
}

.highlight.red {
    background-color: rgba(252, 38, 38, 0.2);
}

body {
    margin: 0
}
.topbar {
    height: 39px;
    background: linear-gradient(90deg, #10769F 0%, #0B9F93 100%);
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0B9F93;
}

.nav a,
.nav span {
    color: rgb(255, 255, 255)
}

.nav-menu-list {
    text-align: right;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu-list>li {
    margin: 0 12px;
    text-align: center; 
    line-height: 37px;
}
.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right;
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}


a,
.link {
    color: #0054c8;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.link:hover {
    color: #072349;
    text-decoration: underline;
}

.hm-btn {
    color: #1f1f1f;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 9px;
    box-sizing: border-box;
    height: 39px;
}

span.hm-btn,
div.hm-btn,
a.hm-btn {
    display: inline-flex;
    align-items: center;
}

.hm-btn:hover {
    box-shadow: 0 0px 3px 3px #3f5595;
    text-shadow: 2px 2px 6px #152b4b;
}

.hm-btn.lg {
    height: 39px;
    padding: 6px 12px;
}

.hm-btn.sm {
    height: 24px;
    padding: 2px 6px;
}

.hm-btn.green {
    color: #071800;
    text-shadow: 2px 2px 3px #005222;
    border: 3px double #0c2515;
    box-shadow: 0 0px 9px 3px #010302;
    background: linear-gradient(#0c2515 0 0) 0/var(--_p, 0%) padding-box no-repeat;
    transition: .5s;
}

.hm-btn.green:hover {
    --_p: 100%;
    color: #96ff6c;
}


.hm-btn.blue {
    color: #050131;
    text-shadow: 2px 2px 3px #080027;
    border: 3px double #0b2357;
    box-shadow: 0 0px 9px 3px #00253d;
    background: linear-gradient(#0104a3 0 0) 0/var(--_p, 0%) padding-box no-repeat;
    transition: .5s;
}

.hm-btn.blue:hover {
    --_p: 100%;
    color: #a9c7ff;
}

.hm-btn.red {
    color: #310101;
    text-shadow: 2px 2px 3px #270000;
    border: 3px double #570b1b;
    box-shadow: 0 0px 9px 3px #3d002e;
    background: linear-gradient(#a30101 0 0) 0/var(--_p, 0%) padding-box no-repeat;
    transition: .5s;
}

.hm-btn.red:hover {
    --_p: 100%;
    color: #ffa9a9;
}

.hm-btn.orange {
    color: #312001;
    text-shadow: 2px 2px 3px #271900;
    border: 3px double #57300b;
    box-shadow: 0 0px 9px 3px #3d1b00;
    background: linear-gradient(#a34201 0 0) 0/var(--_p, 0%) padding-box no-repeat;
    transition: .5s;
}

.hm-btn.orange:hover {
    --_p: 100%;
    color: #ffd7a9;
}

.hm-btn.grey {
    color: #272727;
    text-shadow: 2px 2px 3px #292929;
    border: 3px double #5c5c5c;
    box-shadow: 0 0px 9px 3px #414141;
    background: linear-gradient(#3a3a3a 0 0) 0/var(--_p, 0%) padding-box no-repeat;
    transition: .5s;
}

.hm-btn.grey:hover {
    --_p: 100%;
    color: #c9c9c9;
}


.input-group>* {
    border-radius: 0px;
    text-shadow: 2px 2px 3px #3f559599;
    border: 3px double #1c81da;
    box-shadow: 0 0px 3px 2px #3f5595;
    background-color: #ebebee;
    height: 28px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
}

.input-group>*:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px;
}

.input-group>*:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
}

.hm-input {
    color: rgb(63, 63, 63);
    text-shadow: 2px 2px 3px #344b68;
    border: 3px double #1c81da;
    box-shadow: 0 0px 9px 3px #3f559599;
    background-color: #ebebee;
    padding: 3px;
    width: 15em;
    height: 28px;
    border-radius: 6px;
    box-sizing: content-box;
}

.hm-input.lg {
    height: 39px;
    padding: 6px;
}

.hm-input.sm {
    height: 24px;
    padding: 2px;
}


.form-group {
    padding: 9px;
}

.form-group>div {
    margin: 12px 0;
}

.form-groups.wrap>.form-group>label {
    display: block;
}

.form-groups.inline>.form-group>label {
    width: 25%;
    display: inline-flex;
}

.form-groups.inline>.form-group>input,
.form-groups.inline>.form-group>select,
.form-groups.inline>.form-group>textarea {
    width: 70%;
    display: inline-flex;
}


.form-groups>.form-group>* {
    margin: 3px;
    font-size: 1rem;
}

.form-groups .form-group>input,
.form-groups .form-group>select,
.form-groups .form-group>textarea,
.form-groups .form-group>span.select2 {
    display: block;
    padding: 3px;
    width: 100% !important;
    height: 30px;
    border: 3px double #1c81da;
    border-radius: 4px;
    background-color: rgb(252, 252, 252);
    box-sizing: content-box;
}

.form-groups .form-group>span.select2 {
    height: auto;
}

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

.form-groups .form-group>textarea {
    height: 8em;
}

.table {
    border-collapse: collapse;
    margin: 15px 0;
}

.table th {
    text-align: left;
}

.table td,
.table th {
    padding: 6px;
}

.table-hover tr:hover {
    background-color: #d1d1d1;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border-collapse: collapse;
    border: 1px solid silver;
}

.content {
    padding: 12px;
}

ul.lista {
    list-style: none;
    padding: 0;
    margin: 5px;
    text-align: left;
}

.lista>* {
    padding: 6px 12px;
}


.lista.inline>* {
    display: inline-flex;
    padding: 6px 12px;
}

.lista.inline>:first-child {
    padding-left: 0;
}

.lista.inline>:last-child {
    padding-right: 0;
}

ul.trilha {
    list-style: none;
    display: inline-block;
    padding: 0;
}

ul.trilha>li {
    display: inline;
}

ul.trilha>li::after {
    content: ' > ';
    margin: 0 6px;
}

ul.trilha>li:last-child::after {
    content: '';
}

.hm-flex {
    display: flex;
    flex-direction: row;
}

.hm-flex.row {
    flex-direction: row;
}

.hm-flex.column {
    flex-direction: column;
}

.hm-flex.start {
    justify-content: start;
}

.hm-flex.center {
    justify-content: center;
}

.hm-flex.end {
    justify-content: end;
}

.hm-flex.between {
    justify-content: space-between;
}

.hm-flex.arround {
    justify-content: space-around;
}

.hm-flex.evently {
    justify-content: space-evenly;
}
.hm-flex.wrap {
    flex-wrap: wrap;
}
.hm-flex.gap {
    gap: 9px;
}

.hm-flex.dados {
    border: 0px solid silver;
    border-radius: 6px;
    margin: 9px;
}

.hm-flex.dados>div {
    padding: 12px;
}

.hm-grid {
    display: grid;
}

.hm-grid.col2 {
    grid-template-columns: repeat(2, 1fr);
}

.hm-grid.col3 {
    grid-template-columns: repeat(3, 1fr);
}

.hm-grid.col4 {
    grid-template-columns: repeat(4, 1fr);
}

.hm-grid.col5 {
    grid-template-columns: repeat(5, 1fr);
}

.hm-grid.col6 {
    grid-template-columns: repeat(6, 1fr);
}

.hm-grid.col7 {
    grid-template-columns: repeat(7, 1fr);
}

.hm-grid.col8 {
    grid-template-columns: repeat(8, 1fr);
}

.hm-grid.gap{
    gap: 6px;
}

.hm-grid.fit{
    width: max-content;
}

.cards {
    display: flex;
}

.cards.wrap {
    flex-wrap: wrap;
}

.cards>div {
    border: 1px solid rgb(130, 132, 134);
    border-radius: 6px;
    margin: 9px;
    padding: 9px;
    max-width: max-content;
    max-height: 99px;
    overflow-y: auto;
}

.cards.auto-size>div {
    max-width: fit-content;
    max-height: fit-content;
}

.card-title {
    font-weight: 900;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgb(156, 156, 156);
}

.card-content {
    font-weight: 300;
}

.alert {
    padding: 12px;
    border: 1px solid #a0aec0;
    border-radius: 6px;
    background-color: #e6e6e6;
    margin: 12px 0;
}

.alert.danger {
    border-color: #cf2d05;
    background-color: #ccafb9;
    color: #470e00;
}

.alert.warning {
    border-color: #cfb105;
    background-color: #d1d1a1;
    color: #867d00;
}

.alert.success {
    border-color: #05cf37;
    background-color: #c8cec9;
    color: #004700;
}

.alert.info {
    border-color: #056dcf;
    background-color: #89a1b1;
    color: #001147;
}

.text-status {
    color: #4a5568;
}

.text-status.normal {
    color: #004700;
}

.text-status.atencao {
    color: #867d00;
}

.text-status.alerta {
    color: #d67900;
}

.text-status.emergencia {
    color: #ff3b3b;
}

.status.emergencia {
    background-color: #ff8a8a;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto 5% auto;
    overflow-x: auto;
    padding: 15px;
    border: 1px solid #888;
    border-radius: 6px;
    width: 66%;
    /* Could be more or less, depending on screen size */
}

/* Modal Header/Box */
.modal-header {
    padding: 0 9px;
    border-bottom: 1px solid #ccc;
}

.modal-body {
    padding: 6px 9px;
    margin: 9px 0;
}

.modal-footer {
    padding: 9px 9px;
    margin: 9px 0;
    border-top: 1px solid #ccc;
}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.para-direita {
    float: right;
}

.para-esquerda {
    float: left;
}


.dropdown {
    position: relative;
}

.dropdown-float {
    display: none;
    position: absolute;
    padding: 12px;
    width: max-content;
    top: 26px;
    left: 1px;
    z-index: 10;
    background: linear-gradient(0deg, #10769F 0%, #0B9F93 100%);
    border: 1px solid #cacaca;
    border-radius: 3px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    transition: visibility 2s;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.font-1 {
    font-size: 1rem;
}

.font-2 {
    font-size: 1.2rem;
}

.font-3 {
    font-size: 1.4rem;
}

.font-4 {
    font-size: 1.5rem;
}

.font-5 {
    font-size: 2rem;
}

.banner-login {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-login video {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-login .content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.5em;
    color: #ffff;
}

.banner-login .content h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    color: #ffff;
}

.login-img-logo {
    margin: 1vh 0;
    width: auto;
    height: auto;
}

.login-img-logo img {
    width: 100vw;
    max-width: 400px;
}

.content-home-text {
    color: #373737;
    padding: 2vw 10vw;
    font-size: 1.5em;
}

.content-home-text>.dados {
    border-radius: 6px;
    background-color: rgba(215, 215, 215, 0.8);
    border-left: 6px solid blueviolet;
    border-bottom: 2px solid #ffffffff;
    border-top: 2px solid #ffffffff;
    border-right: 2px solid #ffffffff;
    opacity: 0.6;

    border-image: linear-gradient(to bottom, rgba(81, 99, 157, 0.77), rgba(12, 28, 79, 0.77)) 1 10%;

    transform: scaleX(0);

    /* animation: .5s linear forwards scale-up; */
}

.content-home-text>.dados:hover {
    border-right: 2px solid #ffffffff;
    opacity: .9;
    transition: opacity .9s ease;
}

.card-home img {

    margin: 12px;
    width: 285px;
}

.digits-boxes {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr);
    width: max-content;
}

.digits-box {
    border: 1px solid silver;
    width: 42px;
    height: 60px;

}

.digits-box>input {
    width: 100%;
    height: 100%;
    font-size: 24pt;
    text-align: center;
}

@keyframes scale-up {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes scale-down {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@media screen and (min-width: 1200px) {
    .form-groups {
        width: 33%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .form-groups {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .form-groups {
        width: 100%;
    }
}