body {
    font-family: "Outfit";
}

:root {
    --primary-simea-color: #262f3f;
    --secundary-simea-color: #ec6727;
    --orange-simea-color: #ec751a;
    --orange-simea-color-transparent: #ec751a40;
    --yellow-simea-color: #ffcb00;
    --white-simea-color: #f5f5f5;
    --red-simea-color: #e54143;
    --black-simea-color: #1b1b1b;
    --blue-simea-color: #4080ff;
    --smoothblue-simea-color: #10b4e9;
    --green-simea-color: #1ec1c1;
    --green-pmf-color: #1a8e95;
    --darkgreen-simea-color: #1d2929;
    --light-simea-color: #eef2f5;
    --grey-simea-color: #bfc0c4;
    --midgrey-simea-color: #a3a7aa;
    --darkgrey-simea-color: #1e1f23;
    --grid-on-simea-color: #fffba9;
    --grid-clicked-simea-color: #ef7f24;
}

/*site scroll-bar */

::-webkit-scrollbar {
    width: 0.8rem;
    background: #000000 !important;
}

::-webkit-scrollbar-track-piece {
    background-color: var(--darkgrey-simea-color) !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #53535387 !important;
    right: -4px !important;
}

.primary-simea-color {
    color: var(--primary-simea-color);
}

.midgrey-simea-color {
    color: var(--midgrey-simea-color);
}




@font-face {
    font-family: "Salgats";
    src: url("../fonts/salgats/Salgats Full OpenType.otf") format("opentype");
}

.h-100 {
    height: 100vh !important;
}

.hp-100 {
    height: 100%;
}

.mt-big {
    margin-top: 10rem;
}

.svg-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.small.small {
    font-size: 70%;
}

.text-green-simea {
    color: var(--green-simea-color);
}

.sidebar-simea {
    font-family: "Barlow";
    position: absolute;
    z-index: 1030;
    width: 25%;
    max-width: 5rem;
    height: 100%;
    left: 0;
    background-color: var(--darkgrey-simea-color);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
}

.sidebar-simea:hover {
    max-width: 25rem;
}

.sidebar-item {
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: 1.2rem;
    justify-content: left !important;
    align-items: center !important;
    text-decoration: none;
}

.sidebar-item.logo {
    justify-content: center !important;
}

.sidebar-item .img-logo {
    width: 100%;
    height: auto;
    padding-right: 19px;
    max-width: 10rem;
}

.sidebar-item .img-item {
    width: 2rem;
    height: auto;
}

.sidebar-item span {
    color: var(--light-simea-color);
    text-decoration: none;
    font-size: 1.2rem;
    margin-left: 1.8rem;
    text-transform: uppercase;
}

.sidebar-item .avatar {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
}

.sidebar-item .avatar.edit {
    width: 3.5rem;
    height: 3.5rem;
}

.sidebar-simea .sub-sidebar-group {
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
}

.sidebar-simea:hover .sub-sidebar-group {
    max-height: 500px;
}

.sidebar-simea .sidebar-item {
    padding: 15px 0px;
    margin: 0;
    padding-left: 19px;
}

.sidebar-simea .sidebar-item.active {
    border-left: 4px solid #3fab87;
    background: #00000033;
}

.sub-sidebar-group a {
    display: block;
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    transition: all 0.5s;
}

.sub-sidebar-group a:hover {
    opacity: 1;
    background: #00000011;
}

.container-simea {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/backgrounds/grid-pattern.svg);
    background-size: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}

.hide-lg {
    display: none;
}

/*navvbar CSS */
.navbar-simea {
    position: absolute;
    height: 8rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1035;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.navbar-simea .navbar-brand img {
    height: 60px;
    padding: 5px 10px 5px 20px;
    width: auto;
}

.container-simea .navbar-brand img {
    height: 13rem;
    width: auto;
}

.nav-title {
    font-weight: 700;
}

.icon-navbar {
    display: flex;
    align-items: center !important;
    padding: 0rem 1.2rem;
    border-bottom: solid 5px transparent;
}

.icon-navbar.icon-navbar-orc {
    padding: 0rem 1rem;
    border-bottom: 0;
}

.icon-navbar.active {
    border-bottom: solid 3px var(--green-simea-color);
}

.icon-navbar a {
    text-decoration: none;
}

.icon-navbar span {
    color: var(--light-simea-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
}

/*sections CSS */

.bg-simea {
    background-position: left;
    background-size: cover;
}

.bg-black {
    background-color: var(--black-simea-color);
    color: var(--white-simea-color);
}

.section-home {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/backgrounds/bg_hero.png);
    min-height: 100dvh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-ipplan {
    background-color: var(--black-simea-color);
    color: var(--light-simea-color);
}

.footer-ipplan a {
    color: var(--light-simea-color);
}

.bg-gradient-panorama {
    /* background: linear-gradient(0deg, #0d1016, #1C2534) !important; */
    background-color: #1c2534;
}

.section-participation {
    min-height: 15rem;
}

.section-participation-white {
    min-height: 8rem;
    background: var(--white-simea-color);
}

.footer-section {
    background-color: var(--darkgrey-simea-color);
    min-height: 15rem;
    position: relative;
}

.section-white {
    background-color: var(--white-simea-color);
    min-height: 25rem;
}

.section-profile {
    background-color: var(--white-simea-color);
    background-size: cover;
    min-height: 25rem;
    background-position: left;
}

.section-carrousel {
    position: relative;
    display: flex;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.section-absolute-title,
.section-absolute-description {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center !important;
}

.section-absolute-description {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-absolute-title .title {
    position: relative;
    top: 1rem;
    color: var(--light-simea-color);
    font-weight: 500;
    font-size: 2.5rem;
    z-index: 9999;
}

.section-absolute-title .title.climate {
    top: 1rem;
    left: 10rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 4.5rem;
    z-index: 9999;
    white-space: nowrap;
}

.section-absolute-description span {
    color: var(--light-simea-color);
    display: block;
}

.section-absolute-description .number-header {
    font-size: 6rem;
    font-weight: 800;
}

.section-absolute-description .title-header {
    color: var(--green-simea-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.section-absolute-description .description-header {
    font-size: 1rem;
    font-weight: 400;
    margin: 2rem;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    min-height: 20rem;
    padding-top: 24px;
    padding-bottom: 24px;
}

.bg-overlay-home {
    min-height: 50vh;
}

.bg-gradient {
    background: linear-gradient(
        90deg,
        var(--darkgreen-simea-color),
        #1d2929e8,
        transparent
    ) !important;
    min-height: 20rem;
    height: auto;
}

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

.section-light {
    background-color: var(--light-simea-color);
    color: var(--black-simea-color);
    min-height: 20rem;
}

.section-about {
    color: var(--black-simea-color);
    min-height: 20rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.9)
        ),
        url(../img/backgrounds/bg_analisando.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: difference;
}

.section-climate {
    color: var(--light-simea-color);
    min-height: 40rem;
    background: #1e1f23 !important;
}

.section-about .title {
    font-weight: 300;
    font-size: 2.5rem;
}

.card-list {
    position: relative;
    font-family: "Barlow";
    width: 100%;
    max-height: 100%;
    min-height: 8rem;
    border: solid 1px #ffffff9a;
    overflow: auto;
}

.card-panorama {
    position: relative;
    font-family: "Barlow";
    width: 100%;
    min-height: 8rem;
    border: solid 1px #ffffff9a;
    max-height: 42rem;
    overflow: auto;
}

.card-real-time {
    position: relative;
    font-family: "Barlow";
    width: 100%;
    min-height: 8rem;
    border: solid 1px #ffffff9a;
    max-height: 42rem;
    overflow: auto;
}

.card-panorama.small-height {
    max-height: 18rem !important;
}

.card-panorama.medium-height {
    max-height: 18rem !important;
}

.card-panorama.big-height {
    max-height: 55rem !important;
}

.btn-simea {
    font-family: "Barlow";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 40px;
    line-height: 28px;
    min-width: 10rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
    margin: 10px;
    border: solid var(--white-simea-color) 2px;
}

.btn-simea i {
    font-size: 28px;
    float: right;
}

.btn-simea.orange {
    background-color: var(--primary-simea-color);
    color: var(--white-simea-color);
}

.btn-simea.orange:hover {
    background-color: var(--white-simea-color);
    color: var(--primary-simea-color);
}

.btn-simea.yellow {
    background-color: var(--yellow-simea-color);
    color: var(--black-simea-color);
}

.btn-simea.yellow:hover {
    background-color: var(--white-simea-color);
    color: var(--primary-simea-color);
}

.btn-simea.smoothblue {
    background-color: var(--smoothblue-simea-color);
    color: var(--white-simea-color);
}

.btn-simea.smoothblue:hover {
    background-color: var(--smoothblue-simea-color);
    color: var(--black-simea-color);
}

.btn-simea.greensea {
    background-color: var(--green-simea-color);
    color: var(--white-simea-color);
}

.btn-simea.greesea:hover {
    background-color: var(--green-simea-color);
    color: var(--black-simea-color);
}

.btn-simea.white {
    background-color: var(--white-simea-color);
    color: var(--primary-simea-color);
}

.btn-simea.white:hover {
    background-color: var(--primary-simea-color);
    color: var(--white-simea-color);
}

.btn-simea-map {
    background: url("../img/backgrounds/bg_map.png");
    background-position: center;
    background-size: cover;
    color: var(--white-simea-color);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-simea-white:hover {
    background-color: var(--white-simea-color);
    color: #ffffff10;
}

.intersection-item {
    position: absolute;
    width: 100%;
    margin-bottom: 32px;
}

.icon-title {
    display: inline-block;
}

.icon-title.icon-marker {
    margin-left: -23px;
}

.box-title {
    color: var(--black-simea-color);
    display: inline-grid;
}

.box-title-white {
    color: var(--white-simea-color);
    display: inline-grid;
}

.box-title .title,
.box-title-white .title {
    font-size: 27px;
    font-weight: 700;
}

.box-title .subtitle,
.box-title-white .subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    opacity: 0.8;
    font-style: italic;
}

.p-justify {
    text-align: justify;
}

.number {
    color: var(--white-simea-color);
    opacity: 0.5;
    font-weight: 800;
    font-size: 3rem;
}

.text {
    color: var(--white-simea-color);
    font-size: 1rem;
}

.text stro {
    color: #b8f3ef;
}

.card-simea-number {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    color: var(--primary-simea-color);
    text-align: center;
}

.panorama .card-simea-number {
    color: var(--light-simea-color);
    font-size: 4rem;
}

.index-0 {
    z-index: 0;
}

.water-summary-bg {
    z-index: -1;
    width: 100%;
    height: 50%;
    top: 25%;
    position: absolute;
    background-color: var(--darkgrey-simea-color);
    border-radius: 25px;
}

.panorama .card-title {
    font-family: "Barlow";
    color: var(--light-simea-color);
    font-size: 1.3rem;
}

.summary .card-title {
    font-family: "Barlow";
    color: var(--light-simea-color);
    font-size: 1rem;
}

.summary .card-aux-title {
    font-family: "Barlow";
    color: var(--midgrey-simea-color);
    font-size: 1rem;
}

.summary .card-simea-number {
    color: var(--light-simea-color);
    font-size: 4rem;
}

.atention .card-simea-number,
.atention .card-title {
    color: var(--red-simea-color);
}

.section-proposal {
    background-color: var(--light-simea-color);
    position: relative;
}

.section-proposal-list {
    min-height: 24rem;
    background-color: var(--darkgreen-simea-color);
    color: var(--white-simea-color);
    overflow-y: auto;
}

.section-proposal-list.sso-alert {
    min-height: 30rem;
}

.section-proposal-list .card-title {
    color: var(--black-simea-color);
}

.section-proposal-list .profile-title {
    font-size: 1.6rem;
    font-weight: 500;
}

.section-proposal-list .profile-span {
    font-size: 1rem;
    font-weight: 500;
}

.section-proposal-list .form-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.status-title {
    font-size: 40px;
    color: var(--black-simea-color) !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-relative {
    position: relative;
}

.map-simea-canvas {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 52rem;
    /*mix-blend-mode: luminosity;*/
}

.map-simea-canvas.panorama {
    height: 45rem;
    width: 70%;
}

.map-simea-canvas.panorama.fullscreen {
    height: 100vh !important;
}

.card-panorama.big-height.fullscreen {
    height: 100% !important;
    max-height: 100% !important;
}

.map-simea-canvas.real-time {
    height: 40rem;
}

.section-proposal .map-simea-canvas {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn-proposal-simea {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 3rem;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-proposal-simea.create-proposal {
    width: 72px;
    height: 72px;
    background-color: var(--green-simea-color);
    top: -36px;
    color: white;
}

.btn-proposal-simea.create-proposal i {
    font-size: 58px;
}

.btn-proposal-simea.proposal-step {
    background-color: var(--midgrey-simea-color);
    margin-bottom: 4px;
    color: white;
}

.btn-proposal-simea.proposal-step:hover {
    background-color: var(--grey-simea-color);
    color: white;
}

.img-tag {
    height: 48px;
    width: auto;
    margin-right: 12px;
}

.img-simea {
    position: relative;
}

.span-block {
    display: block;
    font-weight: 400;
    font-size: 20px;
    opacity: 0.7;
    font-style: italic;
}

.sport-list span {
    font-size: 14px;
    font-style: italic;
}

.form-proposal {
    position: relative;
    width: 100%;
    color: var(--white-simea-color);
}

.body-proposal {
    position: relative;
    width: 100%;
    height: calc(100vh - 132px) !important;
    color: var(--white-simea-color);
    height: 5rem;
}

.body-proposal .proposal-icon {
    width: 4.3rem;
}

.body-proposal h1 {
    font-size: 1.5rem;
}

.footer-proposal {
    background-color: var(--white-simea-color);
    position: relative;
    bottom: 0;
    width: 100%;
    height: 72px;
    z-index: 3;
}

.header-proposal {
    background-color: var(--light-simea-color);
    position: relative;
    width: 100%;
    height: 60px;
}

.title-box {
    font-weight: 600;
    padding-left: 8px;
    line-height: 19px;
    margin-top: 2px;
}

.title-box .title {
    display: block;
    font-size: 19px;
    font-weight: 500;
}

.title-box .step {
    opacity: 0.6;
    font-size: 13px;
    font-weight: 500;
}

.card-title {
    text-align: center;
}

.img-logo-footer {
    width: 8rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--black-simea-color);
}

.footer-subtitle {
    font-weight: 600;
    font-size: 1rem;
    color: var(--black-simea-color);
}

.progress-container {
    min-width: 8rem;
    max-width: 12rem;
    margin-top: auto;
    margin-bottom: auto;
    width: 25%;
}

.progress-simea-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 4px;
}

.progress-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--grey-simea-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.progress-line {
    flex-grow: 1;
    height: 0.1rem;
    background: linear-gradient(
        to right,
        var(--grey-simea-color) 45%,
        transparent 45%,
        transparent 55%,
        var(--grey-simea-color) 55%
    );
    margin: 0 10px;
    position: relative;
    z-index: 0;
}

.progress-simea-bar .active {
    background-color: var(--blue-simea-color);
}

.progress-container .progress-name {
    display: block;
    position: relative;
    font-size: 11px;
    color: var(--darkgreen-simea-color);
    font-weight: 500;
}

.progress-name.left {
    text-align: left;
    left: -22px;
}

.progress-name.center {
    text-align: center;
}

.progress-name.right {
    text-align: right;
    right: -22px;
}

.container-svg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}

.container-svg svg {
    width: 10rem;
}

.proposal-span {
    font-size: 14px;
    font-weight: 500;
}

.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative;
    bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}

.step-span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--grey-simea-color);
}

.step-span.ready {
    color: var(--blue-simea-color);
}

.btn-proposal-simea.ready {
    background-color: var(--blue-simea-color);
    pointer-events: all;
}

#step_next,
#step_back {
    pointer-events: none;
}

#step_next.ready,
#step_back.ready {
    pointer-events: all;
}

#step_back .btn-proposal-simea.ready {
    background-color: var(--darkgrey-simea-color);
}

#step_back .step-span.ready {
    color: var(--darkgrey-simea-color);
}

.none-opacity {
    opacity: 0;
    pointer-events: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: transparent !important;
    color: var(--light-simea-color) !important;
}

.form-simea-check {
    min-height: 2rem;
    line-height: 27px;
}

.form-simea-check .form-check-label {
    font-size: 15px;
}

.form-simea-check .form-check-input {
    font-size: 20px;
}

.form-simea-check .form-check-input:focus {
    border-color: var(--primary-simea-color);
    box-shadow: 0 0 0 0.25rem var(--primary-simea-color-transparent);
}

.form-simea-check .form-check-input:checked {
    background-color: var(--primary-simea-color);
    border-color: var(--primary-simea-color);
}

.form-select.form-simea-select:focus {
    border-color: var(--primary-simea-color);
    box-shadow: 0 0 0 0.25rem var(--primary-simea-color-transparent);
}

.btn-proposal-simea.finish {
    background-color: var(--green-pmf-color);
}

.step-span.finish {
    color: var(--green-pmf-color);
}

#step_next.finish,
#step_back.finish {
    pointer-events: all;
}

.section-light .profile-title {
    font-size: 2rem;
    font-weight: 600;
}

.section-light .profile-subtitle {
    font-size: 1.3rem;
    font-weight: 500;
}

body .lgpdContainer .lgpdButtons a {
    border: 1px solid var(--primary-simea-color);
    color: var(--primary-simea-color);
}

body .lgpdContainer .lgpdButtons a:nth-last-child(1) {
    background-color: var(--primary-simea-color);
    color: #fff;
}

body .lgpdContainer .lgpdButtons a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: var(--primary-simea-color);
}

body .lgpdContainer .lgpdButtons a:nth-last-child(1):hover {
    border: 1px solid var(--primary-simea-color);
    color: var(--primary-simea-color);
    background-color: #f5f5f5;
}

body .lgpd-page {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--light-simea-color);
    color: var(--black-simea-color);
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    body .lgpd-page {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.link-muted {
    color: initial;
    text-decoration: none;
}

.section-button-right {
    display: flex;
    flex-direction: column;
    float: right;
    justify-content: flex-end;
    margin-right: 20px;
}

.text-float-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    position: relative;
    top: -30px;
}

.section-minititle {
    font-size: 15px;
    font-weight: 500;
    color: var(--grey-simea-color);
    margin-top: 10px;
}

/* Panorama */

.section-panorama {
    /*    top: 2rem;*/
    position: absolute;
    min-height: 15rem;
    width: calc(100% - 5rem);
    right: 0;
}

.btn-simea.dropdown-btn {
    font-size: 12px;
    color: var(--light-simea-color);
    background-color: #ffffff2c;
    text-transform: capitalize;
    border-color: transparent;
    line-height: 22px;
    min-width: 8rem;
    padding: 5px 10px;
}

.btn-simea.dropdown-btn.year {
    min-width: 4rem;
}

.btn-simea.dropdown-btn.year.active {
    background: linear-gradient(#367eb0, #3fab87) padding-box,
        radial-gradient(farthest-corner at 100px 100px, #367eb0, #3fab87)
            border-box;
}

.dropdown-btn i {
    font-size: 14px;
}

.btn-event {
    --x: 80%;
    --y: 50%;
    position: relative;
    appearance: none;
    padding: 1em 2em;
    color: white;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(
                var(--primary-simea-color),
                var(--primary-simea-color)
            )
            padding-box,
        radial-gradient(farthest-corner at var(--x) var(--y), #367eb0, #3fab87)
            border-box;
    transition: all 0.3s;
}

.btn-event:hover {
    background: linear-gradient(#367eb0, #3fab87) padding-box,
        radial-gradient(farthest-corner at 100px 100px, #367eb0, #3fab87)
            border-box;
}

.btn-register-container {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Estilo do botão circular */
.btn-new-register {
    --x: 80%;
    --y: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(
                var(--primary-simea-color),
                var(--primary-simea-color)
            )
            padding-box,
        radial-gradient(farthest-corner at var(--x) var(--y), #367eb0, #3fab87)
            border-box;
    border: 2px solid transparent;
    color: var(--light-simea-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-new-register:hover,
.btn-new-register:hover i {
    background: linear-gradient(#367eb0, #3fab87) padding-box,
        radial-gradient(farthest-corner at 100px 100px, #367eb0, #3fab87)
            border-box;
    transform: scale(1.1);
    color: var(--light-simea-color);
}

.btn-register-container .btn-text {
    margin-top: 8px;
    font-size: 1rem;
    color: var(--light-simea-color);
    font-weight: bold;
}

.border-divisor {
    border-bottom: 1px solid var(--light-simea-color);
    flex: 1;
    margin-right: 20px;
    position: relative;
}

/* Ícone do botão */
.btn-new-register i {
    color: #3fab87;
    margin: 0;
}

.box .card-panorama,
.box .card-real-time {
    border: none;
}

.card-panorama .card-simea {
    margin: 0;
    padding: 0;
}

.simea-select {
    width: 100%;
    background-color: transparent;
    color: var(--light-simea-color);
    margin: 1rem;
}

.card-simea {
    width: auto;
    color: var(--light-simea-color);
    margin: 1rem;
    padding: 0.5rem;
}

.card-simea .form-check {
    font-size: 1rem;
    display: block;
    width: 100%;
    position: relative;
}

.card-simea input[type="radio"] {
    border: 3px solid #ffffff;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-simea.box {
    border: solid 1px #ffffff9a;
}

.card-simea.list {
    border-bottom: solid 1px #ffffff9a;
}

.card-simea.ranking {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
    max-height: 20rem;
    overflow: auto;
}

.card-simea.ranking .content {
    display: flex;
    align-items: center;
}

.card-simea.ranking .position {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--midgrey-simea-color);
}

.card-simea.ranking .item {
    font-size: 1.2rem;
    text-transform: capitalize;
}

.card-simea.ranking .value {
    font-size: 1.8rem;
}

.card-simea i {
    font-size: 0.6rem;
}

.card-simea .title {
    font-weight: 600;
    font-size: 0.8rem;
}

.card-simea .subtitle,
.card-simea .time {
    font-weight: 500;
    font-size: 0.6rem;
    color: #ffffff86;
}

.card-simea .view i,
.card-simea .edit i {
    font-weight: 500;
    font-size: 1rem;
    color: var(--light-simea-color);
    margin-left: 0.3rem;
}

.card-simea .delete i {
    font-weight: 500;
    font-size: 1rem;
    color: var(--red-simea-color);
    margin-left: 0.3rem;
}

.card-simea .delete i:hover {
    color: #f57a7c;
}

.card-panorama-title {
    color: var(--light-simea-color);
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.card-simea .ranking-line {
    font-size: 2rem;
}

.card-simea .ranking-container {
    width: 100%;
    min-height: 13rem;
}

.table-simea {
    width: 100%;
    color: var(--light-simea-color);
}

.table-simea th {
    font-weight: 600;
    font-size: 1.3rem;
}

.table-simea i {
    font-size: 0.6rem;
    vertical-align: middle;
}

.table-simea > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table-simea tr td:nth-child(n + 2) {
    font-size: 1.2rem;
    font-weight: 600;
}

.t-1 {
    color: var(--light-simea-color);
}

.t-2 {
    color: var(--light-simea-color);
}

.t-3 {
    color: var(--yellow-simea-color);
}

.t-4 {
    color: var(--orange-simea-color);
}

.t-5 {
    color: var(--red-simea-color);
}

.filters-panorama {
    display: flex;
}

.statistics-container {
    font-family: "Barlow";
}

.c_water_resource {
    overflow: visible !important;
}

#water_resource_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1055;
    display: none;
}

.dropdown-menu {
    width: auto;
    height: auto;
    max-height: 18rem;
    padding: 5px 10px;
    font-family: "Barlow";
    font-size: 12px;
    background-color: #1c2534ee;
    border-color: transparent;
    line-height: 22px;
    overflow: auto;
    border: solid 2px #ffffff2c;
}

.dropdown-item {
    color: var(--light-simea-color);
}

.dropdown-item:hover {
    color: var(--green-simea-color);
    background-color: unset;
}

.dropdown-item input {
    pointer-events: none;
}

.inner-sidebar {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #0d1016, #1c2534) !important;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 0;
    transition: left 0.3s ease;
    border-left: solid 1px #ffffff9a;
}

.leaflet-sidebar-bg {
    position: absolute;
    width: 30%;
    height: 100%;
    background: linear-gradient(0deg, #0d1016, #1c2534) !important;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 0;
    transition: left 0.3s ease;
    border-left: solid 1px #ffffff9a;
}

.leaflet-sidebar-bg.left {
    left: 0;
    right: unset;
    border-left: unset;
    border-right: solid 1px #ffffff9a;
}

.leaflet-sidebar {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/backgrounds/grid-pattern.svg);
}

.top-container {
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
}

.top-container #services {
    overflow: auto;
    height: 100%;
}

.bottom-container {
    width: 100%;
    max-height: 70%;
    position: absolute;
    bottom: 0;
}

.accordion-header.dark {
    background-color: var(--darkgrey-simea-color);
}

select {
    width: auto;
    max-height: 20rem;
    padding: 5px 10px;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    background-color: #1c2534;
    color: #ffffff;
    border: solid 2px #ffffff2c;
    border-radius: 5px;
    appearance: none;
}

select:focus {
    outline: none;
    border-color: #ffffff88;
    /* Foco visual */
}

option {
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    background-color: #1c2534;
    /* Cor de fundo das opções */
    color: #ffffff;
    padding: 5px;
}

/* Remove o fundo azul da seleção em navegadores */
option:checked {
    background-color: #2b3648;
    /* Fundo da opção selecionada */
}

.box.animated.fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-panorama.fullscreen {
    top: 0 !important;
}

.divisor-left {
    border-left: 1px solid transparent;
    border-image: linear-gradient(
            to bottom,
            transparent,
            var(--light-simea-color),
            transparent
        )
        1;
}

.modal-title.ranking {
    font-size: 2rem;
    color: var(--light-simea-color) !important;
}

.collapse-simea .accordion-body.legend {
    width: 100%;
    height: 10rem;
    overflow-y: scroll;
}

.collapse-simea .accordion-body.legend-water-resources {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: unset;
}

.accordion-body span {
    font-family: "Outfit";
    font-size: 1rem;
    color: var(--light-simea-color);
}

.collapse-simea .accordion-item,
.collapse-simea .accordion-button {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: var(--light-simea-color) !important;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Seta no estado colapsado */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.alert-msg {
    z-index: 99;
}

.simea-container-login {
    color: var(--light-simea-color);
}

.departments-header {
    display: flex;
    color: var(--light-simea-color);
    height: auto;
    border-bottom: solid 2px var(--light-simea-color);
    justify-content: space-between !important;
}

.departments-header .title {
    font-size: 2.5rem;
}

.module-item {
    position: relative;
}

.module-item.disabled {
    pointer-events: none;
}

.module-item.disabled .module-img {
    filter: blur(10px);
}

.module-header {
    border-bottom: solid 2px var(--light-simea-color);
    padding-bottom: 2rem;
}

.module-title {
    color: var(--light-simea-color);
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.module-icon {
    height: 2rem;
    width: auto;
    position: absolute;
    z-index: 2;
    margin-bottom: 3.5rem;
}

.module-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.module-item .module-img:hover {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

.user-name-container {
    width: 100%;
    display: flex;
    color: var(--light-simea-color);
    justify-content: space-between !important;
}

.user-name-container .title {
    flex: 1 0 0%;
    font-size: 1.5rem;
    font-weight: 800;
}

.user-name-container .subtitle {
    flex: 1 0 0%;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.5;
}

.user-name-container i {
    font-size: 1.5rem !important;
}

.user-name-container .logout {
    color: var(--red-simea-color);
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: -2px;
}

.user-name-container a {
    border-radius: 8px;
    padding: 10px;
}

.user-name-container a:hover {
    background-color: rgb(22, 22, 22);
}

@keyframes loadingDots {
    0% {
        content: "Carregando";
    }

    33% {
        content: "Carregando.";
    }

    66% {
        content: "Carregando..";
    }

    100% {
        content: "Carregando...";
    }
}

.loading::after {
    content: "Carregando";
    animation: loadingDots 1.5s infinite steps(1);
}

.selectpicker {
    z-index: 1050 !important;
}

.btn-simea-form {
    font-size: 12px;
    color: var(--light-simea-color);
    background-color: #ffffff2c;
    text-transform: capitalize;
    border-color: transparent;
    line-height: 22px;
    min-width: 4rem;
    padding: 5px 10px;
}

.table-simea input[type="radio"] {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.table-simea input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;

    background-color: #e61c15;
}

/* Quando o radio está focado (apenas estética) */
.table-simea input[type="radio"]:focus {
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.3);
}

.form-simea-select {
    font-size: 1rem;
    margin: auto;
    margin-top: 8px;
}

.weather-info .label-info {
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    display: block;
    color: var(--grey-simea-color);
    font-weight: 600;
}

.weather-info .label-value {
    padding-bottom: 0.5rem;
    display: block;
    color: var(--light-simea-color);
    font-weight: 600;
}

.weather-info .img-content {
    display: flex;
    align-items: center;
}

.weather-info .img-content img {
    display: inline-flex;
    max-width: 100%;
}

.weather-info .img-content span {
    display: inline-flex;
    color: var(--light-simea-color);
    font-weight: 600;
}

.label-weather {
    font-size: 2.5rem;
}

.water-resource-item,
.water-resource-list-item {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
}

.water-resource-item .number {
    font-size: 2.5rem;
    color: var(--white-simea-color) !important;
    opacity: unset;
}

.water-resource-item .type {
    font-size: 1.5rem;
    color: var(--white-simea-color);
    margin-left: 1rem;
}

.water-resource-item .size {
    display: block;
    margin-left: auto;
}

.water-resource-item .size .number {
    display: block;
    font-size: 1.5rem;
    color: var(--white-simea-color) !important;
    opacity: unset;
}

.water-resource-item .size .percent {
    display: block;
    font-size: 1.5rem;
    color: var(--white-simea-color) !important;
    text-align: center;
}

.water-resouce-hr {
    color: var(--white-simea-color);
    height: 0.2rem !important;
    margin: 1rem 3rem;
    opacity: 0.8;
}

.water-resource-list-item .number {
    font-size: 2rem;
    color: var(--white-simea-color) !important;
}

.water-resource-list-item .edit a {
    font-size: 1.5rem;
    color: var(--white-simea-color) !important;
}

.water-resource-list-item .name {
    font-size: 1rem;
    color: var(--white-simea-color);
    margin-left: 1rem;
}

.water-resource-list-item .percent {
    font-size: 1rem;
    color: var(--white-simea-color);
    display: block;
    margin-left: auto;
}

.water-resource-list-hr {
    color: var(--white-simea-color);
    height: 0.1rem !important;
    margin: 0rem 5rem;
    opacity: 0.8;
}

.txt-legend-label-0 {
    color: #a9a9a9;
}

.txt-legend-label-1 {
    color: #ffd700;
}

.txt-legend-label-2 {
    color: #1e90ff;
}

.txt-legend-label-3 {
    color: #32cd32;
}

.txt-legend-label-4 {
    color: #ff4500;
}

.txt-legend-label-5 {
    color: #cef6f7;
}

.water-resources-container {
    color: var(--light-simea-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    overflow: auto;
    height: 40rem;
}

.water-resources-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.water-resources-container .header h2 {
    margin: 0;
    font-size: 1.5rem;
}

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

.water-resources-table th,
.water-resources-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #2e3b4e;
}

.water-resources-table tr:nth-child(even) {
    background-color: #1a2735;
}

.water-resources-table tr:hover {
    background-color: #223548;
}
