.pf-files-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #dee2e6 !important;
    background: linear-gradient(180deg, rgba(249, 248, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 0 0 10px 10px;
}

.pf-files-container .small {
    font-size: 0.75rem;
    padding: 0 10px;
    margin: 10px;
    text-align: right;
}


.pf-files-container .text-faded,
#pf-report .text-faded {
    color: #9fafb7 !important;
}

.pf-product-header {
    display: none;
}

h3.pf-product-name {
    display: flex;
    align-items: center;
    margin: 10px;
}

.pf-uploader a {
    text-decoration: none;
}

h3.pf-product-name span {
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    font-weight: 400;
}

.pf-upload-container {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /*margin-top: 10px;*/
    width: 100%;
    padding: 10px 25px 10px 25px;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

.pf-upload-container input {
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin: 20px;
    text-align: center;
}

.pf-upload-container a {
    padding: 0px;
}

.pf-actions-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.pf-action-icons {
    display: flex;
    width: 100%;
}

.pf-action-icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pf-action-icons .icon img, .pf-action-icons .icon object {
    width: 16px;
    filter: grayscale(1) brightness(4);
}

.pf-action-icons p {
    font-size: 0.8em;
    color: #ffffff;
    text-wrap: nowrap;
}

.pf-action-icons button, .pf-upload-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0;
    border-radius: var(--ip-border-radius-buttons);
    transition: 0.3s ease;
    position: relative;
    background: var(--bs-primary);
    color: var(--bs-primary-bg)
}

.pf-action-icons button:hover, .pf-upload-btn:hover {
    background: var(--bs-primary-lighter) !important;
}

.impo-error {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-danger) !important;
}

.impo-error svg {
    height: 40px;
}

.pf-action-indicators {
    display: flex;
    width: 100%;
    background: none;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    padding: 0 5px;
}

.pf-counter {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.pf-action-group {
    display: flex;
    margin-bottom: 10px;
    gap: 7px;
}

.vertical-hr {
    margin-left: 15px;
    border-left: 1px solid #bec3d2;
    padding-left: 15px;
    height: 40px;
}

.pf-uploader {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: #1287d1 dashed 2px;
    border-radius: 10px;
    min-height: 130px;
    margin: 0 5px;
}

.pf-uploader p {
    margin: 0px;
}

.pf-uploader h6 {
    margin: auto;
    padding-top: 25px;
    text-align: center;
}

.pf-upload-progress-tracker {
    width: 100%;
    color: #565252;
    position: relative;
    transition: background 0.3s ease;
    background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* margin: 20px 0px; */
}

.pf-pages-count,
.pf-files-count {
    font-size: 14px;
    color: #617e8c;
}

.pf-upload-progress {
    color: #617e8c;
    margin-bottom: 0;
}

p.pf-upload-progress {
    margin-top: 0px;
    padding-right: 0;
}

.pf-upload-progress span.success-count {
    margin-left: 10px;
    background: url("/css/ucp/assets/completed-indicator.svg") 5px 100%/100% 100% no-repeat;
}

.pf-upload-progress span.failed-count {
    background: url("/css/ucp/assets/failed-indicator.svg") 5px 100%/100% 100% no-repeat;
}

.pf-upload-progress span.paused-count {
    background: url("/css/ucp/assets/paused-indicator.svg") 5px 100%/100% 100% no-repeat;
}

.pf-files-container button a {
    color: #fff;
    text-decoration: none;
}

/* .pf-files-container button,
.pf-files-container .button, */
.pf-modal button,
.pf-modal .button {
    text-align: center;
    font-size: 14px;
    padding: 10px 3em;
    border: 1px solid #1287d1;
    background: #1287d1;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.pf-files-container button:hover,
.pf-files-container .button:hover,
.pf-modal button:hover,
.pf-modal .button:hover {
    background-color: hsl(202, 39%, 19%);
}

.pf-download-button {
    text-decoration: none;
    cursor: pointer;
}

.pf-download-button:hover {
    color: #1087d1;
}

/* .pf-files-container .pf-small-button.pf-small-button:visited {
    color: #fff;
}

.pf-files-container .pf-small-button.pf-small-button {
    background: none;
    color: #1287d1;
}

.pf-files-container .pf-small-button.pf-small-button:hover {
    background: #1287d1;
    color: #fff;
} */

/* .pf-upload-btn {
    background-color: #1287d1;
    border: 1px solid #1287d1;
    right: 20px;
    top: calc(50%);
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
    margin-right: 7px;
    font-weight: bold;
    border-radius: 5px;
}

.pf-upload-btn:hover {
    background-color: hsl(202, 39%, 19%);
    border: 1px solid #1287d1;
} */

.pf-files {
    width: 100%;
    /* margin-top: 10px; */
}

.pf-file-progress-wrapper {
    width: 100%;
    padding-right: 10px;
}

.pf-file-progress-wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
            height 0.3s ease,
            opacity 0.3s ease;
}

.pf-file-progress-wrapper {
    height: auto;
    opacity: 1;
}

.disabled {
    background: #dfe4f3 !important;
    border: none !important;
    cursor: wait;
    pointer-events: none;
}

/* .pf-dwnld-btns {
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    justify-content: space-between;
    border-top: #adacac solid 1px;
    font-size: 14px;
}

.pf-dwnld-btns i {
    font-size: 16px;
} */


.pf-editor .main-nav {
    padding: 25px;
    margin: 0;
    background: #eef1fa;
}

.pf-file-progress {
    background: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: #a7a7a7 0px 0px 5px;
    margin: 10px 5px;
    border-radius: 5px;
    justify-content: space-between;
}

.pf-file-progress .file-details {
    flex: 1;
    margin: 10px;
}

.pf-file-progress .file-details p {
    /* padding-right: 30px; */
    position: relative;
    align-items: center;
    font-size: 0.8em;
    height: 25px;
    color: #565656;
    margin: 10px 0;
    display: flex;
}

.pf-file-progress .file-details p .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    flex: 1;
    max-width: 100%;
    text-align: left;
}

.pf-file-progress .file-details p .file-ext {
    margin-top: 4px;
}

.pf-file-progress .file-details p .status {
    overflow: hidden;
    text-indent: -9999999px;
    height: 15px;
    width: 10px;
    margin-right: 10px;
    float: left;
}

.pf-file-progress .file-details p .status.uploading {
    text-indent: unset;
    width: 35px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    margin-right: 0;
}

.pf-file-progress .file-details p .status.failed {
    background: url("/css/ucp/assets/failed.svg") center center/100% 100% no-repeat !important;
}

.pf-file-progress .file-details p .status.completed {
    background: url("/css/ucp/assets/completed.svg") center center/100% 100% no-repeat;
}

.pf-file-progress .status.existed {
    background: url("/css/ucp/assets/completed-indicator.svg") center center/100% 100% no-repeat;
}

.pf-file-progress .file-details p .status.paused {
    background: url("/css/ucp/assets/paused-indicator.svg") center center/100% 100% no-repeat;
    right: auto;
    left: 0;
}

.pf-file-progress .file-details::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 0;
}

.pf-file-progress .file-details .progress-bar {
    height: 2px;
    background: #607D8B;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
    transition: width 1s ease;
}

.pf-file-progress .file-actions {
    min-width: 45px;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.pf-file-progress .file-actions button {
    height: 50px;
    text-align: center;
    padding: 36px 0 0;
    font-size: 0.8em !important;
    color: #607D8B;
    width: 40px;
    min-width: 40px;
    margin-left: 5px;
}

.pf-file-progress .file-actions {
    font-size: 12px;
}

.pf-file-progress .file-actions button {
    border: none;
}

.pf-file-progress .file-actions button.clear-btn,
button.pf-clear-btn {
    background: url("/css/ucp/assets/clear-grey.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.accept-btn,
button.pf-accept-btn {
    background: url("/css/ucp/assets/accept-grey.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.decline-btn,
button.pf-decline-btn {
    background: url("/css/ucp/assets/decline-grey.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.download-btn,
button.pf-download-btn {
    background: url("/css/ucp/assets/download-grey.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.clear-btn:hover,
button.pf-clear-btn:hover {
    background: url("/css/ucp/assets/clear-red.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.accept-btn:hover,
button.pf-accept-btn:hover {
    background: url("/css/ucp/assets/accept-green.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.decline-btn:hover,
button.pf-decline-btn:hover {
    background: url("/css/ucp/assets/decline-red.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.download-btn:hover,
button.pf-download-btn:hover {
    background: url("/css/ucp/assets/download-blue.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.retry-btn {
    background: url("/css/ucp/assets/retry.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.cancel-btn {
    background: url("/css/ucp/assets/paused.svg") center 42%/20px 20px no-repeat;
}

.pf-file-progress .file-actions button.resume-btn {
    background: url("/css/ucp/assets/resume.svg") center 42%/20px 20px no-repeat;
}

.comment-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.pf-uploader p.file-comment,
div.file-comment {
    display: block;
    width: 100%;
    font-size: 12px;
    margin: 0;
    background: #f9f9f9;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    border-radius: 10px;
    text-align: left;
}

.pf-uploader p.file-comment-accept {
    display: block;
    width: 180px;
    font-size: 16px;
    margin: auto;
    /* background: aliceblue; */
    padding: 0 10px 10px 10px;
    color: #00c44b;
    font-weight: 700;
    text-align: right;

}

.pf-uploader p.file-comment-decline {
    display: block;
    width: 180px;
    font-size: 16px;
    margin: auto;
    /* background: aliceblue; */
    padding: 0 10px 10px 10px;
    color: #ce0e0e;
    font-weight: 700;
    text-align: right;

}

.disable-buttons {
    position: relative;
}

.disable-buttons::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    cursor: wait;
}

.files-accepted,
.files-pending,
.files-waiting,
.manual,
.suspended,
.pf-no-files,
.declined {
    align-items: center;
    display: flex;
}

.files-waiting:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f110";
    font-size: 20px;
    color: #1087d1;
}

.files-waiting::after {
    content: "Oczekuje na sprawdzenie";
    margin-left: 10px;
    color: #1087d1;
}

.files-pending:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2f9";
    font-weight: 900;
    font-size: 20px;
    color: #FFA400;
}

.files-pending:after {
    content: "W trakcie zmiany plików";
    margin-left: 10px;
    color: #FFA400;
}

.files-accepted:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 20px;
    color: #00C853;
}

.files-accepted:after {
    content: "Pliki zaakceptowane";
    margin-left: 10px;
    color: #00C853;
}

.manual:before {
    font-family: "Font Awesome 5 Free";
    content: "\f256";
    font-weight: 900;
    font-size: 20px;
    color: #00C853;
}

.manual:after {
    content: "Sprawdzanie manualne";
    margin-left: 10px;
    color: #00C853;
}

.suspended:before {
    font-family: "Font Awesome 5 Free";
    content: "\f28b";
    font-weight: 900;
    font-size: 20px;
    color: #FFA400;
}

.suspended:after {
    content: "Zawieszono";
    margin-left: 10px;
    color: #FFA400;
}

.pf-no-files:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 900;
    font-size: 20px;
    color: #ff0158;
}

.pf-no-files:after {
    content: "Brak plików";
    margin-left: 10px;
    color: #ff0158;
}

.declined:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 900;
    font-size: 20px;
    color: #ff0158;
}

.declined:after {
    content: "Odrzucono przez grafika";
    margin-left: 10px;
    color: #ff0158;
}

.red {
    color: #c0392b;
}

.flex {
    display: flex;
}

.center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.center-container {
    margin: 4em 0px 0px 0px;
    text-align: center;
}

.file-details {
    max-width: calc(100% - 226px);
}

.roll-out {
    transition: ease-in 0.3s;
    width: 135px !important;
}

.roll-out .roller {
    transition: ease-in 0.3s;
    width: 135px;
}

.roll-out .start-preflight {
    transition: ease-in 0.3s;
    width: 135px;
}

.roll-out .start-preflight::after,
.roll-out .pf-upload-btn::after {
    content: 'Sprawdź pliki';
    text-wrap: nowrap;
    overflow: hidden;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-primary-bg);
}

.roll-out .start-preflight + p {
    display: none;
}

.roll-out .pf-upload-btn {
    transition: ease-in 0.3s;
    width: 135px;
}

.roll-out .pf-upload-btn::after {
    content: 'Dodaj pliki';
    text-wrap: nowrap;
    overflow: hidden;
}

.roll-out .pf-upload-btn + p {
    display: none;
}

.sites {
    font-size: 14px;
}

.pf-title {
    font-size: small;
    position: absolute;
    top: 40px;
    left: auto;
    right: auto;
    bottom: auto;
    width: fit-content;
    text-wrap: nowrap;
    margin: auto;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    z-index: 1000;
    background: var(--bs-primary-lighter);
}

.pf-status, .pf-status::before {
    font-size: 14px;
}

.greyed-out .pf-open-btn {
    display: none;
}

.greyed-out .pf-no-files:before,
.greyed-out .files-accepted:before,
.greyed-out .files-pending:before,
.greyed-out .files-waiting:before,
.greyed-out .manual:before,
.greyed-out .suspended:before,
.greyed-out .pf-no-files:before,
.greyed-out .declined:before,
.greyed-out .pf-no-files:after,
.greyed-out .files-accepted:after,
.greyed-out .files-pending:after,
.greyed-out .files-waiting:after,
.greyed-out .manual:after,
.greyed-out .suspended:after,
.greyed-out .pf-no-files:after,
.greyed-out .declined:after {
    color: inherit;
}
/*********************************************modal windows******************************************** */

.pf-modal-content {
    max-width: 1360px;
    border-radius: var(--ip-border-radius-inputs);
    position: relative;
    margin: auto;
    padding: 20px;
    width: 97%;
    background-color: #fff;
    /*border: #3487cf 1px solid;*/
    animation: slideIn 0.3s ease-in-out
}

.pf-editor .pf-modal-content.pad-none {
    width: 600px;
}

.pf-modal-content.pad-none {
    width: 97%;
}

.pf-modal {
    position: fixed;
    display: none;
    position: fixed;
    z-index: 100;
    min-height: 500px;
    min-width: 500px;
    padding: 30px 30px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease-in-out
}


@keyframes pf-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.pf-modal-content {*/
/*    max-width: 1360px;*/
/*    position: relative;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    width: 97%;*/
/*    background-color: #fff;*/
/*    border: #3487cf 1px solid;*/
/*    animation: slideIn 0.3s ease-in-out*/
/*}*/

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pf-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.pf-modal td {
    border: solid 1px #ced4e5;
}

.pf-modal td:first-of-type,
.pf-modal tr:first-of-type {
    background: #eef1fa;
}


.pf-modal h2.preflight-results {
    color: var(--bs-primary-text);
    margin-top: 1em;
    /* margin-bottom: 1em; */
}


.pf-modal h2.modal-header {
    padding: 10px 0 25px 0;
    font-size: 1.5em;
    border-bottom: 1px solid var(--bs-gray-300);
    display: block;
}

.pf-modal h2.modal-header span {
    color: var(--bs-primary);
}

.pf-modal h3 {
    margin-bottom: 1em;
    font-size: 1.3em;
    color: var(--bs-primary);
}

.pf-modal h2.preflight-results {
    padding: 0px !important;
    font-size: 18px !important;
    color: #000 !important;
    text-align: left !important;
    margin-left: 0px !important;
    font-weight: 700 !important;
    border-bottom: none !important;
}

.uwaga.pf-modal {
    min-height: unset;
}

.pf-modal a.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: ease all 250ms;
    background: url('https://preflight.co.pl/img/x.png');
    background-repeat: no-repeat;
}

.pf-modal-content.pad-none {
    width: 97%;
}

.pf-modal .download-button {
    color: #fff;
}

.pad-none {
    padding: 0 !important;
}

.pf-modal.pad-none {
    width: 97%;
}

.pad-none .modal-window {
    padding: 0px;
}

.modal-window {
    background: var(--bs-primary-bg);
}


.pf-modal .no-data {
    background-color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: var(--ip-border-radius-inputs);
}

.prc-50 {
    width: 50%;
}

.special a {
    text-decoration: none;
    color: #000;
}

.special a:visited {
    color: #000;
}

#download {
    background-color: #eef1fa;
    display: flex;
    margin: 20px;
    border: 1px #d3eeff solid;
    padding: 10px;
}

.icodown {
    font-size: 30px;
    padding: 5px 10px 5px 5px;
}

.fa-file-pdf:before {
    content: "\f1c1";
}

h2 .fa-file:before {
    font-size: 30px;
}

.resolution-table {
    border-color: #eef1fa;
    text-align: center;
}


.pf-modal td {
    border: solid 1px #ced4e5;
}

.pf-modal td:first-of-type,
.pf-modal tr:first-of-type {
    background: #eef1fa;
}

.text-danger {
    color: #e71659 !important;
}

.pf-file-progress .thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 8px;
    border-radius: 3px;
    border: solid 1px #ddd;
}

.pf-file-progress .thumb-type {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 5px;
}

img.full_thumb {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: white;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
    max-width: 300px;
    box-shadow: 0 0 10px 3px #ddd;
}

.pf-file-progress .thumb img {
    height: 100px;
    object-fit: cover;
    width: 100px;
}

.pf-file-progress .thumb-type img {
    height: 70px;
    object-fit: cover;
    width: 70px;
}

.pf-logs span {
    margin-right: 10px;
}

/*********************************************small loader******************************************** */

.pf-small-loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 100;
    top: 0px;
    bottom: 0;
    background: #e9e9e9a1;
    border-radius: 5px;
}

.pf-small-loader:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #1287d1 transparent #1287d1 transparent;
    animation: pf-small-loader 1.2s linear infinite;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
}

.pf-small-loader:before {
    content: '';
    color: #2b3341;
    font-size: 14px;
    /* position: absolute; */
    /* top: 36px; */
    /* left: -25px; */
}
#pf-report .small {
    text-align: left;
}
@keyframes pf-small-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.new-file:before {
    content: 'NOWY';
    color: white;
    background: #02c44b;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 10px;
}

/*********************************~Erors***************************************************/
.settings-error {
    background-color: #050505;
    padding: 20px;
    border-radius: 20px;
}

.settings-error p, .settings-error strong {
    font-family: monospace;
    color: #56b3ff;
    font-size: 12px;
    margin-bottom: 0;
}

#trumbowyg-icons svg {
    height: 0;
}
/********************************* RESPONSIVE DESIGN ****************************************/
@media screen and (min-width: 1000px) {
    .pf-modal h1 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .pf-modal {
        position: fixed !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 882px) {
    .pf-uploader a {
        width: 100%
    }

    .pf-uploader a button,
    .pf-uploader button {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .pf-product-name {
        width: 100% !important;
    }

    .pf-files-container h3 {
        justify-content: left;
    }

}

@media screen and (max-width: 700px) {
    .pf-uploader {
        padding: 0px 0px 10px 0px;
    }

    .pf-upload-progress-tracker {
        padding: 10px !important;
    }
    .pf-upload-progress-tracker button,
    .pf-upload-progress-tracker label {
        width: 100%;
        text-align: center;
        margin: 5px;
    }

    .pf-upload-container {
        padding: 10px 10px 0px 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .file-actions {
        padding: 0 10px 10px 10px !important;
    }

    .file-details {
        margin: 0px !important;
        padding: 10px 10px 0 10px !important;
    }

    .pf-file-progress .file-details p .file-name {
        max-width: 100%;
    }

    .pf-file-progress .file-actions button {
        min-width: 35px;
    }

    .start-preflight,
    .pf-uploader h6 {
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }

    .pf-action-icons {
        width: 100%;
    }

    .pf-files-count {
        padding-left: 0px
    }

}

@media screen and (max-width: 600px) {
    .pf-modal {
        width: 100%;
        min-width: 350px;
        padding: 15px;
    }

    .vertical-hr {
        display: none !important;
    }

    .pf-file-progress .file-details {
        max-width: 100% !important;
        margin-top: 0px !important;
        order: 3;
    }

    .pf-action-icons {
        justify-content: space-between;
    }
}

@media screen and (max-width: 514px) {


    .pf-file-progress .file-details p {
        margin-top: 0 !important;
        padding: 0;
    }

    .pf-file-progress .file-actions {
        width: 100%;
        width: calc(100% - 66px);
        justify-content: end;
        order: 2;
    }

    .pf-file-progress .file-actions a {
        display: flex;
        justify-content: center;
        width: unset;
    }

    .pf-file-progress .thumb-type,
    .pf-file-progress .thumb {
        order: 1;
        width: 50px;
        height: 50px;
    }

    .pf-file-progress .thumb img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 415px) {
    .pf-action-icons {
        flex-direction: column;
    }
    .pf-action-group {
        justify-content: space-between;
    }
}

@media screen and (min-width: 600px) {
    .pf-modal h3 {
        padding-left: 1em;
    }

    .pf-modal ul {
        padding-left: 3em;
    }
}