

.site-header::after {
  content: '';
  clear: both;
  display: table; }

.uploader__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  opacity: 0.01;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap; }

.hide, .uploader__hide {
  display: none; }

.show {
  display: block; }

.error, .uploader__error {
  color: #ff3264; }

.uploader__hide{
display:none;
}

.file-list, .uploader__file-list {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  }

  .uploader__file-label{
  color:#fff}

.uploader__submit-button{
	padding: 0.4em 1.4em;
   /*  height: 40px; */
    font-size: 16px;
	color: #ff3264;
   /*  display: inline-flex; */
    align-items: center;
	border-radius: 60px;

}
.uploader__file-label {
    padding: 0.4em 1.4em;
    min-width: 44px;
    min-height: 44px;
   font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius: 60px;
	background: linear-gradient( 90deg, #007BFF 0%, #A407FE 100%);
    cursor: pointer;
}

.uploader__file-input:focus-visible + .uploader__file-label,
.uploader__file-label:focus-visible {
    outline: 3px solid rgba(88, 184, 255, 0.95);
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(88, 184, 255, 0.18);
}

 .uploader__submit-button{
 
	background: linear-gradient( 90deg, #007BFF 0%, #A407FE 100%);
 }


.uploader__submit-button{
	background: #036fe4;
	color:#fff;
}

.file-list__item, .uploader__file-list__item {
  display: table;
  padding: 0.5em;
  width: 360px;
  }

.file-list__item:nth-child(2n), .uploader__file-list__item:nth-child(2n) {
  background-color: #fff5f7; }

.file-list__thumbnail, .uploader__file-list__thumbnail,
.file-list__text,
.uploader__file-list__text,
.file-list__size,
.uploader__file-list__size,
.file-list__button,
.uploader__file-list__button {
  display: table-cell;
  vertical-align: middle; }

.file-list__thumbnail, .uploader__file-list__thumbnail {
  width: 10%; }

.file-list__text, .uploader__file-list__text {
  width: 77%;
  word-break: break-word;
  }

.file-list__size, .uploader__file-list__size {
  width: 25%;
  }

.file-list__button, .uploader__file-list__button {
  width: 5%; }

.icon, .uploader__icon {
  font-size: 2em;
  margin: 10px;
  text-decoration: none; }

.icon--close {
  color: #d2d2d2; }

.icon--spinner, .uploader__icon--spinner {
  margin: 1em; }

.thumbnail {
  max-height: 50px;
  max-width: 50px;
  height: auto;
  width: auto;
  padding: 0.2em; }

.uploader__icon-button {
  min-width: 44px;
  min-height: 44px;
  cursor: pointer; }

.uploader__icon-button:focus-visible {
  outline: 3px solid rgba(88, 184, 255, 0.95);
  outline-offset: 3px; }

.text--important, .uploader__instructions {
  font-size: 1.2em; }

.l-main {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto; }
  .l-main:after {
    content: " ";
    display: block;
    clear: both; }

.l-site-title {
  width: 100%;
  margin-left: 8.47458%; }

.l-center-box {
  width: 66.10169%;
  margin-right: 1.69492%;
  margin-left: 16.94915%; }

.site-header {
  margin-bottom: 3em; }

.site-title {
  color: #036fe4;
  font-size: 0.8em;
  padding: 1.5em 0;
  text-transform: uppercase; }

.uploader__box {
  animation: appear 1s;
  /* background-color: white; */
  /* box-shadow: -2px 2px 20px #d2d2d2; */
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 1em;
  }

@keyframes appear {
  from {
    margin-top: 3em;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

.uploader__contents {
  padding: 0;
  margin-top: 0;
  opacity: 1;
  transition: all 0.4s;
  }

.uploader__file-label,
.uploader__box .button--secondary {
  margin: 2em auto; }

.uploader__file-label--secondary {
  display: inline-block;
  margin: 0 0.5em; }

.uploader__further-instructions {
  margin-left: 16.94915%;
  clear: both;
  color: #969696;
  font-size: 0.9em;
  padding: 0.5em; }
