html,
body {
    height: 100% !important;
    /* overflow-x: hidden !important; */
}

.fill-height {

    /* cross-browser */
    height: 100%;
    /* cross-browser */
}


.container-fluid {
    height: 100vh !important;
    min-height: 100% !important;
    height: auto !important;
}

.container-fluid-home {
    height: calc(100vh - 5em) !important;
    min-height: 80% !important;
}

.message {
    font-weight: 600;
    color: blue;
}

.navbar {
    font-size: 1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 8px 5px 8px 5px;
    border-bottom: 1px #ced4da solid !important;
}

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

.navbar-brand {
    font-size: 1.2em;
    font-weight: 600;
}

.navbar-item {
    font-variant: small-caps;
    margin-left: 30px;
}

.marginLeft {
    margin-left: auto !important;
}

.navbar-dropdwon-position {
    position: static !important;
}

.body-content {
    /* padding: 5px; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.error-message {
    color: #d9534f !important;
}

.TopMargin {
    margin-top: 20px;
}

.text-secondary {
    color: #6c757d !important;
}

.temp {
    min-height: calc(1.5em + 1rem + 2px) !important;
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    border-radius: .5rem !important;
}

.PaddingLeft {
    padding-left: 20px !important;
}

.NoPaddingLeft {
    padding-left: 0px !important;
}

.PaddingTop {
    padding-top: 5px !important;
}

a .NoLink,
.NoLink {
    cursor: default !important;
}

.LoginFormContainer {
    width: 400px;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    height: auto;
    /* min-height: 500px; */
    overflow: hidden;
    /* margin-top: 150px !important; */
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.85);
}

.LoginFormBackgroundBody {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(/DocumentStore/LoginBody.jpg);
}

.LoginFormContentPadding {
    padding-left: 15%;
}

.LoginFormLogoPadding {
    padding-top: 20px;
}

.LoginFormButton {
    max-width: 280px !important;
    width: 280px !important;
}

.FloatRight {
    float: right !important;
}

#map {
    height: calc(80vh - 5em);
    width: 100%;
}

#forecast_map {
    height: calc(80vh - 5em);
    width: 100%;
}

#Speciesmap {
    height: calc(100vh - 50em);
    width: 100%;
}

.mapcontainer {
    position: relative;
}

.leaflet-popup-content {
    width: 250px !important;
}

.submenu-heading {
    padding: 14px 16px;
    font-size: 20px;
    padding-top: 0px !important;
}

#submenu {
    min-height: 100vh;
}

.submenu-list {
    width: 250px;
}

.submenu-item {
    display: block;
    position: relative;
    text-decoration: none;
    color: #636464;
    padding: 16px;
    cursor: pointer;
}

div .submenu-item:hover {
    color: #636464;
    background-color: #e5e5e5;
}

.Leftmenu-active {
    color: #ffffff;
    background-color: #6c757d91;
}

.sidenav {
    height: 100%;
    width: 160px;
    z-index: 1;
    left: 0;
    overflow-x: hidden;
    margin: 0 !important;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #636464;
    background-color: #fefefe;
    display: block;
}

.sidenav a:hover {
    color: #636464;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.NoPadding {
    padding: 0 !important;
}

table td[class*=col-],
table th[class*=col-] {
    position: static !important;
    display: table-cell !important;
    float: none !important;
}

.NoDecorationLinkButton {
    text-decoration: none !important;
    color: #ffffff !important;
}

.NoDecorationLink {
    text-decoration: none !important;
}

.NoMargingRight {
    margin-right: 0px !important;
}

.cardMarging {
    margin-left: 3%;
    margin-bottom: 5%;
}

.HeaderMarging {
    margin-left: 1%;
}

.DashBoardMargin {
    margin-top: 80px;
}

.inline-control {
    padding: 0rem .8rem !important;
    display: inline-block !important;
    width: auto !important;
}

.img-hover img {
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -o-transition: all .3s ease;
    /* IE 9 */
    -ms-transition: all .3s ease;
    /* Opera */
    transition: all .3s ease;
    position: relative;
}

.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(4);
    /* Safari and Chrome */
    -moz-transform: scale(4);
    /* Firefox */
    -ms-transform: scale(4);
    /* IE 9 */
    -o-transform: translatZ(0) scale(4);
    /* Opera */
    transform: translatZ(0) scale(4);
}

.img-hover:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

.grayscale {
    -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
    filter: brightness(1.10) grayscale(100%);
}

.alert-error {
    --bs-alert-color: #842029 !important;
    --bs-alert-bg: #f8d7da !important;
    --bs-alert-border-color: #f5c2c7 !important;
}

.list-group-height {
    height: calc(60vh - 20em) !important;
}



/* width */
.scrollbar-primary::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
.scrollbar-primary::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px grey;
    border-radius: 10px;
}


/* Handle */
.scrollbar-primary::-webkit-scrollbar-thumb {
    background: #9d9698;
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar-primary::-webkit-scrollbar-thumb:hover {
    background: #9d9698;
}

.card-noborder {
    border: none;
}

.CardImg {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.btn-menu {
    float: right !important;
    position: sticky !important;
}


/********************* List Grid View **************************/

.view-options {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    overflow: auto;
}


.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.List-row {
    margin-left: 2px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

.thumbnailSpecie {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

.thumbnailWeather {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

/* .item.list-group-item:nth-of-type(odd):hover, */
.item.list-group-item:hover {
    background: #eeeeee;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

/* .item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
} */

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.advancedLink {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.navbar-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.position-static {
    position: static !important;
}

.item-border {
    border: 1px solid #e3e3e3;
    ;
}

#loadMore {
    text-align: center;
    width: 20%;
    display: table;
    margin: 0 auto;
}


.row_highlight {
    background-color: #e8e8de;
}

.info-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    z-index: 1000;
    opacity: 0.9;
}

.info-panel h4 {
    margin-top: 0;
}

.info-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-panel li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.infobutton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    z-index: 1000;
    opacity: 0.9;
    color: #007bff;
    width: 40px;
    height: 40px;
}

/* Add this to your CSS */
#loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


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

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.alert-no-padding-left {
    padding-left: 0px !important;
}

.observation-searchbox {
    display: inline-block !important;
    width: 80% !important;
}

.paragraph_margin_top {
    margin-top: 15px !important;
}

.obs_byuser_photo_height {
    height: 120px !important;
}

.same_specie_obs {
    height: 60px !important;
    width: 60px !important;
}

.card-width {
    width: 12rem !important;
    height: 280px !important;
}

.small_card_size {
    width: 6rem !important;
    height: 6rem !important;
}

.req {
    color: red;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.marginRight {
    margin-right: 10px !important;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed !important;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    /* width: 100%; */
    /* Full width */
    /* height: 100%; */
    /* Full height */
    overflow: auto !important;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0) !important;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4) !important;
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    text-align: center;
    display: inline-block !important;
    background-color: rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;

}

.modal-image {
    display: inline-block !important;
}

/* The Close Button */
.close {
    color: #000;
    display: block;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.language_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.language_form .form-group {
    margin-right: 10px;
}

.language_form select {
    min-width: 120px;
}

.NoBorder {
    border: 0px !important;
}

#pageMenu {
    margin-top: 30px !important;
    padding-top: 5px !important;
}

.submenuPaddingLeft {
    padding-left: 10px !important;
}

/* .CardLink>a:hover,
.CardLink>a:active {
    background-color: #ced4da !important;
    opacity: 0.3;
} */

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.confirmmodal {
    display: none;
    /* Hidden by default */
    position: fixed !important;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto !important;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0) !important;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4) !important;
    /* Black w/ opacity */
}

.privacy_policy_modal {
    height: 50% !important;
}

.confirm_modal_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;

}

.confirm_modal_body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.confirm_modal_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.confirm_modal_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.iframe_body {
    width: 100%;
    height: 100%;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    /* -webkit-appearance: none; */
}

.No_Opacity_Select {
    padding: 5px;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
}

/* Set the background color and font size of the cluster marker */
.marker-cluster {
    background: #3c76d2;
    font-size: 14px;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.75);
}

/* Set the font size and color of the number inside the cluster marker */
.marker-cluster span {
    border-radius: 100%;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card_header_span {
    font-size: 14px !important;
}

.day_heder {
    background-color: darkgray !important;
    font-size: 20px !important;
}

.home_list {
    font-size: 14px !important;
}

.logos_height {
    height: 120px !important;
}


.pin_width {
    width: 20px !important;
}

.info-control {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.info-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    border: none;
    background-color: #fff;
    color: #007bff;
}

/* .info-panel-pins {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1000;
} */

.panel_info {
    width: 300px !important;
    top: 50px;
    left: 50px;
    padding: 10px;
    background-color: #fff;
    z-index: 1000;
}

.gallery_photo {
    opacity: 0.7;
    cursor: pointer;
    height: 111px;
}

/* Target the ul element containing the dropdown list */
#name-autocomplete {
    position: absolute;
    margin-top: 0.375rem;
    padding: 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* Match the border of your textbox */
    border-top: none;
    border-radius: 0.375rem;
    /* Match the border-radius of your textbox */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    /* Match the box-shadow of your textbox */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Target the li elements within the dropdown list */
#name-autocomplete li {
    padding: 0.375rem 0.75rem;
    /* Match the padding of your textbox */
    cursor: pointer;
    font-size: 1rem;
    /* Match the font-size of your textbox */
    font-weight: 400;
    /* Match the font-weight of your textbox */
    line-height: 1.5;
    /* Match the line-height of your textbox */
    color: #212529;
    /* Match the color of your textbox */
}

/* Target the li elements when the user hovers over them */
#name-autocomplete li:hover {
    background-color: #f2f2f2;
}

.photo-item {
    position: relative;
}

.photo-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.panel-hidden {
    display: none;
}

.hidden {
    display: none;
}

.venntooltip {
    position: absolute;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 5px;
    pointer-events: none;
}

.carousel-img {
    object-fit: contain;
    height: 100%;
    margin: auto;
}

#slider-value {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

#slider-value {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}


.view_count_span {
    font-size: 14px;
}

.menu_width {
    width: 250px;
}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: orange;
    color: black;
    border: none;
    border-radius: 0;
    padding: 10px;
}

#scroll-to-top:hover {
    background-color: black;
    color: white;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* .noUi-connect {
    background: red !important;
}

#slider-container {
    margin: 50px !important;
}

#slider-container .noUi-handle-lower:before,
#slider-container .noUi-handle-upper:before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
}

#slider-container .noUi-handle-lower:after,
#slider-container .noUi-handle-upper:after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    bottom: -8px !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
} */

@media (max-width: 768px) {
    .BtnTopMargin {
        margin-top: 20px !important;
    }

    .submenu-list {
        width: 150px;
    }

    .col-md-3 {
        padding-top: 2px !important;
    }

    .obs_pic {
        width: 100% !important;
    }

    .card-width {
        width: 25rem !important;
        height: fit-content !important;
    }

    .obs_byuser_photo_height {
        height: 250px !important;
    }

    .same_specie_obs {
        height: 250px !important;
        width: 366px !important;
    }

    .small_card_size {
        width: 25rem !important;
        height: 18rem !important;
    }

    .wordcloud {
        width: 100% !important;
    }

    .chart_max_width {
        width: 100% !important;
    }

    #Speciesmap {
        height: calc(80vh - 20em);
        width: 100%;
    }



}

@media (min-width: 992px) {
    .CardImg {
        width: 100%;
    }
}


@media (max-width: 1530px) {
    .list-group-height {
        height: calc(60vh - 15em) !important;
    }

    #Speciesmap {
        height: calc(80vh - 0em);
        width: 100%;
    }
}


/* @media (min-width: 992px) {
    .CardImg {
        width: 100%;
    }
} */




.cardPaddingRight {
    padding-right: 25px !important;
}

.highlight {
    background-color: #dee2e6;
}

.total-row {
    font-weight: bold;
}

.custom_btn_link {
    color: var(--bs-link-color);
    text-decoration: underline;
    border: none;
    background-color: white;
}