<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.drop-zone {
    max-width: 475px;
    height: auto;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
  }.drop-zone--over {
    border-style: solid;
  }.drop-zone__input {
    display: none;
  }.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffc351;
    background: rgb(38, 35, 26);
    font-size: 17px;
    text-align: center;
    font-weight: 500;
  }

  .drop-streaming-zone {
    max-width: 475px;
    height: 385px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
  }.drop-streaming-zone--over {
    border-style: solid;
  }.drop-streaming-zone__input {
    display: none;
  }.drop-streaming-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }.drop-streaming-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

  .drop-zone {
    /* height: 385px; */
    height: auto;
    background: #ffc351;
    border: 5px dashed #e8a11a !important;
  }


  .drop-zone span svg {
    color: #26231a !important;
    width: 80px !important;
    height: 80px !important;
  }

  .drop-zone p {
    color: #26231a !important;
    position: absolute;
    top: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;

  }


  @media only screen and (max-width: 767.98px){
      .drop-zone p {
        /* font-size: 14px; */
        font-size: 11px;
        line-height: 1.1;
      }
  }
</pre></body></html>