.tooltip {
    opacity: 1 !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color : var(--cares-green-light) !important;
}

.tooltip-inner {
    border-radius: 0 !important;
    background-color: var(--cares-green-light) !important;
    padding: .5rem;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Button Trip 1 */
.button-trip-1 {
    border-radius: 0;
    border-color: #cbc8c8;
    background-color: white;
    color: var(--cares-text-dark-light);
    transition: none !important;
    font-size: 120%;
}
.card {
    border-radius: 0 !important;
    transition: transform .3s
}
.card img {
    border-top: 1px solid var(--cares-black-normal) !important;
    border-radius: 0 !important;

}
.card:hover {
    border: 2px solid var(--cares-black-normal) !important;
    transform: scale(1.02);
}

.button-trip-1:active, .button-trip-1:focus {
    background-color: white !important;
    border-color: #cbc8c8;
    outline: none;
    box-shadow: none;
    color: var(--cares-text-dark-light) !important;
}
.button-trip-1:active {
    background-color: var(--cares-green-lighter) !important;
}

.button-trip-1:hover {
    background-color: white;
    color: var(--cares-text-dark-light);
    box-shadow: inset 0px 0px 0px 2px var(--cares-green-light) !important;
}


.journey-map-all .leaflet-left {
    z-index: 9000 !important;
}
.journey-map-all .leaflet-right {
    z-index: 8000 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Container on Map (left) */
.hint-map-container {
    z-index: 9000 !important;
}
.hint-journey-map {
    max-height: 98vh !important;
    background-color: whitesmoke;
}

.category-icon-journey-map {
    max-width: 20px;
}

.spinner-map {
    background-color: rgba(151, 194, 153, 0.62);
    position: fixed !important;
    height: 98% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-distance-border {
    width: fit-content !important;
    border-color: var(--cares-green) !important;
    border-width: 3px !important;
    border-left-style: dashed !important;
}


.coll-alert {
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
    /*scrollbar-width: thin; !* 'auto' or 'thin' or 'none' *!*/
    /*scrollbar-color: red blue;*/
}

.overflowselectitems {
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
    max-height: 65vh !important;
}

/*.overflow-select-items::-webkit-scrollbar {*/
/*    -webkit-appearance: none !important;*/
/*}*/

/*.overflow-select-items::-webkit-scrollbar:vertical {*/
/*    width: 11px !important;*/
/*}*/

/*.overflow-select-items::-webkit-scrollbar:horizontal {*/
/*    height: 11px !important;*/
/*}*/

/*.overflow-select-items::-webkit-scrollbar-thumb {*/
/*    border-radius: 8px !important;*/
/*    border: 2px solid blue !important;*/
/*    background-color: red !important;*/
/*}*/

/*.overflow-select-items::-webkit-scrollbar-track {*/
/*    background-color: green !important;*/
/*    border-radius: 8px !important;*/
/*}*/


.j-alert-map-container {
    z-index: 9990 !important;
    position: fixed !important;
    width: 50%;
}

.j-alert-map {
    z-index: 9999 !important;
}

.fl {
    font-weight: lighter;
}

.p-bigger {
    font-size: small;
}

.circle-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: black;
    background-color: #d3f0ff;
    border: solid 3px blue;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.text-label-circle {
    background: none !important;
    border: none !important;
}


/**
**********************************************************************
**********************************************************************
**********************************************************************
 */

.activeBtnDefault{
    background-color: var(--cares-green-lighter) !important;
    font-weight: bold !important;
    box-shadow: inset 0 0 0 2px var(--cares-text-dark-light) !important;
    /*border: solid 2px #4b4b4b !important;*/
}

#progress-planning .progress-bar {
    background-color: var(--cares-green-light) !important;
}

/**
**********************************************************************
**********************************************************************
**********************************************************************
 */

.overlaycard {
    position: absolute;
    top: 0;
    padding: .25rem;
    right: 15px;
    background-color: rgba(245, 245, 245, 0.73);
}

.col-card {
    margin-bottom: .75rem;
}

#autosearch {
    border-radius: .3rem !important;
}

.jcard-container {
    border: solid 1px #838383;
    border-radius: .3rem !important;
    cursor: pointer;
    box-shadow: 5px 5px rgba(220, 220, 220, 0.8);
}
.jcard-container:hover {
    outline: var(--cares-green-light) solid 3px;
}

.jcard-body {
    height: 170px;
    width: 100%;
}
.jcard-img {
    max-height: 170px;
    height: 170px;
    width: fit-content;
    object-fit: cover;
}
.trip-detail-img {
    padding: .5rem;
    max-height: 235px;
    width: fit-content;
}
.jcard-img-skel {
    height: 300px !important;
    width: 100% !important;
}

.jcard-info-icon {
    max-width: 25px;
}


@media screen and (max-width: 1100px) {
    .welcome-back-title {
        display: block !important;
    }
    .welcome-back-title h3 {
        margin: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .col-card {
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 768px) {
    h2, h3 {
        font-size: 1.5em;
    }


    .jcard-info-icon {
        max-width: 20px;
    }
    .jcard-body {
        height: 100px;
        width: 100%;
    }
    .jcard-img {
        max-height: 100px;
        height: 100px;
        width: fit-content;
        object-fit: cover;
    }
    .h5-jcard-info {
        font-size: 1em;
    }
    .test-cityinfo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .city-info-number-h6 {
        margin: 0 !important;
        padding: 0 !important;
    }

}


@media screen and (max-width: 992px) {
    .j-alert-map-container {
        width: 90% !important;
    }
    .left-select {
        padding: 0 !important;
    }
    .right-select {
        padding: 0 !important;
        margin-top: .5rem !important;
    }
    .goon-select {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}

@media screen and (max-width: 576px) {
    .trip-detail-img {
        max-height: 150px;
        margin-top: .25rem !important;
    }
}