.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

.response-message {
  margin-right: auto;
  position: fixed;
  top: 50px;
  right: 15px;
  z-index: 9999;
  width: 500px;
}

.transferButton {
  display: none;
  margin-right: auto;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 9999;
}

.was-validated
  select.select2:invalid
  + .select2.select2-container.select2-container--default
  span.select2-selection,
select.select2.is-invalid
  + .select2.select2-container.select2-container--default
  span.select2-selection {
  border-color: #fa5c7c;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated
  select.select2:invalid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow,
select.select2.is-invalid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow {
  right: 25px !important;
}
.was-validated
  select.select2:valid
  + .select2.select2-container.select2-container--default
  span.select2-selection,
select.select2.is-valid
  + .select2.select2-container.select2-container--default
  span.select2-selection {
  border-color: #0acf97;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated
  select.select2:valid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow,
select.select2.is-valid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow {
  right: 25px !important;
}

div.cargoCompanyXmlInvoice {
  height: 100px;
  width: 100%;
  border: solid 3px #eee;
  position: relative;
  background-color: #eee;
  border-radius: 5px;
}

label.cargoCompanyXmlInvoice {
  height: 100%;
  width: 100%;
  display: block;
  padding: 20px 20px 20px;
}

input.fileName {
  height: 30px;
  width: 100%;
  display: none;
}

input#cargoCompanyXmlInvoice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding: 50px 25px 20px;
  opacity: 0;
}
