﻿.contentAll {
    height: 100vh;
    padding-top: 100px;
}

.divBox {
    border-radius: 10px;
    background: #FFF;
    box-shadow: -2px 6px 20px 0px rgba(187, 187, 187, 0.40);
}

.display-one {
    display: none !important;
}

.divFaraInfo {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    align-self: start;
    justify-self: start;
    font-size: 16px;
}

#divZonaReclamaPatrata,
#divZonaReclamaPatrataPanelDescriere {
    padding: 0 !important;
}

#divZonaReclamaPatrataPanelDescriere {
    display: none;
    margin-bottom: 15px;
}

.reclamaPatrata {
    display: block !important;
    max-width: unset !important;
    max-height: 80vh;
    width: auto;
    aspect-ratio: 1;
}

#panelReclama {
    display: none;
}

#divZonaReclamaPatrataPanelDescriere .reclamaPatrata {
    max-width: 370px !important;
    padding-bottom: 10px;
}

/* promotie popup */
#modalPromotiePopup .divBlockPromo {
    justify-self: center;
    box-shadow: none;
}

#modalPromotiePopup .divBoxPromo {
    margin: 0;
    padding: 0;
}

#modalPromotiePopup .modal-content {
    border: none;
    display: flex;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}

#modalPromotiePopup .promoPopupContainer {
    position: relative;
}

#modalPromotiePopup .close {
    opacity: 1;
}

#modalPromotiePopup .iconCloseModal {
    top: 15px;
    right: 15px;
    z-index: 1;
}

#modalPromotiePopup .modal-dialog {
    width: calc(100% - 25px);
}


#modalPromotiePopup .iconClosePopup {
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
    padding: 7px;
}

#modalPromotiePopup .divPromoBlockTitlu {
    background: #FF2929;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 20px 65px 15px 20px;
}

#modalPromotiePopup .divContainerHeader {
    position: unset;
    border-radius: 10px 10px 0px 0px;
    background: #FF2929;
}

#divListaPromo {
    justify-content: center;
}

/* confirmare trimitere solicitare promotie popup */
.modalPopup .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modalPopup h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1FC468;
    letter-spacing: 0.1rem;
}

.modalPopup p {
    font-size: 16px;
    margin-top: 10px;
}

.modalPopup .modal-header {
    border-bottom: none;
    padding: 15px 0 0 0;
}

.modalPopup .modal-footer {
    border-top: none;
    padding: 20px 0;
}

/* arrows pagini */
#grupArrows {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translate(50%, 70%);
    z-index: 90;
}

.pageArrow {
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    border: none;
}

#grupArrows #sageataInapoi {
    border-radius: 30px 3px 3px 30px;
    background: #F0F1F2;
    color: #453A93;
}

#grupArrows #sageataInainte {
    border-radius: 3px 30px 30px 3px;
    background: linear-gradient(90deg, #5B4DC1 0%, #453A92 69%);
    color: #FFF;
}

/* animatii slide pentru mobile */
/*html, body {
    width: 100%;
    overflow-x: hidden;
}*/

/* Animation for sliding in from the left */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Animation for sliding out to the right */
@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Animation for sliding in from the right */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Animation for sliding out to the left */
@keyframes slideOutToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* animatii slide pentru desktop */

@keyframes disolveOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes disolveIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* GENERAL - categorii pagina */
.pnlCategoriePagina {
    padding: 20px 130px;
    background-color: #F9FAFB;
    width: 100%;
    height: 100%;
}

    .pnlCategoriePagina h3 {
        color: #7563F8;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin: 0 0 20px 0;
    }

/* GENERAL - logo si rating clinica */

.imgLogoClinica {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: contain;
}

.divLogoSiRating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* GENERAL - programare clinica */
#modalProgramare.in {
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    background: #4540409c !important;
}

.lnkToProgrameaza {
    display: flex;
    flex-direction: row !important;
    height: 50px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #7563F8;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}

    .lnkToProgrameaza:hover, .lnkToProgrameaza:active, .lnkToProgrameaza:focus {
        color: #fff;
        text-decoration: none;
    }

.spnOra {
    color: black;
    border: 2px solid rgba(200,200,200,.6);
    border-radius: 5px;
    margin: 5px;
    width: 55px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

    .spnOra:hover {
        cursor: pointer;
    }

.spnOraSelected {
    color: white;
    background-color: #00d463;
}

.chkContainer {
    margin-top: 10px;
    font-size: 16px;
    width: auto;
    color: #8492AF;
}

.checkmark {
    border: 2px solid rgb(199,205,219);
    border-radius: 5px;
}

#divLogoSiRatingArticole {
    display: none;
    aspect-ratio: 0.722;
    padding: 30px;
}

.divListaArticole {
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

/* panel whatsapp */
#panelWhatsApp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 90;
}

    #panelWhatsApp input[type=image] {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

/* jivo chat */
.jivoMobile {
    margin-bottom: 90px !important;
}

@media screen and (max-width: 1400px) {
    #grupArrows {
        display: none;
    }

    .pnlCategoriePagina {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1100px) {
    .contentAll {
        height: unset;
    }

    #panelEchipa {
        min-height: calc(100vh - 170px);
    }
}

@media screen and (max-width:992px) {
    #modalPromotiePopup .divBoxPromo {
        justify-items: start !important;
    }

    #modalPromotiePopup .divBlockPromo {
        padding-bottom: 20px;
    }

    #modalPromotiePopup .divPromoBlockTitluMobile {
        padding: 0 !important;
    }

    #modalPromotiePopup .groupInfoPrincipale {
        padding: 0 15px;
    }

    #modalPromotiePopup .promoBody {
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        #modalPromotiePopup .promoBody::-webkit-scrollbar {
            display: none;
        }

    #modalPromotiePopup .divDescrierePromotie {
        padding: 0 20px;
    }

    #modalPromotiePopup .divPromoBlockTitlu {
        display: block;
    }

    #modalPromotiePopup .divPromoBlockTitluMobile {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width: 1250px) {
    .contentAll {
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    #imgArrowTop {
        bottom: calc(3vh + 85px);
    }

    .contentAll {
        padding-top: 0;
    }

    .pnlCategoriePagina {
        padding: 80px 0 0 0;
    }

    #panelArticole {
        padding-bottom: 130px;
    }

    #divLogoSiRatingArticole {
        display: flex;
        width: 100%;
        aspect-ratio: unset;
    }

    .boxArticol {
        display: flex;
        justify-content: center;
    }

    .lnkArticol {
        max-width: 370px;
        width: 100%;
    }

    #panelWhatsApp {
        bottom: 100px;
    }

    .chat.widget {
        margin-bottom: 100px !important;
    }

    #panelReclama {
        margin-top: 120px;
    }

    #divZonaReclamaPatrataPanelDescriere {
        display: block;
    }

    .divContainerPromotii {
        padding: 30px 30px 90px 30px;
        background: #FFF;
        min-height: calc(100vh - 90px);
    }
}
