body {
    font-family: "Verdana", sans-serif !important;
}

.bg-success {
    background-color: #3e794e !important;
}

.password-strength {
    display: flex;
    align-items: center;
    gap: 5px;
}

.strength-indicator {
    flex: 1;
    height: 5px;
    background: #e7eaf0;
    border-radius: 2px;
}

.strength-indicator.strength-pwd-0 {
    background-color: red;
}

.strength-indicator.strength-pwd-1 {
    background-color: #fcb51b;
}

.strength-indicator.strength-pwd-2 {
    background-color: #008d27;
}

.strength-indicator.strength-pwd-3 {
    background-color: #10b93f;
}

.strength-indicator.strength-pwd-4 {
    background-color: #0ffa51;
}

.strength-indicator.strength-not-achieved {
    background-color: #e7eaf0 !important;
}

#password-score[data-password-strength="1"] {
    background-color: #ffd6e0 !important;
    color: red;
}

#password-score[data-password-strength="2"] {
    background-color: #ffe8cc !important;
    color: rgb(255, 140, 0);
}

#password-score[data-password-strength="3"],
#password-score[data-password-strength="4"],
#password-score[data-password-strength="5"]
{
    background-color: #ccf5e7 !important;
    color: rgb(0, 204, 136)
}

span.bike-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ff8477;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    display: block;
}

.avatar.bg-success {
    background: #ff8477 !important;
}

.plan-card .price {
    justify-self: flex-end;
}

.plan-card {
    transition: all .2s linear 0s;
    cursor: pointer;
}

.plan-card .bi-check {
    display: none;
}

.plan-card.selected-plan .bi-bicycle {
    display: none;
}

.plan-card.selected-plan .bi-check {
    display: block;
}

.plan-card:not(.selected-plan-card):hover {
    box-shadow: 0 0 20px 0 rgba(255, 132, 119, 0.25);
    border-color: rgba(255, 132, 119, 1);
}

.plan-card.selected-plan {
    box-shadow: 0 0 20px 0 rgba(255, 132, 119, 0.25);
    border-color:  rgba(255, 132, 119, 1);
}

.plan-card.type-checkout:not(.selected-plan) span.bike-icon {
    filter: saturate(0);
    transition: .2s linear 0s;
}

.plan-card.type-checkout:not(.selected-plan):hover span.bike-icon{
    filter: saturate(1);
}

.plan-card.type-checkout span.bike-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.required-sup {
    color: red;
}

div#plan-totals {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

div#plan-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

div#plan-totals span, div#plan-totals strong {
    color: #16192C;
}

.accepted-credit-cards {
    padding-top: 10px;
}


.accepted-credit-cards > div {
    display: flex;
}

.accepted-credit-cards img {
    max-width: 60px;
}

.user-agreement {
    margin-top: 25px;
    margin-bottom: 20px;
}

.user-agreement h5 {
    margin-bottom: 10px;
}

.user-agreement small {
    font-size: 12px;
    line-height: 20px !important;
    display: block;
}

div#spinner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: #f5f9fca1;
}

.logo-bikecity-bg {
    position: relative;
    z-index: 1;
    max-width: 300px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.logo-bikecity-bg img {
    max-width: 300px;
}

/*.logo-bikecity-bg:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: #fff;*/
/*    z-index: -1;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    border-radius: 50%;*/
/*    bottom: -40%;*/
/*    left: -6vw;*/
/*}*/

.bikecity-logo-dashboard {
    height: 70px !important;
}

.dashed-route {
    height: 2px;
    margin-bottom: 30px;
    position: relative;
    background: linear-gradient(90deg, #2d3041 50%, transparent 50%), linear-gradient(90deg, #2d3041 50%, transparent 50%), linear-gradient(0deg, #2d3041 50%, transparent 50%), linear-gradient(0deg, #2d3041 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 25s infinite reverse;
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }
    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

.dashed-route:before {
    content: "";
    background: url("../../img/bikecity/corvin/bike_person.svg");
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map-pin-color {
    color: #a6ce39 !important;
    font-size: 30px;
}

.trip-card {
    background: #c9dbe9;
    background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    /*background: rgb(0,204,136);*/
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0,204,136,0.2) 100%);*/
}

.clouds-canvas {
    position: absolute;
}

/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #fff;

    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;

    position: relative;
}

.cloud:before, .cloud:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px; height: 80px;
    position: absolute; top: -15px; left: 10px;

    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;

    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6; /*opacity proportional to the size*/

    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: -250px; top: -200px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.x4 {
    left: 470px; top: -250px;

    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: -150px; top: -150px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}

.z-index-card-body {
    position: relative;
    z-index: 999;
}


.user-avatar {
    width: 50px;
    height: 50px;
    flex: none;
}

.station-name {
    max-width: 200px;
    text-align: center;
}

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

.bg-bikecity-blue {
    background-color: #1c6c90;
}

.bg-bikecity-green {
    background-color: #A6CE39;
}

.bikecity-green {
    color: #A6CE39;
}

.sent-forgot-email {
    font-size: 60px;
}

.bg-bikecity-img-green {
    background: url("../../img/bikecity/corvin/bg-bikecity.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.btn-primary {
    color: #FFF;
    background-color: #297db0;
    border-color: #297db0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}


.btn-primary:hover {
    color: #FFF;
    background-color: #1a6485;
    border-color: #1a6485;
}

.side-illustration-intro h1,
.side-illustration-intro p
{
    color: #fff !important;
}

.rounded-circle-blue {
    background-color: #1a6485;
}

@media (max-width: 768px) {
    .mobile-flex-column {
        flex-direction: column;
    }
}


@media(max-width: 640px) {
    .bikecity-logo-dashboard {
        max-width: 120px;
    }

    body.guest .bikecity-logo-dashboard {
        max-width: 180px;
    }
}
