body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

iframe {
    width: 100%;
    /* height: 800px; */
    border: none;
}

h1.dark-header {
    background: #2a3342;
    height: 80px;
    display: flex;
    align-items: flex-end;
    /* inner-shadow: 3px 3px 5px 0px rgb(0 0 0 / 50%); */
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 70px #000000;
    margin: 0px !important;
    padding: 0px 30px !important;
    font-size: 3.2em;
    color: #02a0e3 !important;
    border: none !important;
    line-height: 0.8;
}

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

.pad-none {
    padding: 0 !important;

}

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

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

.shadow-belt {
    height: 27px;
    width: 100%;
    box-shadow: 0px -14px 13px -9px #000;
    margin-top: 0px;
    position: absolute;
}

.params {
    /* padding: 0px 25px 5px 25px; */
    font-size: 14px;
}

#ok input {
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin: 20px;
    text-align: center;
}

button a {
    color: #fff;
    text-decoration: none;
}

#ok a {
    padding: 0px;
}

button,
.button {
    text-align: center;
    font-size: 14px;
    padding: 1.3em 6em;
    border: 1px solid #1287d1;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    background: linear-gradient(0deg, #053c62, #1287d1);

}

button.refuse-button {
    background: linear-gradient(180deg, #e71659, #790c2f);
    border: none;
}

.refuse-button:hover {
    box-shadow: 0px 0px 20px #e71659;
}

#start-btn:hover, 
.upload-btn:hover, 
.accept-button:hover{
    box-shadow: 0px 0px 20px #1287d1;
}

/* button:hover,
.button:hover {
    background: linear-gradient(0deg, #1287d1, #053c62)
} */


img.logo {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    /* max-width: 100%; */
    height: 100px;
    /* margin-bottom: -17px; */
    width: 600px;
}

img.jpg-result {
    height: auto;
    width: auto;
}

.flex {
    display: flex;
    /* align-items: center; */
}

#sprawdzPliki {
    margin: auto;
}

form {
    display: block;
    align-items: center;
}

.header {
    display: flex;
    justify-content: center;
}


.errors-container,
.warnings-container,
.fixups-container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* .warnings-container:nth-of-type(2n),
.errors-container:nth-of-type(2n),
.fixups-container:nth-of-type(2n) {
    margin-top: 10px;
    padding: 10px 0px;
} */

.errors-container div,
.warnings-container div,
.fixups-container div {
    width: 90%;
}

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

.preflight-icon {
    width: 20px !important;
    height: 20px;
    margin: 0px 5px;
}

h1#modal-order {
    font-size: 20px;
    color: #000;
}

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

/*h3.preflight, */
.preflight {
    font-size: 20px;
    text-align: left;
    padding: 5px;
    border: none;
    box-shadow: unset;
    margin-bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: unset;
    color: #1287d1;

}

.small span {
    color: #000;
}

.preflight .small {
    margin: 10px;
    text-align: right;
}

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

ol,
ul {
    padding-left: 2rem;
}

h3 span {
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    /* margin: 15px; */
    font-weight: 400;
}

/* p {
    font-size: 14px;
} */

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

.files-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border: 1px solid #dee2e6;
}

.files-container form {
    margin-left: 20px;
    margin-right: 20px;

}

.no-data {
    background-color: #fff;
    text-align: center;
    margin-top: 5em;
    margin-bottom: 7em
}

.products {
    /* text-align: center; */
    margin: 0px 0px;
}

.results {
    display: flex;
}

.report {
    width: 50%;
    padding: 0px 30px 30px 30px;
    font-size: 14px;
}

.preflight-container,
.visual {
    width: 50%;
}

.middle-row {
    display: flex;
    padding: 0px;
    background: #2a3342;
    /* inner-shadow: 3px 3px 5px 0px rgb(0 0 0 / 50%); */
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 20px #000000;
}

.resultButtons {
    width: 50%;
    order: 1;
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
    margin: 0px;
    font-size: 12px;
    border: none;
}

.thumbnails {
    width: 50%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-panel {
    display: flex;
    align-items: baseline;
    background: linear-gradient(0deg,
            rgba(200, 204, 213, 1) 0%,
            rgba(238, 241, 250, 1) 5%,
            rgba(238, 241, 250, 1) 95%,
            rgba(200, 204, 213, 1) 100%);
    padding: 0px 15px 15px 15px;
}

.accept {
    margin-top: 0px;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    background: none;
}

.close {
    width: 10px;
    margin-top: 0;
    margin-bottom: auto;
}

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

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

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

.red {
    color: #c0392b;
}

.blue {
    color: #3487cf;
}


.fa,
.far,
.fas {
    padding-right: 7px;
    font-size: 12px;
}

.rectangle {
    width: 60px;
    height: 30px;
    margin: 0px 10px 0px 0px;
}

.lines .bleed,
.lines .safearea,
.lines .cutline,
.lines .fold,
.lines .gold  {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 200px;
}

.lines p {
    font-size: 12px;
}

.bleed.btn:hover,
.safearea.btn:hover,
.cutline.btn:hover,
.fold.btn:hover,
.gold.btn:hover {
    color: #1287d1
}

/* #bleed,
#safearea,
#cutline,
#fold {
    align-items: center;
} */


.legend {
    width: 50%;
    padding: 0px 15px 15px 15px;
    margin: 0;
    order: 2;
}

.legend h2.preflight-results {
    margin: 0;
    padding-top: 0;
}

.modal-params {
    width: 50%;
    padding: 0px 15px 15px 15px;
    font-size: 12px;
    order: 1
}

.lines {
    display: flex;
    flex-wrap: wrap;
}

.bleed .rectangle {
    background: #ddd;
}

.fold .rectangle {
    border: 2px dashed #00C853;
}
.gold .rectangle {
    /* background: #c39424; */
    background-image: url("/assets/zlote60x30.png");
}

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

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

.close img {
    height: 10px;
    width: 10px;
    max-width: 10px;
}

#agree img {
    margin: 20px auto;
}

div#agree {
    justify-content: space-between;
    align-items: center;
}

.main-nav,
.main-modal-nav {
    display: flex;
    justify-content: space-around;
    margin: 25px;
    padding: 0px;
}

.description {
    position: relative;
}

.opis {
    margin: 0 0 15px 0px;
    padding-left: 10px;
    /* font-size: 14px; */
    /* color: #656565; */
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: left;
    position: absolute;
    border: 1px solid #1287d1;
    top: -250px;
    right: -10px;
    left: 0;
    box-shadow: #43423D 0px 0px 20px;
    width: 100%;
    text-align: left;
}

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

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

.pf-icons {
    width: 20px;
}

.done {
    color: rgb(14 183 14);
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    margin-top: 0;
    margin-right: 0;
    text-align: right;
    width: 100%;
    margin-bottom: 0;
}

.uwaga {
    /* border: #eef1fa 9px solid; */
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    display: none;

}

.uwaga h2 {
    border: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}

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

.modal {
    max-width: 1920px !important;
    min-height: 500px;
    min-width: 500px;
    height: 100%;
    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;
    /* background: none; */
    overflow: auto;
    border: #3487cf 1px solid;
    color:#000000;
}

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

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


.blocker:before {
    height: unset;
}

.blocker {
    z-index: 101 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* .status {
    
} */
.files-accepted,
.files-pending,
.files-waiting,
.manual,
.suspended {
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: none;
}

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

.files-waiting::after {
    content: "Pliki do sprawdzenia";
    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;
}


.before {
    display: none;
}


.prepare {
    padding: 10px 10px 0px 10px;
    /* background-color: #fff; */
}

.prepare p {
    color: #9096a9;
}

.prepare span {
    font-weight: 700;
}

.modal h1 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}

.modal h1,
.modal h2,
.modal h3 {
    color: #000;
    margin-top: 1em;
    /* margin-bottom: 1em; */
}

.modal h2 {
    padding: 10px 20px !important;
    font-size: 18px;
    color: #000;
    text-transform: lowercase;
    text-align: left;
    margin: 0.5em;
}

.modal h2::before {
    display: inline-block;
    content: "";
    border-top: 0.125rem solid #1087d1;
    width: 1.5rem;
    margin: 0px 0px 0px -1.6rem;
    bottom: 14px;
    left: 10px;
}

.main-window h2 {
    border: none !important;
    text-align: center !important;
    margin: 0px !important;
}

.small-button:visited {
    color: #fff;
}

.small-button {
    background: #90a9ce;
    color: #fff;
    padding: 10px 3em 10px 3em !important;
    text-decoration: none;
    border: 1px #90a9ce solid;
}

.small-button:hover {
    border-color: #1287d1;
}

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

ul#one,
ul#two,
.special ul {
    list-style-type: none;
    padding-left: 1rem;
}

#one li,
#two li,
.special li {
    padding-left: 10px;
    margin-bottom: 4px;
}

#one li::before,
#two li::before,
.special li::before {
    content: '\2713';
    display: inline-block;
    left: 0;
    color: #1087d1;
    padding: 0px 30px;
    position: absolute;

}

.modal h3::before {
    display: inline-block;
    content: "";
    border-top: 0.125rem solid #1287d1;
    width: 1.5rem;
    margin: 0px;
}

li .blue {
    font-weight: 700;
}

.prc-50 {
    width: 50%;
}

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

.special img {
    width: 250px;
}

.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";
}

.fa,
.fas {
    font-weight: 900;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.red {
    color: #c0392b;
}

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


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

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

[ng-bind-html="directive.handleCustomView('${custom.4633}') | sanitize"] {
    background: #eef1fa;
    padding: 20px;
    margin: -8px;
}

.modal.fancybox__content {
    max-width: 1360px;
    border-radius: 0;
}

a:hover {
    color: #fff;
}

.cover {
    pointer-events: none;
    position: relative;
}

.cover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(238, 241, 250);
}

cart-order-group-plane-upload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}


.delete {
    font-size: 14px;
    margin-left: 25px;
    text-align: left;
}

.delete:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    margin-right: 5px;
}

a.ip-text-pink.text-decoration-none.ng-scope {
    font-size: 14px;
}

#section-files .cart-container {
    margin-bottom: 3rem !important;
    background: white;
    margin-top: 3rem !important;
}

.alert-danger:before {
    font-family: "Font Awesome 5 Free";
    content: '\f06a';
    font-size: 20px;
}

.alert-danger {
    color: #e71659 !important;
    background: #fddde8 !important;
    border: none !important;
}

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

.small-loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}

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

.small-loader:before {
    content: '';
    color: #2b3341;
    font-size: 14px;
    /* position: absolute; */
    /* top: 36px; */
    /* left: -25px; */
}

@keyframes small-loader {
    0% {
        transform: rotate(0deg);
    }

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

/**********************************************Progress Bar ****************************************** */

/* .progressBar div {
    height: 30px;
    width: 47%;
    background-color: #1287d1;
}

.progressBar {
    width: 80%;
    background-color: #90a9ce;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: 30px;
} */

.progressBar {
    width: 90%;
    background-color: #ffffff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: 35px;
    border: 1px solid #90a9ce;
    box-shadow: inset 0px 0px 5px #90a9ce;
    border-radius: 7px;
    padding: 2px;
}

.progressBar div {
    height: 30px;
    background-color: #eef1fa;
    background: rgb(238, 241, 250);
    background: linear-gradient(0deg, rgb(223 228 243) 39%, rgb(144 169 206) 71%, rgb(238 241 250) 100%);
    border-radius: 5px 0px 0px 5px;
}

.progressBar p {
    background: #eef1fa;
    text-align: center;
    margin-top: 4px;
}

/* ******************************************** PRELOADER ******************************************** */
.loader .box,
.modal-loader .box {
    border-left: none;
    border-top: none;
}

.loader .box:nth-of-type(2),
.modal-loader .box:nth-of-type(2) {
    border-right: none;
    border-bottom: none;
    animation: none;
}

.loader .box .circle:before,
.modal-loader .box .circle:before,
.preloader .box:nth-of-type(2) .circle:before {
    background: none;
    box-shadow: none;
    animation: none;
}

.loader,
.modal-loader {
    position: relative;
    margin: 6em auto 0px auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 4px solid rgba(100, 100, 100, 0.1);
    /* -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%); */
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
}

.loader:before,
.loader:after,
.modal-loader:before,
.modal-loader:after {
    content: "";
    position: absolute;
    margin: -4px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: .05;
    border: inherit;
    border-color: transparent;
    animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}

.loader:before,
.modal-loader:before {
    border-top-color: #1287d1;
}

.loader:after,
.modal-loader:after {
    border-top-color: #1287d1;
    animation-delay: 0.3s;
}

@keyframes spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner-fade {
    20% {
        opacity: .1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: .1;
    }
}

p.waiting {
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10em;
}

.app-popup-contents {
    border-radius: 0px !important;
}

button[ng-repeat="button in buttons"]:hover {
    background: #eee;
}

/* ******************************************** small PRELOADER ******************************************** */


.modal-spinner {
    padding: 20px 20px;
    border-radius: 0px;
    background: none;
    height: 20px;
}

.modal-spinner>div {
    background-color: #02a0e3;
}

/* ************************************************** SLIDER **************************************************** */

span.key {
    font-size: 12px;
    font-weight: 300;
}

span.value {
    color: #1287d1;
}

* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */

.visual {
    position: relative;
    background-color: #eef1fa;
}

.navigation-buttons {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 360px;
}

/* Hide the images by default */
.mySlides {
    display: none;
    text-align: center;
    /* background: #eef1fa; */
    padding: 1em;
    border: 1px #eee solid;
}

.mySlides img {
    max-width: 100%;
    box-shadow: 0px 0px 15px #272727;
    max-height: 300px;
}

.view {
    /* height: 360px; */
    display: flex;
    align-items: center;
    /* background: #eef1fa; */
    justify-content: center;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    /* bottom: calc(50% + 29px); */
    width: auto;
    padding: 16px;
    /* margin-top: -50px; */
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #1287d1;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

#caption {
    margin: 0;
    background: transparent;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-align: right;
}

/* Container for image text */
.caption-container {
    text-align: center;
    color: black;
    display: flex;
    justify-content: space-between;
    background-color: #e71659;
    /* border-top: 1px #eee solid; */
}

.over-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;

}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.over-img p {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font: size 14px;
}

button.over-img {
    text-align: unset;
    font-size: 12px;
    padding: 10px;
    border: none;
    background: none;
    color: #000;
    cursor: pointer;
    font-weight: unset;

}

/* Six columns side by side */
.column {
    float: left;
    width: 10%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

[type="checkbox"] {
    width: 20px;
    height: 20px;
    transform: translateY(20%);
    transition: ease all 250ms;
    margin: 10px 10px 10px 0px;
}

.block-order {
    pointer-events: none;
}

/* *********************************************PLANEUPLOAD ******************************************************* */


iframe {
    /* height: 100%; */
    border: none;
    margin-top: 10px;
}

.plane-upload-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 25px 25px 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.plane-upload-container p {
    margin: 0px;
}

h6 {
    margin-top: 15px;
    text-align: center;
}

[data-plane-upload] {
    background: none !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.plane-upload-container [data-plane-upload] {
    padding: 0px 0px 25px 0px !important;
}


/* **********************************************RESPONSIVE DESIGN ************************************************** */
@media screen and (max-width: 500px) {
    h3.preflight img {
        height: 40px !important;
        width: 40px !important;
    }

    h3.preflight {
        font-size: 18px;
    }

    h2.thin-line.ip-mt-50 {
        font-size: 20px !important;
    }

    .plane-upload-container a button {
        padding: 10px 1em 10px 1em !important;
    }
    .blue-border {
        padding: 10px !important;
        margin: 10px 0px !important;
    }
    .upload-progress-tracker {
        padding: 10px !important;
    }

}

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

    .before {
        display: block;
        margin: auto;
    }
    
}

@media screen and (max-width: 700px) {
    .resultButtons {
        flex-direction: column;
    }

    .download-button {
        margin: 20px;
    }

    .ip-px-15 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products {
        margin: 0px;
    }

    #summary {
        padding: 0px 10px 30px 10px;
    }
    .upload-progress-tracker h3,
    .upload-progress-tracker .upload-progress,
    .upload-progress-tracker button,
    .upload-progress-tracker label {
        width: 100%;
        text-align: center;
        margin: 5px;
    }
    .file-actions {
        width: 100%;
        padding: 0 10px 10px 10px !important; 
    }
    .file-details {
        margin: 10px 10px 0 10px !important;
    }
}

@media screen and (max-width: 800px) {
    h3 {
        justify-content: left;
    }
    .preflight {
        flex-wrap: wrap;

    }
    .preflight .small {
        width: 100% !important;
        text-align: center;
        padding-top: 10px;
    }
    .preflight h3.product-name {
        width: 100% !important;
    }
}

@media screen and (max-width: 882px) {
    .plane-upload-container a {
        width: 100%
    }

    .small-button {
        margin-bottom: 10px;
    }

    .plane-upload-container a button,
    .plane-upload-container button {
        width: 100%
    }

    .files-accepted,
    .files-pending,
    .files-waiting,
    .suspended, 
    .manual {
        margin: auto !important;
        margin-top: 25px !important;
    }
    
}

/* @media screen and (max-width: 954px) {

    
} */


@media screen and (max-width: 1000px) {
    .results {
        flex-direction: column;
    }

    .middle-row {
        flex-wrap: wrap;
        background: none;
    }

    .report,
    .preflight-container,
    .visual,
    .resultButtons,
    .thumbnails,
    .legend,
    .modal-params {
        width: 100%;
    }

    .modal {
        position: fixed !important;
        width: 100% !important;
    }

    .accept {
        padding: 20px;
    }

    .thumbnails {
        background: #eef1fa;
        order: 1
    }

    .resultButtons {
        order: 2;
        background: #2a3342;
        /* inner-shadow: 3px 3px 5px 0px rgb(0 0 0 / 50%); */
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 20px #000000;
        padding: 10px 0px;
    }

    .info-panel {
        flex-wrap: wrap;
    }

    .legend {
        order: 1;
    }

    .modal-params {
        order: 2;
    }

    .report {
        padding: 25px;
    }

    ul.list-unstyled.col-lg-3.col-sm-6.col-12.fs-6.py-3 {
        text-align: center;
    }

    .caption-container {
        border-top: 1px #eee solid;
    }

    .visual {
        margin-top: 25px
    }

    h1.dark-header {
        font-size: 30px;
        height: 50px;
        justify-content: center;
    }
}

@media screen and (min-width: 1000px) {
    .modal h1 {
        margin-bottom: 0px;
    }


}

@media screen and (max-width: 500px) {
    .main-modal-nav {
        flex-wrap: wrap;
    }

    .refuse-button {
        width: 100%;
        margin-bottom: 10px;
    }

    .accept-button {
        width: 100%;
    }
}