html {
  overflow: hidden;
  background-color: #000000;
}
body.page-index {
 /* background-image: url("/modules/customsticker/default1.jpg");*/
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

body.page-index.loaded {
  -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.3s; /* Firefox < 16 */
  -ms-animation: fadein 0.3s; /* Internet Explorer */
  -o-animation: fadein 0.3s; /* Opera < 12.1 */
  animation: fadein 0.3s;
}

.sticker-form .nav.nav-tabs li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 10px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.sticker-form .nav.nav-tabs li:first-child {
  border-right: 1px solid #000
}

.sticker-form .nav.nav-tabs li.active {
  
}

.sticker-form .nav.nav-tabs li.active a {
  font-weight: 600;
  text-decoration: underline !important;
}
.sticker-form .nav.nav-tabs li a,
.sticker-form .nav.nav-tabs li a:hover,
.sticker-form .nav.nav-tabs li a:focus {
  text-decoration: none
}


.sticker-form .nav.nav-tabs li.active::before,
.sticker-form .nav.nav-tabs li.active::after {
  content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 10px;
    margin: auto;
}

.sticker-form .nav.nav-tabs li.active::before {

    height: 2rem;
    left: 0;
    right: 0;
}

.sticker-form .nav.nav-tabs li.active::after {
        border: 0.5rem solid transparent;
    border-bottom-color: #000;
}



#header #menu-icon {
  display: none !important;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.mobile-logo {
  display: none;
}

main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#wrapper {
    background: transparent !important;
    box-shadow: none;
}

.page-index #header {
  border-bottom: 0 !important;
  background-color: transparent !important;
}

.page-index #header .header-nav {
    border-bottom: 0 !important;
    max-height: 50px !important;
    margin-bottom: 0 !important;
}

img.logo.img-responsive {
    width: 200px !important;
}

.page-index #footer {
  position: fixed !important;
  width: 100% !important;
  bottom: 0px;
}

.footer-container {
  box-shadow:none;
  margin:0px !important;
}



/* .container {
    width: 100%;
    padding: 0 !important;
    margin: 0;

} */

#content-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sticker-slide {
  background-size: cover !important;
  background-position: center center !important;
  width: calc(100% - 400px) !important
}

.sticker-slide + div {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}

.logo {
  position: fixed;
  z-index: 99999
}

.sticker-container {
  color:#fff;
  width: 100%;
  height: 100%;
  padding-top: 0;
  bottom: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1050;
}

.sticker-container > div[class*="col-"] {
  height: 100%;
}

.sticker-form {
  width: 100%
}

.message-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-bottom: 50px;
  height: auto;
  background-color: rgba(0,0,0,0.8);
  opacity: 1;
  border-radius: 45px;
  padding:20px 10px;
}
.message-block .title {
  display: block;
  color:#fff;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 32px;
  line-height: 1em;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.message-block .subtitle {
  display: flex;
  justify-content: center;
}
.message-block .subtitle ul {
  display: inline-block;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.message-block .subtitle li {
    content: "";
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.sticker-form h3 {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6em;
  color:#fff;
  width: 100%;
  text-align: center;
}

.sticker-form {
  display: block;
  position: relative;
  width: 100%;
  /*margin: auto auto 0;*/
}

.sticker-form .sticker-flag {
  display: block;
  width: 110px;
  height: 40px;
  margin: 10px 0;
  cursor: pointer;
}

.sticker-form .selectedFlag {
    width: 60px;
    float: left;
    overflow: hidden;
    border-radius: 6px;
    border: #FFFFFF solid 3px;
}

#tab-upload .selectedFlag {
    float: right !important;
}

.sticker-form .selectedFlag img {
    width: 100%;
    float: left;
}

.sticker-form .icon {
  height: 40px;
  float: left;
  padding: 12px 10px;
}

.sticker-form .sticker-flag .icon svg {
  height: 20px;
  width: auto;
}

.sticker-form .fields {
  display: block;
  width: 100%;
}

.sticker-form .field {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.field.field-name::before {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 10px;
    bottom: -1px;
}

.field.field-surname::after {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 10px;
    top: -1px;
}


.sticker-form .field-flag {
  /* width: 110px; */
}

.sticker-form .field input {
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  border: 0;
  padding: 10px 15px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  outline: none
}

.sticker-form .field-name input {
  border-radius: 6px 6px 0 0;
}

.sticker-form .field-surname input {
  border-radius: 0 0 6px 6px;
}

.sticker-form .field input::placeholder {
  color: #000000;
  opacity: 1;
}

.sticker-form .field input:-ms-input-placeholder {
  color: #000000;
}

.sticker-form .field input::-ms-input-placeholder {
  color: #000000;
}

.sticker-form .submit {
  display: block;
  border-radius: 0 0 6px 6px;
  background-color: transparent;
  border: none;
  color: #000;
  width: 100%;
  height: 45px;
  margin:auto;
  float: none;
  margin-top: 10px;
  max-width: 160px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  outline: 0 !important;
  transition: 0.3s background-color ease-in;
  cursor: pointer;
  /*background-image: url(../../../boton_proloook_continuar.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat*/
  box-shadow: 0px 1px 0px 0px #fff6af;
  background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color:#ffec64;
  border-radius:6px;
  border:1px solid #ffaa22;
  cursor:pointer;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
}

.sticker-form .submit.previewbutton {
  /* background-color: rgba(0,0,0,1); */
}

.sticker-form .submit:active {
  background-color: rgba(0,0,0,0.7);
  transition: 0.3s ease-in;
}

#footer {
  background-color: #ffffff !important;
  padding: 0px !important;
  margin: 0 !important;
  /* background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.5326505602240896) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.5326505602240896) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0.5326505602240896) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); */
}

.footer-title {
  font-size: 16px;
  color: #000000;
  opacity: 1 !important;
  padding-top:10px;
}
.social-link {
  width: 32px;
  height: 32px;
}
.footer-icon {
  width: 32px;
  height: auto;
}

.footer-subtitle {
  opacity: 1 !important;
  font-size: 16px;
  color: #000000;
  padding-bottom:10px;
}

.footer-subtitle a {
  color: #000000;
}

.footer-subtitle {
  font-size: 16px;
  color: #000000;
}

#wrapper{
  padding-top: 0px;
}

.flagImage {
  width:60px;
  height:40px;
}

.hidden {
  display: none;
}

#canvas{
  width:1000px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 33.3%;
}

.column .item{
  padding-bottom: 10px;
}

.column img {
  width: 45px;
  height: auto;
  margin: 5px auto;
  border: 5px #fff solid;
  border-radius: 5px;
}

.column p {
  font-size: 10px;
  line-height: 11px;
  color:#000;
  width:60px;
  margin:0px auto;
}
.selectize-input.items {
    text-align: left;
}

.swal2-title {
  color:#000000;
  font-size: 2.8em;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
}
button.swal2-close {
    outline: none;
}

input#sticker-dropdown-selectized {
    font-size: 1.4em;
}

.selectize-dropdown-content .option {
    font-size: 1.4em;
    text-align: left !important;
}
div#searchDiv {
    display: none;
}

.controls {
  display: block;
  width: 100px;
  height: 50px;
  margin: auto;
  position: fixed;
  bottom: 80px;
  left: 50px;
}
.controls.mobile {
  display: none;
}
.controls .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  cursor: pointer;
}
.controls .icon svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.controls .prevPreview {
  float: left;
}

.controls .nextPreview {
  float: right;
}

.controls .closeForm {
  display: none;
}

.controls .openForm {
  display: none;
}


.language-selector .expand-more,
.language-selector .expand-more:hover,
.language-selector:hover .expand-more,
.currency-selector .expand-more,
.currency-selector .expand-more:hover,
.currency-selector:hover .expand-more {
  color: #000 !important
}

@media (max-width: 1280px) {

  /*.sticker-container {
    padding-top: 50px;
  }*/

  .sticker-form h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .subtitle li {
    font-size: 14px;
    line-height: 14px;
    margin-right: 12px;
  }
  .subtitle li::after {
    right: -7px;
    width: 2px;
    height: 2px;
    margin-top: 0;
  }

  .sticker-form {
  }
}

@media (min-width: 992px) {
	.first-swal {
		display: none !important;
	}

  .sticker-slide {
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 0;
    height: 100% !important;
  }

  .sticker-slide + div {
    float: right;
    background: transparent;
  }

}

@media (max-width: 991px) {

  .language-selector .expand-more,
.language-selector .expand-more:hover,
.language-selector:hover .expand-more,
.currency-selector .expand-more,
.currency-selector .expand-more:hover,
.currency-selector:hover .expand-more {
  color: #fff !important
}

  #tab-upload {
    height: 55px !important
  }


  .sticker-form .nav.nav-tabs {
    margin: 0px -11px;
  }

  .sticker-form .nav.nav-tabs li {
    border-radius: 0;
  }

  .sticker-form .nav.nav-tabs li a {

  }




  .sticker-container {
    /*max-width: 380px !important;*/
  }

  /*.sticker-container {
    display: block;
    width: 100%;
    margin: 0 auto;
  }*/

  .sticker-slide {
    height: calc(100% - 288px) !important;
    width: 100% !important;
  }

  .first-swal {
    height: calc(100% - 288px) !important;
}

  .sticker-container > div[class*="col-"] {
    height: auto;
  }
  /*.sticker-slide + div {
    width: auto;
    display: flex;
  }*/

  .text-content {
    display: none;
  }

  .sticker-container > div[class*="col-"] {
    margin: auto;
  }

  .sticker-slide + div {
    margin-top: 5px !important;
    width: auto !important;
  }

  .sticker-form {
    width: 100%;
    max-width: 340px
  }

  .message-block {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

 /* .message-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }*/
}

div[data-previmage="rendering"] {
  background-position: left top !important;
}
div[data-previmage="0"] {
  background-position: center center !important
}
div[data-previmage="1"] {
  background-position: right center !important
}
div[data-previmage="2"] {
  background-position: left bottom !important;
}
div[data-previmage="3"] {
  background-position: right bottom !important;
}
div[data-previmage="4"] {

}

@media (max-width: 991px) {


  div[data-previmage="rendering"] {
    /*background-position-x: 18% !important;
    background-size: 214vh !important;
    background-position-y: 5% !important;*/
    background-position: left center !important;
  }

  div[data-previmage="0"] {
    /*background-position-x: 44% !important;
    background-size: 214vh !important;
    background-position-y: 101% !important;*/
  }

  div[data-previmage="1"] {
    /*background-position-x: 18% !important;
    background-size: 214vh !important;
    background-position-y: 100% !important;*/
  }

  
  div[data-previmage="2"] {
    /*background-position-x: 20% !important;
    background-size: 214vh !important;
    background-position-y: 110% !important;*/

  }
  div[data-previmage="3"] {
    /*background-position-x: 15% !important;
    background-size: 375% !important;
    background-position-y: 124% !important;*/

  }
  div[data-previmage="4"] {
    /*background-position-x: 63% !important;
    background-size: 861% !important;
    background-position-y: 14% !important;*/
    
  }


  body.swal2-height-auto {
    height: 100vh !important;
  }

  .mobile-logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-logo img {
    width: 100px;
  }
  #_mobile_currency_selector {
    float: right;
    margin-top: 10px;
  }
  #currency-selector-label {
    display: none;
  }
  #_mobile_language_selector {
    float: right;
    margin-top: 10px;
  }
  #language-selector-label {
    display: none;
  }
  .language-selector {
    margin-top: 0 !important;
  }
  .header-nav select {
    background-color: transparent;
    color: #ffffff;
    border: 0 !important;
    outline: 0 !important;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .header-nav select > option {
    background-color: #000000;
    color: #FFFFFF;
    padding: 5px 0px;
    border: 0;
    outline: 0;
  }
  body.page-index {
    height: 100vh;
    overflow: hidden;
  }
  #header .header-nav {
    background-color: transparent !important;
    margin-bottom: .625rem;
    width: 100%;
  }
  #header .header-nav #menu-icon .material-icons {
    color: #FFFFFF;
    line-height: 50px;
    margin-left: 15px;
  }

  .swal2-container {
    padding: 0 !important;
  }
  .swal2-container.first-swal .swal2-popup.swal2-modal.swal2-show {
    padding: 15px !important;
    border-radius: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    padding-bottom: 0 !important;
    width: 100%
  }

  .swal2-title {
    color:#000000;
    font-size: 2.4em;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
  }

  

  .sticker-form h1 {
    float: left;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    padding: 5px;
  }
  .message-modal-wrapper {
    background-color: transparent !important;
  }
  .message-modal-popup {
    margin: 60px 15px 15px 15px;
    /*border-radius: 6px !important;*/
  }
  .message-modal {
    display: block;
    border-radius: 5px;
    padding:10px 10px;
  }
  .message-modal-wrapper .swal2-close:hover {
    color: #FFFFFF;
  }
  .message-modal .title {
    display: block;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 32px;
    line-height: 1em;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  .message-modal .subtitle {
    display: block;
    justify-content: center;
    padding: 0px;
  }
  .message-modal .subtitle li {
    content: "";
    color: #FFFFFF;
    font-style: italic;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
  }

  .swal2-close {
  	width: 25px;
    height: 25px;
    font-size: 1.5em;
  }
  .message-modal .subtitle ul {
    display: inline-block;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  .sticker-form {
    /*background-color: rgba(0,0,0,.7);*/
    border-radius: 6px;
    width: -webkit-fill-available;
    /*max-width: 100% !important;*/
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0;
    /*margin: 15px 15px 85px 15px;
    position: absolute;*/
    bottom: 0;
    left: 0;
  }
  .sticker-form .submit {
    font-size: 21px !important;
    height: auto;
    margin-top: 2px !important;
    margin-bottom: 4px !important;
  }
  #stickerSurname {
    border-radius: 0 0 6px 6px;
  }

  .sticker-form .sticker-flag {
    /*margin: 10px;*/
  }

  .sticker-form .field-flag {
    display: inline-block;
  }

  .sticker-form .field input {
    width: calc(100% - 20px);
    margin: 0 10px;
    font-size: 14px;
  }

  .sticker-form .submit {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 16px;
  }

  .page-index #footer {
    position: fixed !important;
    bottom: -6px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1055;
  }

  .page-index #footer.footer-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .page-index #footer p {
    text-align: center;
  }
  .social-link {
    width: 24px;
    height: 24px;
  }
  .footer-icon {
    width: 24px;
    height: auto;
  }

  #header .header-nav .currency-selector {
    margin-top: .9375rem;
    margin-left: .9375rem;
    white-space: nowrap;
  }

  #header .header-nav .currency-selector {
    margin-top: 0 !important;
    margin-left: 0 !important;
    color: #000000 !important;
  }

  .sticker-form .selectedFlag {
      border: #FFFFFF solid 2px;
  }
  .sticker-form .sticker-flag {
    float: none;
    width: 100px
  }

  .controls {
    display: none;
  }

  .controls.mobile {
    display: block;
    float: right;
    width: 140px;
    height: 40px;
    margin: auto;
    position: relative;
    margin-right: 50px;
    right: inherit;
    bottom: inherit;
  }
  .controls .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
  }
  .controls .icon svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .controls .prevPreview {
    float: left;
  }

  .controls .nextPreview {
    float: right;
  }

  .controls .closeForm {
    display: block;
  }

  .footer-title.text-sm-center {
    text-align: center;
    font-size: 16px;
  }

  .footer-subtitle.text-sm-center {
    text-align: center;
    font-size: 16px;
  }
}



.page-index #footer {
  display: block !important;
}

.swal2-container {
  z-index: 999999
}

#mobile_top_menu_wrapper {
  z-index: 999999;
  position: fixed;
}

@media (max-width: 375px) {

  /*.sticker-form {
    width: 100%
  }*/

  .first-swal {
  height: calc(100% - 270px) !important
}

  .sticker-slide {
    height: calc(100% - 270px) !important;
  }

  .sticker-form .field input {
    font-size: 12px;
    padding: 5px 10px;
  }

  .sticker-form .submit {
    font-size: 16px !important;
    height: 30px;
  }

  .sticker-form .selectedFlag {
      width: 40px;
  }

  .sticker-form .sticker-flag {
    height: 27px;
    width: 70px
  }

  .sticker-form .icon {
    height: 30px;
    float: left;
    padding: 5px 10px;
  }

  #tab-upload {
    height: 42px !important
  }

  .upload-preview .icon {
    top: -7px !important
  }

  .sticker-form .sticker-flag .icon svg {
    height: 10px;
    width: auto;
  }

}

#tab-upload {
  height: 50px
}


.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.sweet-overlay.loaderBackground {
  opacity: 1;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 99999999999;
}

  .nav-tabs>li {
    width: 50%;
  }

  .box__dragndrop,
  .box__uploading,
  .box__success,
  .box__error {
    display: none;
  }

  .upload-preview {
        margin: 10px 0;
        float:none !important;
        position: relative;
        overflow: inherit !important
        }

        .upload-preview:hover {
          cursor: pointer
        }

        .upload-preview img {
        max-width : 60px;
        float: none !important
        }

        .upload-preview .icon {
          position: absolute;
          left: -45px;
          top: 0;
          fill: white;
          padding-top: 6px;
          padding-bottom: 0;
          height: 32px;
        }

        .box
        {
          font-size: 1.25rem; /* 20 */
          background-color: #c8dadf;
          position: relative;
          padding: 100px 20px;
        }
        .box.has-advanced-upload
        {
          outline: 2px dashed #92b0b3;
          outline-offset: -10px;

          -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
          transition: outline-offset .15s ease-in-out, background-color .15s linear;

          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 9999999;
        }

        /*.box.has-advanced-upload.is-dragover {
          z-index: 9999999 !important;
          opacity: 1 !important
        }*/





        .box.is-dragover
        {
          outline-offset: -20px;
          outline-color: #c8dadf;
          background-color: #fff;
        }
          .box__dragndrop,
          .box__icon
          {
            display: none;
          }
          .box.has-advanced-upload .box__dragndrop
          {
            display: inline;
          }
          .box.has-advanced-upload .box__icon
          {
            width: 100%;
            height: 80px;
            fill: #92b0b3;
            display: block;
            margin-bottom: 40px;
          }

          .box.is-uploading .box__input,
          .box.is-success .box__input,
          .box.is-error .box__input
          {
            visibility: hidden;
          }

          .box__uploading,
          .box__success,
          .box__error
          {
            display: none;
          }
          .box.is-uploading .box__uploading,
          .box.is-success .box__success,
          .box.is-error .box__error
          {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;

            -webkit-transform: translateY( -50% );
            transform: translateY( -50% );
          }
          .box__uploading
          {
            font-style: italic;
          }
          .box__success
          {
            -webkit-animation: appear-from-inside .25s ease-in-out;
            animation: appear-from-inside .25s ease-in-out;
          }
            @-webkit-keyframes appear-from-inside
            {
              from  { -webkit-transform: translateY( -50% ) scale( 0 ); }
              75%   { -webkit-transform: translateY( -50% ) scale( 1.1 ); }
              to    { -webkit-transform: translateY( -50% ) scale( 1 ); }
            }
            @keyframes appear-from-inside
            {
              from  { transform: translateY( -50% ) scale( 0 ); }
              75%   { transform: translateY( -50% ) scale( 1.1 ); }
              to    { transform: translateY( -50% ) scale( 1 ); }
            }

          .box__restart
          {
            font-weight: 700;
          }
          .box__restart:focus,
          .box__restart:hover
          {
            color: #39bfd3;
          }

          .js .box__file
          {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1;
          }
          .js .box__file + label,
          .js .box:before
          {
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            display: inline-block;
            overflow: hidden;

            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
            text-align: center;
            top: calc(50% - 28px);
            font-size: 20px;
            line-height: 28px;


          }

          .js .box__file + label {
          display: none
          }
          


          .js .box__file + label:hover strong,
          .box__file:focus + label strong,
          .box__file.has-focus + label strong
          {
            color: #39bfd3;
          }
          .js .box__file:focus + label,
          .js .box__file.has-focus + label
          {
            outline: 1px dotted #000;
            outline: -webkit-focus-ring-color auto 5px;
          }
            .js .box__file + label *
            {
              /* pointer-events: none; */ /* in case of FastClick lib use */
            }

          .no-js .box__file + label
          {
            display: none;
          }

          .no-js .box__button
          {
            display: block;
          }
          .box__button
          {
            font-weight: 700;
            color: #e5edf1;
            background-color: #39bfd3;
            display: none;
            padding: 8px 16px;
            margin: 40px auto 0;
          }
            .box__button:hover,
            .box__button:focus
            {
              background-color: #0f3c4b;
            }
