.dialog-file{

  width: 600px;
  background: rgb(239, 239, 239);

  input{
    background: white;
    padding: 5px;
    border-radius: 2px;
  }

  md-input-container{

    margin-top: 20px;
    margin-bottom: 0;

    input{
      height: initial;
      margin-top: 6px;
    }

    .md-errors-spacer{
      display: none;
    }
  }

  .md-toolbar-tools{
    .title{
      text-transform: capitalize;
    }
  }

  md-dialog-actions{
    background: white;
  }

  .preview{
    margin-right: 10px;

    .container{
      width: 300px;
      height: 300px;
      background: white;
      border-radius: 6px;
      overflow: hidden;
      padding: 10px;
    }

    md-icon{
      width: 50%;
      height: 50%;
      color: color-primary;
    }
  }
  .summary{
    .actions{
      .md-button{
        text-align: left;
        margin: 5px;
        padding: 0;
        md-icon{
          width: 30px;
        }
      }
      md-list-item.md-no-proxy{
        padding: 0;
      }
    }
  }
}
