:root {
  --black: #1b1b1b;
  --royal-blue: #004cff;
  --dark-green: #016104;
  --dark-red: #a10000;
  --orange: #fc9b00;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.login-wrapper {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-box {
  width: 500px;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login-logo {
  width: 80px;
}

.login-h1 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Avenir Next, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.login-formblock {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.login-form-submit {
  width: 350px;
  height: 47px;
  background-color: var(--royal-blue);
  border-radius: 3px;
  font-family: Avenir Next, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.login-form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.login-form-input {
  height: 60px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 17px;
}

.login-form-input-con {
  width: 350px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  margin-bottom: 40px;
  box-shadow: 0 2px 9px 1px #f3f3f3;
}

.login-form-separator {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}

.login-password-retreive {
  color: var(--royal-blue);
  margin-top: 20px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
}

.wrapper-admin {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.adm-l {
  width: 250px;
  min-height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.adm-r {
  width: 100%;
  height: 100vh;
  margin-bottom: 40px;
  padding: 25px;
  overflow: scroll;
}

.image {
  margin-bottom: 40px;
}

.menu-con {
  width: 100%;
  height: auto;
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-link {
  color: #fff;
  margin-bottom: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.menu-link.active {
  text-decoration: underline;
}

.menu2-con {
  width: 100%;
  min-height: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.adm-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.adm-r-t {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.adm-r-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.adm-alert {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.adm-alert.blue {
  color: var(--royal-blue);
  background-color: rgba(0, 115, 230, .08);
}

.adm-alert.green {
  color: var(--dark-green);
  background-color: rgba(93, 173, 0, .18);
}

.adm-alert.red {
  color: var(--dark-red);
  background-color: rgba(208, 2, 27, .07);
}

.adm-t1 {
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.adm-cta1 {
  width: auto;
  height: 47px;
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.adm-cta1.reverse {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #fff;
}

.adm-cta-2col {
  align-items: center;
  display: flex;
}

.adm-vsep {
  width: 20px;
  height: 20px;
}

.adm-hsep {
  width: 100%;
  height: 20px;
}

.adm-r-t-r {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: right;
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.adm-c-data {
  flex-direction: column;
  display: flex;
}

.adm-c-data-t {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.adm-c-data-b {
  min-height: 100px;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 15px;
  display: flex;
}

.adm-c-data-t-l {
  width: 50%;
  min-height: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.adm-c-data-t-r {
  width: 50%;
  min-height: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cdata-name {
  margin-bottom: 5px;
  font-family: Avenir Next, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.cdata-t1 {
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
}

.adm-c-data-t-r-con {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.indicator {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 200px;
  margin-right: 10px;
}

.indicator.avtive {
  background-color: var(--dark-green);
}

.indicator.inactive {
  background-color: var(--dark-red);
}

.adm-c-data-b-l {
  width: 50%;
  min-height: 100px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.adm-c-data-b-r {
  width: 50%;
  min-height: 100px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  padding-left: 0;
  display: flex;
}

.adm-c-data-b-r.bleu {
  width: 100%;
  height: 270px;
  background-color: #d6c0a7;
  align-items: flex-start;
  padding: 15px;
  overflow: auto;
}

.order-link {
  width: 100%;
  height: 45px;
  background-color: #e7e7e7;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.order-t1 {
  color: #000;
  font-family: Avenir Next, sans-serif;
  text-decoration: none;
}

.order-t1._1 {
  margin-left: 10px;
}

.order-content {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.oder-item {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.oder-item.last {
  border-bottom-style: none;
}

.order-row {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.order-row.last {
  border-bottom-style: none;
}

.oder-link-arrow {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-row-l {
  align-items: center;
  display: flex;
}

.cdata-t2 {
  text-transform: uppercase;
  margin-right: 0;
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.cust-det-group1 {
  width: 100%;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.cust-det-row {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.cust-det-col-r, .column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search {
  margin-bottom: 40px;
}

.formblock-search {
  align-items: center;
  display: flex;
}

.form-search {
  width: 100%;
  display: flex;
}

.search-input {
  height: 45px;
  border: 1px solid var(--royal-blue);
  color: #000;
  background-color: rgba(42, 74, 236, .05);
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
}

.submit-button {
  width: 253px;
  height: 45px;
  color: #fff;
  background-color: #1e4bf5;
  border: 1px solid #1e4bf5;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
}

.adm-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.history-row {
  width: 100%;
  min-height: 45px;
  border-bottom: 1px solid #8a7e71;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.history-row.last {
  border-bottom-style: none;
}

.history-row._2 {
  flex-direction: column;
  align-items: flex-start;
}

.cdata-t3 {
  text-transform: none;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.adm-c-data-form-con-l {
  width: 50%;
  min-height: 100px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 15px;
  display: flex;
}

.action-form-con, .action-formblock-con {
  width: 100%;
}

.form-label {
  color: #000;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-input {
  height: 45px;
  border: 1px #000;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
}

.form-input.ta1 {
  height: 350px;
  margin-bottom: 0;
  padding: 15px;
  overflow: scroll;
}

.form-input.ta2 {
  height: 180px;
  margin-bottom: 0;
  padding: 15px;
  overflow: scroll;
}

.form-input.ta0 {
  height: 100px;
  margin-bottom: 0;
  padding: 15px;
  overflow: scroll;
}

.form-po-con {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.form-po-words-con {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Avenir Next, sans-serif;
  text-decoration: none;
}

.div-block {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.dm-c-data-form-con-r {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.preview-mobile {
  width: 390px;
  height: 791px;
  background-image: url('../images/iphone_b.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-con {
  width: 339px;
  height: 604px;
  background-color: #fff;
  border-radius: 3px;
  overflow: scroll;
}

.preview-sms {
  background-color: #1e4bf5;
  border-radius: 20px 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.preview-sms-t1 {
  color: #fff;
  text-align: justify;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
}

.preview-sms-t2 {
  color: #fff;
  text-decoration: underline;
}

.form-cb-con {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-cb-label {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.form-cb-object {
  width: 25px;
  height: 25px;
  border-color: #000;
  margin-top: 0;
}

.form-cb-object.w--redirected-checked {
  background-color: #f5f5f5;
  background-image: url('../images/check-black.svg');
  background-size: 16px;
}

.adm-c-data-c {
  min-height: 50px;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 15px;
  display: flex;
}

.daterange-formb {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.date-range-cona {
  width: 35%;
  flex-direction: column;
  align-items: stretch;
  margin-right: 20px;
  display: flex;
}

.date-range-conb {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 45px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.date-range-selector {
  color: #1e4bf5;
  background-color: rgba(42, 74, 236, .05);
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Avenir Next, sans-serif;
  text-decoration: none;
}

.date-range-selector.inverse {
  background-color: rgba(42, 74, 236, 0);
  border: 1px solid #1956f1;
}

.date-range-selector.inverse.last {
  margin-right: 0;
}

.ep-body {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.ep-logo {
  width: 100px;
}

.ep-h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Nespressolucas, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.ep-separator {
  width: 100%;
}

.ep-separator._40 {
  height: 40px;
}

.ep-separator._20 {
  height: 20px;
}

.ep-p1 {
  width: 400px;
  text-align: center;
  font-family: Nespressolucas, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.ep-h2 {
  font-family: Nespressolucas Med, sans-serif;
  font-size: 28px;
}

.ep-cta {
  width: 300px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 19px;
  font-family: Nespressolucas, sans-serif;
  font-size: 20px;
}

.ep-cta.inv {
  color: #000;
  background-color: #fff;
}

.bold1 {
  font-family: Nespressolucas Med, sans-serif;
}

.notification {
  color: #006919;
  background-color: rgba(61, 135, 6, .21);
  padding: 15px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span {
  color: #fff;
  background-color: #cd932d;
  padding: 5px 8px;
  display: inline-block;
}

.text-span-2 {
  background-color: var(--dark-green);
  color: #fff;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.text-span-2-copy {
  background-color: var(--orange);
  color: #fff;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.text-span-2-copy2 {
  background-color: var(--dark-red);
  color: #fff;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.adm-r-t-con {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.adm-h1-sub {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .adm-c-data-b {
    flex-direction: column;
  }

  .adm-c-data-b-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .adm-c-data-b-r.bleu {
    width: 100%;
    margin-left: 0;
  }

  .daterange-formb {
    flex-direction: column;
    align-items: stretch;
  }

  .date-range-cona {
    width: 100%;
    margin-bottom: 10px;
  }

  .date-range-conb {
    margin-bottom: 10px;
  }

  .div-block-5 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .login-box {
    width: 100%;
    padding: 21px;
  }

  .login-h1 {
    text-align: center;
  }

  .login-form-submit, .login-form-input-con, .adm-cta1 {
    width: 100%;
  }

  .ep-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ep-p1 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nespressolucas Med';
  src: url('../fonts/NespressoLucas-Med.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nespressolucas';
  src: url('../fonts/NespressoLucas-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nespressolucas Semibd';
  src: url('../fonts/NespressoLucas-SemiBd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nespressolucas';
  src: url('../fonts/NespressoLucas-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}