/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

input#locationName::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CF2030;
}

input#locationName::-moz-placeholder { /* Firefox 19+ */
    color: #CF2030;
}

input#locationName:-ms-input-placeholder { /* IE 10+ */
    color: #CF2030;
}

input#locationName:-moz-placeholder { /* Firefox 18- */
    color: #CF2030;
}

input#locationName::placeholder {
    color: #CF2030;
}

div#locationSearch {
    position: absolute;
    top: 15px;
    left: 35px;
    z-index: 9;
    width: 35%;
    border-radius: 30px;
}

input#locationName {
    padding: 15px;
    border-radius: 15px;
    font-size: 18px;
    border: none;
}


.google-maps .form-row > .col, .form-row > [class*=col-] {
    background: transparent;
    box-shadow: none;
    outline: none;
    padding: 0;
    border: none;
    overflow: hidden;
}

.formSearchBar button#searchButton {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #CF2030 !important;
    font-weight: bolder;
    border-radius: 30px;
}

.formSearchBar button#searchButton .fa-search {
    font-weight: 500;
}

button.focus, button:focus, input.focus, input:focus,
.btn-info.focus, .btn-info:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

div#forChapterMap {
    position: relative;
}

.chapterTypeInfo {
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0;
    background: #fff;
    box-sizing: content-box;
    padding: 20px;
    color: #64666A;
    font-weight: bold;
    line-height: 31px;
    box-shadow: -35px 0px 50px -40px #000;
}

.chapterTypeInfo li {
    display: flex;
    align-items: center;
    line-height: 35px;
}

li.establishedChapter::before,
li.newChapter::before,
li.futureChapter::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #CF2030;
    border-radius: 100%;
    margin-right: 16px;
}

li.newChapter::before {
    background: #64666A;
}

li.futureChapter::before {
    background: #C8C8C8;
}

.is_geolocation_enabled {
    text-align: center;
}

#map {
    height: 75vh;
    width: 100%;
}

div#all_chapter_list {
    width: 94%;
    position: absolute;
    left: 3%;
    bottom: -100px;
    z-index: 9;
    transition: all 0.5s linear;
}

.slick-prev, .slick-next {
    background: #ffffff !important;
    box-shadow: 1px 1px 15px -4px #000 !important;
    color: #CF2030 !important;
    transition: all 0.5s ease;
    height: 50px;
    top: 70%;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);

}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

.slick-prev::before {
    content: "<" !important;
}

.slick-next::before {
    content: ">" !important;
}

.slick-prev::before, .slick-next::before {
    color: #CF2030 !important;
    opacity: 1 !important;
    font-weight: bold;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus,
.slick-prev:hover, .slick-next:hover {
    background: #CF2030 !important;
    color: #ffffff !important;
}

.slick-prev:hover::before, .slick-next:hover::before,
.slick-prev:focus::before, .slick-next:focus::before {
    color: #ffffff !important;
}

/* the slides */
.slick-slide {
    margin: 0 2px;
}

/* the parent */
.slick-list {
    margin: 0 -2px;
}

div#all_chapter_list .markericon {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 5px 10px -8px #000;
    position: relative;
    height: 155px;
}

.slick-track {
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

.chapters-list::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 7px;
    background: #CF2030;
    position: absolute;
}

.chapters-list.plannedchapter::before {
    background: #C8C8C8;
}

.chapters-list.coregroup::before {
    background: #64666A;
}

h3.chapter.bni_chapter_name {
    font-size: 18px;
    margin: 0;
}

p.dayTime {
    font-size: 14px;
    margin-bottom: 5px;
}

.locationName {
    font-size: 16px;
    line-height: 22px;
}

.memberCount {
    font-size: 20px;
    font-weight: bold;
    color: #64666A;
}

.addressInfoChapter {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in;
}

.slick-slide.slick-current.slick-active {
    height: auto !important;
}

.slick-slide.slick-current.slick-active .addressInfoChapter {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.buttonArea {
    text-align: center;
    margin-top: 10px;
}

.buttonArea a {
    padding: 5px 20px;
    background: #CF2030;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in;
}

.buttonArea a:hover {
    text-decoration: none;
    background: white;
    border-color: #CF2030;
    color: #CF2030;
}

.buttonArea a:focus,
.buttonArea a:active {
    outline: none;
    box-shadow: none;
}

.loading-indicator {
    position: absolute;
    z-index: 99;
    font-size: 50px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    color: #CF2030;
}

.loading-indicator i {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
table#chapterMembersTable {
    word-break: break-word;
}

.select_speciality_section {
    position: relative;
    background: #fff;
    border-radius: 15px;
}

select#check_speciality {
    box-shadow: 0px 0px 15px -3px #000;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 8px 10px;
    position: relative;
    height: 45px;
    background: transparent;
    cursor:pointer;
    z-index: 9;
}

.select_speciality_section i.fal.fa-angle-down {
    position: absolute;
    bottom: 3px;
    right: 25px;
    color: #cf2030;
    font-size: 36px;
    z-index: 1;
}


select#check_speciality::-ms-expand {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .memberCount {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1200px) {

    #mainHeroBanner.height200 {
        height: 150px !important;
    }
}

@media only screen and (max-width: 992px) {

    #mainHeroBanner.height200 {
        height: 150px !important;
    }
    .slick-prev {
        left: 0px;
        z-index: 999;
    }
    .slick-next {
        right: 0px;
        z-index: 999;
    }
    .slick-prev, .slick-next {
        height: 40px;
        width: 30px;
    }

    .google-maps .mb-150{
        margin-bottom: 80px;
    }

    .chapterTypeInfo ul {
        display: flex;
        justify-content: space-between;
    }
    div#locationSearch {
        top: 20px !important;
        left: 40px !important;
    }
    input#locationName {
        padding: 20px;
        border-radius: 15px;
        font-size: 14px;
        border: none;
    }
    .formSearchBar button#searchButton {
        right: 0px;
        font-size: 20px;
    }
    .map-list__locations h2 {
        margin-top: 50px;
        text-align: center;
    }
    div#all_chapter_list {
        position: relative;
        left: 0;
        bottom: 0px;
        margin:0 auto;
    }
    .chapterTypeInfo {
        padding: 5px;
        box-shadow: none;
        position: relative !important;
    }
    #map {
        height: 75vh;
    }
    section#chapterDetailSection {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }

}

@media only screen and (max-width: 767px) {
    div#locationSearch {
        top: 0px !important;
        left: 0px !important;
        width: 100%;
        position: relative;
    }
    li.establishedChapter::before, li.newChapter::before, li.futureChapter::before {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .google-maps .mb-150 {
        margin-bottom: 20px;
    }
    #map {
        height: 85vh;
    }
    .addressInfoChapter {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

    .slick-slide.slick-current.slick-active {
        height: auto !important;
    }

    .slick-slide.slick-current.slick-active .addressInfoChapter {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

}

@media only screen and (max-width: 576px) {

    .chapterTypeInfo ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .chapterTypeInfo {
        padding: 5px;
    }
    li.establishedChapter::before, li.newChapter::before, li.futureChapter::before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    input#locationName {
        border-radius: 0;
        font-size: 16px;
        border: none;
    }
    .memberLeadershipBlock {
        border-right: 0;
    }
    .memberleaders {
         text-align: center;
     }
    .leftChapterInfoBlock {
        text-align: center !important;
        align-items: center !important;
    }
    table#chapterMembersTable th, table#chapterMembersTable td {
        padding: 10px 5px;
        font-size: 14px;
    }
    table#chapterMembersTable th {
        padding-right: 25px;
    }
    table#chapterMembersTable td:first-child, table#chapterMembersTable td:last-child {
        background: #ffffff;
        width: 33%;
    }
    a.seeChapterDetailsLink {
        display: block;
        margin: 25px 0 40px;
    }
    section#chapterDetailSection p {
        font-size: 14px !important;
    }
    .memberLeadershipBlock{
        margin-bottom: 20px !important;
    }
    .row.chapterCompleteInfo {
        flex-direction: column-reverse;
    }
    .leftChapterInfoBlock{
        margin-top: 30px;
    }
    button.slick-arrow {
        display: none !important;
    }
    .slick-list::before,
    .slick-list::after {
        content: "";
        position: absolute;
        bottom: -8px;
        font-size: 20px;
        color: rgba(200,16,46,0.5);
        font-family: fontawesome;
    }
    .slick-list::before {
        content: "\f104";
        left: 0;
    }
    .slick-list::after {
        content: "\f105";
        right: 0;
    }
    h3.chapter.bni_chapter_name {
        line-height: 24px;
        margin-bottom: 20px;
    }
}