﻿

.divContainerGalerie {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
    height: 100%;
    width: 100%;
}

    .divContainerGalerie .divCol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        height: 100%;
        min-width: 260px;
    }

.divCol2 {
    width: 100%;
    height: 100%;
}

.clsListaImagini {
    display: none;
    max-height: calc(100% - 30px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    justify-items: start;
    justify-content: start;
    padding: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.divListaImgGalerieContainer,
.divListaImgTestimonialeContainer {
    height: 100%;
    padding: 30px 0;
    display: none;
}

    .divListaImgGalerieContainer.active,
    .divListaImgTestimonialeContainer.active {
        display: flex;
    }

#divListaGalerieFoto {
    grid-template-columns: repeat(auto-fill, 200px);
    grid-auto-rows: 200px;
    gap: 20px;
    padding: 0;
    max-height: 100%;
}

#divListaTestimoniale {
    grid-template-columns: repeat(auto-fill, 320px);
    gap: 20px;
    grid-auto-rows: 200px;
    padding: 0 30px;
    overflow-y: auto;
}

.clsListaImagini.active {
    display: grid !important;
}

.clsListaImagini:nth-child(2).active {
    display: unset !important;
}

.clsListaImagini.hide {
    display: none;
}

#divLogoSiRatingGalerie {
    padding: 30px;
    /*    height: calc(45% - 10px);
    aspect-ratio: 0.722;*/
}

#divMeniuGalerie {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.divHeaderGalerie {
    width: 100%;
    height: 50px;
    padding: 15px;
    color: rgba(80, 89, 108, 0.70);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
}

    .divHeaderGalerie.active {
        color: #7563F8;
        background: rgba(175, 167, 238, 0.30);
    }

    .divHeaderGalerie.hide {
        display: none;
    }

.imgGalerieFoto {
    background-color: lightgray;
    width: 200px;
    height: 200px;
    border-radius: 3px;
    cursor: pointer;
    object-fit: cover;
}

#pnlControlCazuriClinice {
    padding: 20px;
}

#upCazuriClinice,
#pnlControlCazuriClinice {
    height: 100%;
    width: 100%;
}

#divListaCazuriClinice {
    height: 100%;
    padding: 0;
}

#divListaCazuri {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 340px);
    justify-content: center;
    margin: 0;
}

    #divListaCazuri::before {
        content: none;
    }

#modalTestimonial .modal-content {
    background-color: transparent !important;
    background-clip: initial !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#modalTestimonial .modal-dialog {
    margin-top: 10vh;
}

#modalTestimonial .close {
    color: white !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 40px;
}

#modalTestimonial .modal-header {
    padding: 0px !important;
    border: none !important;
}

#modalTestimonial .modal-body {
    padding: 0px !important;
}

#ytplayerTestimonial {
    width: 100%;
    height: 70vh;
}

.divVideoTestimoniale {
    width: 100%;
    max-width: 320px;
    height: 200px;
    position: relative;
    background-color: lightgray;
    border-radius: 5px;
    cursor: pointer;
}

.imgVideoTestimoniale {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.iconPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    font-size: 35px;
    color: rgba(117, 99, 248, 0.8);
    cursor: pointer;
    padding: 15px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
}

/*@media screen and (min-width: 1101px) and (max-width: 1500px) {
    #divLogoSiRatingGalerie {
        height: calc(50% - 10px);
    }
}*/

@media screen and (max-width: 1250px) {
    /*    #divLogoSiRatingGalerie {
        border-radius: 10px;
        background: #FFF;
        box-shadow: -2px 6px 20px 0px rgba(187, 187, 187, 0.40);
        min-width: 260px;
        height: 280px;
        width: 100%;
    }*/

    .divVideoTestimoniale {
        height: 200px;
    }

    .divContainerGalerie {
        background: unset;
        box-shadow: none;
    }

    #panelGalerie {
        background: #FFF;
        height: calc(100vh - 170px);
    }
}

@media screen and (max-width: 1000px) {
    #panelGalerie {
        height: unset;
    }

    .divContainerGalerie {
        flex-direction: column;
    }

        .divContainerGalerie .divCol1 {
            flex-direction: row;
            gap: 30px;
        }

    #divMeniuGalerie {
        min-width: 300px;
        padding: 0;
    }

    .clsListaImagini {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    #panelGalerie {
        padding: 130px 0;
    }

    .divContainerGalerie .divCol1 {
        flex-direction: column;
        align-items: center;
    }

    .divContainerGalerie {
        align-items: center;
    }

    #divLogoSiRatingGalerie {
        padding: 0;
    }

    .divListaImgGalerieContainer {
        padding: 0;
    }

    #divListaGalerieFoto {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    #divListaCazuri {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        width: 100%;
        margin: 0;
        width: unset;
    }

    .divBlockColCaz {
        width: unset;
    }

    .imgGalerieFoto {
        width: 100%;
        height: 170px;
    }
}

@media screen and (max-width: 600px) {
    #divListaCazuri {
        width: 100%;
        padding: 30px 0;
    }

    #pnlControlCazuriClinice {
        padding: 0;
    }

    .lnkBlockCazClinic {
        max-width: none !important;
    }

    .divBlockColCaz {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
}
