
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKsOdC6.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsOdC6.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKsOdC6.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/exo2/v10/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWsOdC6.ttf) format('truetype');
  }
  .zone {
    background: #ebeff2;
    font-family: "Exo 2";
  }
  .zone {
    margin: auto;
 display: block;
 background:  radial-gradient(ellipse at center, #43cf7b 0, #62ad80 100%);

    width: 80%;
    height: 50%;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    color: white;
    z-index: 20;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
   
  }

  .epe-zone {
    margin: auto;
 display: block;
 background:  radial-gradient(ellipse at center, #43cf7b 0, #62ad80 100%);

    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    color: white;
    z-index: 20;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
   
  }

  .comp-box {
    margin: auto;
 display: block;
 background:  radial-gradient(ellipse at center, #04AA6D 0, #2cc98f 100%);

    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    color: white;
    z-index: 20;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
   
  }
  

  
  .zone .btnCompression .active {
    background: #096e79;
    color: white;
  }
  .zone i {
    text-align: center;
    font-size: 10em;
    color: #fff;
    margin-top: 50px;
  }
  .zone .selectFile {
    height: 50px;
    margin: 20px auto;
    position: relative;
    width: 200px;
  }

  .zone p {
      font-size: 16px;
  }
  .zone label,
  .zone input {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
  }
  .zone label {
    background: #fff;
    color: #096e79;
    display: inline-block;
    font-size: 1.2em;
    line-height: 50px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0 1px 1px gray;
  }
  .zone input[type="file"] {
    opacity: 0;
  }
  .zone.in {
    color: white;
    border-color: white;
    background: radial-gradient(ellipse at center, #eb6a5a 0, #c9402f 100%);
  }
  .zone.in i {
    color: #fff;
  }
  .zone.in label {
    background: #fff;
    color: #eb6a5a;
  }
  .zone.hover {
    color: gray;
    border-color: white;
    background: #fff;
    border: 5px dashed gray;
  }
  .zone.hover i {
    color: #eb6a5a;
  }
  .zone.hover label {
    background: #fff;
    color: green;
  }
  .zone.fade {
    transition: all 0.3s ease-out;
    opacity: 1;
  }

/* BUTTONS */


.nxt-btn {
  display: none;
text-align: end;
color: white;
}
  
  