﻿

#panelListaDePreturi {
    background-color: #F9FAFB;
}

    #panelListaDePreturi .divLogoSiRating {
        justify-content: start !important;
    }

.divContainerPreturi {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    height: 100%;
    width: 100%;
}

#divLogoSiRatingPreturi {
    height: 100%;
    padding: 30px;
}

.divContinutPreturi {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100%;
}

#divListaCategoriiPreturi,
.divDetaliiSpecializare {
    min-width: calc(50% - 10px);
    height: 100%;
    overflow-y: auto;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#divListaCategoriiPreturi {
    gap: 20px;
}

#divListaDetaliiPreturi {
    min-width: calc(50% - 10px);
}

.divDetaliiSpecializare {
    display: none;
}

    .divDetaliiSpecializare.active {
        display: flex;
        gap: 0;
        border: 2px solid #7563F8;
        border-radius: 10px;
        background: #FFF;
    }

.divHeaderSpecializare,
.divHeaderSpecializareMobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.divHeaderSpecializare {
    display: flex;
    max-width: 400px;
}

    .divHeaderSpecializare:hover {
        border: 1px solid #7563F8;
    }

        .divHeaderSpecializare:hover > * {
            color: #7563F8 !important;
        }

.divHeaderSpecializareMobile {
    display: none;
}

.divHeaderSpecializare.active {
    border: 1px solid #7563F8;
    background-color: #F5F7FF;
}

.divHeaderSpecializareMobile.active {
    border: none;
}

    .divHeaderSpecializare.active > *,
    .divHeaderSpecializareMobile.active > * {
        color: #7563F8 !important;
    }

.divHeaderSpecializare > div,
.divHeaderSpecializareMobile > div {
    color: rgba(80, 89, 108, 0.70);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.divHeaderSpecializare > .arrowRight,
.divHeaderSpecializareMobile > .arrowRight {
    color: #515151;
    transition: 0.3s ease-in-out;
}

.divHeaderSpecializareMobile > .arrowRight {
    transform: rotate(90deg);
}

.divHeaderSpecializare.active > .arrowRight {
    transform: rotate(180deg);
}

.divHeaderSpecializareMobile.active > .arrowRight {
    transform: rotate(270deg);
}

.divListaPreturi {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
}

    .divListaPreturi.active {
        display: flex;
    }

.divHeaderInterventii {
    color: #7563F8;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #7563F8;
    width: 100%;
}

    .divHeaderInterventii:first-of-type {
        padding: 10px;
    }

.divItemInterventie {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: rgba(80, 89, 108, 0.70);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 10px;
}

.divPret {
    min-width: 100px;
    text-align: right;
}

@media screen and (max-width: 1250px) {
    #divLogoSiRatingPreturi {
        border-radius: 10px;
        background: #FFF;
        box-shadow: -2px 6px 20px 0px rgba(187, 187, 187, 0.40);
        min-width: 260px;
        width: 100%;
    }

    .divContainerPreturi {
        flex-direction: column;
    }

    #divListaCategoriiPreturi {
        display: none;
    }

    #divListaDetaliiPreturi {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        border-radius: 10px;
        background: #FFF;
        box-shadow: -2px 6px 20px 0px rgba(187, 187, 187, 0.40);
        padding: 50px;
    }

    .divDetaliiSpecializare {
        display: flex;
        height: unset;
        overflow-y: unset;
        padding: 0;
    }

        .divDetaliiSpecializare.active {
            background: #FAFAFA;
        }

    .divHeaderSpecializareMobile {
        display: flex;
    }

    .divContinutPreturi {
        height: unset;
    }

    .divListaPreturi {
        display: none;
        padding: 10px 50px 50px 50px;
    }
}

@media screen and (max-width: 767px) {
    .divContainerPreturi {
        padding: 130px 30px 30px 30px;
        background: #FFF;
    }

    #divLogoSiRatingPreturi {
        box-shadow: none;
        padding: 0 0 30px 0;
    }

    #divListaDetaliiPreturi {
        box-shadow: none;
        padding: 0;
    }

    .divListaPreturi {
        padding: 10px;
    }

    .divHeaderInterventii,
    .divItemInterventie {
        padding: 10px 0;
    }
}
