
.agendart-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    height: 55px;
    min-height: 55px;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px -3px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agendart-header.agendart-header-fixed {
    height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
}

.agendart-header-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0;
    align-items: center;
    z-index: 99;
}

.agendart-header-menu-wrapper {
    display: flex;
    flex-direction: row;
}

.header.header-fixed {
    z-index: 10;
}

.search-container {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: unset;
}

@media (min-width: 992px) { 
    .search-container {
        margin-top: 65px;
        margin-right: 0px;
        margin-left: 0px;
        max-width: unset;
    }
 }

 #professionalCardList {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#professionalCardList::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.main-search-content {
    height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
    max-width: calc(100vw);
}

.search-content {
    height: calc(100vh - 240px - 10px);
    max-height: calc(100vh - 240px - 10px);
    max-width: calc(100vw);
}

.map-search-content {
    height: calc(100vh - 240px - 40px);
    max-height: calc(100vh - 240px - 40px);
    max-width: calc(100vw);
}

#filter-row {
    height: 35px;
    max-height: 35px;
    min-height: 35px;
}

#professionalCardWrapperMobile {
    height:190px;
    max-height: 190px;
    min-height: 190px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; 
}

#noProfessionalCardWrapperMobile {
    min-width: 100vw;
}

.professional-card-mobile {
    flex: 0 0 auto;
    max-width:90%;
}


@media (min-width: 992px) { 

    #filter-row {
        height: 50px;
        max-height: 50px;
        min-height: 50px;
    }

    .search-content{
        height: calc(100vh - 125px);
        max-height: calc(100vh - 125px);
    }

    .map-search-content {
        height: calc(100vh - 125px);
        max-height: calc(100vh - 125px);
        max-width: calc(100vw);
    }

    .main-search-content{
        height: calc(100vh - 125px - 50px);
        max-height: calc(100vh - 125px - 50px);
    }
}

.htmlMarker {
    background-color: black;
    border-radius: 50%;
    padding: 10px;
    color: white;
}

#parrot {
    border: 1px solid #f00;
    border-radius: 20%;
    height: 50px;
    width: 50px;
  }

.map-marker {
    width:26px;
    height:26px;
    background-color: #3699FF;
    border-radius: 5px;
}


#address_map {
    width:300px;
    height:300px;
    border-radius: 20px;
}



.checkbox.checkbox-xs > span {
    height: 18px;
    width: 18px;
}
.checkbox.checkbox-xs > span:after {
    width: 1.5px;
    height: 3px;
}
.checkbox.checkbox-outline.checkbox-xs > span {
    height: 18px;
    width: 18px;
}
.checkbox.checkbox-outline.checkbox-xs > span:after {
    width: 1.5px;
    height: 3px;
}

.label.label-sm.label-inline {
    width: auto;
    height: auto;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #9900C0;
    border-color: #9900C0;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
   color: #9900C0 !important;
    background-color: #d19cea !important;
    border-color: #9900C0 !important;
}

.btn.btn-light-primary {
    color: #fff;
    background-color: #9900C0;
    border-color: transparent;
}

.btn.btn-light-primary:hover, .btn.btn-light-primary:focus {
    color: #9900C0 !important;
    background-color: #d19cea !important;
    border-color: #9900C0 !important;
    
}