@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body {
    font-family: 'Almarai', sans-serif;
}


a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #198754;
}

.navbar {
    z-index: 9999;
}

.gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.infoWindow {
    max-width: 280px;
    font-family: 'Almarai', sans-serif;
}

.infoWindow  h4{
    font-weight: 700;
}

.infoWindow .last-title {
    font-size: 15px;
    font-weight: 600;
}

.font-bold {
    font-weight: 600;
}
 nav li {
    padding:0 5px;
}
 nav li a {
    text-decoration: none;
    color: #456b48;
}

.dp__input {
    height: 33.6px;
}

.dp__input,
.form-control,
.v-select ,
.form-select {
    background-color: #F5F7FB !important;
}

.vs__actions {
    gap: 0.5rem
}

.vs__clear {
    margin-right: unset;
}

.form-label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    min-height: 70px;
}

.event-meta button {
    font-size: 10px;
}

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

.right-5 {
    right: 5px;
}


@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {

    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .offset-right-4 {
        margin-right: 33.3333333%;
    }
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
}

.vue-map {
    width: 100%;
    height: 100vh !important;
}

@media (max-width: 576px) {
    .vue-map {
        width: 100%;
        height: 50vh !important;
    }
}

.nav-item {
    margin-left: 25px;

}
 .nav-item a:hover {
     color: #70778b;

 }

 .yellow-text {
     color: #f3f300 !important;
 }

.navbar-collapse.show ul {
    padding-right: 0;
}
 .navbar-collapse.show {
     background: #6c6c6c;
     padding: 15px;
     transition: .3s;
     font-size: 22px;
 }


#appWrapper {
    margin-top: 80px;
}

#vs1__listbox li,
#vs2__listbox li {
    float: right; !important;
}

.shadow-bg {
    background: rgb(255 0 0 / 70%);
    padding: 5px;
    font-size: 10px;
    border-radius: 5px;
}

.blue-shadow-bg {
    background: rgba(27, 151, 253, 0.7);
    padding: 5px;
    font-size: 10px;
    border-radius: 5px;
}