html {
    font-size: 14px;
    height: 100%;
    position: relative;
    /*
font-family: 'Inconsolata', monospace;
font-family: 'Marcellus', serif;
font-family: 'Faustina', serif;
*/
}

:root {
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.page-title {
    /*font-family: 'Faustina', serif !important;
font-family:*/
    /*--bs-body-font-family: 'Faustina', serif !important;*/
}

.spinner-center {
    position: fixed; /* changed from absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    /*margin-bottom: 60px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: content-box;
}

div#image-logo-full {
    background-image: var(--logo-full);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 383/83;
}

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

.w-40 {
    width: 60%;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

#map {
    float: left;
    margin: 0;
    width: 100%;
    height: 100%;
}

.mt-7 {
    margin-top: 5rem;
}

/*Wraperclass for the divicon*/
.map-label {
    position: absolute;
    bottom: 0;
    left: -50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/*Wrap the content of the divicon (text) in this class*/
.map-label-content {
    order: 1;
    position: relative;
    left: -50%;
    background-color: #fff;
    /*border-radius: 50px;*/
    /*border-width: 2px;*/
    border-radius: 50%;
    border-style: solid;
    border-color: #808080;
    border-width: 1px;
    padding: 3px;
    white-space: nowrap;
}
/*Add this arrow*/
.map-label-arrow {
    order: 2;
    width: 0px;
    height: 0px;
    left: 50%;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
    border-width: 10px 6px 0 6px; /*[first number is height, second/fourth are rigth/left width]*/
    margin-left: -6px;
}

/*Instance classes*/
.map-label.inactive {
    opacity: 0.5;
}

.map-label.redborder > .map-label-content {
    border-color: #e00;
}

.map-label.redborder > .map-label-arrow {
    border-top-color: #e00;
}

.map-label.redbackground > .map-label-content {
    white-space: default;
    color: #fff;
    background-color: #e00;
}



.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive {
    border-radius: 50%;
    border-width: 1px;
    width: auto;
}


:root {
    --logo-full: url(/Images/logo-mobicycle-c-frase_br-01.png);
    --logo-icon: url(/Images/logo_mobicycle-150px.png);
    --logo-name: url(/Images/logo_mobicycle-150px.png);
    --logo-image: url(/Images/mobicycle-login.jpg);
    --c01: #68bbbb;
    --c01light: #d9f2f2;
    --c01-transparent: "#68bbbb77");
    --c02: #ffffff;
    --c02a: #ececec;
    --c03: #c6c6c5;
    --c04: #878786;
    --c05: #25262b;
    --c06: #ffffff;
    --c07: #f5f5f5;
    --c08a: #acacac;
    --c08: #ececec;
    --c09: #25262b;
    --bs-body-font-weight: 400;
    --bs-toast-zindex: 3000;
    /*--bs-body-color: var(--c09);*/
    --bs-primary-rgb: 104, 187, 187;
    --bs-body-rgb: 104, 187, 187;
    --bs-btn-hover-border-color: var(--c01);
    --bs-primary-bg-subtle: var(--c01);
    /*--bs-body-bg: var(--c08);*/
    --bs-body-bg-rgb: rgb(from var(--c09) r g b / 0.5);
    --bs-body-font-family: 'Raleway', serif;
    --title-font: 'Roboto Slab';
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

input#Email {
}

.leaflet-tile {
    filter: saturate(0.4) !important;
}


body {
}

.circle-container {
    position: relative;
    -webkit-animation-name: pulse; /* safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* safari 4.0 - 8.0 */
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.circle1 {
    border-radius: 50%;
    position: absolute;
    background-color: var(--c01);
    opacity: 0.25;
}

.circle2 {
    border-radius: 50%;
    background-color: #299DCB;
    opacity: 0.5;
    position: absolute;
}
/* safari 4.0 - 8.0 */
@-webkit-keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

.bg-c01 {
    background-color: var(--c01);
}

.bg-c02 {
    background-color: var(--c02);
}

.bg-c02a {
    background-color: var(--c02a);
}

.bg-c03 {
    background-color: var(--c03);
}

.bg-c04 {
    background-color: var(--c04);
}

.bg-c05 {
    background-color: var(--c05);
}

.bg-c07 {
    background-color: var(--c07); /* override disabled inputs */
}

.bg-c01:hover {
    background-color: var(--c01);
}

.bg-c02:hover {
    background-color: var(--c02);
}

.bg-c02a:hover {
    background-color: var(--c02);
}

.bg-c03:hover {
    background-color: var(--c02a);
}

.bg-c04:hover {
    background-color: var(--c03);
}

.bg-c09 {
    background-color: var(--c09);
}

.text-c01-entity {
    color: var(--c01) !important;
}


.text-c01 {
    color: var(--c01-text) !important;
}

.text-c02a {
    color: var(--c02a) !important;
}

.text-c03 {
    color: var(--c03) !important;
}

.text-c04 {
    color: var(--c04) !important;
}

.text-c06 {
    color: var(--c06) !important;
}

.text-c07 {
    color: var(--c07) !important;
}

.text-c08 {
    color: var(--c08) !important;
}

.text-c09 {
    color: var(--c09) !important;
}

.text-c08 {
    color: var(--c08) !important;
}

.text-c09 {
    color: var(--c09) !important;
}

.text-paragraphs {
    font-family: var(--bs-body-font-family), serif !important;
}

.text-title {
    font-family: var(--title-font), serif !important;
}

#navbarToggleBtn:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas-less-width-centered {
    width: 95vw;
    border-width: 0px !important;
    height: 80vh !important;
    margin-left: 2.5vw;
}


.offcanvas-height-increase {
    height: 70vh !important;
}
/* end .squaredTwo */
/* .squaredThree */
.squaredThree {
    margin: 1px;
    width: 1.5em;
    height: 1.5em;
}

.squaredThree label {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    background: white;
    border-radius: 30%;
    border-width: 2px;
    border-color: #878786;
    border-style: solid;
    position: relative;
    top: -100%;
}

.squaredThree label:after {
    content: '';
    width: 80%;
    height: 40%;
    display: block;
    position: relative;
    top: 25%;
    left: 15%;
    border: 3px solid #878786;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
    border-radius: 10%;
}

.squaredThree label::after {
    opacity: 1;
}

.squaredThree input[type=radio] {
    visibility: hidden;
}

.squaredThree input[type=radio]:checked + label {
    background-color: #68bbbb;
    opacity: 1;
    border-color: #68bbbb;
}

.squaredThree input[type=radio]:checked + label::after {
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-top: transparent;
    border-right: transparent;
}

.vh-80 {
    height: 80vh !important;
}

.vw-80 {
    width: 80vw;
}


.vh-45 {
    height: 45vh !important;
}

.fs-7 {
    font-size: 0.9rem;
}


.fs-8 {
    font-size: 0.8rem;
}

.bt-color {
    color: #009ee3;
}

.fs-big {
    font-size: calc(1.2rem + 1.4vh );
}

.fw-regular {
    font-weight: 400;
}

.offcanvas-vw-90 {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
}

.vh-50 {
    height: 50vh !important;
}

.vh-65 {
    height: 65vh !important;
}


.vh-60 {
    height: 60vh !important;
}

.img-fluid-svgs {
    max-width: 60%;
    height: auto;
}

.fw-500 {
    font-weight: 500;
}

.row-stripped {
}


.text-bg-c01 {
    color: var(--c09) !important;
    background-color: var(--c01) !important;
}

.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

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

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c01);
    --bs-btn-border-color: var(--c01);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c01);
    --bs-btn-hover-border-color: var(--c01);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c01);
    --bs-btn-active-border-color: var(--c01);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c01);
    --bs-btn-disabled-border-color: var(--c01);
}


.btn-secondary {
    --bs-btn-color: var(--c01);
    --bs-btn-bg: var(--c01light);
    --bs-btn-border-color: var(--c01light);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--c01light);
    --bs-btn-hover-border-color: var(--c01light);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--c01light);
    --bs-btn-active-border-color: var(--c01light);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--c01light);
    --bs-btn-disabled-border-color: var(--c01light);
}

.btn-info {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--c01);
    --bs-btn-border-color: #FFF;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--c01);
    --bs-btn-hover-border-color: var(--c01);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--c01);
    --bs-btn-active-border-color: var(--c01);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: var(--c01);
    --bs-btn-disabled-border-color: var(--c01);
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 .25rem rgb(13, 110, 253, 0.00);
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: var(--c01);
}

@media only screen and (max-width: 600px) {
    .p-sm-ls-0 {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.olined {
    outline: 1px red solid;
}

.nav-link.active-ball::before {
    content: '';
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--c01);
    width: 10px;
    height: 10px;
    margin: 0px 2px 0px 0px;
}

/* Style the arrow (it already exists in the HTML as i.fa-angle-down) */
a[data-bs-toggle="collapse"] .fa-angle-down {
    transition: transform 0.2s ease; /* Smooth transition for rotation */
}

/* Rotate the arrow when expanded */
a[data-bs-toggle="collapse"][aria-expanded="true"] .fa-angle-down {
    transform: rotate(-180deg); /* Rotate the arrow */
}

.nav-link:not(.active-ball)::before {
    content: '';
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
}

.overlay {
    background-color: #ffffff80;
    z-index: 5000;
}

div.modal {
    z-index: 3002;
}

.disabled-row {
    opacity: 0.5;
    /*pointer-events: none;*/
}

.bg-c01-transparent {
    background-color: var(--c01);
    opacity: 0.8;
}
