@charset "UTF-8";
/* line 1, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
body {
  margin: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 13, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 18, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 21, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 25, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
table {
  border-collapse: collapse;
}

/* line 28, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 50px 0;
  max-width: 600px;
}

/* line 34, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
fieldset {
  border: none;
}

/* line 37, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* line 42, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.primary-color {
  color: #0DBFB2;
}

/* line 45, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.primary-link {
  display: inline-block;
  text-decoration: underline;
  color: #0DBFB2;
  margin-bottom: 10px;
}

/* line 51, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.error-color {
  color: #cc0000;
}

/* line 54, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 57, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.nowrap {
  white-space: nowrap;
}

/* line 61, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.form-error {
  color: #cc0000;
  font-style: italic;
  margin-bottom: 30px;
}
/* line 65, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.form-error li {
  margin-bottom: 0.25em;
}

/* line 69, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.align-right {
  text-align: right;
}

/* line 72, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.align-center {
  text-align: center;
}

/* line 75, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.pull-right {
  float: right;
}

/* line 78, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.no-result {
  font-size: 1.125em;
  font-style: italic;
}

/* line 86, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
.Section {
  padding: 1rem;
  max-width: 80rem;
}

@media (min-width: 780px) {
  /* line 93, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
  .Site {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 24rem 1fr;
  }

  /* line 98, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
  .Section {
    padding: 50px;
  }

  /* line 101, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 780px) {
  /* line 106, /builds/nord/astp/pactp/app/assets/stylesheets/_base.scss */
  .hide-on-mobile {
    display: none !important;
  }
}
/* line 1, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
button {
  cursor: pointer;
  color: inherit;
  background-color: unset;
  border: none;
  font-weight: bold;
}

/* line 8, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.remove-icon {
  color: #0DBFB2;
}

/* line 11, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.trashcan-icon,
.edit-icon {
  display: flex;
  align-items: center;
  color: #777;
}

/* line 17, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.eye-icon {
  color: #0DBFB2;
}

/* line 20, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.newTab-icon {
  margin-left: 10px;
  color: #0DBFB2;
}

/* line 25, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 32, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button svg {
  vertical-align: middle;
}
/* line 35, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button + .Button {
  margin-left: 10px;
}
/* line 38, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0DBFB2;
}
/* line 42, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0DBFB2;
}
/* line 46, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button:active {
  text-decoration: none;
  box-shadow: 0 0 0 1px #0DBFB2;
}
/* line 50, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--primary {
  border: 1px solid #0DBFB2;
  color: #0DBFB2;
}
/* line 54, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--secondary {
  border: 1px solid #0DBFB2;
  background-color: #0DBFB2;
  color: white;
}
/* line 59, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--tertiary {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color: #777;
}
/* line 64, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--quaternary {
  border: 1px solid #cc0000;
  color: #cc0000;
}
/* line 68, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--connexion, .Button--sendEmail {
  margin-top: 10px;
  color: white;
  font-weight: 700;
}
/* line 74, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--connexion {
  background-color: #cc0000;
}
/* line 77, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--sendEmail {
  margin: 0;
  background-color: #0DBFB2;
}
/* line 81, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
.Button--creation {
  margin-bottom: 10px;
}

@media (min-width: 780px) {
  /* line 86, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_buttons.scss */
  .Button--creation {
    float: right;
  }
}
/* line 1, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.Login {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 5, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.Login__column {
  padding: 2em 0;
  margin: 0 auto;
  min-width: 300px;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}
/* line 14, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.Login__logo {
  width: 300px;
  max-width: 32vw;
}
/* line 18, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.Login__logo img {
  width: 100%;
}
/* line 22, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.Login__error {
  color: #cc0000;
  font-style: italic;
}
/* line 26, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
/* line 33, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm__group {
  display: flex;
  flex-direction: column;
}
/* line 37, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm__input {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  font-size: 1rem;
  margin-bottom: 30px;
}
/* line 43, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm__input:focus {
  outline: 0;
  border: 1px solid #777;
}
/* line 47, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm__input::-webkit-input-placeholder {
  font-style: italic;
}
.LoginForm__input::-moz-placeholder {
  font-style: italic;
}
.LoginForm__input:-ms-input-placeholder {
  font-style: italic;
}
.LoginForm__input::-ms-input-placeholder {
  font-style: italic;
}
.LoginForm__input::placeholder {
  font-style: italic;
}
/* line 51, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
.LoginForm__passwordLink {
  align-self: flex-end;
  font-weight: 400;
  color: #777;
  text-decoration: underline;
}

@media (min-width: 780px) {
  /* line 61, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_login.scss */
  .Login {
    height: 100vh;
  }
}
/* line 1, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group {
  max-width: 600px;
  min-width: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
/* line 8, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__import {
  display: inline-block;
  min-width: 150px;
  pointer-events: initial;
  border: 1px solid #0DBFB2;
  border-radius: 3px;
  font-weight: 500;
  color: #0DBFB2;
  padding: 10px;
  padding-right: 30px;
  margin-right: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.81 15.68h6.05V10h4.02l-7.05-6.62-7.05 6.62h4.03v5.67zm-4.03 1.89h14.1v1.89H5.78v-1.9z' fill='%230DBFB2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom 50% right 10px;
}
/* line 22, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__import ~ input {
  display: none;
}
/* line 26, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__radio {
  display: block;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 32, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* line 37, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__radio input:checked + .Input-group__radioBullet:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0DBFB2;
}
/* line 48, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__radioBullet {
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  height: 16px;
  width: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 2px #999;
  border-radius: 50%;
}
/* line 59, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group[data-warning] {
  position: relative;
}
/* line 61, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group[data-warning]:after {
  content: attr(data-warning);
  position: absolute;
  left: 100%;
  margin-left: 10px;
  color: #777;
  font-size: 12px;
  min-width: 200px;
}
/* line 71, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group--receip {
  margin: 0;
  margin-right: -20px;
}
/* line 75, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group--indented {
  padding-left: 30px;
}
/* line 77, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group--indented .Input-group__label {
  max-width: inherit;
}
/* line 80, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group--indented .Input-group__value {
  width: auto;
}
/* line 82, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group--indented .Input-group__value--indented {
  margin-right: 12px;
}
/* line 87, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__label {
  font-weight: 600;
  padding-top: 0.5em;
  max-width: 180px;
  color: #777;
}
/* line 92, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__label--flexStart {
  align-self: flex-start;
}
/* line 95, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__label--title {
  color: #333;
  max-width: 200px;
}
/* line 100, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input, .Input-group__select {
  width: 220px;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #999999;
  font-size: 1rem;
  font-family: inherit;
}
/* line 108, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input:focus, .Input-group__select:focus {
  outline: 0;
  border-color: #0DBFB2;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0DBFB2;
}
/* line 113, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--short, .Input-group__select--short {
  width: 90px;
}
/* line 116, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--medium, .Input-group__select--medium {
  width: 320px;
}
/* line 119, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--large, .Input-group__select--large {
  width: 400px;
}
/* line 122, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--adress, .Input-group__select--adress {
  margin: 0 10px 0 auto;
}
/* line 126, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--alone {
  margin-left: auto;
}
/* line 129, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__input--price {
  text-align: right;
  padding-right: 25px;
  margin-left: auto;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
/* line 136, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__select {
  padding: 7px 8px;
  background: white url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6L9.53674e-07 -7.86805e-07L9 0L4.5 6Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
}
/* line 142, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__value {
  display: flex;
  align-items: center;
  padding-top: 0.5em;
  margin: 0 0 0.5em auto;
  font-weight: bold;
  text-align: left;
  width: 220px;
}
/* line 150, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__value--historic {
  position: relative;
}
/* line 153, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-group__value--title {
  padding-right: 8px;
  width: auto;
}

/* line 160, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Checkbox [type="checkbox"] {
  display: none;
}
/* line 163, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Checkbox [type="checkbox"] + label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #999999;
}
/* line 171, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Checkbox [type="checkbox"]:checked + label {
  background: #0DBFB2 url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L5.5 7.5L12 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
  border-color: #0DBFB2;
}

/* line 176, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
[type="date"] {
  width: 160px;
  font-family: inherit;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUg0VjExSDZWOVpNMTAgOUg4VjExSDEwVjlaTTE0IDlIMTJWMTFIMTRWOVpNMTYgMkgxNVYwSDEzVjJINVYwSDNWMkgyQzAuODkgMiAwLjAwOTk5OTk5IDIuOSAwLjAwOTk5OTk5IDRMMCAxOEMwIDE5LjEgMC44OSAyMCAyIDIwSDE2QzE3LjEgMjAgMTggMTkuMSAxOCAxOFY0QzE4IDIuOSAxNy4xIDIgMTYgMlpNMTYgMThIMlY3SDE2VjE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDk4MDQ3KSIgZmlsbD0iIzk5OTk5OSIvPgo8L3N2Zz4K") no-repeat right 4px center white;
}

/* line 181, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
[type="date"]::-webkit-inner-spin-button {
  display: none;
}

/* line 184, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* line 187, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-price {
  position: relative;
}
/* line 189, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.Input-price:after {
  font-weight: bold;
  content: "€";
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 12px;
}

/* line 198, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.select-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: bold;
  text-align: left;
  position: relative;
}

/* line 206, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.refusalTextarea {
  display: none;
}

/* line 209, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.refusalTextarea--true {
  display: flex;
}

/* line 212, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.field_with_error {
  border-width: 1px;
  border-color: #cc0000;
}

/* line 216, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.error_message {
  color: #cc0000;
  max-width: 600px;
  margin-top: 0.5em;
  font-size: 0.875em;
}
/* line 222, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.error_message--full {
  text-align: end;
}

@media (max-width: 780px) {
  /* line 228, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  /* line 233, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group__label {
    max-width: 100%;
  }
  /* line 236, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group--theatreDetails {
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 239, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group--theatreDetails p {
    text-align: right;
    width: auto;
  }
  /* line 244, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group .multiple-input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  /* line 249, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group__label {
    margin-bottom: 10px;
  }
  /* line 252, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group__input, .Input-group__select,
  .Input-group .select-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 258, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group--indented {
    padding-left: 0;
  }
  /* line 261, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
  .Input-group .Input-price {
    width: 100%;
  }
}
/* line 267, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.file-input-container {
  display: inline-block;
  white-space: nowrap;
  max-width: 25em;
  padding: 0.5em 0.75em;
  color: #0DBFB2;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 275, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.file-input-container.empty {
  border: 1px solid;
  padding-right: 2.5em;
  background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z' fill='%230DBFB2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
}
/* line 282, /builds/nord/astp/pactp/app/assets/stylesheets/modules/_inputs.scss */
.file-input-container a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2.5em;
  background: #fff url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5.833A6.665 6.665 0 0 0 .833 7.5 6.665 6.665 0 0 0 7.5 14.167 6.665 6.665 0 0 0 14.167 7.5 6.665 6.665 0 0 0 7.5.833zm3.333 9.059l-.941.941L7.5 8.442l-2.392 2.391-.941-.941L6.558 7.5 4.167 5.108l.941-.941L7.5 6.558l2.392-2.391.941.941L8.442 7.5l2.391 2.392z' fill='%230DBFB2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
}
