.dzu-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all .15s linear;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}

.dzu-dropzoneActive {
  background-color: #DEEBFF;
  border-color: #2484FF;
}

.dzu-dropzoneDisabled {
  opacity: 0.5;
}

.dzu-dropzoneDisabled *:hover {
  cursor: unset;
}

.dzu-input {
  display: none;
}

.dzu-inputLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2484FF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-inputLabelWithFiles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0 14px;
  min-height: 32px;
  background-color: #E6E6E6;
  color: #2484FF;
  border: none;
  font-family: 'Helvetica', sans-serif;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 3%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
}

.dzu-previewStatusContainer {
  display: flex;
  align-items: center;
}

.dzu-previewFileName {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.dzu-previewImage {
  width: auto;
  max-height: 40px;
  max-width: 140px;
  border-radius: 4px;
}

.dzu-previewButton {
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 2px 10px;
}

.dzu-submitButtonContainer {
  margin: 24px 0;
  z-index: 1;
}

.dzu-submitButton {
  padding: 0 14px;
  min-height: 32px;
  background-color: #2484FF;
  border: none;
  border-radius: 4px;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-submitButton:disabled {
  background-color: #E6E6E6;
  color: #333333;
  cursor: unset;
}

@keyframes loadanim-default {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
}
html { font-size: 16px; }
body {background-color:#f5f5f5; }
nav { background-color: white; box-shadow: 0 1px 1px rgba(0,0,0,.15); font-size:1rem; }
/*.navbar-light .navbar-nav .nav-link.active { color: #0062cc }*/
.card { box-shadow: 4px 4px 8px #eaeaea;border-radius:6px; }
.navbar-brand img { height: 23px;margin-top:-3px; }
.navbar { padding-top: 0.25rem; padding-bottom: 0.25rem; }

.account-card { max-width: 400px; }
.account-card h1 { font-size: 2rem; color: #0168FA }
.account-card h2 { font-size: 1.1rem; color: #8090a4; font-weight: normal; }

.nicebutton {position:relative }
.nicebutton .button-loader { display: block; background: 0; animation: loadanim-default .5s infinite; border-radius: 50%; width: 100%; height: 100%; margin: 0; box-sizing: border-box; border: 2px solid #fff; border-color: currentColor transparent currentColor transparent; width: 1.2rem; height: 1.2rem; position: absolute; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

.progress .progress-text {position:absolute;width:100%;text-align:center; }
input#apikey { font-size:0.9rem; }
#cardbody-subscription { min-height:184px; }
#cardbody-playground { min-height: 350px; }
#cardbody-playground .form-group { margin-bottom:0.8rem; }
#cardbody-playground .col-form-label { padding-right:10px; }

@media (min-width: 576px) {
    #cardbody-playground form .form-group.row > .col-form-label { text-align: right; }
}

#json-response-container {overflow-x:auto;overflow-y:auto; }

#batches-card .batch-item > span {color:grey; }
#batches-card .batch-item > span > span {color:initial;}

/* react dropzone style overrides */
.dzu-dropzone {overflow:initial;}
.dzu-previewContainer {flex-direction:column;}
.dzu-inputLabel {font-size:1.2rem;font-family:unset; }
.dzu-previewContainer {border:0;padding:38px 0px;}

.pp-font-small { font-size: .9rem }
.pp-font-smaller { font-size: .8rem }
.pp-font-smallest { font-size: .7rem }

.pp-submitlink { border: 0; background-color: unset; color: #007bff;padding:0; }
.pp-submitlink:hover { color:#0056b3;text-decoration:underline; }
