@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --lateral-top: 125px;
    --lateral-foot: 18px;
    --lateral-height: calc(96% - 143px);
    --lateral-top-s: 115px;
    --lateral-height-s: calc(98% - 133px);
    --lateral-alertas: calc(100% - 60px);
    --lateral-info: calc(100% - 30px);
    --landing-header: 70px;
    --landing-content: calc(100% - 70px);
}

/* ~~~~~~~~~~ BODY ~~~~~~~~~~ */

.warning-content {
    font-size: 18px;
    margin: 20px;
    max-width: 700px;
}

.warning-message {
    margin-top: 80px;
    text-align: center;
    line-height: 160%;
}

.warning-message a {
    font-weight: bold;
}

body {
    color: #302F2F;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: 100vh;
    min-height: 100vh;
    max-width: 100vw;
    width: 100vw;
}

@media (max-width: 1280px) {
    body {
        font-size: 0.95em;
    }
}

.title-main {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px;
    padding: 10px;
    color: white;
    background-color: #102453;
}

/* ~~~~~~~~~~ INFO PLANO ~~~~~~~~~~ */

.plan-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 400px;
}

#plan {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#plan .data-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 200%;
}

#plan .data-row-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px auto 0px auto;
}

#plan .btn {
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}

#plan .btn-payment {
    background-color: #393;
}

#plan .btn-back {
    background-color: #102453;
}

#plan .plan-expired {
    font-weight: bold;
    color: #f19655;
}

#plan .plan-expired-img {
    background-image: url(../img/alert.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

#plan .plan-active {
    font-weight: bold;
    color: #393;
}

#plan .plan-active-img {
    background-image: url(../img/success.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

/* ~~~~~~~~~~ CRIAR CONTA ~~~~~~~~~~ */

.create-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#create {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#create form {
    width: 100%;
    margin-left: -11px;
}

.create-page #confirmation {
    display: none;
    font-size: 16px;
    margin: 100px;
    text-align: center;
    max-width: 500px;
    line-height: 160%;
}

.create-page #confirmation span {
    display: contents;
    font-weight: bold;
}

#create .input-error {
    display: none;
    color: red;
}

#create .btn-send {
    padding: 10px 5px;
    background-color: #102453;
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 20px;
}

#create .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#create .title-seccion {
    text-align: center;
    font-size: 18px;
    margin: 20px 20px 0px 20px;
}

#create .input-row {
    display: flex;
    flex-direction: column;
    margin: 6px;
    width: 100%;
}

#create .input-row label {
    font-size: 14px;
    color: #333;
}

#create .input-row input,
#create .input-row select {
    padding: 4px;
    font-size: 14px;
}

#create .input-row input[type=checkbox] {
    margin-right: 6px;
}

#create .input-row-line {
    flex-direction: row;
}

#create .prices {
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

#create .prices-col {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    border: 2px solid #999;
    border-radius: 10px;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 160%;
    cursor: pointer;
}

#create .prices-col:hover {
    border-color: #a53c3c;
}

#create .prices-col-selected {
    box-shadow: 0px 0px 5px 0px #ff8181;
    border-color: #cd6d6d;
}

#create .price-time {
    color: #000;
    font-weight: bold;
    pointer-events: none;
}

#create .price-value {
    color: #333;
    font-weight: bold;
    pointer-events: none;
}

#create .price-value span {
    color: #f07070;
    font-weight: bold;
    text-decoration: line-through;
    pointer-events: none;
}

#create .price-value-desc {
    color: #333;
    font-style: italic;
    font-size: 12px;
    pointer-events: none;
}

#create .price-check {
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 2px solid #aaa;
    border-radius: 10px;
    background-color: white;
    pointer-events: none;
}

#create .price-checked {
    border-color: black;
    background-color: #f50000;
}

#create .modal-content {
    max-height: 90%;
    max-width: 90%;
    top: 5%;
}

#create .m-default {
    overflow-y: scroll;
    height: calc(90vh - 48px);
}

#create .terms-title {
    font-weight: bold;
    text-align: center;
    margin: 20px;
    font-size: 18px;
}

#create .terms-section {
    margin: 20px 0px;
    font-weight: bold;
}

#create .terms-rows {
    line-height: 150%;
    margin: 8px 0px;
}

/* ~~~~~~~~~~ FORM ~~~~~~~~~~ */

#login form {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2em;
    width: 100%;
    margin: 20px 0px;
}

#login label {
    font-weight: 700;
    padding-top: 2%;
}

#login input {
    font-size: 1.4em;
    height: 38px;
    padding-left: 5px;
    text-align: start;
}

#login #btn-login {
    background-color: #232f66;
    border: none;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    height: 48px;
    margin-top: 20px;
    padding: 11px;
    cursor: pointer;
    text-align: center;
}

#login #btn-create {
    background-color: #f84b4b;
    border: none;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    height: 48px;
    margin-top: 12px;
    padding: 11px;
    cursor: pointer;
    text-align: center;
}

#login .error-msg {
    font-weight: bold;
    color: rgb(217 56 56);
    font-size: 16px;
    text-align: center;
    min-height: 20px;
    margin-top: 10px;
}

#login .modal-content {
    top: 150px;
    max-width: 400px;
}

#login .modal-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 250%;
}

#login #email-recover {
    width: 300px;
}

#login .modal_x,
#create .modal_x {
    font-size: 2.7em;
}  

#login .btn-send,
#login .btn-close {
    padding: 10px 5px;
    background-color: #102453;
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 20px;
    line-height: initial;
    height: 40px;
}

#login .modal-msg {
    line-height: 140%;
    text-align: center;
}



/* ~~~~~~~~~~ TABLE ~~~~~~~~~~ */

table {
    border: none;
    border-collapse: collapse;
    color: #1F6487;
    font-size: 0.9em;
    padding: 0 1px;
    table-layout: fixed;
    width: 100%;
}

tbody {
    display: block;
    width: 100%;
}

thead {
    background-color: white;
    overflow: hidden;
}

thead th {
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
}

.lbl_pq {
    font-size: 0.75em;
}

thead,
tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

th,
td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

tbody tr {
    background-color: #F0F0F0;
}

tbody tr:nth-child(even) {
    background-color: #FFF;
}

tbody td {
    word-wrap: break-word;
}

.prim {
    padding: 0 2px 0 4px;
    text-align: left;
    width: 200px;
}

@media (max-width: 1280px) {
    .prim {
        width: 120px;
    }
}

.celula-peq {
    width: 30px !important;
}

.celula-btns {
    width: 100px !important;
}

/* ~~~~~~~~~~ IMG ~~~~~~~~~~ */

.logo-color {
    background-image: url("../img/logos/JusMapp-Fundo-Branco.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: auto;
    width: auto;
}

#welcome .logo-color,
.landing-page .logo-color,
.create-page .logo-color,
.plan-page .logo-color {
    align-items: flex-start;
    display: inline-flex;
    height: 53px;
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-left: 10px;
    margin-top: 25px;
    width: 300px;
}

.landing-page .logo-color {
    height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: 200px;
}

.main-map .logo-color,
.new-map .logo-color {
    display: block;
    height: 100%;
    margin: 10px;
    background-position: center;
}

.logo-white {
    background-image: url("../img/logos/logo_riobranco-wh.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 25px;
    width: auto;
}

#landing-footer .logo-white {
    height: 90px;
    margin: 10px 0;
    width: 250px;
}

.logo-geocracia-white {
    background-image: url("../img/logos/logo_geocracia_rb-wh.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 70px;
    width: 175px;
}

.home-btn {
    height: 21px;
    width: 21px;
}

.loadicon {
    background-image: url(../img/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    background-position: center;
}

.erroricon {
    background-image: url(../img/error.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    background-position: center;
}

input[type=checkbox].item-select {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    padding: 0;
    width: 1px;
}

input[type=checkbox].item-select+label.item-select-lbl {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

input[type=checkbox].item-select:checked+label.item-select-lbl {
    background-position: 0 -20px;
}

.item-select-lbl {
    background-image: url(../img/select.png);
}

.social-icos {
    align-items: flex-end;
    display: inline-flex;
    height: 100%;
    margin-left: 10px;
}

.ico-social {
    cursor: pointer;
    height: 20px;
    margin: 15px 5px;
    width: auto;
}

/* ~~~~~~~~~~ LOGIN ~~~~~~~~~~ */

#login {
    background-color: #EBEAEA;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#login .window {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    background-color: #FFF;
    border: 0px;
    left: 60%;
    margin: 0;
    min-width: 500px;
    padding: 10px;
    position: absolute;
    top: 45%;
    -ms-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    margin-top: 10px;
}

#login .logo-color {
    background-position: center;
    height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#login .botton {
    display: inline-flex;
    color: #1F6487;
    font-size: 1.4em;
    font-weight: 700;
    height: 30%;
    padding: 2px;
    text-align: center;
}

#login a {
    color: #1F6487;
}

/* ~~~~~~~~~~ LANDING ~~~~~~~~~~ */

.landing-page header,
.create-page header,
.plan-page header {
    align-items: stretch;
    align-content: stretch;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: var(--landing-header);
    justify-content: space-between;
    width: 100%;
}

.landing-content {
    min-height: var(--landing-content);
    max-height: var(--landing-content);
    overflow-x: hidden;
    overflow-y: auto !important;
}

.landing-carousel-img {
    height: 590px;
    width: 100%;
}

#landing-info,
#landing-cases,
#landing-footer {
    height: auto;
    min-height: 400px;
    padding: 5px;
    width: 100%;
}

#landing-info {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
}

#landing-cases {
    background-color: #EFEFEF;
    display: inline-flex;
    flex-direction: column;
    min-height: 400px;
    overflow: hidden;
}

#landing-cases .titulo {
    display: inline-flex;
    height: 30px;
}

#landing-cases .titulo-mark {
    background-color: #502528;
    height: 30px;
    margin-right: 10px;
    width: 10px;
}

#landing-cases .titulo h1 {
    color: #502528;
    font-size: 1.5em;
}

#landing-cases .cases {
    align-items: center;
    display: inline-flex;
    height: 360px;
}

#landing-cases .vertical {
    background-color: #B4B5B4;
    height: 100%;
    width: 4px;
}

#landing-cases .case {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    margin: 8px;
    width: 290px;
}

#landing-cases .case img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 170px;
    margin: 3px 0;
    width: 290px;
}

#landing-cases .case p {
    display: inline-flex;
    align-content: stretch;
    font-size: 0.9em;
    height: 187px;
    text-align: justify;
}

#landing-footer {
    background-color: #102453;
    display: inline-flex;
    overflow: hidden;
}

/* ~~~~~~~~~~ LANDING CAROUSEL ~~~~~~~~~~ */
.mySlides {
    display: none;
}

.landing-carousel-img img {
    vertical-align: middle;
    width: 100%;
    height: 560px;
}

.slideshow-container {
    height: 575px;
    margin: auto;
    position: relative;
}

.prev,
.next {
    border-radius: 0 3px 3px 0;
    color: #302f2f;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    padding: 16px;
    position: absolute;
    top: 50%;
    transition: 0.6s ease;
    user-select: none;
    width: auto;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.slide-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    background-color: #ffffff99;
    padding: 20px 0px;
}

.slide-title {
    color: #3D4611;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 3px #00000044;
}

.slide-text p {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px #00000044;
    width: 75%;
}

.slide-text button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.2em;
    padding: 8px 16px;
    background-color: #102453;
    color: #fff;
}

.slide-text button:hover {
    box-shadow: 0 0 6px #00000088;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-dot,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.slides-nav {
    text-align: center;
}

/* ~~~~~~~~~~ LANDING MENU ~~~~~~~~~~ */

.menu {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: flex-end;
    transition: all 0.3s;
    width: 100%;
}

.menu li {
    list-style: none;
    margin-right: 3%;
    text-align: center;
}

.menu li:last-child {
    margin-right: 2%;
    text-decoration: underline;
}

.menu a {
    color: #502528;
    display: block;
    text-decoration: none;
}

.menu a:hover {
    text-shadow: 0 0 10px rgb(225, 225, 225), 0 0 20px rgb(225, 225, 225), 0 0 40px #FFF, 0 0 30px #fff;
}

@media (max-width: 950px) {
    .menu a {
        font-size: 1em;
    }
}

@media (max-width: 800px) {
    .menu a {
        font-size: 0.8em;
    }
}

/* ~~~~~~~~~~ LANDING INFO ~~~~~~~~~~ */

.info-top {
    display: inline-flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 85%;
}

.info-top-left,
.info-top-right {
    width: 50%;
}

.info-top-left {
    margin-right: 10px;
}

.info-top-right {
    margin-left: 0px;
}

.info-top h2 {
    color: #1F6487;
    margin: 8px 0;
}

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

.info-top img {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 250px;
    padding: 3px 15px;
    width: 100%;
}

.info-destack {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000044;
    margin: 15px 0;
    padding: 3px;
    width: 75%;
}

.info-destack h1 {
    font-size: 1.3em;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.info-destack-graphs {
    align-content: flex-end;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 5px;
}

.info-item {
    margin: 5px;
    max-height: 200px;
}

#landing-info button {
    background-color: #102453;
    border: none;
    border-radius: 8px;
    color: #FFF;
    cursor: pointer;
    padding: 8px 12px;
}

#landing-info button:hover {
    box-shadow: 0 0 6px #00000088;
}

/* ~~~~~~~~~~ LANDING FOOTER ~~~~~~~~~~ */

.f-left,
.f-right {
    display: inline-flex;
    flex-direction: column;
    color: rgb(244, 244, 244);
    width: 50%;
}

.f-left {
    align-items: flex-start;
    padding: 5px 20px 10px 5px;
}

.f-right {
    align-items: flex-end;
    padding: 5px 5px 10px 20px;
}

.f-left p,
.f-right p {
    font-size: 0.9em;
    text-align: justify;
}

/* ~~~~~~~~~~ LANDING CTA ~~~~~~~~~~ */

.call-to-action {
    background-color: #c0df8b;
    bottom: 10px;
    cursor: pointer;
    border: none;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 6px#000, 0 0 10px #FFF;
    font-size: 0.9em;
    font-weight: 700;
    margin: 10px;
    padding: 8px 12px;
    position: absolute;
    right: 15px;
    width: 160px;
    z-index: 999;
}

/* ~~~~~~~~~~ WELCOME ~~~~~~~~~~ */

#welcome {
    background-image: url("../img/welcom-bkg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}

#welcome #barra {
    height: 22%;
    max-height: 120px;
    padding: 0.5% 1% 0 1%;
    justify-content: flex-end !important;
    width: 100%;
}

#noticias {
    color: #102453;
    font-size: 0.9em;
    max-height: 110px;
    overflow-y: scroll;
    padding-left: 20px;
    min-width: 280px;
    max-width: 280px;
}

#noticias li {
    padding: 3% 2% 3% 0;
    text-align: justify;
}

#noticias li a,
#noticias li a:visited {
    color: #102453;
    text-decoration: none;
}

#noticias li a:hover {
    text-decoration: underline;
}

#welcome .esq {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
}

#welcome .separador {
    padding-right: 10px;
}

#welcome .window {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    background-color: #F1F1F1;
    border: 0px;
    left: 50%;
    margin: 0;
    min-width: 400px;
    position: relative;
    top: calc(120px + 20%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

@media (max-height: 650px) {
    #welcome .window {
        top: calc(120px + 10%);
    }
}

#welcome .window .titulo {
    background-color: #102453;
    color: #FFF;
    padding: 5px 10px;
}

#welcome .window button {
    background-color: #FFF;
    border: none;
    color: #302F2F;
    font-size: 1.6em;
    font-weight: 500;
    height: 35%;
    padding: 50px 20px;
    width: 85%;
}

#welcome .window button:hover {
    box-shadow: 0 0 6px rgba(0 0 0 / 20%);
}

#welcome .window .blank {
    font-size: 2em;
}

/* ~~~~~~~~~~ NEW MAP ~~~~~~~~~~ */

.new-map .wizard .titulo,
.info .titulo {
    background-color: #102453;
    color: #FFF;
    padding: 5px 10px;
}

.new-map .wizard .wiz-inn {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.new-map .inner,
.new-map .inner-btn {
    padding: 1%;
}

.new-map .inner button {
    align-items: center;
    background-color: #FFF;
    border: none;
    display: inline-flex;
    color: #AEADAD;
    font-size: 1.1em;
    font-weight: 500;
    height: 100px;
    margin: 2%;
    padding: 20px;
    text-align: justify;
    cursor: pointer;
}

.new-map .inner button:hover {
    box-shadow: 0 0 6px rgba(0 0 0 / 20%);
}

.new-map .inner .button-pressed {
    color: #000;
    box-shadow: 0 0 8px #3a1717;
}

.new-map .inner .btn-ico {
    height: auto;
    margin-right: 10px;
    width: 40px;
}

.new-map .inner-btn {
    justify-content: space-between;
    width: 100%;
}

.new-map .inner-btn button {
    background-color: #102453;
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin: 0 2%;
    padding: 10px 0;
    width: 110px;
    cursor: pointer;
}

#btn-report {
    margin: auto 20px;
    padding: 10px 0;
    width: 100%;
}

.new-map .inner-btn button:disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.new-map .inner-btn .red-btn {
    background-color: #703034;
}

/* ~~~~~~~~~~ MAPA ~~~~~~~~~~ */

.leaflet-control-help {
    height: 34px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 4px;
    background: white;
}

.leaflet-control-help-icon {
    width: 30px;
    height: 30px;
    border-bottom: none;
    display: inline-block;
    border-radius: 4px;
    border: none;
    background-color: white;
    background-image: url('../img/icos/help.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.leaflet-popup-content {
    width: 250px !important;
}

.popup-title {
    color: #7B7B7B;
    font-size: 1em;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.popup-text {
    font-size: 12px;
}

#page-body {
    display: inline-flex;
    align-content: stretch;
    align-items: stretch;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
    overflow: hidden;
}

#lateral {
    background-color: #EDEDED;
    box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    width: 42%;
    z-index: 4;
    max-width: 450px;
}

@media (max-width: 1080px) {
    #lateral {
        width: 40%;
    }

    .main {
        width: 60%;
    }
}

@media (min-width: 1500px) {
    #lateral {
        width: 50%;
    }

    .main {
        width: 50%;
    }
}

.lateral-top {
    height: var(--lateral-top);
}

.lateral-foot {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    height: var(--lateral-foot);
    margin: 0 1%;
}

@media (max-width: 1280px) {
    .lateral-top {
        height: var(--lateral-top-s);
    }
}

#lateral .top-esq,
#lateral .top-dir {
    width: 100%;
}

#lateral .top-esq {
    justify-content: flex-start;
}

#lateral .top-dir {
    justify-content: flex-end;
    align-items: center;
    margin: 10px 1% 0 0;
}

@media (max-width: 1280px) {
    #lateral .top-dir {
        margin-top: 8px;
    }
}

#lateral .proj {
    color: #302F2F;
    display: inline-flex;
    align-items: flex-end;
    font-weight: 700;
    padding: 5px;
}

#lateral .filtros {
    display: inline-flex;
    align-content: stretch;
    align-items: stretch;
    background-color: #7B7B7B;
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    height: 85px;
    width: 92%;
}

#lateral .filtros img {
    height: 16px;
    width: auto;
}

#lateral .filtros .titulo {
    color: #FFF;
    font-weight: 700;
    height: 30px;
    margin-top: 14px;
}

#lateral .filtros .btn {
    margin-top: 2px;
}

#lateral .filtros button {
    font-size: 0.8em;
    height: 30px;
    width: 28%;
}

#lateral .filtros button:hover {
    background-color: #E8E8E8;
}

#lateral .filtros button:focus {
    background-color: #E8E8D1;
    font-weight: 700;
}

#painel-camadas,
#painel-filtros,
#imprimir,
#painel-info,
.info-coords,
#feature-table,
.info-results,
#report-feature-table,
.report-map,
#feature-table-info {
    display: none;
}

#imprimir-relatorio:disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.lista-camada,
.wizard,
.info {
    margin: 0 1%;
    height: var(--lateral-height);
    max-height: var(--lateral-height);
    width: 98%;
    z-index: 5;
}

.lista-camada,
.wizard,
.info-inn {
    overflow-y: auto;
}

.info {
    overflow-y: hidden;
}

.info-inn {
    max-height: var(--lateral-info);
}

.info-zerohits {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    display: none;
}

@media (max-width: 1280px) {

    .lista-camada,
    .wizard,
    .info {
        height: var(--lateral-height-s);
        max-height: var(--lateral-height-s);
    }
}

.lista-camada .alertas,
.info {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    max-height: var(--lateral-alertas);
    overflow-y: auto;
}

.lista-camada .item {
    width: 100%;
}

.lista-camada h1,
.lista-camada h2,
.info h2,
.filtro,
.nenhuma-int {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 1% 0 1%;
    width: 100%;
}

.filtro {
    align-items: center;
    background-color: #FFF !important;
    color: #AFB6BB !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 1%;
}

.lista-camada .item {
    background-color: #FFF;
}

.lista-camada h1,
.lista-camada h2,
.info h2 {
    height: 30px;
    width: 100%;
}

.lista-camada h1 {
    color: #FFF;
    background-color: #567585 !important;
    font-size: 1.2em;
    justify-content: center;
    text-align: center;
}

.lista-camada h2,
.info h2 {
    color: #232122;
    background-color: #9DBFD0;
    font-size: 1em;
    padding: 2px 1% 2px 1%;
}

.filtro input {
    background: url(../img/icos/magnifier.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    border: none;
    border-bottom: 1.5px solid #000 !important;
    color: #AFB6BB;
    font-style: italic;
    padding: 2px 25px 2px 8px;
}

.popup-layer-info {
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
    z-index: 1002;
}

.popup-container {
    position: absolute;
    z-index: 1000;
}

.popup-open {
    cursor: pointer;
}

.popup-tip-container {
    position: relative;
    margin: auto -10px auto 0px;
    top: 54px;
    left: -9px;
    z-index: 1003;
    width: 10px;
    height: 18px;
    overflow: hidden;
}

.popup-tip {
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    background-color: #fff;
    margin-left: 3px;
}

.popup-btnclose {
    position: relative;
    cursor: pointer;
    float: right;
    color: #888;
}

.popup-description {
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

.popup-legend-title {
    color: #333;
    padding: 4px;
    margin-top: 10px;
    font-size: 12px;
}

.popup-loading {
    width: 80px;
    height: 80px;
    background-image: url(../img/loading.gif);
    background-size: cover;
    margin: 10px auto;
}

.filtro span {
    color: black;
    font-size: 14px;
    margin-right: 8px;
}

.filtro .sem-alertas {
    display: inline-flex;
}

.filtered-by-zerohits,
.filtered-by-name {
    display: none;
}

.nenhuma-int::after {
    color: #1F6487;
    content: "Nenhuma interferência para esta categoria";
}

.info {
    background-color: #FFF;
}

.info-loading {
    display: none;
    width: 100%;
    height: 300px;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
}

.info-loading-img {
    background-image: url(../img/loading.gif);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px;
}

.info-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.info-header h4,
.info-coords h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

.info-header-selects {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.info-header-selects select {
    width: 50%;
}

.main {
    background-color: #F8F8F8;
    height: 100%;
    width: 100vw;
    z-index: 3;
}

#barra {
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    background-color: #F8F8F8;
    justify-content: flex-start !important;
    height: 125px;
    padding: 0.75% 1% 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

#barra button {
    background-color: #F8F8F8;
    border: 2px solid #F8F8F8;
    display: inline-flex;
    color: #302F2F;
    font-size: 0.8em;
}

#barra button:hover {
    background-color: #E8E8E8;
    border: 2px solid #DDDDDD;
}

#barra .button-pressed {
    background-color: #ddd;
    border: 2px solid #aaa;
}

#barra .btn_gd {
    align-items: center;
    flex-direction: column;
    height: 92px;
    margin: 10px 2px 2px 5px;
    width: 80px;
    cursor: pointer;
}

#barra .btn_gd:disabled {
    cursor: not-allowed;
}

#barra .red-btn {
    background-color: #E57171;
    border: 2px solid #E57171;
    color: #FFF;
}

#welcome #barra .btn_gd {
    height: 85px;
    width: 84px;
}

#barra .red-btn:hover {
    background-color: #E84A4A;
    border: 2px solid #B16161;
}

#barra .btn_pq {
    align-items: center;
    height: 38px;
    margin: 5px;
    text-align: left;
    width: 105px;
    cursor: pointer;
}

#barra .btn_pq:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

#barra .btn_gd img {
    padding: 5px 5px 8px 5px;
}

#barra .btn_pq img {
    padding: 4px 10px 4px 4px;
}

#barra .grupo {
    color: #999999;
    font-size: 0.8em;
    text-align: center;
}

#welcome #barra .group {
    display: inline-flex;
    justify-content: space-between;
    width: fit-content;
}

@media (max-width: 1380px) {

    #barra button,
    .info-coords {
        font-size: 0.75em;
    }

    #barra .btn_gd {
        height: 85px;
        width: 76px;
    }

    #barra .btn_pq {
        width: 95px;
    }

    #barra .btn_gd img {
        padding: 4px 4px 8px 4px;
    }

    #barra .btn_pq img {
        padding: 4px 7px 4px 4px;
    }
}

@media (max-width: 1280px) {

    #barra button,
    .info-coords {
        font-size: 0.70em;
    }

    #barra .btn_gd {
        height: 85px;
        width: 70px;
    }

    #barra .btn_pq {
        width: 90px;
    }

    #barra .btn_gd img {
        padding: 4px 2px 8px 2px;
    }

    #barra .btn_pq img {
        padding: 4px 7px 4px 4px;
    }
}

.main-map #area-de-interesse,
.new-map #relatorio {
    display: none;
}

.info-coords {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
    padding: 5px 8px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#info-coord-fields {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

#info-coord-fields .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
}

#info-coord-fields .row label {
    width: 200px;
}

.info-coords input {
    width: 100%;
    background-color: rgb(241, 241, 241);
    border: 0.5px solid rgb(186, 186, 186);
    font-style: italic;
    margin-right: 8px;
    text-indent: 4px;
}

.info-coords .info-radius {
    width: 100%;
}

.info-results td {
    font-size: 12px;
}

.info-results tr:hover {
    background-color: rgb(236, 125, 125);
    cursor: pointer;
}

.info-results tr:hover td {
    background-color: transparent;
    /* or #000 */
}

.mapa {
    position: relative;
    width: 100%;
    z-index: 0;
}

#map {
    min-height: calc(100vh - 125px);
}

.map-pane {
    background-color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.map-arealimit-pane {
    font-size: 12px;
    opacity: 0.7;
    color: #560615;
    font-style: italic;
    background-color: #ffff38;
}

.map-arealimit-pane .message {
    max-width: 300px;
}

.map-fileupload-pane {
    width: 300px;
}

.map-fileupload-pane .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.map-fileupload-pane .details {
    margin-bottom: 10px;
    font-size: 11px;
}

.map-fileupload-pane input {
    font-weight: bold;
    margin: 10px;
    font-size: 12px;
}

.map-fileupload-pane button {
    background-color: #102453;
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin: 10px auto;
    padding: 5px 0;
    width: 150px;
    cursor: pointer;
}

.map-coordinate-pane .row label {
    width: 90px;
}

.map-coordinate-pane span {
    font-weight: bold;
    margin: 0px 3px;
}

.map-coordinate-pane select {
    font-size: 12px;
}

.map-coordinate-pane .coordsex {
    width: 27px !important;
}

.map-coordinate-pane .coordsex-seg {
    width: 85px !important;
}

.map-fileupload-pane button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.map-pane .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 4px 0px;
}

.map-pane .row label {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 10px;
}

.map-pane .row input {
    width: 140px;
    padding: 2px;
}

.map-pane .row select {
    width: 175px;
    padding: 2px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.map-loading-pane {
    background-color: #ddd;
    opacity: .5;
    height: 100px;
    width: 100px;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: none;
}

.map-loading-pane .map-loading-img {
    background-image: url(../img/loading.gif);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map-coordinate-pane .row input,
.map-coordinate-pane .row select {
    width: 170px;
}

.map-loading-pane span {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

/* ~~~~~~~~~~ MODAL ~~~~~~~~~~ */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #102453;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#new-proj {
    padding-top: 35%;
}

.main-map #new-proj {
    padding-top: 10%;
}

#open-proj {
    padding-top: 10%;
}

#print-proj {
    padding: 20px 10%;
}

.modal-header {
    background-color: #102453;
    color: #FFF;
    padding: 5px 10px;
}

.modal_x {
    color: #FFF;
    cursor: pointer;
    font-size: 3em;
    position: absolute;
    top: -10px;
    right: 15px;
}

#new-proj .titulo,
#open-proj .titulo,
#print-proj .titulo {
    background-color: #102453;
    color: #FFF;
    padding: 5px 0px;
}

.modal-content {
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
    margin: auto;
    max-width: 1200px;
    padding: 0%;
    position: relative;
    -webkit-print-color-adjust: exact;
}

.modal-proj .modal-content {
    width: 400px;
    height: 200px;
    top: 20%;
}

.modal-proj .modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 250%;
}

.modal-proj .modal_x {
    font-size: 2.7em;
}

.modal-proj input,
.modal-proj select {
    font-size: 1.4em;
    height: 38px;
    padding-left: 5px;
    text-align: start;
    width: 300px;
}

.modal-proj .btn {
    padding: 10px 5px;
    background-color: #102453;
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 20px;
    line-height: initial;
    height: 40px;
}

.modal-proj .btn-disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.modal-proj .modal-msg {
    line-height: 140%;
    text-align: center;
}

#modal-processing .modal-content {
    max-width: 600px;
    top: 30%;
}

#modal-processing .modal-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 300%;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px;
}

#modal-processing .modal-header {
    text-align: center;
    font-size: 18px;
    margin: 10px;
}

#modal-processing .btn-success {
    background-color: #393;
    padding: 0px 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

#modal-processing .btn-error {
    background-color: #a33;
    padding: 0px 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

#modal-processing .btn-retry  {
    background-color: #f19655;
    padding: 0px 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.modal-img-loading {
    width: 200px;
    height: 200px;
    background-image: url('../img/loading.gif');
    background-size: contain;
}

.modal-img-success {
    width: 200px;
    height: 200px;
    background-image: url(../img/success.svg);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-img-error {
    width: 200px;
    height: 200px;
    background-image: url(../img/alert.svg);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center;
}

#new-proj .modal-content,
#open-proj .modal-content {
    min-width: 300px;
    max-width: 700px;
    width: 60%;
}

#open-proj .modal-content {
    background-color: #F1F1F1;
}

.m-default {
    padding: 10px;
}

#print-proj .m-default {
    overflow-y: auto;
    padding: 1px;
}

#open-proj .tab {
    width: 120px;
}

#open-proj .list {
    background-color: #FFF;
    box-shadow: inset 0 0 3px rgba(0 0 0 / 40%);
    min-height: 300px;
    padding: 2px;
    width: calc(100% - 120px);
}

#open-proj .list img {
    height: 20px;
}

.bottom-modal {
    align-items: center;
    display: inline-flex;
    margin: 5% auto 0%;
    justify-content: center;
    width: 100%;
}

#new-proj .bottom-modal,
#open-proj .bottom-modal {
    justify-content: flex-end;
    margin-top: 5px;
}

.bottom-modal button {
    background-color: #102453;
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 1em;
    margin: 0 10px;
    padding: 10px 0;
    width: 100px;
}

.proj-txt {
    border: 1px solid #ACACAC;
    font-size: 1.2em;
    height: 36px;
    padding-left: 5px;
    text-align: start;
    width: 100%;
}

#print-title {
    color: #7B7B7B;
    font-size: 1.8em;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.m-default label {
    color: #ACACAC;
}

#print-proj table {
    font-size: 1em;
}

#print-proj th,
#print-proj td {
    padding: 4px 2px;
}

#print-proj .direita {
    text-align: right;
    padding-right: 4px;
}

#print-proj .proj-info,
#print-proj .report-map,
#print-proj .report-table,
#feature-table {
    margin-bottom: 3px;
}

table caption {
    background-color: #A6C5D4;
    color: #102453;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0px;
    text-align: center;
}

.info table caption {
    font-size: 1em;
    font-weight: 600;
    padding: 5px 2px;
    text-align: start;
}

.feature-info {
    background-color: #DDD;
    color: #102453;
    padding: 3px 2px;
}

.report-feature-btn,
.download-kml-btn,
.download-shp-btn {
    cursor: pointer;
    height: auto;
    width: 22px;
    margin: 0px 2px;
}

.report-feature-btn:disabled,
.download-kml-btn:disabled,
.download-shp-btn:disabled {
    cursor: default;
}

.report-map,
.report-loading {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.report-map-img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-print-color-adjust: exact;
}

.report-loading-img {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/loading.gif');
    display: block;
}

.report-loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 20px;
}

.report-loading-span {
    margin: 20px;
}

#print-proj #map {
    min-height: 300px;
    z-index: 20;
}

.report-table thead {
    background-color: #A6C5D4;
    padding: 10px 0px;
}

#modal-back-btn {
    width: 50px;
    height: 46px;
    background-color: #90e5a6;
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

#modal-print-btn {
    width: 50px;
    height: 46px;
    background-color: #E57171;
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

@media screen {
    #printSection {
        display: none !important;
    }
}

@media print {
    .page-body {
        display: none !important;
    }

    .modal {
        position: absolute;
        overflow: hidden;
        height: fit-content;
        min-height: 100%;
    }

    #modal-print-btn,
    #modal-back-btn,
    .modal_x {
        display: none !important;
    }

    #print-proj {
        margin: 0px;
        padding: 0px;
    }

    .modal-content {
        max-width: 100%;
        box-shadow: none;
        border: none;
    }
}

/* ~~~~~~~~~~ DIV ~~~~~~~~~~ */

.hidden {
    display: none;
}

.inline-flex {
    display: inline-flex;
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

.box-shadow {
    box-shadow: 0 0 6px rgba(0 0 0 / 40%);
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w15 {
    width: 15%;
}

.hcenter {
    display: inline-flex;
    justify-content: center !important;
    align-items: center;
}

.vcenter {
    text-align: center;
    vertical-align: middle !important;
}

.m-top {
    margin-top: 5px;
}

.m-bottom {
    margin-bottom: 5px;
}

.m-right {
    margin-right: 5px;
}

.m-left {
    margin-left: 5px;
}

/* ~~~~~~~~~~ MISC ~~~~~~~~~~ */

.geocracia {
    color: #515151;
    font-size: 0.8em !important;
}

.voltar {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
}

.separador {
    border-left: 2px solid #DEDEDE;
    height: 95%;
}

.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
}

.active,
.collapsible:hover {
    background-color: #567585;
}

.collapsible::before {
    content: url(../img/collapse.svg);
    float: left;
    margin-top: 4px;
}

.active::before {
    content: url(../img/expand.svg);
}

.item-content {
    display: block;
    overflow: hidden;
}

/******* COOKIES PANEL ********/

.cookies-div {
    position: absolute;
    bottom: 0px;
    width: 500px;
    right: calc(50vw - 250px);
    background: white;
    display: flex;
    flex-direction: column;
    border: solid 2px black;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 25px;
    font-weight: bold;
    line-height: 160%;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
}

.cookies-btn {
    padding: 5px 20px;
    background-color: #102453;
    color: white;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
}

/************ TOUR ************/

.shepherd-cancel-icon {
    display: none;
}

.shepherd-header, .shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow::before {
    background-color: #703034 !important;
}


.shepherd-element[data-popper-placement^=left]>.shepherd-arrow::before,
.shepherd-element[data-popper-placement^=right]>.shepherd-arrow::before,
.shepherd-element[data-popper-placement^=top]>.shepherd-arrow::before {
    background-color: antiquewhite;
}

.shepherd-content {
    background-color: antiquewhite;
}

.shepherd-title {
    color: white;
    font-weight: bold;
}

.shepherd-button {
    background-color: #393;
    color: white;
    font-weight: bold;
}

.shepherd-button-secondary {
    background: #8b8b8b !important;
    color: white !important;
}
