﻿body {
    font-family: 'Poppins' !important;
    color: var(--textBlue) !important;
}

*:not(.fa) {
    font-family: 'Poppins' !important;
}

.activeCard {
    background-color: var(--selectBlue) !important;
    /*filter: brightness(75%);*/
}

.myPositionDiv {
    width: fit-content;
    cursor: pointer;
    padding: 5px 10px;
}

    .myPositionDiv img, .myPositionDiv i {
        max-width: 100%;
        height: auto;
        padding: 0 5px;
        border-radius: 10px;
    }

button{
    outline: none !important;
}

.positionIconDiv {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchBarMap {
    display: inline;
    border: none;
    font-size: 18px;
    border-radius: 20px;
    color: var(--textBlue) !important;
    background-color: #f5f4f9;
}

.btn:hover {
    text-decoration: none;
}

.btn:focus {
    text-decoration: none;
}

.inactiveColor {
    color: #f08080;
}

.activeColor {
    color: #f4a460;
}

.fixedColor {
    color: #00c300;
}

/*.myPositionDiv:hover {
    background-color: #d0cfcf !important;
}*/
.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

    .gm-ui-hover-effect img {
        width: 30px !important;
        height: 30px !important;
        margin: 0px !important;
    }

.mapSize {
    /*height: 80vh;*/
    /*height: calc(100vh - 72px);*/
    width: 100%;
    max-height: 1500px;
}

.paddingLeft_1_25 {
    padding-left: 1.25rem !important;
}

.borderRadiusRight {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.borderRadiusleft {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
}
.noLeftPadding {
    padding-left: 0px !important;
}

.dynamicContainerWidth {
    max-width: 100vw !important;
}

.dynamicHeight {
    height: calc(100vh - 72px);
}

.dynamicHeight65 {
    height: calc(65vh - 72px);
}

.dynamicLrPadding {
    padding: 0px !important;
}

.dynamicShadow {
    box-shadow: none;
}

.dynamicVisibility {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}

.dynamicRowMargin {
    margin-right: -15px;
    margin-left: -15px;
}

.leftDiv {
    box-shadow: 5px 1px 20px 0px #06519e42;
    z-index: 1;
}

.chbStyle {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 5px 0;
    border-radius: 10px;
    padding-left: 10px;
}

    .chbStyle input[type="checkbox"] {
        height: 25px;
        width: 25px;
        min-width: 25px;
        min-height: 25px;
    }

.mapBtn {
    padding: 0px !important;
    width: 100%;
    color: rgb(0, 86, 128);
    margin: 10px;
    background-color: white;
    border-radius: 2px !important;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
}

.card {
    cursor: pointer;
    color: var(--textBlue) !important;
    background-color: rgb(245, 244, 249);
    margin-bottom: 10px;
    border-radius: 15px;
    border: none;
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px) {
    .dynamicHeight {
        height: calc(100vh - 52px);
    }

    .dynamicRowMargin {
        margin: 0;
    }

    .dynamicVisibility {
        display: none;
    }

    .leftDiv {
        box-shadow: none;
        z-index: 1;
        height: 90vh;
        max-height: 100vh
    }

    .dynamicContainerWidth {
        max-width: 100vw !important;
    }

    .dynamicLrPadding {
        padding: 0px 0px !important;
    }

    .borderRadiusRight {
        border-radius: 15px !important;
    }

    .dynamicShadow {
        box-shadow: 10px -10px 20px #0000002e, -10px 10px 20px #0000002e;
    }

    .card-body {
        padding: .5rem 1.25rem;
    }
}

.gm-svpc {
    display: none;
}

.markersListDiv {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

@media (max-height:812px) {
    .markersListDiv {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
    }
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.shadowContainer {
    box-shadow: 5px 10px 18px #88888859;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

.markersListContainer::-webkit-scrollbar {
    width: 6px;
}

.markersListContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.markersListContainer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #05294c;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    min-height: 50px;
}

.markersListContainer::-webkit-scrollbar-thumb:window-inactive {
    /*background: rgba(255,0,0,0.4);*/
}

[placeholder] {
    text-overflow: ellipsis;
}

::placeholder {
    color: #05294c !important;
    opacity: 1; /* Firefox */
    font-weight: 100 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #05294c !important;
    font-weight: 600 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #05294c !important;
    font-weight: 600 !important;
}


/*@media (min-width:450px) {
    .snotify-centerBottom {
        width: 400px !important;
        max-width: 90vw !important;
    }

    .snotifyToast {
        width: 400px !important;
        max-width: 90vw !important;
    }
}


.snotifyToast {
    padding: 20px !important;
    /*border: 3px solid #5ac8fb !important;
    box-shadow: 0px -12px 20px 8px #00000033, 0px 12px 20px 8px #00000033 !important;
}

.snotifyToast__buttons {
    border: none !important;
}

.snotifyToast div {
    color: var(--textBlue) !important !important;
}

.snotifyToast__buttons button {
    border: none !important;
    border-radius: 5px !important;
    color: var(--textBlue) !important !important;
    margin: 0 15px !important;
}

.snotifyToast__buttons :nth-child(1) {
    background-color: #91edaa !important;
}

.snotifyToast__buttons :nth-child(2) {
    background-color: #ee9090 !important;
}

.snotifyToast__inner {
    padding: 5px 15px 5px 15px !important;
}*/



.darkBackground {
    background-color: #c5d3e3 !important;
}

.halfOpacity {
    opacity: 0.5;
}

.font14 {
    font-size: 14px;
}

.font14 p {
    font-size: 14px;
}

.redBackground {
    background-color: #dfa39a !important;
}

.greenBackground {
    background-color: #e1de9e !important;
}

.darkGreenBackground {
    background-color: #99c4c8 !important;
}

.orangeBackground {
    background-color: #f9d39b !important;
}

.yellowBackground {
    background-color: #fff199 !important;
}

.whiteBackground {
    background-color: white !important;
}

.vue-simple-suggest.designed .input-wrapper input {
    border-radius: 20px !important;
    padding-left: 20px !important;
}

.vue-simple-suggest input {
    background-color: var(--bkgdGrey) !important;
