.block-racordare {
    padding: 0;
}
.block-racordare .timeline-component .etape .pie-chart {
    display: none;
}
.block-racordare button{
    cursor: pointer;
}
.block-racordare .pasi .pas p{
    margin: 0;
}
.block-racordare .wrapp-pas .detalii-pas .text{
    font-size: 32px;
    font-weight: 400;
}
.block-racordare .pasi .subtitleSidebar-content,.block-racordare .pasi .titleSidebar-content{
    display: block;
}
.block-racordare .wrapp-pas .detalii-pas .document .document-type-pdf::before,
.block-racordare .wrapp-pas .detalii-pas .document .document-type-jpeg::before,
.block-racordare .wrapp-pas .detalii-pas .document .document-type-png::before {
    content: "";
    background-image: url(../../assets/images/type-jpg.svg);
    display: inline-block;
    width: 100px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.block-racordare .main-content .pasi .container-subtitle-title .subtitleSidebar-content{
    font-size: 28px;
    font-weight: 400;
    color: var(--wp--preset--color--grey);
}
.block-racordare .main-content .pasi .container-subtitle-title .titleSidebar-content{
    font-size: 36px;
    font-weight: 400;
    color: var(--brand-colors-dark-50);
}
.block-racordare .main-content .pasi .container-subtitle-title{
    margin-bottom: 48px;
}
.block-racordare .wrapp-pas .detalii-pas .document .document-type-pdf::before {
    content: "";
    background-image: url(../../assets/images/type-pdf.svg);
    display: inline-block;
    width: 100px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.block-racordare .wrapp-pas .detalii-pas .document .document-type-xlsx::before,
.block-racordare .wrapp-pas .detalii-pas .document .document-type-xls::before {
    content: "";
    background-image: url(../../assets/images/type-xls.svg);
    display: inline-block;
    width: 100px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.block-racordare .wrapp-pas .detalii-pas .document .document-type-zip::before {
    content: "";
    background-image: url(../../assets/images/type-zip.svg);
    display: inline-block;
    width: 100px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.block-racordare .pas .detalii-pas-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}
.block-racordare .who-acts-title p{
    margin:0;
}
.block-racordare .navigation-buttons{
    display: none;
}
.block-racordare .detalii-pas .sidebar-title{
    font-size: 32px;
}
.block-racordare .pasi .pas .background-image {
    display: none;
}
.block-racordare #select-etape-mobile {
    display: none;
}
.block-racordare .slider-pasi .pas .content-title{
    display: none;
}

.block-racordare .timeline-etape{
    display: block;
}
/* Slider etape */

.block-racordare .etapa.selected {
    color: var(--wp--preset--color--background);
}

.block-racordare .etapa.selected:before{
    width: 100%;
}
/* Timeline */

.block-racordare .timeline-progress {
    height: 100%;
    position: absolute;
    background-color: var(--wp--preset--color--primary);
}
.block-racordare .timeline-etapa.selected .timeline-progress {
    width: 100%!important;
    background-color:  var(--wp--preset--color--primary);
}

/* Continut principal */

/* Pașii */
.block-racordare .pasi {
    width: 30%;
}

.block-racordare .pas.selected {
    background-color: var(--wp--preset--color--light-orange);
    color: var(--wp--preset--color--dark-blue);
}


.block-racordare button:disabled {
    cursor: not-allowed;
}

.block-racordare .timeline-durata{
    opacity: 0;
}

.block-racordare .timeline-durata.selected{
    opacity: 1;
}
.block-racordare .main-content {
    display: flex;
    gap: 64px;
}
.block-racordare .detalii-pas{
    display: none;
}
.block-racordare .detalii-pas.selected{
    display: block;
}

.block-racordare .arrow:hover{
    background-color: var(--wp--preset--color--primary);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-racordare .slider-etape {
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
    overflow-x: auto;
    align-items: center;
}
.block-racordare .etapa {
    min-width: 300px;
    box-sizing: inherit;
    padding: 20px 40px;
    background-color: var(--wp--preset--color--grey);
    cursor: pointer;
    border-radius: 40px;
    white-space: nowrap;
    font-size: 32px;
}
.block-racordare .timeline {
    display: flex;
    margin-bottom: 24px;
    background-color:  var(--wp--preset--color--grey);
    position: relative;
    height: 8px;
    overflow: hidden;
}
.block-racordare .timeline-etapa {
    position: relative;
    height: 8px;
    overflow: hidden;
}
.block-racordare .timeline-etapa.current .timeline-progress {
    width: 100% !important;
    background-image: repeating-linear-gradient(
        135deg,                               /* Unghiul dungilor */
        var(--wp--preset--color--light-orange), /* Culoarea dungii */
        var(--wp--preset--color--light-orange) 6px, /* Lățimea dungii */
        transparent 6px,                     /* Spațiu între dungi */
        transparent 12px                      /* Finalul secvenței */
        );
}
.block-racordare .slider-pasi {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.block-racordare .pas {
    padding: 20px;
    background-color: var(--wp--preset--color--dirty-white);
    border-radius: 24px;
    color: var(--wp--preset--color--dark-blue);
}
.block-racordare .butoane {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.block-racordare .durata{
    display: flex;
    width: 100%;
    margin-bottom: 64px;
}
.block-racordare .etape{
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
.block-racordare .arrow{
    background-color: var(--wp--preset--color--dark-blue);
    -webkit-mask-image: url(../../assets/images/arrow-left.svg);
    mask-image:url(../../assets/images/arrow-left.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    background-size: cover;
    min-width: 104px;
    height: 96px;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.block-racordare .arrow.next-arrow{
    -webkit-mask-image: url(../../assets/images/arrow-right.svg);
    mask-image:url(../../assets/images/arrow-right.svg);
    margin-left: 104px;
}
.block-racordare button:disabled {
    
    pointer-events: none;
    opacity: 0.6; 
}

.block-racordare button:disabled:before {
    width: 0; /* Previne efectul de umplere */
}
.block-racordare .wrapp-pas .detalii-pas.selected{
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: start;
}

.block-racordare .wrapp-pas .detalii-pas.selected .global-button{
    width: fit-content;
    padding: 24px 64px;
}
.block-racordare .detalii-pas .sidebar-subtitle{
    color: var(--wp--preset--color--primary);
    font-size: 40px;
    font-weight: 500;
}
.block-racordare .slick-track{
    display: flex;
    gap: 20px;
}
.block-racordare .arrow{
    min-width: 52px;
    height: 48px;
}
.block-racordare .timeline-durata-progress{
    display: flex;
    font-size: 32px;
    white-space: nowrap;
}
.block-racordare .etape .timeline-etape .timeline-durata-progress{
    color: var(--brand-colors-dark-50, rgba(35, 41, 54, 0.50));
    font-weight: 500;
    font-size: 32px;
}
.block-racordare .etape .timeline-etape p{
    margin-right: 6px;
}
.block-racordare .who-acts{
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    border-bottom: 2px solid var(--wp--preset--color--grey);
    padding-bottom: 16px;
}
.block-racordare .who-acts-title{
    display: flex;
    justify-content: flex-start;
    font-size: 28px;
    font-weight: 700;
    align-items: center;
    position: relative;
    padding-left: 48px;
}
.block-racordare .who-acts-title p{
    color: var(--wp--preset--color--grey);
    font-weight: 400;
    margin-right: 6px;
}
.block-racordare .who-acts-title .who-acts-profile-image{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 160, 220, 1);
    -webkit-mask-image: url(../../assets/images/profile-circle.svg);
    mask-image: url(../../assets/images/profile-circle.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

.block-racordare .who-acts-title .who-acts-deadline-image{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 160, 220, 1);
    -webkit-mask-image: url(../../assets/images/termen-icon.svg);
    mask-image: url(../../assets/images/termen-icon.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}
.block-racordare .left-document{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--wp--preset--color--grey);
    background-color: var(--wp--preset--color--dirty-white);
    padding: 24px 48px;
    border-radius: 24px;
}
.block-racordare .arrow.next-arrow{
    margin-left: 52px;
}
.block-racordare .pas{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 32px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 32px 40px;
    font-weight: 500;
    border: 2px  solid var(--wp--preset--color--grey);
}

.block-racordare .pas:hover{
    background-color: var(--wp--preset--color--light-orange);
}
.block-racordare .pas.selected:hover{
    background-color: var(--wp--preset--color--light-orange);
}
.block-racordare .pasi{
    flex: 0 0 calc(30% - 40px);
}
.block-racordare .pasi .subtitle-pasi{
    font-size: 28px;
    color: var(--wp--preset--color--grey);
}

.block-racordare .pasi .title-pasi{
    font-size: 36px;
    margin-bottom: 48px;
}

.block-racordare .detalii-pas .document .title-document {
    display: flex;
    align-items: center;
    font-size: 32px;
}
.block-racordare .wrapp-pas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 3000px) {
    
    .block-racordare .detalii-pas .document .title-document{
        font-size: 16px;
        width: 80%;
    }
    .block-racordare .detalii-pas .sidebar-title{
        font-size: 16px;
    }

    .block-racordare .slider-etape {
        display: flex;
        gap: 10px;
        margin-bottom: 32px;
        overflow-x: auto;
        align-items: center;
    }
    .block-racordare .etapa {
        min-width: 150px;
        padding: 10px 20px;
        background-color: var(--wp--preset--color--grey);
        cursor: pointer;
        border-radius: 20px;
        white-space: nowrap;
        font-size: 16px;
    }
    .block-racordare .timeline {
        display: flex;
        margin-bottom: 12px;
        background-color:  var(--wp--preset--color--grey);
        position: relative;
        height: 4px;
        overflow: hidden;
    }
    .block-racordare .timeline-etapa {
        position: relative;
        height: 4px;
        overflow: hidden;
    }
    .block-racordare .timeline-etapa.current .timeline-progress {
        width: 100% !important;
        background-image: repeating-linear-gradient(
            135deg,                               /* Unghiul dungilor */
            var(--wp--preset--color--light-orange), /* Culoarea dungii */
            var(--wp--preset--color--light-orange) 3px, /* Lățimea dungii */
            transparent 3px,                     /* Spațiu între dungi */
            transparent 6px                      /* Finalul secvenței */
            );
    }
    .block-racordare .slider-pasi {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .block-racordare .main-content {
        display: flex;
        gap: 32px;
    }
    .block-racordare .pas {
        padding: 10px;
        background-color: var(--wp--preset--color--dirty-white);
        border-radius: 12px;
        color: var(--wp--preset--color--dark-blue);
    }
    .block-racordare .butoane {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }
  
    .block-racordare .durata{
        display: flex;
        width: 100%;
        margin-bottom: 32px;
    }
    .block-racordare .etape{
        position: relative;
        display: flex;
        width: 100%;
        margin-bottom: 12px;
    }
    .block-racordare .arrow{
        background-color: var(--wp--preset--color--dark-blue);
        -webkit-mask-image: url(../../assets/images/arrow-left.svg);
        mask-image:url(../../assets/images/arrow-left.svg);
        mask-size: cover;
        mask-repeat: no-repeat;
        background-size: cover;
        min-width: 52px;
        height: 48px;
        display: inline-block;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        cursor: pointer;
    }
    .block-racordare .arrow.next-arrow{
        -webkit-mask-image: url(../../assets/images/arrow-right.svg);
        mask-image:url(../../assets/images/arrow-right.svg);
        margin-left: 52px;
    }

    .block-racordare button:disabled {
        pointer-events: none; 
        opacity: 0.6; 
    }

    .block-racordare button:disabled:before {
        width: 0; 
    }
    .block-racordare .wrapp-pas .detalii-pas.selected{
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: start;
    }

    .block-racordare .wrapp-pas .detalii-pas.selected .global-button{
        width: fit-content;
        padding: 12px 32px;
    }

    .block-racordare .detalii-pas .sidebar-subtitle{
        color: var(--wp--preset--color--primary);
        font-size: 20px;
        font-weight: 500;
    }
    .block-racordare .slick-track{
        display: flex;
        gap: 10px;
    }
    .block-racordare .arrow{
        min-width: 26px;
        height: 24px;
    }
    .block-racordare .timeline-durata-progress{
        display: flex;
        font-size: 16px;
        white-space: nowrap;
    }
    .block-racordare .etape .timeline-etape .timeline-durata-progress{
        color: var(--brand-colors-dark-50, rgba(35, 41, 54, 0.50));
        font-weight: 500;
        font-size: 16px;
    }
    .block-racordare .etape .timeline-etape p{
        margin-right: 3px;
    }
    .block-racordare .who-acts{
        display: flex;
        justify-content: flex-start;
        gap: 16px;
        border-bottom: 1px solid var(--wp--preset--color--grey);
        padding-bottom: 8px;
    }
    .block-racordare .who-acts-title{
        display: flex;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: 700;
        align-items: center;
        position: relative;
        padding-left: 24px;
    }
    .block-racordare .who-acts-title p{
        color: var(--wp--preset--color--grey);
        font-weight: 400;
        margin-right: 3px;
    }
    .block-racordare .who-acts-title .who-acts-profile-image{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-color: rgba(0, 160, 220, 1);
        -webkit-mask-image: url(../../assets/images/profile-circle.svg);
        mask-image: url(../../assets/images/profile-circle.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 2px;
        left: 0;
    }
    .block-racordare .wrapp-pas .detalii-pas .text{
        font-size: 16px;
    }
    .block-racordare .who-acts-title .who-acts-deadline-image{
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-color: rgba(0, 160, 220, 1);
        -webkit-mask-image: url(../../assets/images/termen-icon.svg);
        mask-image: url(../../assets/images/termen-icon.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 2px;
        left: 0;
    }
    .block-racordare .left-document{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--wp--preset--color--grey);
        background-color: var(--wp--preset--color--dirty-white);
        padding: 12px 24px;
        border-radius: 12px;
    }
    .block-racordare .arrow.next-arrow{
        margin-left: 26px;

    }
    .block-racordare .pas{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        padding: 16px 20px;
        font-weight: 500;
        border: 1px  solid var(--wp--preset--color--grey);
    }

    .block-racordare .pas:hover{
        background-color: var(--wp--preset--color--light-orange);
    }
    .block-racordare .pas.selected:hover{
        background-color: var(--wp--preset--color--light-orange);
    }
    .block-racordare .pasi{
        flex: 0 0 calc(30% - 20px);
    }
    .block-racordare .pasi .subtitle-pasi{
        font-size: 14px;
        color: var(--wp--preset--color--grey);
    }

    .block-racordare .pasi .title-pasi{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .block-racordare .main-content .pasi .container-subtitle-title .subtitleSidebar-content{
        font-size: 14px;
        font-weight: 400;
    }
    .block-racordare .main-content .pasi .container-subtitle-title .titleSidebar-content{
        font-size: 18px;
        font-weight: 400;
    }
    .block-racordare .main-content .pasi .container-subtitle-title{
        display: block;
        margin-bottom: 24px;
    }
    .block-racordare .wrapp-pas .detalii-pas .document .document-type-pdf::before,
    .block-racordare .wrapp-pas .detalii-pas .document .document-type-jpeg::before,
    .block-racordare .wrapp-pas .detalii-pas .document .document-type-png::before {
        width: 50px;
        height: 35px;
    }

    .block-racordare .wrapp-pas .detalii-pas .document .document-type-pdf::before {
        width: 50px;
        height: 35px;
    }

    .block-racordare .wrapp-pas .detalii-pas .document .document-type-xlsx::before,
    .block-racordare .wrapp-pas .detalii-pas .document .document-type-xls::before {
        width: 50px;
        height: 35px;
    }

    .block-racordare .wrapp-pas .detalii-pas .document .document-type-zip::before {
        width: 50px;
        height: 35px;
    }

}
@media only screen and (max-width: 1000px) {
    
    .block-racordare .detalii-pas .document .title-document{
        font-size: 16px;
        width: 70%;
    }

}
@media (max-width: 800px) {
    .block-racordare .etape .timeline-etape, .block-racordare .durata .timeline-durata{
        display: none;
    }
    .block-racordare .timeline{
        display: none;
    }
    .block-racordare .wrapp-pas{
        display: none;
    }
    .block-racordare .pasi{
        flex-grow: 1;
    }
    .block-racordare .pasi .subtitle-pasi, .block-racordare .pasi .title-pasi{
        display: none;
    }
    .block-racordare #select-etape {
        padding: 12px 16px;
        background: var(--wp--preset--color--primary);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--wp--preset--color--off-white);
        border-radius: 20px;
        border: none;
        height: auto;
        overflow-wrap: break-word;
        white-space: normal; 
        margin-bottom: 24px;
        display: block; 
    }
    
    /* Pentru a stiliza <option> */
    .block-racordare #select-etape option {
        white-space: normal;
        word-break: break-word;
    }

    .block-racordare #slider-etape {
        display: none;

    }
    .block-racordare #select-etape-mobile {
        display: block;
        margin-bottom: 16px;
    }
    .block-racordare .etape{
        margin: 0;
    }
    .block-racordare .slider-pasi .pas p:nth-of-type(2) {
        display: none;
    }

    .block-racordare .title-wrapper .sidebar-subtitle{
        font-size: 16px;
        color: var(--wp--preset--color--primary);
        font-weight: 400;
    }
    .block-racordare .slider-pasi .pas .content-title {
        display: block;
        color: var(--wp--preset--color--primary);
        font-size: 16px;
        font-weight: 400;
        width: 85%;
    }
    .block-racordare .slider-pasi .pas.selected .content-title{
        margin-bottom: 32px;
    }
    .block-racordare .slider-pasi {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }


    .block-racordare .pas.selected .detalii-pas-mobile {
        max-height: 5000px; /* sau poți elimina complet max-height */
        opacity: 1;
        transition: max-height 0.8s ease-in-out; /* pentru o animație smooth */
    }
    .block-racordare .pasi .pas {
        position: relative; /* Necesare pentru a poziționa corect elementele */
        overflow: hidden; /* Asigură-te că nimic nu iese din conturul pasului */
        margin: 0 -16px;
        padding: 16px 32px;
    }

    .block-racordare .pasi .pas .plus-icon {
        display: block; /* Afișează iconița plus */
        position: absolute; /* Poziționare absolută */
        top: 28px; /* Ajustează poziția verticală */
        right: 28px; /* Ajustează poziția orizontală */
        background-image: url(../../assets/images/plusIcon.svg); /* Calea către imaginea SVG pentru plus */
        background-size: cover; /* Acoperă întregul element */
        background-position: center; /* Centrează imaginea */
        mask-image: url(../../assets/images/plusIcon.svg); /* Folosește SVG-ul ca mască */
        mask-size: cover; /* Acoperă întregul element */
        mask-repeat: no-repeat; /* Nu repeta masca */
        opacity: 0.8; /* Opacitate pentru a face iconița mai subtilă */
        width: 24px; /* Lățimea iconiței */
        height: 24px; /* Înălțimea iconiței */
    }

    .block-racordare .pasi .pas.selected .plus-icon {
        display: none; /* Ascunde iconița plus când pasul este selectat */
       
    }

    .block-racordare .pasi .pas .minus-icon {
        display: none; /* Ascunde iconița minus inițial */
        position: absolute; /* Poziționare absolută */
        top: 28px; /* Ajustează poziția verticală */
        right: 28px; /* Ajustează poziția orizontală */
        background-image: url(../../assets/images/minusIcon.svg); /* Calea către imaginea SVG pentru minus */
        background-size: cover; /* Acoperă întregul element */
        background-position: center; /* Centrează imaginea */
        mask-image: url(../../assets/images/minusIcon.svg); /* Folosește SVG-ul ca mască */
        mask-size: cover; /* Acoperă întregul element */
        mask-repeat: no-repeat; /* Nu repeta masca */
        opacity: 0.8; /* Opacitate pentru a face iconița mai subtilă */
        width: 24px; /* Lățimea iconiței */
        height: 24px; /* Înălțimea iconiței */
    }

    .block-racordare .pasi .pas.selected .minus-icon {
        display: block; /* Afișează iconița minus când pasul este selectat */
        opacity: 1; /* Poți ajusta opacitatea pentru a face iconița mai vizibilă */
        
    }


    .block-racordare .pas{
        border-bottom: 1px solid var(--wp--preset--color--grey);
        margin: 0;
        padding: 16px;
        margin: 0 -16px;
        padding: 16px 32px;
    }
    .block-racordare .pas p{
        margin: 0;
    }
    .block-racordare .pas:last-child {
        border-bottom: none; /* Elimină bordura pentru ultimul element */
    }

    .block-racordare .who-acts {
        display: flex;
        flex-direction: column;
        justify-content: start;
        border-bottom: 1px solid var(--wp--preset--color--grey);
        margin-bottom: 16px;
        gap: 0px;
    }
    .block-racordare .who-acts .who-acts-title{
        margin-bottom: 16px;
    }
    .block-racordare .who-acts .who-acts-title:last-child{
        margin-bottom: 8px;
    }
    .block-racordare .pas {
        border: none; /* Elimină toate bordurile */
        border-bottom: 1px solid var(--wp--preset--color--grey); /* Adaugă doar border-bottom */
        margin: 0;
        padding: 16px;
        border-radius: 0;
        background-color: var(--wp--preset--color--off-white);
    }
    .block-racordare .who-acts p{
        margin:0px 4px 0px 0px;
        font-size: 14px;
        font-weight: 500;
    }
    .block-racordare .pas .sidebar-title{

        font-size: 16px;
        font-weight: 400;
        color: var(--wp--preset--color--dark-blue);
        margin-bottom: 16px;
    }
    .block-racordare .pas.selected {
        background-color: var(--wp--preset--color--dirty-white);
        color: var(--wp--preset--color--dark-blue);
        margin: 0 -16px;
        padding: 16px 32px;
    }
    .block-racordare .pas {
        background-color: var(--wp--preset--color--off-white);
        color: var(--wp--preset--color--dark-blue);
    }
    .block-racordare .pas.selected:hover,.block-racordare .pas:hover {
        background-color: var(--wp--preset--color--dirty-white); /* Elimină efectul vizual de hover */
    }
    .block-racordare .detalii-pas-mobile a{
        margin-bottom: 16px;
    }

    .block-racordare .left-document{
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .block-racordare .detalii-pas-mobile .document a{
        margin:0;
    }
    .block-racordare .detalii-pas-mobile .document{
        margin-bottom: 16px;
    }
    .block-racordare .detalii-pas-mobile .document:last-child{
        margin-bottom: 24px;
    }
    .block-racordare .pas .detalii-pas-mobile .document .title-document{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
    }
    .block-racordare .pas .detalii-pas-mobile .document .document-type-pdf::before,
    .block-racordare .pas .detalii-pas-mobile .document .document-type-jpeg::before,
    .block-racordare .pas .detalii-pas-mobile .document .document-type-png::before {
        content: "";
        background-image: url(../../assets/images/type-jpg.svg);
        display: inline-block;
        width: 50px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

    .block-racordare .pas .detalii-pas-mobile .document .document-type-pdf::before {
        content: "";
        background-image: url(../../assets/images/type-pdf.svg);
        display: inline-block;
        width: 50px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

    .block-racordare .pas .detalii-pas-mobile .document .document-type-xlsx::before,
    .block-racordare .pas .detalii-pas-mobile .document .document-type-xls::before {
        content: "";
        background-image: url(../../assets/images/type-xls.svg);
        display: inline-block;
        width: 50px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

    .block-racordare .pas .detalii-pas-mobile .document .document-type-zip::before {
        content: "";
        background-image: url(../../assets/images/type-zip.svg);
        display: inline-block;
        width: 50px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }
    .block-racordare .timeline-component .etape .pie-chart {
        display: flex;
        position: absolute;
        top: -15px;
        right: 28px;
        width: 78px;
        height: 78px;
        object-fit: cover;     
        object-position: center;
        border-radius: 50%;    
        opacity: 1;
    }
    

    .block-racordare .pas.selected .navigation-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .block-racordare .etape .timeline-etape:first-child,.block-racordare .durata .timeline-durata:first-child{
        display: block;
    }
    .block-racordare .pas .navigation-buttons .button-previous{
        color: var(--wp--preset--color--dark-blue);
        border-color: var(--wp--preset--color--dark-blue);
        background-color: var(--wp--preset--color--off-white);
    }

    .block-racordare .pas .navigation-buttons .button-previous::before{
        background-color: var(--wp--preset--color--dark-blue);
    }
    .block-racordare .pas .navigation-buttons .button-previous:hover{

        color: var(--wp--preset--color--off-white);
    }

    .block-racordare .main-content .pasi .container-subtitle-title{
        display: none;
    }
    .block-racordare .detalii-pas-mobile .tab-text{
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 16px;
    }
}