a:focus{
    outline: 5px #8ecb9a solid !important;
}
a:focus .card{
    outline: 5px #8ecb9a solid !important;
}
.navbar{
    padding: 20px 30px !important;
}
.navContainer{
    width: 100%;
}

.navbar a{
    color:black;
}

.verticalDivider{
    display: block;
    border-left: 1px solid #dfdfdf;
    margin: 0 30px;
}

.navSearchIcon{
    display: flex;
    align-self: center;
}

footer{
    background-color: black;
}

footer a{
    color:white;
}

footer ul{
    flex-direction: row !important;
}

footer ul li{
    display: inline-block;
    margin-right: 35px;
}

footer ul li:last-child{
    margin-right: 0px;
}

.footerContainer{
    margin-left: 30px;
    margin-right: 230px;
}

a .card{
    color:black;
    text-decoration: none;
}

a .card .card-text{
    text-decoration: none;
}

.bcspHidden{
    display: none !important;
}

.bcspActive{
    display: block;
}


.list-group-item.active{
    background-color: #00665E !important;
    border-color: #00665E !important;
}

.btn-primary{
    background-color: #00665E !important;
    border-color: #00665E !important;
}

.btn-primary-light{
    background-color: #00665e63 !important;
    border-color: #00665e63 !important;
    color: #00665E !important;
}

.page-item.active .page-link{
    background-color: #00665E !important;
    border-color: #00665E !important;
    color: white !important;
}

.page-link{
    color:#00665E !important;
}


#needAccount{
    display: block;
    text-align: center;
}

#searchIcon{
    cursor: pointer;
}

#joinUs{
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-color: #6c6c6c48;
}

#joinUsContent{
    height: 750px;
    width: 600px;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#joinUsContentTopBG{
    background: linear-gradient(120deg, #2980b9, #8e44ad);
    height: 350px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

#joinUsContentImg{
    margin: -310px auto 0px auto;
    display: block;
}

#joinUsContentMob{
    width: 80%;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#joinUsContentTopBGMob{
    background: linear-gradient(120deg, #2980b9, #8e44ad);
    height: 40%;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

#joinUsContentImgMob{
    width: 100%;
    display: block;
    border-radius: 25px 25px 0px 0px;
}

#joinUsCloseMob{
    margin-right: 10px;
    font-size: 2rem;
    position: absolute;
    right: 0;
}

#signUpBtn{
    display: block;
    border-radius: 25px;
}

#signIn{
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-color: #6c6c6c48;
}

#signInContent{
    height: 750px;
    width: 600px;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#signInContentTopBG{
    background: url('/img/sign-in-card-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

#signInContentIMGMob{
    width: 100%;
    display: block;
    border-radius: 25px 25px 0px 0px;
}


#signInBtn{
    margin: 0 auto;
    display: block;
    width: 80%;
    border-radius: 25px;
}

#signInContentMob{
    width: 80%;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#signInContentTopBGMob{
    background: url('/img/sign-in-card-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 40%;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}


@media (min-width: 1200px){
    footer .container{
        max-width: 1600px !important;
    }
}



#addCollection{
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-color: #6c6c6c48;
}

#addCollectionContent{
    height: 750px;
    width: 600px;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#addCollectionContent .addCollectionPadding{
    padding: 60px;
}

@media screen and (max-width: 450px){
    #addCollectionContent{
        height: auto;
        width: 300px;
        background-color: white;
        position: fixed;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 25px;
    }

    #addCollectionContent .addCollectionPadding{
        padding: 10px;
    }
    
}

#closeFlashMessageBtn{
    float: right;
    color: white;
    background-color: #2b6e62;
    border: none;
    border-radius: 5%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

#addCollectionContentTopBG{
    background: linear-gradient(120deg, #2980b9, #8e44ad);
    height: 350px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

#addCollectionContentImg{
    margin: -310px auto 0px auto;
    display: block;
}

#addCollectionContentMob{
    height: 70%;
    width: 80%;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#addCollectionContentTopBGMob{
    background: linear-gradient(120deg, #2980b9, #8e44ad);
    height: 40%;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

#addCollectionContentImgMob{
    width: 90%;
    margin: -200px auto 0px auto;
    display: block;
}


.list-group-item{
    cursor: pointer;
}


body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main{
    flex: 1 0 auto;
}

.author{
    color:#00665E;
}


.filter-mob-view{
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.filter-mob-view .list-group .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-mob-view .list-group .list-group-item{
    padding: 30px 1.25rem;
    font-size: 1.1rem;
}

.tab-pane{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: white;
    width: 100%;
    z-index: 5;
}

.filter-mob-btns{
    position: fixed;
    bottom: 25px;
    width: 100%;
}

.filter-mob-header{
    display: flex;
    justify-content: space-around;
}

.filterMobBack{
    align-self: center;
}

.filterMobClose{
    align-self: center;
}

.filterMobChoices{
    padding-left: 30px;
    height: 65%;
    overflow-y: auto;
}

.seeResults{
    width: 100%;
}

.d-flex.justify-content-between{
    flex-wrap: wrap;
}

#loginCloseMob{
    margin-right: 10px;
    font-size: 2rem;
    color: white;
    position: absolute;
    right: 0;
}

.closeReview{
    margin-right: 10px;
    font-size: 2rem;
    color: white;
    position: absolute;
    right: 0;
    border: none;
    background-color: white;
}

.starChoices{
    font-size: 1.8em;
}

.starChoices i {
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
  }
  .starChoices i.active {
    color: #ffb851;
    transform: scale(1.2);
  }

.starChoicesMob{
    font-size: 1.8em;
}

.starChoicesMob i {
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
  }
.starChoicesMob i.active {
    color: #ffb851;
    transform: scale(1.2);
  }

#recommendationOverlay{
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-color: #6c6c6c48;
}

#recommendationBox{
    width: 600px;
    background-color: white;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    padding-bottom: 20px;
}

#recommendationBoxMob{
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;

}

#disclaimer{
    text-decoration: underline;
    cursor: pointer;
}

#disclaimerOverlay{
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-color: #6c6c6c48;
    
}

#disclaimerPopUp{
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    
    
}

.closeReview{
    background-color: transparent;
}

.progress-bar{
    background-color: #8ecb9a !important;
}

.ratingProgress{
    width: 80%;
    margin: 0 auto;
}

.ratingAverage{
    text-align: center;
}

.progressValue{
    display: flex;  
    column-gap: 2rem;
    
}
.progress{
    width: 70%;
}

.ratingRate{
    display: flex;
    column-gap: 15px;
}

.starInner .fa-star{
    color: #e3cb53;
}


.recStarChoices{
    font-size: 1.8em;
}

.recStarChoices i {
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
}
.recStarChoices i.active {
  color: #ffb851;
  transform: scale(1.2);
}

.skip-link{
    position: absolute; 
    left: -9999px;
}

.skip-link:focus{
    outline: 1px solid black;
    position: relative; 
    left: auto;
}