body {
    /*font-family: sans-serif;
    background-color: #eeeeee;*/
  }
  
  .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    padding-bottom: 10px;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #DADADA;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #DADADA;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #DADADA;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #DADADA;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #DADADA;
    border: 4px dashed #ffffff;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    /* font-weight: 100; */
    /* text-transform: uppercase; */
    color: #000000;
    /* padding: 20px 0; */
  }

  #browse-files-content-wizard{
    display: inline-block;
    position:relative;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #dfdfdf;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
  }

  #browse-files-content-wizard:hover{
    background-color: #b6b6b6;
  }
  
  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }

  #content-wiz-remove-video-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background-color: #0000003d;
    font-size: 20px;
    color: #222;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 0 5px 0 0;
}
#content-wiz-remove-video-btn:hover i{
  color: #cd4535;
}
#content-wiz-file-img{
  border-radius: 5px;
}
#file-upload-frame-img-wrapper{
  padding: 22px 0 22px 0; 
  text-align: center;
  width:75%;
  display: flex;
  justify-content: center;
}

  
  .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }

  #tumbnail_wide_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #browse-files-thumbnail{
    text-decoration: underline;
    cursor: pointer;
  }

  #thumbnail-drop-area{
    border: 2px dashed #ccc;
    padding: 5px;
    text-align: center;
    width: 85%;
  }

  #thumbnail-drop-area:hover{
    background-color: #DADADA;
  }

  #content-wiz-video-preview-container{
    width:75%;
  }

  .panel {
    margin-top: 10px;
    border-radius: 10px;
}