html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo {
    width: 80px;
    padding: 10px;
}
.upload-bar{
    font-weight: 500;
    color: black;
}
.progress-bar{
    background-color: #92ed14;
    border-radius: 1.1rem;
}
.progress{
    height: 2rem;
    border-radius: 1.1rem;
    margin-top: -10px;
}
.modal-body{
    padding: 0.5rem;
    background-color: #f0f0f0;
}
.modal-header{
    padding: 0.5rem 1rem;
}
.input-tr{
    margin: 5px;
    padding: 0 1.28rem;
    background: #f0f0f0;
    border: .1rem solid #cfdbde;
    border-radius: 1.2rem;
    color: #363a43;
    font-size: 13px;
    display: flex;
    height: 40px;
}
.input-img{
    padding: 0 6.4rem 0 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    cursor: pointer;
}
.img-size{
    color: #2ecc71;
}
td{
    border: none !important;
    padding: 0;
    line-height: 15px;
}
@keyframes slidein {
    from {
        height: 0px;
        transform: scale(0);
        opacity: 0;
    }
    to {
        height:var(--h); /*This will change for each element */
        transform: scale(1);
        opacity: 1;
    }
}
.process{
    border: .1rem solid #cfdbde;
    border-radius: 1.5rem;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.process.uploaded{
    background-color: #48d9ea;
}
.process.compressing{
    background-color: #28a745;
}
.process.completed{
    background-color: #92ed14;
    color: #363a43;
    transition: visibility 0s, opacity 1s linear;
}
.process.error{
    background-color: #f94c00;
}
body{
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.download-img{
    font-size: 18px;
}
#gallery, tfoot, thead{
    background-color: whitesmoke;
}

tfoot > tr, thead > tr {
    font-size: 15px !important;
}
.compressed-img-size, .download-img, .reduced-percentage, tfoot{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;
}
.show-transition{
    visibility: visible;
    opacity: 1;
}
tfoot > tr, thead > tr{
    float: left;
    height: 100% !important;
    width: 99%;
    border-radius: 0 !important;
    border: none !important;
    background-color: white !important;
}

tfoot > tr > td{
    margin-left: 7% !important;
}

thead > tr > td{
    margin-left: 6% !important;
}

.download-button{
    background-color: #0aa574;
    border-bottom-color: #029365;
    text-shadow: 0.1rem 0.1rem 0 #018259;
    margin: 0;
    padding: .16000000000000003rem 1.12rem;
    height: 3.36rem;
    border: none;
    border-bottom: .3rem solid #788990;
    border-radius: .2rem;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    -webkit-appearance: none
}
td > strong{
    color: cadetblue;
}

.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-left: 90px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#process-table{
    display: none;
}
.table{
    border: none !important;
    margin-bottom: 5px !important;
}
#main{
    font-family: Roboto, sans-serif;
    color: #0f3c4b;
    padding: 2rem 1.25rem;
    min-height: 600px;
    background: linear-gradient(rgba(19, 51, 76, 5), rgba(0, 87, 146, 5));
    background-attachment: fixed;
    background-size: cover;
    height: auto
}
.box.has-advanced-upload {
    border: 3px dashed whitesmoke;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border-radius: 1.25rem;
    width: 70%;
    margin: 0 auto;
}
.box {
    font-size: 1.25rem;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    color: white;
}
.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 50px;
    fill: whitesmoke;
    display: block;
    margin-bottom: 20px;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    fill: currentColor;
    vertical-align: middle;
    pointer-events: none;
}
.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file-label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
p#limit-info{
    line-height: 0.3rem;
}
p small, div small{
    font-weight: normal;
    font-size: 0.8rem;
}
.moto{
    float: left;
    margin-top: 8%;
    margin-left: -25px;
}
.utility{
    margin-left: 65%
}

.custom-footer{
    background-color: #fff;
}
.description h1{
    text-align: center;
    margin-bottom: 10px;
}
.description .accordion{
    margin-top: 20px;
}
.description .card-body{
    background-color: whitesmoke;
}
.image-compressor-nav{
    background-color: #449c97 !important;
}
.quality-range {
    color: white;
    font-size: 16px;
    margin-top: 50px;
    border-radius: 4px;
    margin-bottom: 50px;
}

datalist {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 5px;
}

datalist option {
    font-size: 15px;
    font-weight: 700;
}

.slider-input {
    -webkit-appearance: none;
    appearance: none;
    margin: -3px 0 0;
    width: 100%;
    border: none;
    box-sizing: content-box;
    padding-left: 0;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
}
.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    margin-top: -10px;
}

.sliderticks p:nth-of-type(2n) {
    height: 5px;
}
.sliderticks p {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #d3d3d3;
    height: 10px;
    line-height: 40px;
    margin: 0 0 20px;
    font-size: 12px;
}

input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    background: #ffffff;
    border-radius: 3px;
}
input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 30px;
    width: 30px;
    margin-top: -3px;
    background: steelblue;
}
input[type='range']::-webkit-slider-thumb::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 500px;
    left: -502px;
    top: 8px;
    background: #777;
}

.control-label{
    text-align: center;
}

#quality-value{
    text-align: center;
}

@media screen and (max-width: 900px) {
    .mobile-download-all{
        display: block !important;
    }
    .pc-download-all{
        display: none !important;
    }
}

@media screen and (max-width: 1700px) {
    .download-button {
        float: left;
        width: 150px;
        line-height: 21px;
        height: 30px;
    }
    tfoot > tr > td {
        margin-left: 5% !important;
    }
    tfoot > tr > td:last-child {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 600px){
    p#limit-info {
        line-height: 0.9rem;
    }
    .img-size-td{
        margin-right: 5px;
    }
}

.mobile-download-all{
    display: none;
    width: 100%;
    text-align: center;
}

.pc-download-all{
    display: block;
}