/*
  Blazing Image Compressor CSS Stylesheet v3.2
  Author: Blaz Image Compressor
  Website: https://blaztools.com/
*/

.sticky-navbar-wrapper.scrolled #navbar-container {
    border-color: #ffffff00;
    background:#fff;
    box-shadow:none;
}

.container.content {
    padding: 0px;
    background: none;
    border: 0px;
}

.card-title {
    font-size: 15px;
}

 /* Ensure overlay content is visible */
  .owl-carousel .card-img-overlay {
    padding: 0.5rem;
    background: rgba(0,0,0,0.2); /* Semi-transparent background */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

.header .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px !important;
    font-weight: var(--bs-nav-link-font-weight);
    color: #212529;
    text-decoration: none;
    text-transform: capitalize;
    padding: 7px 1px !important;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    position: relative;
    width: fit-content;
}

/* Sliding bottom line for hover and active states */
.header .nav-link::after {
    content: '';
    position: absolute;
    width: 0; /* Start with zero width */
    height: 1px; /* Line thickness */
    bottom: 0;
    left: 50%; /* Center position for outward animation */
    background-color: #000; /* Black line color */
    transition: width 0.3s ease, left 0.3s ease; /* Smooth transition */
    transform: translateX(-50%); /* Center the line */
}

.header ul.navbar-nav.ml-auto {
    gap: 20px;
}

/* Expand line on hover */
.header .nav-link:hover::after {
    width: 100%; /* Full width on hover */
}

.offcanvas ul.navbar-nav.ml-auto {
    gap: 4px;
}

/* Show line for active state */
.header .nav-link.active::after {
    width: 100%; /* Full width for active state */
}

.header a.dropdown-item, .header a.dropdown-item, .header a.dropdown-item {
    background: #ffffff !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.header a.dropdown-item:hover, .header a.dropdown-item:active, .header a.dropdown-item:focus {
    transition: 0.3s !important;
    opacity: 0.8 !important;
}

.header .dropdown-toggle::after {
    margin-left: 7px !important;
    vertical-align: 3px !important;
    font-size: 17px !important;
}

/* Make dropdown items have the same hover effect */
.header .dropdown-item {
    position: relative;
    padding: 10px 15px;
}

.header .dropdown-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0; /* Start from left for dropdown items */
    background-color: #000;
    transition: width 0.3s ease;
}

.header .dropdown-item:hover::after {
    width: 100%;
}

.header .dropdown-item.active::after {
    width: 100%;
}


.choose-image-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.dropdown-menu {
    margin-top: 10px;
    width: 100%;
    box-shadow: 0 10px 20px #00000005;
    border: 1px solid #f1f1f1;
    padding: 0px;
    overflow: hidden;
    border-bottom:0px;
}

button.btn.btn-light {
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
}

li.nav-item {
    border-radius: 0px;
}


.form-control-lg {
    font-size: 1.1rem !important;
}

a.dropdown-item {
    display: flex;
    padding: 10px 15px;
    border-radius: 5px !important;
    border-bottom: 1px solid #f1f1f1;
    gap: 7px;
}

button.nav-link:hover {
    opacity: 0.9;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]  { color: #545454; opacity: 1 !important; background: #f3f4f6 !important; }

.sticky-options {
    background: #fff;
    box-shadow: 0 -15px 30px -10px #00000008;
    padding: 15px 15px;
}

.sticky-options p,
.sticky-options h1,
.sticky-options h2,
.sticky-options h3,
.sticky-options h4,
.sticky-options h5,
.sticky-options h6
{
  margin:0px;
}

@media only screen and (max-width: 768px) {
 
 .container.compressor {
    padding: 40px 20px;
}

span#file-name span {
    font-size: 14px !important;
}
    
}

@media only screen and (max-width: 991px) {
    .container.footer .row {
        flex-direction: column;
        width: 100%;
        gap: 35px;
    }
  
    .container.footer .row.copyright {
        display: flex;
        gap: 18px;
        text-align: left;
        flex-direction: column-reverse;
    }
  
.footer-end-inline {
    justify-content: flex-start !important;
    padding: 0px;
} 
  
}

@media (max-width: 767px) {
    .socialshare {
        display: flex;
        justify-content: flex-start !important;
    }
}

.footer-end-inline {
    display: flex;
    justify-content: flex-end; 
    flex-wrap: wrap;
    gap: 15px 0px;
}

.vertical-menu a {
    display: block;
    color: #000;
    padding: 6px 0px;
    text-decoration: none;
    text-align: left;
}

.vertical-menu a:hover {
    color:#212529;
}

.vertical-menu a.active {
    color:#212529;
}



.hori-middle {
  display: flex;
  align-items: center;
   gap: 8px;
}

/* Hide the FontAwesome icon and show the SVG icon */
.fa-solid.fa-image::before,
.fa-solid.fa-crop::before
{
  display:none;
}


.fa-solid.fa-crop {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='22' height='22' color='%23212529' fill='none'%3E%3Cpath d='M4 2V4M22 20H20M16.5 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V7.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M20 22L20 12C20 8.22877 20 6.34315 18.8284 5.17158C17.6569 4 15.7712 4 12 4L2 4' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.fa-solid.fa-image {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='22' height='22' color='%23212529' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='1.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/circle%3E%3Cpath d='M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z' stroke='currentColor' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M5 20.9999C9.37246 15.775 14.2741 8.884 21.4975 13.5424' stroke='currentColor' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}

.fa-solid.fa-image,
.fa-solid.fa-crop {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.footer-text h6 {
  font-size:17px;
  margin-bottom:15px;
}

.footer-favicon-and-about {
    margin-bottom:20px;
}

.footer-favicon-and-about h6 {
  margin:0px;
}

.socialshare {
    margin-left: 0px !important;
    margin-top: 35px !important;
}

p.about-p {
    text-align: left;
    width: 75%;
}

@media only screen and (max-width: 500px) {
  p.about-p {
    width: 100%;
  }
}




.downloadandclearqueue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
.downloadandclearqueue {
    flex-direction: column;
}
}

span#clearqueque {
    border-color: #ff8b8b;
    color: #ff8b8b;
    font-weight: 500;
    border: 1px solid;
    z-index: 999 !important;
    box-shadow: 0 0 0 #000;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding:8px 20px;
    border-radius: var(--button-radius);
    transition:0.3s;
}

span#clearqueque:hover {
    transition:0.3s;
    background-color:#ff8b8b;
    color:#fff;
    border:1px solid #ff8b8b;
    border-radius: var(--button-radius);
    
}

a.btn.btn-primary.downloadzip {
    border-color: #4bd9b1;
    color: #36cda3;
    background-color: #70ffd712;
    font-weight: 500;
    border: 1px solid;
    z-index: 999 !important;
    box-shadow: 0 0 0 #000;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: var(--button-radius);
    transition: 0.3s;
}


a.btn.btn-primary.downloadzip:hover {
    background: #4bd9b1;
    color: #fff !important;
    border-radius: var(--button-radius);
}

a.btn.btn-primary.downloadzip:focus {
    background: #4bd9b1 !important;
    color: #fff !important;
    box-shadow: 0 0 0 #000 !important;
   border-radius: var(--button-radius);
    border-color: #4bd9b1 !important;
}

 .downloadzip:hover .downloadcounter {
    background: #117c5f;
    color: #fff;
    transition: 0.3s;
}

a.btn.btn-primary.downloadzip:hover .downloadcounter,
a.btn.btn-primary.downloadzip:focus .downloadcounter {
    background: #117c5f;
    color: #fff;
    transition: 0.3s;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #212529 !important;
    color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #edeeef !important;
    color: #212529 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
    box-shadow: none !important;
}

span.downloadcounter {
    background: #36cda33d;
    color: #27a985;
    margin-left:6px;
    padding: 4px 6px;
    border-radius: 5px !important;
}

span#file-name:hover svg {
    color: #fff;
}

.description h2 {
    margin-top: 18px !important;
}

.compress svg {
    color: #fff !important;
}

.container.compressor {
    padding: 40px 30px;
}

.compress {
    font-size: 16px;
    text-transform: UPPERCASE;
    border-color: #FFC107;
    background: var(--button-bg);
    color: #fff;
    font-weight: 500;
    border: 0px solid var(--button-bg);
    z-index: 999 !important;
    box-shadow: 4px 5px 20px -10px var(--button-bg);
    align-items: center;
    justify-content: center;
    width: 280px;
    border-radius: var(--button-radius); !important;
    transition: 0.3s;
    margin-top: 15px;
    margin-bottom: 10px;
}

.compress:focus, .compress:active, .compress:hover {
    opacity:0.9;
    color: var(--button-hover-color);
    border-radius: var(--button-radius) !important;
    box-shadow: 4px 5px 0px -10px var(--button-bg);
    transition: 0.3s;
}

@media (max-width: 500px) {
 .compress {
    width: 100% !important;
} 
}
/* END */




#clearqueque {
    background: #ffffff;
    box-shadow: var(--box-shadow);
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    border:0px;
}

#clearqueque:hover {
    background: var(--primary-bg);
    transition: 0.3s;
}



@media (max-width: 767px) {
div#navbarNav {
    margin-top: 10px;
}  
  
  .socialshare {
    display: flex;
    justify-content: space-around;
}
  
}

.description h2 { 
    font-size: 17px; 
    font-weight: 300; 
    line-height: 1.5; 
}

a.nav-link.active {
    padding: 8px;
}

@media (max-width: 991px) {
  
}

.btn-link {
    color: rgba(0,0,0,.9);
}

a.nav-link {
    font-size: 16px;
}

.btn-link:hover {
    color: #5c5c5c;
    text-decoration: none;
}

.btn-link:focus {
    color: #5c5c5c;
    text-decoration: none;
}


.socialshare span {
    margin-top: -8px !important;
}


.socialshare span {
    position: relative !important;
    top: -36px !important;
}




.dropdown-menu.language.show {
    box-shadow: -2px 10px 20px -10px #00000045;
    margin-top: 10px;
    border: 0px solid black;
}

button.btn.btn-primary.btn-lg.choose-image-input i svg {
    color: #fff;
}


button.btn.btn-primary.btn-lg.choose-image-input {
    border: 0px;
}

button.btn.btn-primary.btn-lg.choose-image-input:active,
button.btn.btn-primary.btn-lg.choose-image-input:focus {
    color: var(--button-color);
    background-color: var(--button-bg);
    border: 0px;
    box-shadow: var(--button-shadow);
    border-radius: var(--button-radius);
}

a.dropdown-item.language.active {
    background-color: #fbfbfc;
    color: #000;
    font-weight: 500;
}
a.dropdown-item.language:focus,
a.dropdown-item.language:hover
 {
    background-color: #fbfbfc;
}
a.dropdown-item.language {
    font-weight: 500;
    padding: 6px 15px;
    border-bottom: 1px solid #f3f4f6;
}

.form-check.blaztoggle input[type=checkbox] {
    height: 35px;
    width: 110px;
    position: absolute;
    opacity:0;
    cursor: pointer;
}

.form-check.blaztoggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    height: 38px;
    background: #000;
    display: block;
    border-radius: 100px;
    position: relative;
}

.form-check.blaztoggle label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.form-check.blaztoggle input:checked + label {
    background: #00e092;
  
} 

.form-check.blaztoggle {
  padding-left:0px !important;
}

.form-check.blaztoggle input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.form-check.blaztoggle label:active:after {
    width: 35px;
}

.form-check.blaztoggle .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
   

.container.ad {
    margin-top: 20px !important;
    margin-bottom: -20px !important;
}

a:hover {
    color: #252525;
}

.space-saved-top-percentage {
 box-shadow: 0px 0px 35px 0px var(--primary-bg)c7;
    font-size: 14px;
    background: var(--primary-bg);
    color: #000;
    line-height: 14px;
    display: block;
    padding: 0px 3px 3px 3px;
    border-radius: 4px;
    width: fit-content;
    margin: auto;
    top: 8px;
    right: 7px;
    position: absolute; 
}

.savedkbonly {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    background: var(--primary-bg);
    color: #000;
    width: fit-content;
    padding: 1px 2px 1px 4px;
    margin: auto;
    top: 8px;
    right: 8px;
    position: absolute;
}

.space-saved-top {
    box-shadow: 0px 0px 35px 0px var(--primary-bg) c7;
    font-size: 13px;
    background: linear-gradient(135deg, #4361ee, #4895ef);
    color: #fff;
    line-height: 14px;
    display: block;
    font-weight: 700;
    padding: 3px 6px 6px 6px;
    border-radius: 4px;
    width: fit-content;
    margin: auto;
    top: 8px;
    right: 7px;
    position: absolute;
}

.container.footer .row.copyright {
    padding: 0px 15px;
}

.newsize {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-top: -7px;
}

.space-saved {
    font-size: 14px;
    background: var(--primary-bg);
    color: #000;
    display: block;
    padding: 0px 5px;
    border-radius: 4px;
    width: fit-content;
    margin: auto;
}

    div#owlcarouselfordownload, div#preview {
    margin-bottom: 12px;
}

.container.header {
   padding:12px 30px; 
}

@media (max-width: 576px) {
  .column-space {
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center !important;
  }

.container {
    margin-top: 15px !important;
}
  
  
 .logo {
    text-align: center;
   }  
}

.fa-arrow-left:before {
  display:none;
}
i.fas.fa-arrow-right:before {
  display:none;
}
button.btn.btn-light.btn-block {
    font-family: roboto;
}

h1 {
 font-weight:700; 
}
label {
    font-size: 17px;
}
select {
    font-size: 17px;
}
input#submit-button {
    font-size: 17px;
}

div#preview::-webkit-scrollbar {
    width: 12px;
    background: #000;
}

button.btn.btn-light.btn-block {
    font-weight: 500;
    text-transform: uppercase;
}

div#preview::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(94, 94, 94, 0.3);
}

div#preview::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 100px;
    outline: 0px solid #000;
    border: 4px solid #000;
}

div#owlcarouselfordownload,div#preview {
    border-radius: 5px;
    border: 2px dashed #000;
    padding: 10px;
}

.card.bg-dark.text-white {
    border-color: #ffffff !important;
    border-radius: 8px;
}

.swal2-footer a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

saved {
    font-size: 13px;
    width: 100% !important;
    display: block;
    letter-spacing: 5px;
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
    margin-top: -6px;
    color: var(--primary-bg);
}

.btn-light:hover {
    opacity: 0.9;
}

button.btn.btn-light.btn-block {
    font-size: 14px;
    transition: 0.3s;
}

button.btn.btn-outline-light {
    font-size: 15px;
}

sizet {
    font-weight: 600;
}

kb {
    font-size: 20px;
    font-weight: 600;
}

div#file-names p {
    position: absolute;
    color: #fff;
    z-index: 9;
    top: 8px;
    left: 12px;
}

span.btn.btn-primary.btn-small {
    font-weight: 500;
}

span.btn.btn-primary.btn-small:active {
    background: var(--primary-bg);
    border-color: #000;
    color: #000;
}

#clearqueque:hover {
    transition: color 0.05s ease-in, background-color 0.05s ease-in, opacity 0.05s ease-in;
    color: #000;
    border-color: #000;
}

#clearqueque:active,
#clearqueque:focus {
    border-color: #ff8b8b !important;
    color: #fff !important;
    background:#ff8b8b !important;
    font-weight: 500;
    border: 1px solid !important;
    z-index: 999 !important;
    box-shadow: 0 0 0 #000 !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 8px;
    transition: 0.3s;
}

#clearqueque {
    border-color: #000;
    color: #000;
    font-weight: 500;
    z-index: 999 !important;
}


.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 9px 8px 8px 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-text {
    text-align: center;
    font-weight: 700;
}

a {
    text-decoration: none !important;
}

@media only screen and (min-width: 1821px) {
    .card.bg-dark.text-white {
        width: 100%; /* 167px */
    }
}



/* Alert Container Media Queries*/
@media only screen and (min-width: 1730px) and (max-width: 1820px) {
    .col-md-4.downloadalert {
        flex-basis: 38%;
        max-width: 38%;
    }
}

@media only screen and (min-width: 1570px) and (max-width: 1729px) {
    .col-md-4.downloadalert {
        flex-basis: 40%;
        max-width: 40%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1569px) {
    .col-md-4.downloadalert {
        flex-basis: 42%;
        max-width: 42%;
    }
}

@media only screen and (min-width: 1420px) and (max-width: 1499px) {
    .col-md-4.downloadalert {
        flex-basis: 44%;
        max-width: 44%;
    }
}

@media only screen and (min-width: 1340px) and (max-width: 1419px) {
    .col-md-4.downloadalert {
        flex-basis: 47%;
        max-width: 47%;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1339px) {
    .col-md-4.downloadalert {
        flex-basis: 49%;
        max-width: 49%;
    }

    .card.bg-dark.text-white {
        width: 100%; /*167px*/
    }
}

@media only screen and (min-width: 1167px) and (max-width: 1249px) {
    .col-md-4.downloadalert {
        flex-basis: 53%;
        max-width: 53%;
    }

    .card.bg-dark.text-white {
        width: 100%; /* 158px */
    }
}

@media only screen and (min-width: 1090px) and (max-width: 1169px) {
    .col-md-4.downloadalert {
        flex-basis: 56%;
        max-width: 56%;
    }

    .card.bg-dark.text-white {
        width: 100%; /*158px*/
    }
}

@media only screen and (min-width: 980px) and (max-width: 1089px) {
    .col-md-4.downloadalert {
        flex-basis: 62%;
        max-width: 62%;
    }

    .card.bg-dark.text-white {
        width: 100%;/*157px*/
    }
}

@media only screen and (min-width: 880px) and (max-width: 979px) {
    .col-md-4.downloadalert {
        flex-basis: 68%;
        max-width: 68%;
    }

    .card.bg-dark.text-white {
        width: 100%;/*157px*/
    }
}

@media only screen and (min-width: 769px) and (max-width: 879px) {
    .col-md-4.downloadalert {
        flex-basis: 77%;
        max-width: 77%;
    }

    .card.bg-dark.text-white {
        width: 100%;/*158px*/
    }
}

@media (max-width: 769px) {
    .container {
        width: 92%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-4.downloadalert {
        flex-basis: 100%;
        max-width: 100%;
    }

    .owl-prev {
        margin-left: -18px !important;
    }

    .owl-next {
        right: -9px !important;
    }

    div#owlcarouselfordownload,div#preview {
        padding: 5px;
    }


    .card.bg-dark.text-white {
        width: 100%; /*150px*/
    }
}

@media (min-width: 1220px) {
    .container {
        max-width: 1240px;
    }

    .card.bg-dark.text-white {
        width: 100%;/*167px*/
    }
}

@media (max-width: 1219px) and (min-width: 1130px) {
    .container {
        max-width: 90%;
    }

    .card.bg-dark.text-white {
        width: 100%; /*165px*/
    }
}

@media (max-width: 1129px) and (min-width: 1080px) {
    .container {
        max-width: 95%;
    }

    .card.bg-dark.text-white {
        width: 100%;/*160px*/
    }
}

@media (max-width: 1079px) and (min-width: 1025px) {
  
  
    .owl-prev {
        margin-left: -27px !important;
    }

    .owl-next {
        right: -16px !important;
    }

    .container {
        max-width: 97%;
    }

    .card.bg-dark.text-white {
        width: 100%;/*158px*/
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .container {
        max-width: 98%;
    }

    .owl-prev {
        margin-left: -27px !important;
    }

    .owl-next {
        right: -16px !important;
    }

    .card.bg-dark.text-white {
        width: 100%;/*150px*/
    }
}

@media (max-width: 389px) and (min-width: 350px) {
  
    .card.bg-dark.text-white {
        width: 100%;/*150px*/
    }

    #preview img {
        height: 150px !important;
    }

    .owl-item .file-size {
        font-size: 28px;
        top: 125px !important;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .item filesize {
        width: 115px !important;
        top: 33px !important;
    }
}

@media (max-width: 349px) and (min-width: 310px) {
  
    .card.bg-dark.text-white {
        width: 100%;/*133px*/
    }

    h6.card-title {
        font-size: 13px;
    }

    #preview img {
        height: 150px !important;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .owl-item .file-size {
        font-size: 28px;
        top: 110px !important;
    }

    .item p {
        left: 0px !important;
    }

    .item filesize {
        width: 110px !important;
        top: 25px !important;
    }
}

input#submit-button {
    padding: 10px 20px;
}

.owl-prev {
    position: absolute;
    top: 35%;
    margin-left: -62px;
    display: block !important;
    border: 0px solid black;
}

i.fas.fa-arrow-left {
    background: url(/assets/images/arrow_Stumbli.png);
    background-size: cover;
    display: inline-block;
    width: 33px;
    height: 41px;
    border-radius: 3px;
}

i.fas.fa-arrow-right {
    background: url(/assets/images/arrow_Stumbli.png);
    background-size: cover;
    display: inline-block;
    width: 33px;
    height: 41px;
    border-radius: 3px;
    transform: scaleX(-1);
}

.owl-next {
    position: absolute;
    top: 35%;
    right: -51px;
    display: block !important;
    border: 0px solid black;
}

.alert.alert-info.alert-dismissible.fade.show.text-center .owl-next {
    right: -41px;
}

.img-container img {
    filter: brightness(80%) grayscale(0%);
    transition: 0.3s;
}

.img-container button {
    z-index: 1;
    margin-top: -50px;
    width: 550px;
    position: relative;
}

.imagename {
    position: absolute;
    z-index: 99999999;
    color: #fff;
    margin-left: 20px;
    margin-top: 15px;
}

.owl-item .file-name {
    position: absolute;
    color: #fff;
    z-index: 14;
    margin-left: 8px;
    margin-top: 8px;
    font-size: 14px;
}

.owl-item .file-size {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    z-index: 1;
    display: flex;
    top: 55px;
    justify-content: center;
}

.owl-item .file-size strong {
    font-size: 15px;
    margin-left: 2px;
    font-weight: 500;
    z-index: 1;
}

#owlcarouselfordownload img {
    height: 167px;
    object-fit: cover;
    border-radius: 5px;
    border-color: #000000;
    border: 0px solid;
    box-shadow: 1px 2px 4px -2px #00000069;
    filter: brightness(70%) grayscale(0%);
    transition: 0.3s;
}

.item p {
    font-size: 14px;
    z-index: 1;
    margin-left: 18px;
}

.item filesize strong {
    font-size: 15px;
    margin-left: -8px;
    font-weight: 500;
    z-index: 1;
}

.item filesize {
    position: absolute;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    width: 167px;
    z-index: 1;
    text-align: center;
    top: 47px;
}

.owl-carousel .owl-item img {
    display: inline-block;
}



/* Owl Navigation */

button.owl-prev span {
    display: block;
    top: -8px;
    position: relative;
}

button.owl-next span {
    display: block;
    top: -8px;
    position: relative;
}

button.owl-next {
    font-size: 35px !important;
    background: #ffffff !important;
    color: #000 !important;
    width: 35px;
    height: 43px;
    box-shadow: 4px 5px #000;
    border: 1px solid black !important;
    transition: 0.3s !important;
}

button.owl-next:hover,button.owl-prev:hover {
    background: var(--primary-bg) !important;
    transition: 0.3s !important;
}

button.owl-prev {
    font-size: 35px !important;
    background: #ffffff !important;
    color: #000 !important;
    width: 35px;
    height: 43px;
    box-shadow: 4px 5px #000;
    border: 1px solid black !important;
    transition: 0.3s !important;
}
/* End */


.metadata original {
    padding: 0px 10px;
}

compressed {
    padding: 0px 10px;
}

saved {
    padding: 0px 10px;
}

.owl-stage {
    height: 157px;
}

/*
  div#preview {
    cursor: pointer;
    padding: 15px 15px 10px;
    border-radius: 5px;
    border: 2px dashed #000;
    position: relative;
    z-index: 1;
}  */


#preview img {
    height: 167px !important;
    object-fit: cover;
    border-radius: 5px;
    border-color: #000000;
    border: 0px solid;
    box-shadow: 1px 2px 4px -2px #00000069;
    filter: brightness(70%) grayscale(0%);
}

.owl-item img {
    border-radius: 15px;
}

button.closee {
    border: 0px;
    font-size: 25px;
    height: 20px;
    padding: 0px;
    margin-top: -4px;
}

.compress1.totalfilesize::before {
    display: none;
}

.compress1 p {
    display: flex;
    overflow: hidden;
}

.compress1:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    float: left;
    margin: 0 6px 0 0;
}

.compress1 {
    text-align: left;
    width: 100%;
}

.compress2 {
    text-align: right;
    width: 100%;
}

.CompressList {
    display: flex;
    margin: 10px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

hr:not([size]).hr.hr-blurry {
    background-color: var(--mdb-divider-blurry-bg);
    background-image: var(--mdb-divider-blurry-bg-image);
    height: var(--mdb-divider-blurry-height);
    opacity: var(--mdb-divider-blurry-opacity);
}

hr:not([size]).hr {
    --mdb-divider-height: 2px;
    --mdb-divider-bg: #f5f5f5;
    --mdb-divider-opacity: 1;
    --mdb-divider-blurry-bg: transparent;
    --mdb-divider-blurry-bg-image: linear-gradient(90deg,transparent,#666,transparent);
    --mdb-divider-blurry-height: 1px;
    --mdb-divider-blurry-opacity: 0.25;
    height: var(--mdb-divider-height);
    background-color: var(--mdb-divider-bg);
    opacity: var(--mdb-divider-opacity);
}

hr.hr, hr.vr {
    border-top: none!important;
}

.compress {
    margin-top: 40px;
}

/* File Upload */


.form-group label {
    pointer-events: none;
}

    /* End */

/*
span#file-name {
    background: linear-gradient(47deg, var(--primary-bg), #70ffd7);
    background-size: 1800% 1800%;
    -webkit-animation: rainbow 8s ease infinite;
    -z-animation: rainbow 8s ease infinite;
    -o-animation: rainbow 8s ease infinite;
    animation: rainbow 8s ease infinite;
}*/

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 82%;
    }

    50% {
        background-position: 100% 19%;
    }

    100% {
        background-position: 0% 82%;
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 82%;
    }

    50% {
        background-position: 100% 19%;
    }

    100% {
        background-position: 0% 82%;
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 82%;
    }

    50% {
        background-position: 100% 19%;
    }

    100% {
        background-position: 0% 82%;
    }
}

@keyframes rainbow {
 
    0% {
        background-position: 0% 82%;
    }

    50% {
        background-position: 100% 19%;
    }

    100% {
        background-position: 0% 82%;
    }
} 
}

h1 {
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
    font-weight: 800 !important;
}

p {
    color: #000000;
}

.container {
    border-radius: 10px;
    padding: 30px;
    background: var(--container-bg);
    margin-top: 10px;
}

.btn-primary {
    color: var(--button-color);
    background-color: var(--button-bg);
    border: var(--button-border) var(--button-border-color);
    box-shadow: var(--button-shadow);
    border-radius: var(--button-radius);
}

.btn-primary:hover {
    opacity: 0.9;
    color: var(--button-color);
    background-color: var(--primary-bg);
    box-shadow: var(--button-shadow);
    transition:0.3s;
}

.socialshare {
    margin-left: 5px;
}
