.easy-webp-main-div {
  display: none;
}
.easy-webp-slides {
  display: none;
}

.navigation {
  text-align: center;
}

.navigation ul li {
  display: inline-block !important;
  
}

.navigation ul li a {
  text-decoration: none;
}

.navigation ul li.active {
  text-decoration: underline;
}

select {
border-radius:0; 
-webkit-appearance: none;
-webkit-border-radius:0;
line-height: 1.2 !important;

}

#image-per-page, #image-quality {
  width: 50px;
}


.easy-webp-container{
  color: white;
  display:inline-block;
  margin-right: -10px;
  position: relative;
  text-align: center;
  
}

.uploaded-images.bottom-left {
  background: rgba(255, 255, 255, 0.37);
  border-radius: 5px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;

}

.uploaded-images.top-left {
  background: rgba(255, 255, 255, 0.27);
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.uploaded-images.top-right {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 5px !important;
  margin-top: -0.5px !important;
}

.uploaded-images.bottom-right {
  bottom: 0;
  position: absolute;
  right: 0;
  margin-right: 7px !important;
}

.uploaded-images.centered {
  border-radius: 100%;
  cursor: pointer;
  left: 47%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.uploaded-images.centered:hover {
  background: rgba(255, 255, 255, 255);

}

.uploaded-images.bottom-right:hover {
  background: rgba(255, 255, 255, 0.27);
  cursor: pointer;
}

.uploaded-images:hover {
  opacity: 1;
}



.easy-webp-submit-btn,
.easy-webp-submit-btn:active
 {

  border-radius: 100%;
  padding: 1px 3px;
  border: 1px solid #3974ad;
  cursor: pointer;
}


/** Test **/

.easy-webp-slides {
  background: rgba(35, 40, 45, 0.85);
  box-shadow: 5px 5px 500px 500px rgba(0,0,0,0.73);
  display: none;
  left: 50%;
  max-height: 500px;
  padding: 100%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 5px 5px 500px 500px rgba(0,0,0,0.73);
  width: 500px !important;
  
}

.easy-webp-slide-container {
  display:inline-block;
  text-align: center;
  z-index: 2;
  /*position: fixed !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    top: 0%;
    left: 0%;*/
    
}

.easy-webp-slides {
  display: none;
}

.easy-webp-close-image {
  background: #ffffff;
  border-radius: 100%;
  color: #3974ad;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  left: 55%;
  opacity: 1;
  padding: 14px 13px;
  position: absolute;
  top: 25%;
  transform: translate(-50%, -50%);
}

.easy-webp-close-image:hover {
  background: #3974ad;
  color: #ffffff;
}


.easy-webp-next {
  background: #ffffff;
  border-radius: 5%;
  font-size: 25px;
  left: 50%;
  opacity: 1;
  position: absolute;
  padding: 14px 15px;
  top: 25%;
  transform: translate(-50%, -50%);
}

.easy-webp-prev {
  background: #ffffff;
  border-radius: 5%;
  font-size: 25px;
  left: 45%;
  opacity: 1;
  position: absolute;
  padding: 14px 15px;
  top: 25%;
  transform: translate(-50%, -50%);
}


.easy-webp-prev:hover,
.easy-webp-next:hover {
  background: #3974ad;
  color: #ffffff;
  cursor: pointer;

}

.easy-webp-prev,
.easy-webp-next,
.easy-webp-close-image {
  display: none;
  z-index: 3;

}

.easy-webp-slide-container {
  display:inline-block;
  position: relative;
  text-align: center;

}

.bottom-left,
.top-left,
.bottom-right,
.centered  {
  opacity: 0;
  
}
.image-original-version:focus,
.image-webp-version:focus,
.centered [type="submit"]:focus {
  outline: none !important;
}


.easy-webp-container:hover .bottom-left,
.easy-webp-container:hover .top-left,
.easy-webp-container:hover .bottom-right,
.easy-webp-container:hover .centered
 {
  opacity: 1;
}

.centered [type="submit"]:focus {
  opacity: 1;
}

img#convert_selected_icon {
    margin-bottom: -7px;
}

.convert-selected-btn-text {
    display: inline-block;
    line-height: 32px;
}

button.easy-webp-convert-btn {
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 2px 4px;
  display: inline-block;
}

#convert_selected_btn,
#convert_selected_theme_btn {
  border: 1px solid #85d843;
  border-radius: 2.3px;
  color: #5bce00;
  cursor: pointer;
}

#convert_selected_btn [type="submit"]:focus,
#convert_selected_theme_btn [type="submit"]:focus {
  border: 1px solid #3974ad;
}

.easy-webp-btn-group {
  border: 1px solid #3974ad;
  border-radius: 2.3px;
  color: #3974ad;
  display: inline-block;
  padding: 3px 2px 1px 2px;
   
}

.easy-webp-checkbox-group {
  border: 1px solid #3974ad;
  border-radius: 2.3px;
  color: #3974ad;
  display: inline-block;
  padding: 1px 5px 1px 5px;
}

.easy-webp-checkbox-group p {
  line-height: 0.5;
}

.easy-webp-checkbox-group input[type=checkbox] {
  background: #3974ad;
  border: 1px solid #3974ad;
  border-radius: 2px;
  color: #ffffff;
}

.easy-webp-checkbox-group input[type=checkbox]:checked::before {
  content: url("../../assets/checked-icon.png");
}

.easy-webp-btn-group select {
  background: #3974ad;
  border: 1px solid #3974ad;
  border-radius: 2px;
  color: #ffffff;
  background: url("../../assets/down-arrow-icon.png") no-repeat 28px #3974ad;


}

.image-type select {
  background: #3974ad;
  border: 1px solid #3974ad;
  border-radius: 2px;
  color: #ffffff;
  background: url("../../assets/down-arrow-icon.png") no-repeat 122px #3974ad;
  padding-right: 30px;
}

.easy-webp-btn-group select:active{
  color: #ffffff;
}

.easy-webp-btn-group select option {
  color: #ffffff;
}


.easy-webp-btn-group select:hover {
  color: #ffffff;
}

.easy-webp-btn-group select:focus {
  border: 1px solid #3974ad;
}

.easy-webp-checkbox,
.selected-online-link {
  margin: -0.2rem 0.1rem 0 0 !important;
}

.check-all-label {
  display: inline-block;
  cursor: pointer;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

button.image-original-version,
button.image-webp-version {
  background: rgba(255, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
    
}

.image-link-to-copy,
.webp-image-link-to-copy {
  opacity: 0;
  position: absolute; 
  z-index: -999; 

}

.navigation {
    z-index: 2;
}

.navigation li {
  background: #3974ad;
  border-left: 1px solid #ffffff;
  margin-right: -4px !important;
  padding: 7px 8px;

}

.navigation li.active {
  background: #85d843;

}

.navigation li:hover {
  background: #9fd376;
}

.navigation ul li.active {
  text-decoration: none !important;

}

.navigation li a {
  color: #ffffff !important;
  font-size: 14px;
  margin: 0 !important;
}

.latest-webp-conversion-reports {
  display: inline-block;
  text-align: center;
  width: 30%;
  min-width: 188px !important;
}

#chart-container-report {
  display: inline-block;
  margin-top:30px;
  position: absolute;
  width: 30%;
  margin-left:30px;
}

.easy-webp-plan-report{
  display: inline-block;
  text-align: center;
  width: 35%;
}

.latest-webp-conversion-reports a {
  text-decoration: none;
}


.easy-webp-plan-report {
  display: inline-block;
  float: right;
  width: 26%;
  margin-top: 39px;
  margin-right: 30px;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.easy-webp-info {
  background: #9fd376;
  border-radius: 5.5px 0 0 5.5px;
  color: #ffffff;
  padding: 5px;
}

.easy-webp-info-error {
  background: #a53a3a;
  border-radius: 0 0 0 10px;
  color: #ffffff;
  padding: 5px;
  
}

.easy-webp-info img,
.easy-webp-info-error img {
  margin-bottom: -5px;
  margin-left: 9px;
  
}

.easy-webp-info p,
.easy-webp-info-error p {
  display: inline-block;
  line-height: 0.5 !important;
  text-indent: 9px;
}

.easy-webp-main-area {
  display: inline-block;
  width:80%;
}

.easy-webp-main-area h4 {
  color: #3974ad;
}

.easy-webp-right-container{
  display: inline-block;
  position: absolute;
}

.easy-webp-plan {
  color: #3974ad;
  padding-right: 8px;
  padding-top: 21px;
  font-size: 13px;

}

.easy-webp-subscription-div {
  background: #9fd376;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  margin: 0 10px 0 10px;
  padding: 10px;
  
}

.easy-webp-subscription-div-unlimited {
  background: #9fd376;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  margin: 0 10px 0 10px;
  padding: 10px;

}

.easy-webp-subscription-div-unlimited b,
.easy-webp-subscription-div-unlimited i {
  font-size: 13.8px;
}

.easy-webp-subscription-div:hover {
  background: #85D842;
}

.easy-webp-subscribe-link {
  color: #ffffff;
  text-decoration: none;
}

.easy-webp-current-plan {
  background: #3974ad;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  margin: 0 10px 0 10px;
  padding: 10px;
  
}

.subscription-bold-text {
  font-size: 14.5px;
  font-weight: bold;
}

.subscription-bold-text-unlimited {
  font-size: 14px;
  font-weight: bold;
}

.easy-webp-enter-subscription {
  background: #ffffff;
  color: #444444;
  margin: 0 10px 0 10px;
  padding: 10px;
  font-weight: bold;
}

.easy-webp-subscription-form {
  background: #ffffff;
  color: #444444;
  margin: 0 10px 0 10px;
  padding: 10px;
  display: none;
}

.easy-webp-enter-subscription:hover {
  cursor: pointer;
}

.easy-webp-subscription-input {
  margin: 3px;
}

.easy-webp-subscription-submit {
  background: #9fd376;
  border: 1px solid #9fd376;
  border-radius: 2.5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13.5px;
  margin: 0 10px 0 10px;
  padding: 5px 8px;
  display: hidden;
  
}

.easy-webp-subscription-submit:hover {
  background: #85D842;
  


}

#chart-container {
  display:inline-block; 
  height: 230px;
  margin:0 0 -50px 0; ;
  padding:0;
  width: 230px; 
  position: absolute;
  padding-top: 26px;
  z-index: 1;
}

.latest-webp-conversion {
  display:inline-block;
  position: absolute;
  padding-top: 258px;
  width: 230px;
  text-align: center;
  text-decoration: none;

}

.latest-webp-conversion a {
  text-decoration: none;
}

.webp-link {
  color: #4fb300;  
}

.webp-link:hover,
.webp-link:active,
.webp-link:focus
 {
  color: #4fb300;
  text-decoration: underline;
}


.original-link:hover {
  text-decoration: underline;
}

.highcharts-container {
  background: red;
  overflow: visible !important;
}
.MyChartTooltip {
  background-color: #ffffff;
  border: 2px solid rgb(0, 108, 169);
  border-radius: 5px;
  font-size: 9pt;
  padding: 5px;
  position: relative;
  z-index: 50;
}

#image-quality {
  border: 1px solid #85d843;
  background: #85d843;
  background: url("../../assets/down-arrow-icon.png") no-repeat 28px #85d843;
}

.quality-group {
  border: 1px solid #85d843;
  color: #85d843;
}

.quality-group label {
  color: #5bce00;
}


.swal2-container h2 {
  font-size: 14px;
}

.swal2-icon {
  font-size: 8px;
}

.swal2-actions {
  font-size: 13px;

}

.swal2-popup.swal2-modal {
    width: 450px;
}

.loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../assets/main-logo.png') 50% 50% no-repeat rgba(0, 0, 0, 0);
}

.easy-webp-close-image,
.easy-webp-next,
.easy-webp-prev {
  position: fixed !important
}


#image-quality-label,
#image-type-label,
#image-per-page-label {
  cursor: default !important;

}

.easy-webp-upload-text,
.easy-webp-theme-text {
  cursor: pointer;
  display: inline-block;

}

#selected-theme {
  background: url(../../assets/down-arrow-icon.png) no-repeat 123px #3974ad;
  width: 153px;
}

@media only screen and (max-width: 860px) {
.easy-webp-plan-report input {
  font-size: 13px;
  min-height: 35px !important;
  width: 150px;

}

.easy-webp-subscription-submit {
  margin: 0 10px 0 2px;
}

}

@media only screen and (max-width: 740px) {
.easy-webp-plan-report input {
  font-size: 13px;
  min-height: 35px !important;
  width: 120px;

}

.easy-webp-subscription-submit {
  margin: 0 10px 0 2px;
}

}

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


.easy-webp-plan-report {
  display: block;
  float: none;
  width: 300px;


}

.easy-webp-plan-report input {
  font-size: 13px;
  min-height: 35px !important;
  width: 250px;

}

.easy-webp-subscription-submit {
  margin: 0 10px 0 5px;
}

#chart-container-report {
  width: 50% !important;
  margin-left: 93px !important;
}

}

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

  #chart-container-report {
  width: 43% !important;
  margin-left: 90px !important;
}


}


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

  #chart-container-report {
  width: 43% !important;
  margin-left: 62px !important;
}


}


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

#chart-container-report {
  width: 70% !important;
  display: block;
  position: relative;
}

.easy-webp-plan-report {
  display: block;
  float: none;
  width: 250px;

}

.easy-webp-plan-report input {
  font-size: 13px;
  min-height: 35px !important;
  width: 200px;

}


}




@media only screen and (max-width: 1120px) {
.easy-webp-main-area {
  display: inline-block;
  width: 70%;
}

}

@media only screen and (max-width: 640px) {
.easy-webp-main-area {
  display: inline-block;
  width: 60%;
}

}

@media only screen and (max-width: 540px) {
.easy-webp-main-area {
  display: block;
  width: 100%;
}

}

@media only screen and (max-width: 782px) {
.easy-webp-main-area {
  display: block;
  width: 100%;
}

.easy-webp-right-container {
  margin-top: 62px;
}

.easy-webp-checkbox,
#easy-webp-check-all,
#easy-webp-check-all-theme {
  height: 1rem !important;
  width: 1rem !important;
}

#uploaded-images-checkbox,
#uploaded-theme-checkbox,
.easy-webp-checkbox,
.selected-online-link {
  height: 1rem !important;
  width: 1rem !important;
}

#uploaded-images-checkbox:checked::before,
#uploaded-theme-checkbox:checked::before,
.easy-webp-checkbox:checked::before,
.selected-online-link:checked::before {
    height: 1.4rem !important;
    width: 1.4rem !important;
}

.easy-webp-checkbox-group input[type=checkbox]:checked::before,
#easy-webp-check-all-theme:checked::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

#image-quality,
#image-type,
#image-per-page,
#selected-theme {
  font-size: 14px !important;
  line-height: 19px !important;
  min-height: 30px !important

}

}



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

.easy-webp-right-container {
  margin-top: 62px;
}

}


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

.easy-webp-btn-group,
.easy-webp-checkbox-group,
#convert_selected_btn {
  margin-top: 1px;
}


}


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

.easy-webp-close-image {
  left: 49%;
  top: 25%;
}

.easy-webp-next {
  left: 42%;
  top: 25%;
}

.easy-webp-prev {

  left: 35%;
  top: 25%;
}

}

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

.easy-webp-close-image {
  left: 58%;
  top: 25%;
}

.easy-webp-next {
  left: 51%;
  top: 25%;
}

.easy-webp-prev {

  left: 44%;
  top: 25%;
}

}

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

.easy-webp-close-image {
  left: 61%;
  top: 25%;
}

.easy-webp-next {
  left: 52%;
  top: 25%;
}

.easy-webp-prev {

  left: 43%;
  top: 25%;
}

}

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

.easy-webp-close-image {
  left: 62%;
  top: 25%;
}

.easy-webp-next {
  left: 51%;
  top: 25%;
}

.easy-webp-prev {

  left: 40%;
  top: 25%;
}

.easy-webp-slides {
  width : 80% !important;
  top: 40%;
}

}

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

.easy-webp-close-image {
  left: 65%;
  top: 25%;
}

.easy-webp-next {
  left: 51%;
  top: 25%;
}

.easy-webp-prev {

  left: 37%;
  top: 25%;
}

.easy-webp-slides {
  width : 80% !important;
  top: 36%;
}

}

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

.easy-webp-close-image {
  left: 68%;
  top: 25%;
}

.easy-webp-next {
  left: 51%;
  top: 25%;
}

.easy-webp-prev {

  left: 34%;
  top: 25%;
}

.easy-webp-slides {
  width : 80% !important;
  top: 36%;
}

}



