﻿.ReviewModContent {
    max-width: none;
    width: 80%;
}
.ReviewModalHeader {
    font-size: 1.5rem;
}
.ReviewModalText {
    text-align: justify;
    font-size: 1.5rem;
}
.ReviewModalTextSpan {
    width: 100%;
    white-space: pre-line;
}
.ReviewGalleryMediaFile {
    margin: auto;
    height: 50vh;
    background-size: contain;
    cursor: zoom-in;
}
.SubmitModalButton {
    font-size: 1rem !important;
    margin: 1vh 1vw 0 1vw;
    text-transform: uppercase;
    border-radius: 13px;
    min-width: 20vw;
    padding: 0.8vw 2vw;
    pointer-events: all;
    border-width: 0.3vw;
    border-style: solid;
}

.SubmitModalButton:hover {
        text-decoration: none;
    }
.carousel-inner {
    height: 100%;
    padding-top:4vh;
}
.carousel-item.active {
    background-color: white !important;
}
.carousel-indicators {
    top: 0;
}
.carousel-indicators li{
    background-color: black !important;
}
.carousel-indicators .active {
    background-color: black !important;
}
.carousel-control-next, .carousel-control-prev {
    top: 10vh;
    bottom: 10vh;
    opacity:1;
    background-color:transparent;
    border:none;
}
#ReviewMediaCarousel .carousel-control-next, #ReviewMediaCarousel .carousel-control-prev {
    width: 4vw;
}
.carousel-control-prev-icon {
    background-image: url('/images/PrevSlideButt(pink).png');
    width: 2vw;
    height: 5vh;
}

.carousel-control-next-icon {
    background-image: url('/images/NextSlideButt(pink).png');
    width: 2vw;
    height: 5vh;
}
#ReviewsCarousel .carousel-control-next, #ReviewsCarousel .carousel-control-prev {
    width:4vw;
}

#ReviewsCarousel .carousel-control-next {
    justify-content: end;
    top: 0;
    bottom: 0;
}
#ReviewsCarousel .carousel-control-prev {
    justify-content: start;
    top: 0;
    bottom: 0;
}
#ReviewsCarousel .carousel-inner {
    height: 100%;
    justify-content: center;
    padding: 0 3vw;
}
#ReviewsCarousel .carousel-item.active {
    background-color: transparent !important;
}
.ReviewCarouselCard {
    max-width: 41vw;
/*    height: 24vh;*/
    height:13.5vw;
    background-color: rgb(253, 228, 233);
    border-radius: 18px;
}
.ReviewCardBody {
    padding: 1rem !important;
}
.ReviewCarouselCardImg {
    height:100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 18px;
}
.ReviewCarouselCardImgDiv {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
}
.ReviewShowMoreButton {
    position: absolute;
    bottom: 1vh;
    right: 1vw;
    font-size: 1.5rem;
}
#ReviewCarouselCard .card-text {
    font-size: 1.5rem;
}
@media screen and (max-width:1280px) {
    .ReviewModalHeader {
        font-size: 1rem;
    }
    .ReviewModalText {
        font-size: 1rem;
    }
    .ReviewCarouselCard {
        max-width: 40.5vw;
        height: 24vh;
    }
    #ReviewCarouselCard .card-text {
        font-size: 1rem;
    }
    .ReviewShowMoreButton {
        bottom: 0;
        right: 1vw;
        font-size: 1rem;
    }
}
@media screen and (max-height:768px) {
    .ReviewCarouselCard {
        max-width: 40.5vw;
        /*        height: 24vh;*/
        height: 13.5vw;
    }
    .ReviewModalHeader {
        font-size: 1rem;
    }

    .ReviewModalText {
        font-size: 1rem;
    }
    #ReviewCarouselCard .card-text {
        font-size: 1rem;
    }
    .ReviewCarouselCard {
       margin:auto;
    }
    .ReviewShowMoreButton {
        bottom: .5vh;
        right: 0.3vw;
        font-size: 1rem;
    }
}
@media screen and (max-width:1024px) {

    .ReviewCarouselCard {
        max-width: 40.5vw;
        /*        height: 18vh;*/
        height: 13.5vw;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 3vw;
        height: 5vh;
    }
    .ReviewModalHeader {
        font-size: 1rem;
    }
    .ReviewModalText {
        font-size: 1rem;
    }
    #ReviewCarouselCard .card-text {
        font-size: .75rem;
    }
    .ReviewShowMoreButton {
        bottom: .5vh;
        right: 0;
        font-size: .75rem;
    }
}

@media screen and (max-width:800px) {
    #ReviewsCarousel .carousel-control-next, #ReviewsCarousel .carousel-control-prev {
        width: 8vw;
    }
    #ReviewMediaCarousel .carousel-control-next, #ReviewMediaCarousel .carousel-control-prev {
        width: 7vw;
        top: 14vh;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 5vw;
    }
    .ReviewModContent
    {
        max-width:none;
        width:90%;
    }
    .ReviewModalHeader {
        font-size: 1.2rem;
    }
    .ReviewModalText {
        font-size: 1.2rem;
    }
    .ReviewGalleryMediaFile {
        height: 32vh;
    }
    .ReviewCarouselCard {
        max-width: 82vw;
        /*        height: 21vh;*/
        height: 28vw;
        margin: auto;
    }
    #ReviewCarouselCard .card-text {
        font-size: 1.2rem;
    }
    .ReviewShowMoreButton {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:455px) {
    #ReviewsCarousel .carousel-control-next {
        padding-right: 0;
    }
    #ReviewsCarousel .carousel-control-prev {
        padding-left: 0;
    }
    #ReviewMediaCarousel .carousel-control-next, #ReviewMediaCarousel .carousel-control-prev {
        width: 11.5vw;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 4vh;
    }
    .ReviewCarouselCard {
        max-width: 80vw;
        /*        height: 16vh;*/
        height: 28.5vw;
    }
    .ReviewModContent {
        width: 95.5%;
    }
    .ReviewModalHeader {
        font-size: .75rem;
    }

    .ReviewModalText {
        font-size: .75rem;
    }
    .ReviewGalleryMediaFile {
        height: 26vh;
    }
    #ReviewCarouselCard .card-text {
        font-size: .65rem;
    }
    .ReviewShowMoreButton {
        bottom: 0;
        font-size:0.65rem;
    }
    .ReviewCardBody {
        padding: 0.5rem !important;
    }
    
}

@media screen and (max-height:455px) {
    .ReviewCarouselCard {
        max-width: 53vw;
        /*        height: 31vh;*/
        height: 18vw;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 4vw;
        height:10vh;
    }
    #ReviewCarouselCard .card-text {
        font-size: .65rem;
    }
    .ReviewGalleryMediaFile {
        height: 70vh;
    }

    .ReviewShowMoreButton {
        bottom: 0;
        font-size: 0.65rem;
    }

    .ReviewCardBody {
        padding: 0.5rem !important;
    }
    .ReviewModalHeader {
        font-size: 0.9rem;
    }

    .ReviewModalText {
        font-size: 0.9rem;
    }
}