#pf-report i {
    font-style: normal;
}

#pf-report .tab-content {
    box-shadow: 0 -3px 6px -3px #e6e8ed;
    position: relative;
    background: #fff;
}

#pf-report .tab-content p,
#pf-report .tab-content li {
    font-size: 14px;
    margin: 0;
}

#pf-report a {
    text-decoration: none;
}

#pf-report tabs-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    border-bottom: 1px #eef1fa solid;
    padding: 0px;
    gap: 6px;
}

#pf-report tabs-nav a {
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--bs-primary-text);
    margin-bottom: -2px;
    font-size: 16px;
    width: 33.333333%;
    justify-content: center;
    background: linear-gradient(180deg, rgb(217 220 227) 0%, rgba(255, 255, 255, 1) 50%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-top-left-radius: var(--ip-border-radius-inputs);
    border-top-right-radius: var(--ip-border-radius-inputs);
}

#pf-report .pf-active-tab {
    color: var(--bs-primary);
    z-index: 2;
}

#pf-report tabs-nav a:hover {
    background: linear-gradient(360deg, rgb(217 220 227) 0%, rgba(255, 255, 255, 1) 50%);
    color: #1f2631;
}

#pf-report .tab-content .tab {
    position: relative;
    background: white;
    transition: ease 0.3s;
}

#pf-report h2.preflight-results {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
}

#pf-report h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 14pt;
}

#pf-report .warn h2 {
    margin: 0 !important;
}

#pf-report .report-content {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

#pf-report ol {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
}

#pf-report ol li {
    counter-increment: list-counter;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pf-report ol li:before {
    content: counter(list-counter) ". ";
    color: #9fafb7;
}

#pf-report .shadow-belt,
#pf-report .shadow-belt-down {
    height: 25px;
    width: 100%;
    /* margin-top: 0px; */
    position: absolute;
}

#pf-report .shadow-belt {
    box-shadow: 0px -14px 13px -9px #9c9c9c;
    z-index: 1;
    margin-top: -20px;
}

#pf-report .shadow-belt-down {
    box-shadow: 0px 14px 13px -9px #9c9c9c;
    margin-top: -25px;
    z-index: 1;
}

#pf-report .refuse-button {
    background-color: #fff;
    color: var(--bs-primary);
}

#pf-report .refuse-button:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

#pf-report .rectangle {
    width: 50px;
    height: 30px;
}

#pf-report .lines .btn {
    align-items: center;
    cursor: auto;
    display: flex;
    flex-direction: column;
    padding: 7px 0px;
}

#pf-report .lines p {
    font-size: 10px;
    flex-direction: column;
    text-align: left;
}

/* .lines p:after,  */
#pf-report .accept span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    font-size: 14px;
    color: var(--bs-primary);
    margin-left: 5px;
}

#pf-report .lines .btn:hover {
    color: var(--bs-primary)
}

#pf-report .legend {
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
}

#pf-report .legend strong {
    font-size: 12px;
    margin: 0;
    padding-top: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

#pf-report .modal-params {
    width: 50%;
    padding: 0px 15px 15px 15px;
    font-size: 12px;
}

#pf-report .lines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 80px;
}

#pf-report .lines .btn p {
    text-align: center;
}

#pf-report .bleed .rectangle {
    background: #ddd;
}

#pf-report .gold .rectangle {
    /* background: #c39424; */
    background-image: url("/css/ucp/assets/zlote60x30.png");
    background-size: 80px;
}

#pf-report .fold .rectangle {
    border: 2px dashed #00C853;
}

#pf-report .cutline .rectangle {
    border: 2px dashed #dc0f7e;
}

#pf-report .safearea .rectangle {
    border: 2px solid #39a1e2;
}

#pf-report .preview {
    width: 100%;
    position: relative;
    height: 100%;
    transition: ease 0.3s;
}

#pf-report .preview-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#pf-report .visual {
    display: flex;
    min-height: 600px;
}

#pf-report .visuals {
    height: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-image: linear-gradient(45deg, #eeeeee 25%, transparent 25%), linear-gradient(-45deg, #eeeeee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eeeeee 75%), linear-gradient(-45deg, transparent 75%, #eeeeee 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    margin-bottom: 25px;
    border-radius: var(--ip-border-radius-inputs);
}

#pf-report .main-nav {
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 20px;
    border-bottom-left-radius: var(--ip-border-radius-inputs);
    border-bottom-right-radius: var(--ip-border-radius-inputs);
}

#pf-report .zoom-tools button {
    border: none;
}

#pf-report h1.dark-header {
    /*background: var(--bs-footer-bg);*/
    /*height: 35px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*margin: 0px;*/
    /*padding: 0px 30px !important;*/
    /*font-size: 1.3em;*/
    /*color: var(--bs-footer-text);*/
    /*border: none !important;*/
    /*line-height: 0.8;*/
    display: none;
}

#pf-report h1.dark-header span {
    /*color: #fff;*/
    /*margin-left: 10px;*/
}


#pf-report h1.main {
    text-align: center;
    margin-top: -10px;
}

/* ZOOMIST*/
#pf-report .pf-active {
    display: block;
}

#pf-report .pf-non-active {
    display: none;
}

#pf-report .zoomist-container {
    width: 100%;
    max-height: 900px;
}

#pf-report .zoomist-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: #a7a7a7 0px 0px 18px;
    max-height: 450px;
}

#pf-report .zoomist-image {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
}

#pf-report .zoomist-wrapper {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pf-report .preview .zoomist-container {
    height: 100%;
    transition: transform 0.25s ease;
    backface-visibility: hidden;
}

#pf-report .rotate-enter {
    transform: rotateY(90deg);
}

#pf-report .rotate-leave {
    transform: rotateY(-90deg);
}

/* #pf-report .tools {
    margin-bottom: 20px;
} */

#pf-report .tools div {
    flex-direction: column;
    align-items: center;
}

#pf-report .tools button {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 10px;
    background-color: var(--bs-primary);
    color: black;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: var(--ip-border-radius-buttons);
}

#pf-report .tools button:hover {
    background-color: var(--bs-primary-lighter);
}

#pf-report h4 {
    display: flex;
    width: 33.3333333%;
    justify-content: center;
    font-weight: 500;
    color: #919191;
    padding: 0;
    font-size: 16px;
}

#pf-report h4 span {
    font-weight: 500;
    padding: 0 5px;
}

#pf-report .caption {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

#pf-report span.pink {
    color: #E71659;
    font-weight: 700;
}

#pf-report .nav-image {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#pf-report .nav-image button {
    all: initial;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pf-report .pf-title {
    padding: 5px 15px;

}

#pf-report .nav-image button .pf-title {
    top: 70px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    text-align: center;
    text-wrap: auto;
}

#pf-report .nav-image button:hover {
    background: none;
}

#pf-report .nav-image i {
    font-size: 3em;
    color: var(--bs-primary);
    z-index: 50;
    width: 100% !important;
}



#pf-report .tools button i {
    font-size: 18px;
    color: #fff;
}

#pf-report .nav-image i:hover {
    font-size: 4em;
    transition: ease 0.2s;
    cursor: pointer;
}

#pf-report .nav-image img {
    width: 60%;
    margin-bottom: 40px;
}

#pf-report .nav-image img:hover {
    width: 80%;
    transition: ease 0.2s;
    cursor: pointer;
}

#pf-report .description {
    position: relative;
    z-index: 100;
}

#pf-report .opis {
    margin: 0 0 15px 0px;
    padding-left: 10px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: left;
    position: absolute;
    /*border: 1px solid var(--bs-primary);*/
    border-radius: var(--ip-border-radius-inputs);
    top: -80px;
    right: 0px;
    left: 100px;
    box-shadow: 1px 2px 7px #c1c1c1;
    width: 400px;
    text-align: left;
}

#pf-report .info {
    background-color: #eef1fa;
    padding: 2em;
}

#pf-report img.img-info {
    width: 35px;
    margin: 10px;
}

#pf-report .pf-icons {
    width: 20px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

/* Stosowanie animacji do elementu */
#pf-report #scale-project {
    background: #e91659;
    box-shadow: 0px 0px 10px #fa0858;
    animation: pulse 2s infinite;
}

#pf-report #scale-project i {
    color: white;

}

/* SECOND TAB */

#pf-report .errors-container,
#pf-report .warnings-container,
#pf-report .fixups-container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}


#pf-report .border-dashed {
    border: #eee dashed 2px;
    padding: 5px;
}

#pf-report .report {
    width: 100%;
    font-size: 14px;
    padding: 5em 25px 0 5em;
}

#pf-report .report-container {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    align-items: stretch;
}

#pf-report .report-img {
    display: none;
}


#pf-report .files-and-params {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border-left: 1px solid #dee2e6 !important;
    background: linear-gradient(180deg, rgba(249, 248, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#pf-report li {
    word-wrap: break-word;
}

#pf-report p.date {
   display: none;
}

#pf-report #pdf-header,
#pf-report #date {
    display: none;
}

#pf-report .preflight-icon img {
    width: 40px;
    height: 40px;
    padding-right: 15px;
}

#pf-report .preflight-icon {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

#pf-report .pf-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    padding: 40px 20px;
    width: 100%;
    gap: 10px;
}

#pf-report .pf-footer a:hover {
    filter: opacity(0.5);

}

#pf-report .pf-footer svg {
    height: 40px;
    width: 40px;
}

#pf-report .pf-footer a:hover {
    color: var(--bs-primary);
    cursor: pointer;
}

/* THIRD TAB*/

#pf-report .warn {
    padding-top: 5rem;
    width: 70%;
    margin: auto;
    min-height: 600px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

#pf-report .warn label {
    line-height: 30px;
}

#pf-report .warn label {
    margin-bottom: 3rem;
}


/* loading bar*/

#pf-report .ldBar {
    position: relative;
}

#pf-report .ldBar.label-center>.ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #fff;
}

#pf-report .ldBar-label:after {
    content: "%";
    display: inline;
}

#pf-report .ldBar.no-percent .ldBar-label:after {
    content: "";
}


/************************** PROGRESSS BAR ***********************/

:root {
    --progress-value: 0;
    transition: ease 0.3s;
}

@property --progress-value {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}


@keyframes progress-animation {
    from {
        background: radial-gradient(closest-side, white 95%, transparent 80% 100%), conic-gradient(#39a0e1 calc(var(--progress-start) * 1%), #ffffff 0);
    }

    to {
        background: radial-gradient(closest-side, white 95%, transparent 80% 100%), conic-gradient(#39a0e1 calc(var(--progress-end) * 1%), #ffffff 0);
    }
}

/* .progressBar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background: radial-gradient(closest-side, white 95%, transparent 80% 100%), conic-gradient(#39a0e1 calc(var(--progress-value) * 1%), #ffffff 0);
    margin: auto;
    margin-top: 50px;
    box-shadow: inset 0px 0px 16px #a4cee9;
    --progress-start: 0;
    --progress-end: 5;
    animation: progress-animation 0.2s ease forwards;
} */

.round-bar-container {
    top: 8em;
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.round-bar-outer {
    height: 300px;
    width: 300px;
    padding: 10px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.round-bar-inner {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset 4px 4px 6px -1px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
    0px 12px 10px -20px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}

#round-bar circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 10px;
    stroke-dasharray: 910;
    stroke-dashoffset: 910;
    /* animation: anim 2s linear forwards; */
    transition: ease 0.3s;
}


svg#round-bar {
    position: absolute;
    top: 0;
    left: 0;
    rotate: 270deg;
}

p.waiting {
    font-family: var(--heading-font-family);
    margin: auto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 4em;
    margin-top: 4em;
    color: var(--bs-primary);
    font-weight: 300;
    position: relative;
    bottom: 4em;
    top: 8em;
}

p.pf-progress {
    font-family: var(--heading-font-family);
    color: var(--bs-primary);
    font-size: 50px;
    margin: 30px auto 10px auto;
    /*font-weight: 300;*/
}

#time {
    font-family: 'Montserrat', sans-serif;
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
}

.pf-modal.report-view {
    overflow-x: hidden;
}

#pf-report .pf-modal-content {
    background: transparent;
    border: none;
    border-radius: var(--ip-border-radius-inputs);
}

.acceptation-warning-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 2rem;
    align-items: center;
    border: 1px solid var(--bs-danger);
    border-radius: var(--ip-border-radius-inputs);
    color: var(--bs-danger);
    margin: 25px 0;
}

.acceptation-warning-box img {
    width: 30px;
    height: 30px;
}

#pf-report .files-and-params {
    margin: 0;
}

#pf-report .modal-window {
    border-radius: var(--ip-border-radius-inputs);
}

/***************************** RESPONSIVE DESIGN **********************************/
@media screen and (max-width: 800px) {
    #pf-report .pf-modal.report-view {
        padding: 0;
    }

    #pf-report .report-view .pf-modal-content.pad-none {
        width: 100% !important;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2em !important;
    }

    #pf-report .visual {
        flex-wrap: wrap;
    }

    #pf-report .legend,
    #pf-report .lines,
    #pf-report .tools div {
        flex-direction: row;
        justify-content: space-between;
    }

    #pf-report .legend {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: solid #eee 2px;
        border-right: none;
        order: 1;
        padding-bottom: 0;
    }

    #pf-report .preview-container {
        order: 2;
    }

    #pf-report .report-content {
        flex-direction: column;
    }

    #pf-report .lines {
        position: relative;
        flex-wrap: nowrap;
        width: 100%;
    }

    #pf-report .description {
        position: static;
    }

    #pf-report .lines p {
        padding: 0px;
    }

    #pf-report .tools {
        position: absolute;
        right: 0;
        top: 107px;
        margin-bottom: 0;
    }


    #pf-report .legend strong {
        text-align: right;
        margin: 0px 10px 0px 0px;
    }

    #pf-report nav.nav-image {
        flex-direction: row;
        z-index: 100;
        order: 3;
        margin-top: -20px;
        margin-bottom: 10px;
    }

    #pf-report #nav1 button img {
        display: none;
    }

    #pf-report .nav-image i {
        font-size: 2.5em;
    }

    #pf-report .nav-image img {
        margin-bottom: 0;
        width: 80px;
        margin-left: -40px;
    }

    #pf-report .nav-image img:hover {
        margin-bottom: 0;
        width: 120px;
        margin-left: -60px;
    }

    #pf-report #nav2 {
        width: 50%;
        justify-content: center;
        /* padding-right: 25px; */
    }

    #pf-report #nav1 {
        width: 50%;
        justify-content: center;
        /* padding-left: 25px; */
    }

    #pf-report .caption {
        justify-content: left;
        width: calc(100% - 180px);
        padding: 0%;
    }

    #pf-report .caption h4 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #pf-report .opis {
        top: 65px;
        left: 0px;
        right: auto;
        width: 100%;
    }

    #pf-report .warn {
        width: 90%;
        padding-top: 2rem;
    }

    #pf-report .warn >div:first-of-type {
        margin-bottom: 1rem;
    }

    #pf-report .files-and-params,
    #pf-report .report-container {
        width: 100%;
    }

    #pf-report .pf-footer {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    #pf-report .pf-footer a {
        flex-direction: column;
    }

    #pf-report .report-img {
        display: none;
    }

    #pf-report .report {
        width: 100%;
        padding: 3em;
    }

    #pf-report .visuals {
        margin-bottom: 30px;
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    #pf-report .legend strong {
        display: none;
    }

    #pf-report .left-nav {
        display: flex;
        flex-direction: column;
    }

    #pf-report .main-nav {
        flex-direction: column-reverse;
    }

    #pf-report .main-nav button {
        margin-bottom: 15px;
    }

    #pf-report .shadow-belt {
        margin-top: -200px;
        margin-left: -20px;
    }

    #pf-report .tools {
        top: 113px;
    }

    #pf-report .caption {
        flex-wrap: wrap;
    }

    #pf-report h4 {
        justify-content: left;
    }

    #pf-report h4:nth-of-type(1),
    #pf-report h4:nth-of-type(2) {
        width: 50%;
        margin: 0;
        padding: 15px 15px 0px 15px;
    }

    #pf-report h4:nth-of-type(3) {
        width: 100%;
        margin: 0;
        padding: 10px 15px 15px 10px;
    }

    #pf-report label h4 {
        width: 100% !important;
        justify-content: center;
    }

}

@media screen and (max-width: 497px) {
    #pf-report .legend {
        padding-bottom: 0px;
    }

    #pf-report .tools {
        top: 85px;
    }

    #pf-report .visual {
        min-height: unset;
    }
}

@media screen and (max-width: 449px) {
    #pf-report h4:nth-of-type(1), #pf-report h4:nth-of-type(2), #pf-report h4:nth-of-type(3) {
        width: 100%;
    }
    #pf-report .tools {
        top: 105px;
    }
}

@media screen and (max-height: 800px) {
    .pf-modal.report-view {
        padding: 0px;
        width: 100%;
    }

    .pf-modal-content.pad-none {
        margin: 0 auto;
        width: 100%
    }
}