.bsGalleryInfoWrap{
    max-width: 96%;
    padding: 1rem 15px;
    margin: 30px auto 0;
    color: var(--light-color);
}
.bsLoadingWrap .bsGalleryInfoWrap{
    background: var(--secondary-color);
}
.bsGalleryInfoWrap .bsGalleryName p{
    line-height: 20px;
}
.bsGalleryInfoWrap .bsGalleryName p:first-child{
    line-height: 10px;
}
.bsGalleryInfoWrap p{
    margin-bottom: 0;
}

/*
*   Gallery Actions
 */
.bsGalleryActionWrap{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}

.bsGalleryActionWrap .bsActionBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--secondary-color);
    color: var(--light-color);
    cursor: pointer;
}
.bsGalleryActionWrap .bsActionBtn:hover{
    background: var(--primary-color);
}
.bsGalleryActionWrap .bsGalleryRoomNavigationOpener {
    display: none;
}
.bsGalleryActionWrap .bsStartStopCam img {
    position: absolute;
    display: flex !important;
}
.bsGalleryActionWrap .bsStartStopCam:not(.start) img:last-child {
    opacity: 1;
}
.bsGalleryActionWrap .bsStartStopCam.start img:last-child {
    opacity: 0;
}

/*
*   Social Share
 */
.bsShareContentWrap,
.bsMessageWrap{
    width: 100%;
    padding: 15px;
}
.bsShareContentWrap p{
    margin-bottom: 5px;
}
.bsShareContentWrap .bsSocialShareIcons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin-bottom: 20px;
}
.bsShareContentWrap .bsSocialShareIcons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    border: 1px solid transparent;
}
.bsShareContentWrap .bsSocialShareIcons a img{
    max-width: 45px;
}
.bsShareContentWrap .bsSocialShareIcons a.bsFacebookShare {
    color: #1877f2;
    border-color: #b7d4fb;
}
/*
.bsShareContentWrap .bsSocialShareIcons a.bsFacebookShare:hover {
    background: #1877f2;
}*/
.bsShareContentWrap .bsSocialShareIcons a.bsTwitterShare {
    color: #000000;
    border-color: #d5d2d2;
}
/*
.bsShareContentWrap .bsSocialShareIcons a.bsTwitterShare:hover {
    background: #000000;
}*/
.bsShareContentWrap .bsSocialShareIcons a.bsInstagramShare {
    color: #e1306c;
    border-color: #f5bccf;
}
/*
.bsShareContentWrap .bsSocialShareIcons a.bsInstagramShare:hover {
    background: #e1306c;
}*/
.bsShareContentWrap .bsSocialShareIcons a.bsWhatsAppShare {
    color: #25d366;
    border-color: #bef4d2;
}
/*
.bsShareContentWrap .bsSocialShareIcons a.bsWhatsAppShare:hover {
    background: #25d366;
}*/
.bsShareContentWrap .bsSocialShareIcons a.bsTelegramShare {
    color: #0088cc;
    border-color: #b3e6ff;
}
/*
.bsShareContentWrap .bsSocialShareIcons a.bsTelegramShare:hover {
    background: #0088cc;
}*/
.bsShareContentWrap .bsSocialShareIcons a:hover {
    color: var(--light-color);
    border-color: transparent;
}
.bsShareContentWrap .bsSocialShareIcons a:hover i {
    transform: scale(1.2);
}
.bsShareContentWrap .bsSocialShareLink {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--secondary-color);
}
.bsShareContentWrap .bsSocialShareLink i {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
}
.bsShareContentWrap .bsSocialShareLink .bsCanvasLink {
    display: inline-block;
    width: calc(100% - 85px);
    white-space: pre;
    overflow: hidden;
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink {
    display: inline-block;
    background: var(--primary-color);
    cursor: pointer;
    float: right;
    text-align: center;
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink img{
    max-width: 50%;
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink:hover {
    background: var(--secondary-color);
}

/*
*
 */
.bsGridContentWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 90px;
}
.bsGridGalleryItemWrp {
    position: relative;
    width: calc(100% / 6 - 15px);
}
.bsGridGalleryItemWrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bsGridGalleryItemWrp .bsGridGalleryItemActionButtons {
    position: absolute;
    bottom: 15px;
    left: 25px;
    display: flex;
    gap: 5px;
    top: auto;
    transform: unset;
}

/*
*   Gallery Action Buttons
 */
.bsGalleryActionWrap .bsGalleryLikeBtn .bsLike{
    display: none;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsUnlike{
    display: none !important;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsLike{
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .bsGalleryActionWrap{
        /*bottom: 30px;*/
        width: 40px;
        bottom: 55px;
        left: 20px;
    }
    .bsGridGalleryItemWrp .bsGridGalleryItemActionButtons {
        width: auto;
    }
    .bsGalleryActionWrap .bsGalleryRoomNavigationOpener {
        display: inline-flex;
    }
    .bsGridContentWrap {
        margin-top: 160px;
    }
}
