@keyframes a-to-up {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}


/*General CSS */

#header-fortaleza {
    z-index: 1040;
}

body {
    font-family: 'Barlow';
    transition: 0.5s;
}

.hide {
    display: none;
}

.policy-link {
    color: #00678f;
    font-weight: 700;
}

.policy-link:hover {
    color: #0A484F;
}

.disable-click {
    pointer-events: none;
}

.enable-click {
    pointer-events: all;
}

.modal {
    z-index: 2060;
}

.modal-backdrop {
    z-index: 2040;
}


/*Navbar CSS */

.tool-bar {
    position: absolute;
    display: none;
    top: 184px;
    z-index: 1029;
    align-items: center !important;
    justify-content: center !important;
}

.tool-bar.on {
    display: flex !important;
}

.tool-bar .btn {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
    width: 60px;
}

.tool-bar .btn.active {
    background-color: #e6f5ff;
    border: 2px solid #0075B8;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
}

.tool-bar .btn.btn-danger.active {
    background-color: #ffedf0;
    border: 2px solid #c64a5f;
}

.tool-bar .btn i {
    color: #444;
    font-size: 18px;
}

.tool-bar .active i {
    color: #0075B8;
}

.tool-bar .btn-danger.active i {
    color: #c64a5f;
}

.navbar-custom {
    position: absolute;
    height: 72px;
    width: 100%;
    background: transparent;
    z-index: 1035;
}

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

.navbar-custom .navbar-brand .title span {
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom a:hover {
    color: #ccc !important;
}

.icon-navbar span {
    font-size: .95rem;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
}

.icon-navbar a.active {
    color: #f6ff48;
    background-color: #04AA6D;
}

.icon-navbar.active span {
    color: #5CF8C1;
}

.icon-navbar.circle {
    border: 2px solid #f2f5f5;
    border-radius: 1.25rem !important;
}


/*icons-Navbar CSS */

.icon-navbar-container {
    margin-left: auto;
    margin-right: 20px;
}

.icon-navbar {
    font-size: 1.3em;
    color: #fff;
    margin: 0 .8em;
}

.icon-navbar:hover {
    color: #ddd;
}


/*Inner-Navbar CSS */

.inner-navbar-custom {
    position: absolute;
    top: 104px;
    height: 60px;
    width: 100%;
    background-color: #fff;
    z-index: 1033;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.inner-navbar-custom .breadcrumb {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.inner-navbar-custom .breadcrumb-item {
    cursor: pointer;
}

.inner-navbar-custom .breadcrumb-item:not(:first-child)::before {
    content: '';
}

.inner-navbar-custom .map-details {
    position: absolute;
    left: max(20%, 360px);
    width: calc(100% - max(20%, 360px));
    height: 100%;
}

.inner-navbar-custom .map-details .container-fluid,
.inner-navbar-custom .map-details .row {
    height: 100%;
}


/* .inner-navbar-custom .map-details span:first-child {
    font-size: 18px;
    font-weight: 800;
    } */

.inner-navbar-custom .map-tools {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.map-tools a {
    color: #000;
    font-weight: 800;
    margin: 10px;
}

.map-tools a:hover {
    color: #444;
}

.inner-navbar-icon {
    font-size: 24px;
    padding: 5px;
}

.toggle-navbar-custom {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: #E8EDED;
    z-index: 1027;
    transition: 0.2s;
}

.collapse.show {
    transition: 0.5s;
}

.toggle-navbar-custom .map-tools {
    position: absolute;
    right: 10px;
}

.toggle-navbar-custom .map-details {
    min-width: 700px;
}


/* Slider */

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}


/*Map-Canvas CSS */

.map-canvas {
    position: absolute;
    top: 164px;
    bottom: 0;
    width: 100%;
}

.map-canvas.result {
    top: 105px !important;
}


/*sidebar scroll-bar */

::-webkit-scrollbar-track-piece {
    background-color: #0A484F00 !important;
}

::-webkit-scrollbar {
    width: 8px;
    background: #00000000 !important;
}

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

.sidebar-custom-black::-webkit-scrollbar {
    width: 10px;
    background: #000000 !important;
}

.sidebar-custom-black::-webkit-scrollbar-track-piece {
    background-color: #202323 !important;
}


/*Sidebar CSS */

.list_section {
    margin-top: 26px;
}

.switch-item-container {
    display: flex !important;
    justify-content: space-between !important;
}

.sidebar-canvas {
    position: absolute;
    left: -100%;
    height: 100%;
    transition: 0.5s;
}

.sidebar-canvas.on {
    left: 0;
}

.sidebar-custom {
    position: fixed;
    z-index: 1032;
    width: 20%;
    min-width: 360px;
    /*height: calc(100% - 0px - 80px);*/
    /*removed overflow-y*/
    bottom: 0;
    top: 164px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-custom.result {
    top: 105px !important;
}

.sidebar-custom .container {
    margin-top: 70px;
}

.sidebar-custom-black {
    position: absolute;
    z-index: 1031;
    width: 20%;
    min-width: 360px;
    width: max(20%, 360px);
    left: 0;
    bottom: 0;
    background: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sidebar-custom-admin {
    position: absolute;
    z-index: 1030;
    width: 25%;
    height: calc(100% - 80px);
    top: 80px;
    left: 0;
    background-color: #0A484F;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

.sidebar-custom section,
.sidebar-custom-admin .row {
    direction: ltr;
}

.sidebar-custom.sidebar-large {
    width: 60%;
}

.sidebar-tabs,
.result-tabs {
    border: none;
}

.sidebar-tabs .tab-button {
    width: 50%;
    height: 60px;
    font-size: .95rem;
    font-weight: 600;
    color: #505454;
    padding: 0.5rem 1.2rem;
    margin: 0;
    border: none;
    line-height: 1.2rem;
}

.sidebar-tabs .tab-button.active {
    border-bottom: 4px solid #0075B8;
    background-color: #e6f5ff;
    color: #0075B8;
}

.result-tabs .tab-button {
    width: auto;
    height: 60px;
    font-size: .95rem;
    font-weight: 600;
    color: #505454;
    padding: 0.5rem 1.2rem;
    margin: 0;
    border: none;
    line-height: 1.2rem;
}

.result-tabs .tab-button.active {
    border-bottom: 4px solid #0075B8;
    background-color: #e6f5ff;
    color: #0075B8;
}

.search-section {
    position: absolute;
    top: 70px;
    display: block;
    width: 100%;
}


.search-result-box {
    margin-top: 10px;
    width: 20%;
    min-width: 360px;
    height: calc(100% - 0px - 80px);
    background-color: #f5f5f5;
    color: #212121;
    position: fixed;
    z-index: 1;
}

.search-li-subcategory {
    padding: 10px;
    text-transform: none !important;
    padding-left: 1.6rem;
}

.search-li-map {
    padding: 15px;
    text-transform: none !important;
}

.result-alert {
    font-size: 12px;
    color: #fff !important;
}

.search-empty-result img {
    width: 200px;
    height: auto;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.search-empty-result span {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.search-empty-result button {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.search-result-title {
    color: #505454;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: 600;
}

.search-result-group a,
#nav_user_sugestions li a {
    color: #fff;
    display: flex;
    text-decoration: none;
}

.search-result-group ul:first-of-type i,
#nav_user_sugestions ul:first-of-type i {
    padding-right: 0.3rem;
    vertical-align: 50%;
}

.search-result-group ul,
#nav_user_sugestions ul {
    padding: 0;
}

.search-result-group ul li img,
#nav_user_sugestions ul li img {
    width: 28px;
}

.search-result-group ul li span,
#nav_user_sugestions ul li span {
    font-size: 14px;
    font-weight: 500;
}

.search-loading {
    color: #212121;
}

.sidebar-secundary-title {
    margin-top: 10px;
    color: #212121;
}

.green-search:focus {
    box-shadow: 0 0 0.15rem rgba(255, 255, 255, .8)
}

.ul-list-custom {
    display: block;
    list-style-type: none;
    padding: 0;
    font-weight: 700;
}

.ul-list-custom span {
    padding-left: .6rem;
    padding-right: .6rem;
}

.ul-list-custom .nav-item .upper {
    font-size: 15px;
    text-transform: uppercase;
}

.ul-list-custom .standard-item:focus-within {
    background-color: none;
}

.ul-list-custom .standard-item:hover {
    background-color: #20232380;
}

.ul-list-custom .standard-item.active {
    background-color: #2023234a;
}

.ul-list-custom .sub-item:focus-within {
    background-color: none;
}

.ul-list-custom .sub-item:hover {
    background-color: rgb(210, 255, 255, 0.2);
}

.ul-list-custom .sub-item.active {
    background-color: rgb(210, 255, 255, 0.2);
}

.ul-list-custom a {
    color: #fff;
    text-decoration: none;
}

.ul-list-custom a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul-list-custom a:hover,
.ul-list-custom a:focus {
    color: #ccc;
}

.ul-list-custom .ul-list-custom {
    background-color: rgb(210, 255, 255, 0.05);
    margin: 0px;
}

.ul-list-custom .ul-list-custom .nav-item {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    padding: 9px 10px 9px 30px;
}

.ul-list-custom .ul-list-custom .nav-item i {
    padding-right: 0.4rem;
    vertical-align: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.sidebar-menu {
    padding: 0.5rem 0.5rem;
    margin-left: 13px;
}

.sidebar-icon {
    height: 36px;
    width: auto;
}

.icons-pdp {
    height: 28px;
    width: auto;
}

.list-box-maps {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: rgb(194, 187, 187);
    z-index: 1;
    pointer-events: none;
    display: none;
}

.list-box-maps a {
    color: #fff;
    text-decoration: none;
}

.list-box-maps .nav-item {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-transform: none;
}

.list-box-maps .sidebar-section a {
    pointer-events: none;
}

#ul_maps .nav-item i {
    padding-left: 5px;
}

#ul_maps .nav-item .map {
    padding-left: 5px;
}

#ul_maps .nav-item .map .title {
    font-size: 12px;
    font-weight: 700;
}

#ul_maps .nav-item .map .subcategory {
    font-size: 10px;
    font-weight: 200;
}

.btn-info-custom:hover {
    background-color: #00000080;
}

.btn-info-custom:focus {
    box-shadow: none;
}

.btn-arrow {
    background-color: transparent;
    font-size: 24px;
    color: #fff;
}

.btn-primary {
    background: rgb(0, 113, 186) -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 113, 186)), to(rgb(0, 147, 167)));
    border-color: rgb(0, 113, 186);
}

.btn-primary:hover {
    background: rgb(0, 129, 176);
    border-color: rgb(0, 113, 186);
}

.btn-outline-primary {
    border-color: rgb(0, 113, 186);
    color: rgb(0, 113, 186);
}

.btn-outline-primary:hover {
    background: rgb(0, 113, 186) -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 113, 186)), to(rgb(0, 147, 167)));
}

.step-content .btn-category {
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    border: solid 2px #898E94;
    color: #000;
    width: 100%;
    background-color: #fff;
}

.step-content .btn-category.active {
    border: solid 3px #0075B8;
    color: #0075B8;
    background-color: #E6F5FF;
}

.step-content .btn-category:hover {
    background: #E6F5FF;
    color: #000;
}

.step-content .btn-category:focus {
    box-shadow: none;
}

.btn-upper {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 15px;
}

.btn-flat {
    background-color: none;
    border-color: none;
}

.btn-danger-flat {
    color: #c64a5f;
    border-color: #c74a5f;
    background-color: none;
}

.btn-danger-flat:hover {
    color: #c64a5f;
    background-color: #c74a5f26;
}

.btn-danger-outline {
    color: #c64a5f;
    background-color: none;
    border-color: #c64a5f;
}

.btn-danger-outline:hover {
    color: #fff;
    background-color: #c64a5f;
    border-color: none;
}

.btn-black-flat {
    color: #212529;
    background-color: none;
}

.btn-black-flat:hover {
    color: #212529;
    background-color: #21252926;
}

.float-sidebar {
    font-family: 'Barlow';
    font-weight: 800;
    position: absolute;
    z-index: 1029;
    width: max(20%, 360px);
    min-width: 360px;
    top: 80px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
}

.float-sidebar-right {
    right: 0;
}

.float-sidebar-header {
    position: fixed;
    display: flex;
    width: max(20%, 360px);
    flex-shrink: 0;
    align-items: center;
    /* justify-content: space-between; */
    height: 60px;
    background-color: #f4f4f4;
    padding: 12px;
    font-weight: 600;
    z-index: 1;
}

.float-sidebar-header nav {
    width: 100%;
}

.float-sidebar-header span {
    margin: 0 auto 0 0;
    font-family: 'Barlow';
    font-size: 1.1rem;
    font-weight: 600;
}

.float-sidebar-header .custom-icon {
    width: 40px;
    opacity: .3;
    margin-right: 16px;
}

.sidebar-large .float-sidebar-header {
    width: 60%;
}

.float-sidebar-title-item {
    display: flex;
    font-weight: 800;
    align-items: center;
    /* justify-content: space-between; */
    padding: 12px;
    background-color: #f2f5f5;
}

.float-sidebar-item {
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    color: #000000;
}

.float-sidebar-item:hover {
    background-color: #d3d3d3;
    color: #000000;
}

.float-sidebar-item span {
    padding-left: 14px;
}

.float-sidebar-title-item .geometry-icon {
    width: 32px;
    opacity: 0.5;
}

.float-sidebar-title-item span {
    margin-left: 16px;
}

.showing-list-map-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 60px;
    padding: 12px;
    font-weight: 600;
}

.showing-list-map-header span {
    margin: 0 auto 0 10px;
    font-family: 'Barlow';
    font-size: 1.1rem;
    font-weight: 600;
}

.showing-list-map-header .custom-icon {
    width: 48px;
    opacity: .6;
    margin-right: 15px;
    display: none;
}

.showing-list-map-header .sidebar-icon {
    position: absolute;
    height: 60px;
    top: 25px;
    left: 0px;
}

.proposal-count-title {
    display: block;
    height: 90px;
    text-align: center;
}

.proposal-count-title div {
    position: relative;
    height: 40px;
    top: 30px;
}

.proposal-count-title .count-subtitle {
    top: 58px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .5;
    color: #606060;
}

.proposal-count-title div:first-child {
    font-weight: 800;
    font-size: 3.4rem;
}

.btn-close-extra {
    border: none;
    padding: 6px;
    border-radius: 32px;
    background-color: transparent;
}

.btn-close-extra:hover {
    background-color: #0000001A;
}

.btn-close-extra .close-icon {
    width: 32px;
    opacity: 1;
}


/* #edit_map_legend {
        height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
        } */

.custom-legend {
    margin-left: 8px;
    margin-top: 50px;
}

.custom-legend .title-label {
    font-family: "Barlow";
    font-weight: 600;
}

.custom-legend .label-text {
    font-family: "Barlow";
    font-weight: 500;
    font-size: 0.9rem;
    margin: auto auto auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-picker {
    width: 28px;
    height: 28px;
    border-radius: 0;
    border-color: #202323;
    border-width: 2px;
    background-color: #E8EBEF;
    padding: 3px;
}

input[type="color"]::-webkit-color-swatch-wrapper {}

input[type="color"]::-webkit-color-swatch {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border-width: 2px;
    border-color: #202323;
}

#edit_map_legend::-webkit-scrollbar {
    width: 10px;
    background: rgb(131, 129, 129) !important;
}

.float-sidebar .info-map img {
    width: 36px;
    opacity: .2;
    margin-top: 12px;
}

.float-sidebar .info-map .subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
    opacity: .5;
}

.float-sidebar .info-map .title {
    font-size: 1.15rem;
    display: block;
    font-style: italic;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

.float-sidebar .function-icon {
    width: 28px;
    margin-left: 8px;
    margin-right: 8px;
}

.float-sidebar .function-title {
    font-weight: 600;
    color: #000;
    font-family: "Barlow";
}

.slider-range {
    margin-left: 50px;
    width: 50%;
    display: block;
}

.slider-range-short {
    width: 30%;
}

.edit-map-container,
.download-sidebar-container {
    margin-top: 70px;
}

.edit-map-container hr {
    opacity: .15;
}

.download-sidebar-container hr {
    opacity: 0;
}

.fem-range:focus {
    outline: 0;
}

.fem-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 2px #fff, 0 0 0 0.25rem rgba(10, 189, 144, 0.25);
}

.fem-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 2px #fff, 0 0 0 0.25rem rgba(10, 189, 144, 0.25);
}

.fem-range::-webkit-slider-thumb {
    background-color: #1D787F;
    width: 1.1rem;
    height: 1.1rem;
    /* margin-top: -0.05rem; */
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.fem-range::-webkit-slider-thumb:hover {
    background-color: #45AEB5;
}

.fem-range::-webkit-slider-thumb:active {
    background-color: #4fcfd8;
}

.fem-range::-webkit-slider-runnable-track {
    width: 50%;
    height: 1.1rem;
    color: transparent;
    cursor: pointer;
    border-color: transparent;
    border-radius: 1rem;
}

.fem-range {
    position: relative;
    margin-bottom: 36px;
    border-radius: .25rem;
    height: 0.25rem;
    outline: none;
    transition: background-color 1000ms ease-in;
    -webkit-appearance: none;
}

.fem-range-value:after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 15px);
    top: -9px;
    font-family: "Barlow";
    font-weight: 600;
    font-size: 1rem;
    color: #0A484F;
    text-align: left;
    text-transform: capitalize;
}


/*    #btn_ranger_opacity {
        background: linear-gradient(to right, #81CBD9 0%, #81CBD9 70%, #ACAFAE 70%, #ACAFAE 100%);
    }
    #btn_ranger_class {
        background: linear-gradient(to right, #81CBD9 0%, #81CBD9 66%, #ACAFAE 66%, #ACAFAE 100%);
        } */

.legend-container {
    margin: 0;
    display: flex;
    align-items: center;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.15);
}

.legend-container i {
    font-size: 1.5rem;
}

.items-section {
    position: fixed;
    z-index: 1029;
    min-width: 360px;
    width: 20vw;
    top: 164px;
    left: -600px;
    bottom: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
}

.items-section>* {
    pointer-events: none;
}

.list-maps-showing {
    z-index: 1031 !important;
    display: initial;
    height: auto;
    min-height: 100%;
}

.list-maps-hidden {
    z-index: 1 !important;
    display: none;
    pointer-events: none;
}

.items-section-showing {
    left: max(20vw, 360px);
}

.items-section-showing-right {
    right: max(20%, 380px) !important;
}

.flex-sidebar-header .count-maps {
    font-size: 38px;
    font-weight: 800;
    opacity: 0.5;
}

.flex-sidebar-header .item-number {
    padding: 6px 8px 6px 14px;
}

.flex-sidebar-header .item-box {
    padding: 15px 8px 15px 6px;
}

.flex-sidebar-header .item-box .item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.flex-sidebar-header .item-box .item-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.item-title {
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.item-subtitle {
    width: 100%;
    display: block;
    font-size: 12px;
}

.map-details .header-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #202323;
    width: 100%;
    display: block;
}

.map-details .header-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #202323;
    opacity: 0.7;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

.sidebar-section {
    margin: 0px;
    margin-top: 2.2rem;
    margin-bottom: 1.3rem;
}

.offcanvas {
    background-color: transparent;
}

.offcanvas-start {
    width: 100%;
}


/* PRELOAD*/

.container-animate {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1034;
    top: 0px;
}

.center-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes quadrado {
    0% {
        transform: rotateY(0deg);
    }

    20% {
        transform: rotateY(360deg);
    }
}

.anim-fadeout {
    animation: fadeout 2s forwards ease-in-out;
}

@keyframes fadeout {
    0% {
        opacity: 100%;
    }

    100% {
        opacity: 0%;
    }
}

.anim-fadein {
    animation: fadein 1s forwards ease-in-out;
}

@keyframes fadein {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.remove-show {
    transition: 1s !important;
    animation: left-out 1s forwards ease-in-out !important;
}

@keyframes left-out {
    0% {
        left: 0;
        opacity: 100%;
    }

    100% {
        left: -1000px;
        opacity: 0%;
    }
}

@keyframes left-in {
    0% {
        left: 500px;
        opacity: 0%;
    }

    50% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
        left: 0;
    }
}

@keyframes left_run {
    0% {
        left: 0px;
    }

    100% {
        left: 350px;
    }
}


/*Loading Maps */

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #212121;
    border-bottom: 8px solid #212121;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*PANEL*/

.panel-custom {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 80px;
    bottom: 0;
    background-color: aliceblue;
    overflow-x: hidden;
    overflow-y: auto;
}

.list-panel-custom,
.form-panel-custom {
    position: absolute;
    left: 20%;
    margin-left: 5%;
    margin-right: 5%;
    top: 75px;
    min-width: 65%;
    background-color: #e9ecef !important;
}

.list-panel-heading {
    padding: 2rem !important;
}

.list-panel-body {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

.panel-title {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Barlow';
    color: #00678f;
}


/*TOPBAR-PANEL*/

.topbar-inner {
    background-color: #e9ecef !important;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 60px;
}

.ordered-list {
    top: 15px;
    left: 20%;
    position: absolute;
    padding-left: 10px;
}

.topbar-inner-button {
    float: right;
    padding: 10px;
}

.breadcrumb a {
    font-weight: 700;
    color: #15acbd;
}

.breadcrumb a:hover {
    font-weight: 700;
    color: #072d31;
}

.topbar-menu {
    /* border-bottom: 2px solid black; */
    margin: 0;
    height: 60px;
    align-content: center;
}

.topbar-menu .breadcrumb-item {
    height: 60px;
    margin: 0;
    padding-left: 12px;
    padding-right: 20px;
    /* border-bottom: 2px solid black; */
    letter-spacing: .5;
    font-weight: 700;
    display: flex;
}

.topbar-menu .breadcrumb-item.active {
    background-color: #e6f5ff;
    color: #0075B8;
    /* border-bottom: 4px solid; */
}

.topbar-menu .breadcrumb-item.active .ic-ipla {
    color: #0075B8;
}

.topbar-menu .breadcrumb-item:hover {
    background-color: #EDF1F2;
}

.topbar-menu .breadcrumb-item .badge {
    background-color: #0075B8;
    color: #fff !important;
    min-width: 19px;
    height: 19px;
    line-height: 11px;
    text-align: center;
}

.topbar-menu .breadcrumb-item span {
    margin-top: auto;
    margin-bottom: auto;
}

.topbar-menu li {
    /* margin-left: 16px;
        margin-right: 16px; */
}

.topbar-icon {
    height: 24px;
    width: auto;
    padding-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}


/* DROPDOWN MENU */

.dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 14px;
    margin: 2px 0 0;
    list-style: none;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
    background-clip: padding-box;
}

.dropdown-menu li {
    margin-top: 5px;
}

.dropdown-menu a {
    color: #000;
}

.dropdown-menu a:hover {
    color: #00678f;
}


/*DRAGDROP SECTION*/

.drag-drop-section {
    z-index: 1;
    position: relative;
    width: 100%;
    bottom: 0;
}

.drag-drop-header {
    background-color: #202323;
    color: #fff;
}

.flex-sidebar-header,
.flex-sidebar-list,
.flex-sidebar-listmap {
    display: flex;
    justify-content: flex-end;
}

.ul-list-custom li.flex-sidebar-listmap,
.search-result-group ul li,
#nav_user_sugestions ul li {
    padding: 8px 16px;
}

.ul-list-custom .interactive-li:hover,
.search-result-group ul li:hover,
#nav_user_sugestions ul li:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.ul-list-custom .disabled-li {
    opacity: .5;
}

.ul-list-custom .disabled-li button {
    border: none;
}

.ul-list-custom .disabled-li i {
    font-size: 24px;
    color: #000;
}

.drag-drop-header .fa-stack {
    font-size: 12px;
    color: #fff;
}

.drag-drop-header .fa-info {
    color: #202323;
}

.drag-drop-body {
    background-color: #202323;
    max-height: 310px;
    overflow-y: auto;
    direction: rtl;
}

.drag-drop-list {
    height: 310px;
}

.map-rows {
    position: relative;
}

.drag-drop-list hr {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em !important;
    background-color: #202323;
    margin: 0;
    font-size: 12px;
    color: #ffffff33;
}

.hr-text::after {
    position: relative;
    display: inline-block;
    padding: 0 0.9em;
    line-height: 1.5em;
    color: #ffffff99;
    background-color: #202323;
    font-size: 13px;
    font-weight: 600;
}

.hr-text::before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    opacity: 0.15;
}

.hr-point::after {
    content: 'Marcadores';
}

.hr-geometry::after {
    content: 'Geometria';
}

.hr-wms::after {
    content: 'WMS';
}

.hr-text:hover:before {
    opacity: .5;
}

.hr-text:hover:after {
    color: #fff !important;
}

.map-slot {
    font-size: 12px;
    flex: 0 0 auto;
    border: 1px dashed #fff;
    border-radius: 5px;
    color: #fff;
    padding: 0.5rem;
    margin: 0.5rem;
}

.map-filled {
    background-color: #202323;
    font-size: 13px;
    font-weight: 600;
    /* position: relative;
    flex: 0 0 auto;
    border: 1px solid #fff;
    border-radius: 5px; */
    color: #fff;
    padding: 10px 16px;
    z-index: 10000;
    cursor: auto;
}

.map-filled:hover {
    cursor: move;
    background-color: #00000033;
}


/* .map-filled:active{
    background-color: #ffffff1a ; 
    cursor: grab;
}

.map-filled:active {
    cursor: grabbing;
}


/* .map-filled:-moz-drag-over {
    cursor: move;
    } */

#map_list_marker .map-filled,
#map_list_wms .map-filled {
    cursor: default;
}

.map-dropzone {
    position: relative;
    background-color: #202323;
}

*/
/* O ghost é uma réplica do elemento original. Surge na posição inicial do dragado assim que este se desloca */

.drag-and-drop-ghost {
    background-color: #ff0000;
}


/* O chose é uma réplica do elemento dragado. Surge na posição inicial do dragado imediatamente após segurar o clique.
    O uso dele sobrepõe completamente o ghost e suas modificações afetam o elemento dragado */

.drag-and-drop-chosen {
    background-color: #ffffff1a !important;
    cursor: row-resize !important;
    color: #fff;
}


/* O drag é o próprio elemento dragado. Surge após iniciar seu deslocamento, na posição do mouse.
    Por padrão do navegador, já vem com efeitos visuais de blur. */

.drag-and-drop-drag {
    border-top: 3px solid #ffffff4d;
    border-bottom: 3px solid #ffffff4d;
    background-color: #ffffff26 !important;
    -webkit-box-shadow: 0px 5px 10px 0px #000000;
    box-shadow: 0px 5px 10px 0px #000000;
}


/*Não sei do que se trata este jovem kkkkkk*/

.drag-and-drop-fallback {
    background-color: #ffffff1a;
}

.map-dropzone {
    position: relative;
    background-color: #13d4d4;
    font-size: 12px;
    flex: 0 0 auto;
    border: 3px dashed #aaa !important;
    border-radius: 5px;
    color: #aaa !important;
    padding: 0.5rem;
    margin: 0.5rem;
    z-index: 10000;
    /* opacity: 0; */
}

.map-filled .row,
.map-dropzone .row {
    pointer-events: none;
}

.btn-to-collapse {
    display: block;
    z-index: 1;
    transition: 0.5s;
    border-bottom: 20px solid #202323;
    border-radius: 10px 10px 0px 0px;
    height: 0px;
    width: 60px;
    color: #fff;
}

.icon-info-back {
    color: #81cbd9;
}

.icon-info-front {
    font-size: 1rem;
    line-height: 1.3rem;
}

.icon-sub-right {
    font-size: 1.4rem;
}

.collapse-custom-icon {
    margin-left: 12px;
    font-size: 1.2rem;
}

.collapsed .fa-caret-down {
    transform: rotate(180deg);
}

.btn-drag-filled:hover,
.btn-delete-filled:hover,
.btn-edit-filled:hover {
    background-color: #ffffff1A;
}

.btn-delete-filled:active,
.btn-edit-filled:active {
    background-color: #000000;
}

.ul-maps a li .icon-check {
    font-size: 1.5rem;
    vertical-align: middle;
}

.ul-maps a li .map-list-icon {
    opacity: 0.6;
    width: 1.625rem;
    margin-right: 2px;
    padding: 4px;
}

.ul-maps a li .map-list-icon:hover {
    opacity: 1;
    background-color: #2023234a;
    border-radius: 25%;
}

.btn-delete-filled {
    width: auto;
    color: #f79faa;
    pointer-events: all !important;
    padding: 5px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 30px;
    background-color: none;
}

.btn-drag-filled {
    width: auto;
    color: #fff;
    pointer-events: all !important;
    padding: 6px 12px 6px 4px;
    border-radius: 30px;
    background-color: none;
}

.btn-edit-filled {
    width: auto;
    color: #fff;
    pointer-events: all !important;
    padding: 7px;
    margin-right: 5px;
    border-radius: 30px;
    background-color: none;
}

.drag-drop-close-icon {
    width: 1.8rem;
    margin-right: 0px;
}

.drag-drop-drag-icon {
    width: 1.2rem;
    margin-right: 0px;
}

.drag-drop-blocked {
    opacity: 0.2;
}

.drag-drop-custom-icon {
    width: 1.6rem;
    margin-right: 0px;
}

.ul-maps a:hover li {
    background-color: #d2ffff1a;
}

.ul-maps a li span .fa-circle {
    color: #212121;
    font-weight: 700;
    font-size: 0.5rem;
}

.ul-maps a li span .fa-check-square-o {
    color: #f6ff48;
    font-weight: 400;
    font-size: 1.5rem;
}

.ul-maps a li .map-name {
    padding-right: 10px;
}

.ul-maps a li .map-name-off {
    color: #212121;
    font-weight: 500;
    padding-left: 16px;
}

.ul-maps a li .map-name-on {
    color: #f6ff48;
    font-weight: 700;
    padding-left: 12.5px;
}

.map-section-title {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    text-align: center;
}

.drag-drop-map-name {
    width: auto;
    margin-right: auto;
    padding-left: 0;
    justify-content: center;
    max-width: calc(100% - 125px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

.btn_back_map_list {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.btn_back_map_list:hover {
    background-color: #ffffff1A;
    border-radius: 30px;
}

#btn_customize,
#btn_filter {
    margin-right: 1.3em;
    font-size: 0.8em;
}

.defaultButton {
    background-color: #1c7c74;
    color: white;
}

.defaultSubmitButton {
    background-color: transparent;
    color: black;
    font-weight: bold;
    border: 1px solid;
    width: 7em;
    height: 2.5em;
}

.defaultSubmitButton:hover {
    background-color: #1c7c74;
    color: white;
    font-weight: bold;
}

.defaultButton span {
    color: white;
    font-size: 1em;
}

.defaultButton i {
    color: white;
    font-size: 1.3em;
}

.defaultLabel {
    font-size: 0.9em;
    font-weight: bold;
}

#opacity_range,
#class_range {
    height: 0.2em;
}

.toast {
    animation: a-to-up 1s forwards
}

.toast-img {
    width: 10%;
}

.subheader-elements {
    background-color: #fff;
}


/* .eye-control {
        display: inline-flex;
        } */

.eye-control img {
    width: 32px;
    margin-right: 16px;
    margin-left: 16px;
}

.edit-map-container .btn,
.download-sidebar-container .btn {
    border-radius: 0.25rem !important;
    border-color: #202323;
}

.download-sidebar-container .defaultButton {
    font-family: 'Barlow';
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
}

.download-sidebar-container .secundary-icon {
    margin-left: auto;
    padding-left: 12px;
    font-size: 18px;
}

.download-sidebar-container .float-sidebar-item span {
    font-size: 0.94rem;
}

.edit-map-container .btn-primary {
    background-color: #0A484F;
    color: #fff;
}

.edit-map-container .btn-secondary {
    background-color: #fff;
    color: #202323;
}

.icon-form {
    width: 2.6rem;
}

.radio-colors input[type=radio] {
    width: 20px;
    height: 20px;
}

.red,
input[type=radio]:checked.red {
    background-color: red;
}

.yellow,
input[type=radio]:checked.yellow {
    background-color: yellow;
}

.blue,
input[type=radio]:checked.blue {
    background-color: blue;
}

@media screen and (min-device-height: 767px) and (max-device-height: 899px) {
    .drag-drop-list {
        height: 205px;
    }

    .drag-drop-body {
        max-height: 205px;
    }
}

@media screen and (min-device-height: 900px) and (max-device-height: 1079px) {
    .drag-drop-list {
        height: 240px;
    }

    .drag-drop-body {
        max-height: 240px;
    }
}

.prunecluster-small {
    background-color: #828387;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
}

.prunecluster-small div {
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #828387;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 2px;
}

.prunecluster-small div span {
    line-height: 27px;
    margin-right: 1px;
}

.prunecluster-medium {
    background-color: #828387;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
}

.prunecluster-medium div {
    width: 32px;
    height: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #828387;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 2px;
}

.prunecluster-medium div span {
    line-height: 29px;
    margin-right: 1px;
}

.prunecluster-large {
    background-color: #828387;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    border-radius: 25%;
}

.prunecluster-large div {
    width: 36px;
    height: 36px;
    border-style: solid;
    border-width: 2px;
    border-color: #828387;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 25%;
}

.prunecluster-large div span {
    line-height: 32px;
    margin-right: 1px;
}

.prunecluster div span {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 15px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

.form-group .form-check-custom {
    width: 22px;
    height: 22px;
    margin-right: 16px;
    border: 2px #636565 solid;
}

.form-group .form-check-custom:checked {
    border: 2px #0075B8 solid;
}

.form-check-custom-text {
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
}

#navbar_routes .logged-btn {
    margin-left: 12px;
    border-radius: 16px;
}

#navbar_routes {
    line-height: 1.4;
}

#navbar_routes .logged-btn .logged-name {
    font-size: .75rem;
    font-weight: 600;
    margin-right: 8px;
}

#navbar_routes .logged-btn button {
    border-radius: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

li.hover:hover {
    background: #f5f5f5;
    cursor: pointer;
}

#sidebar_proposal_details .popup-content-header-icon {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: auto;
}

#sidebar_proposal_details span.title {
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

#sidebar_proposal_details .proposal {
    border-left: 4px solid #c95100;
}

.topbar-menu .breadcrumb-item .ic-ipla {
    font-size: 24px;
    color: #000;
    padding-right: 6px;
}

.sidebar-canvas ul li .ic-ipla {
    font-size: 28px;
    color: #3F3F3F;
}

.sidebar-canvas ul li .ic-ipla.close-1 {
    color: #C64A5F;
}

.sidebar-canvas ul li .float-button {
    height: 32px;
    border-radius: 10px;
}

.sidebar-canvas ul li .float-button:hover {
    background-color: #0000001A;
}

.btns .btn-accept,
.btns .btn-reject {
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.sidebar-canvas .sidebar-custom .subtitle {
    font-weight: 600;
}

.sidebar-canvas .sidebar-custom ul li .sub-item {
    font-size: 15px;
    font-weight: 400;
    color: #000
}

.sidebar-canvas .sidebar-custom .proposal-title,
.sidebar-canvas .sidebar-custom .proposal-proposition,
.sidebar-canvas .sidebar-custom .proposal-author {
    font-size: 15px;
}

.modal-dialog-centered {
    max-width: 400px;
}

.modal-dialog-centered.modal-lg {
    max-width: 800px;
}

.img-fluid.pmf-logo {
    width: 220px;
}

.img-fluid.pmf-logo-max {
    max-width: 50%;
}

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

.alert-msg .bg-warning {
    background-color: #d42255 !important;
}

#search_result_group a {
    display: block;
}

.cpf-exist .cpf-true {
    display: none
}

.cpf-exist .cpf-false {
    display: initial;
}

.cpf-exist.cpf-existent .cpf-true {
    display: initial
}

.cpf-exist.cpf-existent .cpf-false {
    display: none;
}

.btn-like {
    transition: all 0.5s;
    color: #20bfbf;
    font-size: 11px;
    padding: 2px 5px;
    border: 1px solid;
}

.btn-like:hover {
    color: #FFF;
    text-shadow: 0px 0px 10px #FFF;
    background: #20bfbf -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20c997), to(#20c997));
}

.btn-liked-1 {
    color: #FFF;
    background: #20bfbf -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20bfbf), to(#20c997));
}

.sidebar-custom .btn-like {
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 100px
}

.items-section::-webkit-scrollbar-thumb {
    background: #a9a8a8 !important;
}

.search-result-group ul {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    height: calc(100% - 0px - 300px);
    bottom: 0px;
    top: 70px;
    width: 100%;
}

.search-result-group ul::-webkit-scrollbar-thumb {
    background: #a9a8a8 !important;
}

.w-min-900 {
    min-width: 900px
}

.ic-selo {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    border-radius: 26px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.profile-subtitle .ic-selo{
    width: 28px;
    height: 28px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #a6ac3d;
}
.profile-subtitle .label-selo-basico{
    font-size: 17px;
}

.ic-selo-basico {
    border: 1px solid #a6ac3d;
    color: #a6ac3d;
}
.ic-selo-intermediario {
    color: #fff;
    background-color: #26bcbe;
}
.ic-selo-avancado {
    color: #fff;
    background-color: #fc4481;
}


.label-selo-basico {
    font-size: 14px;
    color: #a6ac3d;
}
.label-selo-intermediario {
    color: #26bcbe;
    font-size: 14px;
}
.label-selo-avancado {
    color: #fc4481;
    font-size: 14px;
}
.label-selo-intermediario.rem {
    font-size: 1rem;
}

.small.small {
    font-size: .7em
}

.opacity-75 {
    opacity: .75
}

.header-fortaleza-container .acesso-informacao img {
    width: 42%
}

.btn-exclamation {
    border: none;
    background: unset;
    color: gray;
    font-size: 1.2rem;
}

a.checkbox-link {
    padding: 6px;
    border: solid #a5a5a5 3px;
    border-radius: 25%;
    margin: 0.2rem;
    background-color: #fff;
}

a.checkbox-link:hover {
    border: solid #a5a5a5 3px;
    background-color: #0075b81c;
}

a.checkbox-link.active {
    border: solid #0075B8 3px;
    background-color: #0075b81c;
}

a.checkbox-link.inactive,
a.checkbox-link.inactive:hover {
    border: solid #d3d3d3 3px;
    background-color: transparent;
    pointer-events: none;
    cursor: none;
}

a.checkbox-link.inactive img {
    filter: grayscale(1);
    opacity: 0.5;
}

.body-tab-result .title {
    font-size: 1.3rem;
    color: #0075B8;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.body-tab-result .subtitle {
    font-size: 0.8rem;
    color: #4b4b4b;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.body-tab-result .container-result .title {
    font-size: 1.0rem;
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
}

.body-tab-result {
    height: 350px;
}

.container-result .text {
    color: #0075B8;
    opacity: 0.4;
    font-size: 24px;
    font-weight: 800;
}

.container-result .sub-text {
    font-size: 0.9em;
    line-height: 1.2;
    color: #0075B8;
    font-weight: 500;
}

.container-result span {
    display: flex;
    flex-basis: content;
    font-weight: 500;
}

.bt-pdp {
    width: 75px;
    font-size: 12px;
    border-radius: 15px;
}

.icon-btn {
    font-size: 1.3em;
}

.container-result .description {
    font-size: 0.9em;
}

.dimension-container {
    transition: opacity .5s;
}

.map-dimension-container {
    width: 100%;
    display: flex;
}

.map-dimension-container .image-item {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    transition: border-color 0.3s, filter 0.3s;
    border-radius: 8px;
    filter: saturate(0);
}

.map-dimension-container .image-item:hover,
.map-dimension-container .image-item.inactive:hover {
    filter: saturate(1);
    border-color: #353434;
    cursor: pointer;
}

.map-dimension-container .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-dimension-container .image-item.clicked {
    border-color: #0075B8;
    filter: saturate(1);
}

.map-dimension-container .image-item.inactive {
    border-color: transparent;
    filter: saturate(0);
}

.map-dimension-container .image-item.clicked .image-title {
    background-color: #0075B8;
}

.map-dimension-container .image-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
}

.map-dimension-container .info-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f5f5f5;
    cursor: pointer;
    padding: 3px 7px 4px;
}

.map-dimension-container .info-icon:hover {
    background-color: #00000045;
}

.info-icon {
    display: flex;
    align-items: center;
}

.info-icon .icon-info-card {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.info-icon .icon-info-front {
    color: #000;
    font-size: .9rem;
    line-height: 1.4rem;
}

.info-icon .icon-step-back {
    color: #636565;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.info-icon .icon-step-front {
    color: #fff;
    font-size: .9rem;
    margin-bottom: 2px;
}

.info-step-icon {
    min-height: 50px;
    min-width: 50px;
    z-index: 999;
}

.info-step-icon:hover .icon-step-back {
    color: #0080B1;
}

.li-step .step-text {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.li-step .step-text:hover,
.info-step-icon:hover {
    background-color: #E6E9ED;
    cursor: pointer;
}

#collapse_info_legend {
    overflow-y: auto;
    height: 350px;
}

.map-name.disabled {
    color: #696969 !important;
}

.modal-step-img {
    width: 100%;
    height: auto;
}

.icon-modal-title {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.img-dimensions {
    width: 100%;
    height: auto;
}

.img-dimension-item {
    width: auto;
    height: 100px;
    display: inline-block;
}

.title-dimension {
    display: inline-block;
    margin-left: 12px;
}

.step-content {
    background-color: #F7F7F7;
}

.collapse.show.dimensions {
    height: 350px;
}