﻿/* Regular */
@font-face {
  font-family: 'Euclid Circular A';
  src: url("https://static.contrado.com/resources/images/2023-1/209747/1522591_l.eot");
  src: url("https://static.contrado.com/resources/images/2023-1/209747/1522591_l.eot?#iefix") format("embedded-opentype"), url("https://static.contrado.com/resources/images/2023-1/209745/1522597_l.woff2") format("woff2"), url("https://static.contrado.com/resources/images/2023-1/209741/1522609_l.woff") format("woff"), url("https://static.contrado.com/resources/images/2023-1/209748/1522588_l.ttf") format("truetype"), url("https://static.contrado.com/resources/images/2023-1/209749/1522585_l.svg#EuclidCircularA-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Medium */
@font-face {
  font-family: 'Euclid Circular A';
  src: url("https://static.contrado.com/resources/images/2023-1/209742/1522606_l.eot");
  src: url("https://static.contrado.com/resources/images/2023-1/209742/1522606_l.eot?#iefix") format("embedded-opentype"), url("https://static.contrado.com/resources/images/2023-1/209743/1522603_l.woff2") format("woff2"), url("https://static.contrado.com/resources/images/2023-1/209739/1522615_l.woff") format("woff"), url("https://static.contrado.com/resources/images/2023-1/209738/1522618_l.ttf") format("truetype"), url("https://static.contrado.com/resources/images/2023-1/209746/1522594_l.svg#EuclidCircularA-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* Bold */
@font-face {
  font-family: 'Euclid Circular A';
  src: url("https://static.contrado.com/resources/images/2023-2/210037/1523202_l.eot");
  src: url("https://static.contrado.com/resources/images/2023-2/210037/1523202_l.eot?#iefix") format("embedded-opentype"), url("https://static.contrado.com/resources/images/2023-2/210035/1523205_l.woff2") format("woff2"), url("https://static.contrado.com/resources/images/2023-2/210036/1523208_l.woff") format("woff"), url("https://static.contrado.com/resources/images/2023-2/210039/1523211_l.ttf") format("truetype"), url("https://static.contrado.com/resources/images/2023-2/210044/1523214_l.svg#EuclidCircularA-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0;
  padding: 0; }

* {
  font-family: 'Euclid Circular A';
  box-sizing: border-box; }

#blurrybg-cdo {
  display: none;
  height: 0; }

.text-error {
  font-size: 12px;
  color: red;
  margin-top: 8px; }

.cdo-wizard-container {
  font-family: 'Euclid Circular A';
  margin: 0 auto 20px; }

.cdo-wizard-wrapper {
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 24px; }
  .cdo-wizard-wrapper .cdo-wizard-header {
    max-width: 416px;
    margin: auto; }
    @media (max-width: 680px) {
      .cdo-wizard-wrapper .cdo-wizard-header {
        max-width: 254px; } }
    .cdo-wizard-wrapper .cdo-wizard-header ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between; }
      .cdo-wizard-wrapper .cdo-wizard-header ul li {
        width: 40px;
        height: 40px;
        position: relative;
        background-color: #878A8F;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: white;
        cursor: pointer; }
        .cdo-wizard-wrapper .cdo-wizard-header ul li:before {
          width: 56px;
          height: 56px;
          border: 1px solid #878A8F;
          content: "";
          display: block;
          border-radius: 50%;
          position: absolute; }
        .cdo-wizard-wrapper .cdo-wizard-header ul li:after {
          background-color: #878A8F;
          content: "";
          display: block;
          width: 132px;
          position: absolute;
          height: 1px;
          left: 48px; }
          @media (max-width: 680px) {
            .cdo-wizard-wrapper .cdo-wizard-header ul li:after {
              max-width: 51px; } }
        .cdo-wizard-wrapper .cdo-wizard-header ul li:last-child:after {
          display: none; }
        .cdo-wizard-wrapper .cdo-wizard-header ul li.active {
          background-color: #0b0b0b; }
          .cdo-wizard-wrapper .cdo-wizard-header ul li.active:before {
            border-color: #0b0b0b; }
  .cdo-wizard-wrapper .cdo-wizard-form {
    margin-top: 32px; }
    .cdo-wizard-wrapper .cdo-wizard-form#divStep3 {
      /* Chrome, Safari, Edge, Opera */
      /* Firefox */ }
      .cdo-wizard-wrapper .cdo-wizard-form#divStep3 .cdo-wizard-element {
        margin-bottom: 16px; }
      .cdo-wizard-wrapper .cdo-wizard-form#divStep3 .cdo-wizard-element-hide-scroll::-webkit-outer-spin-button,
      .cdo-wizard-wrapper .cdo-wizard-form#divStep3 .cdo-wizard-element-hide-scroll::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .cdo-wizard-wrapper .cdo-wizard-form#divStep3 .cdo-wizard-element-hide-scroll {
        -moz-appearance: textfield; }
    .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row {
      margin-left: -12px;
      margin-right: -12px;
      display: flex;
      flex-wrap: wrap; }
      .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 24px;
        text-align: left;
        position: relative; }
        @media (max-width: 680px) {
          .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element {
            width: 100%; } }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element.full {
          width: 100%; }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element label.error, .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .validation-error {
          font-size: 12px;
          color: red;
          position: absolute;
          left: 12px;
          font-weight: normal; }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .validation-error {
          bottom: -19px; }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element label {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 4px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .form-control {
          height: 48px;
          border: 1px solid #c7c7c7;
          padding: 8px 16px;
          text-transform: none;
          width: 100%;
          font-size: 16px; }
          .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .form-control.error {
            border-color: red; }
          .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .form-control::-ms-input-placeholder {
            /* Edge 12-18 */
            color: #878A8F; }
          .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element .form-control::placeholder {
            color: #878A8F; }
        .cdo-wizard-wrapper .cdo-wizard-form .cdo-wizard-row .cdo-wizard-element textarea {
          min-height: 82px;
          resize: none; }
  .cdo-wizard-wrapper .cdo-wizard-product {
    background-color: #FAF7F1;
    border: 1px solid #e6e6e6; }
    .cdo-wizard-wrapper .cdo-wizard-product p {
      padding: 0 0 0 16px;
      margin: 0 0 16px 0;
      font-size: 12px;
      color: red; }
    .cdo-wizard-wrapper .cdo-wizard-product select {
      width: 100%;
      height: 48px;
      padding: 8px;
      font-size: 16px;
      -webkit-appearance: none; }
    .cdo-wizard-wrapper .cdo-wizard-product .table-responsive {
      overflow: auto;
      width: 100%; }
      .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table {
        width: 100%; }
        @media (max-width: 680px) {
          .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table thead {
            display: none; } }
        @media (max-width: 680px) {
          .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table tr {
            display: flex;
            flex-wrap: wrap;
            border-bottom: 1px solid #e6e6e6; } }
        .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table th, .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td {
          border-bottom: 1px solid #e6e6e6;
          text-align: left;
          padding: 8px 16px; }
          @media (max-width: 680px) {
            .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table th, .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td {
              border: none;
              width: auto; } }
          .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table th:last-child, .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td:last-child {
            width: 70px;
            margin-left: auto; }
        .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table th {
          font-weight: 500; }
        .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td {
          vertical-align: middle; }
          @media (max-width: 680px) {
            .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td {
              display: flex; }
              .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table td:first-child {
                width: 100%; } }
        .cdo-wizard-wrapper .cdo-wizard-product .table-responsive table .delete-row {
          display: flex;
          cursor: pointer; }
    .cdo-wizard-wrapper .cdo-wizard-product .qty-input {
      color: #0b0b0b;
      background: #ffffff;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      border-radius: 4px;
      border: 1.5px solid #0b0b0b;
      height: 32px;
      -webkit-user-select: none;
      user-select: none; }
      .cdo-wizard-wrapper .cdo-wizard-product .qty-input input {
        text-align: center;
        border: none;
        width: 50px;
        /* Chrome, Safari, Edge, Opera */
        /* Firefox */ }
        .cdo-wizard-wrapper .cdo-wizard-product .qty-input input::-webkit-outer-spin-button, .cdo-wizard-wrapper .cdo-wizard-product .qty-input input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .cdo-wizard-wrapper .cdo-wizard-product .qty-input input[type=number] {
          -moz-appearance: textfield; }
        .cdo-wizard-wrapper .cdo-wizard-product .qty-input input:focus {
          outline: none; }
    .cdo-wizard-wrapper .cdo-wizard-product .qty-count {
      padding: 0;
      cursor: pointer;
      width: 36px;
      font-size: 1.25em;
      position: relative;
      background-color: transparent;
      border: none;
      padding: 0 8px;
      display: flex; }
      .cdo-wizard-wrapper .cdo-wizard-product .qty-count svg {
        width: 24px;
        height: 24px; }
  .cdo-wizard-wrapper .input-file-container {
    position: relative;
    display: flex; }
  .cdo-wizard-wrapper .cdo-wizard-file {
    display: flex;
    flex-direction: column; }
  .cdo-wizard-wrapper .js .input-file-trigger {
    display: flex;
    padding: 8px 10px;
    background: #e6e6e6;
    color: #0b0b0b;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap; }
    .cdo-wizard-wrapper .js .input-file-trigger svg {
      margin-left: 5px; }
  .cdo-wizard-wrapper .js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 5px 0;
    cursor: pointer;
    height: 100%;
    width: 100%; }
  .cdo-wizard-wrapper .js .input-file:hover + .input-file-trigger,
  .cdo-wizard-wrapper .js .input-file:focus + .input-file-trigger,
  .cdo-wizard-wrapper .js .input-file-trigger:hover,
  .cdo-wizard-wrapper .js .input-file-trigger:focus {
    background: #c4c4c4; }
  .cdo-wizard-wrapper .js .file-return {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    flex-wrap: wrap; }
    .cdo-wizard-wrapper .js .file-return .file-item {
      display: flex;
      align-items: center;
      border: 1px solid #e6e6e6;
      padding: 8px;
      margin-right: 4px;
      margin-top: 4px; }
      .cdo-wizard-wrapper .js .file-return .file-item:before {
        content: url("https://static.contrado.com/resources/images/2024-5/217781/icon-file1558259.svg");
        display: block;
        margin-top: 4px;
        margin-right: 4px; }
      .cdo-wizard-wrapper .js .file-return .file-item:hover {
        background-color: #f6f6f6; }
      .cdo-wizard-wrapper .js .file-return .file-item button {
        background: no-repeat;
        border: none;
        cursor: pointer; }
    .cdo-wizard-wrapper .js .file-return:empty {
      display: none; }
  .cdo-wizard-wrapper .cdo-wizard-dropdown {
    padding: 8px 16px;
    text-align: left;
    position: relative; }
    .cdo-wizard-wrapper .cdo-wizard-dropdown.error .chosen-container .chosen-single {
      border-color: red; }
    @media (max-width: 680px) {
      .cdo-wizard-wrapper .cdo-wizard-dropdown.cdo-wizard-product-dropdown:after {
        content: "";
        right: 22px;
        top: 27px;
        position: absolute;
        pointer-events: none;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #0b0b0b; } }
    .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container {
      width: 100% !important; }
      .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container .chosen-single {
        text-decoration: none;
        white-space: nowrap;
        line-height: 24px;
        background-color: white;
        border-radius: 0;
        border: 1px solid #c7c7c7;
        height: 48px;
        background: white;
        box-shadow: none;
        color: black;
        line-height: 45px;
        font-size: 16px; }
        .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container .chosen-single div {
          position: absolute;
          top: 0;
          right: 0;
          display: flex;
          width: 48px;
          height: 100%;
          border-left: 1.5px solid #c7c7c7;
          background-color: #c7c7c7;
          justify-content: center;
          align-items: center; }
          .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container .chosen-single div b {
            display: block;
            width: 24px;
            height: 24px;
            font-size: 24px;
            background: none;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.5 15L20 27.5L7.5 15' stroke='%230B0B0B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
            background-size: 24px 24px !important; }
      .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container .chosen-results {
        max-height: 130px; }
    .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container-active.chosen-with-drop .chosen-single {
      background-image: none;
      background-color: white;
      box-shadow: none; }
      .cdo-wizard-wrapper .cdo-wizard-dropdown .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: 0 0;
        margin-bottom: 1px;
        transform: rotate(180deg); }

.cdo-update-dropdown {
  position: relative; }
  .cdo-update-dropdown select {
    width: 100%;
    height: 48px;
    padding: 8px;
    font-size: 16px;
    -webkit-appearance: none; }
  @media (max-width: 680px) {
    .cdo-update-dropdown:after {
      content: "";
      right: 16px;
      top: 20px;
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 8px solid #0b0b0b; } }

.cdo-wizard-footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between; }
  .cdo-wizard-footer #btnNext {
    margin-left: auto; }
  .cdo-wizard-footer button {
    background-color: #0b0b0b;
    border: none;
    color: white;
    height: 48px;
    width: 187px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 680px) {
      .cdo-wizard-footer button {
        width: 145px; } }
    .cdo-wizard-footer button:hover {
      opacity: .9; }
    .cdo-wizard-footer button img {
      display: none; }
  .cdo-wizard-footer.processing #btnNext {
    pointer-events: none; }
    .cdo-wizard-footer.processing #btnNext span {
      display: none; }
    .cdo-wizard-footer.processing #btnNext img {
      width: 24px;
      display: block; }
  .cdo-wizard-footer.processing #btnPrevious {
    opacity: .6;
    pointer-events: none;
    user-select: none; }

.alert-success, .alert-info {
  background-color: #D0E2CB;
  border: 1px solid #205B10;
  color: #205B10;
  padding: 8px;
  text-align: center;
  margin: 16px 0; }

.alert-fail {
  background-color: #FCF0EE;
  border: 1px solid #CF3126;
  color: #CF3126;
  padding: 8px;
  text-align: center;
  margin: 16px 0; }

.file-tooltip {
  margin-left: 12px;
  position: relative; }
  .file-tooltip:hover ul {
    display: block; }
  .file-tooltip ul {
    background-color: black;
    font-size: 12px;
    width: 195px;
    color: white;
    padding: 8px 4px;
    margin-bottom: 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    left: -76px;
    display: none;
    padding-left: 20px; }
    .file-tooltip ul:after {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid black;
      position: absolute;
      content: "";
      display: block;
      bottom: -6px;
      left: 84px; }

.cdo-dropdown-action {
  display: flex;
  flex-direction: column; }
  .cdo-dropdown-action .not-find-link {
    padding-left: 16px;
    margin-bottom: 8px; }
  @media (max-width: 680px) {
    .cdo-dropdown-action {
      padding: 8px 0; } }
  @media (max-width: 680px) {
    .cdo-dropdown-action a {
      padding: 0 16px; } }
  .cdo-dropdown-action .cdo-wizard-product-dropdown {
    margin-right: 12px; }
    @media (max-width: 680px) {
      .cdo-dropdown-action .cdo-wizard-product-dropdown {
        width: 100% !important;
        margin: 0; } }

.cdo-custom-div {
  display: flex;
  align-items: center;
  padding: 16px;
  flex-wrap: wrap; }
  .cdo-custom-div.error input[type="text"] {
    border-color: red; }
  .cdo-custom-div input[type="text"] {
    height: 48px;
    border: 1px solid #c7c7c7;
    padding: 8px 16px;
    text-transform: none;
    width: 290px;
    font-size: 16px; }
    @media (max-width: 680px) {
      .cdo-custom-div input[type="text"] {
        width: 100%;
        margin-bottom: 10px; } }
  .cdo-custom-div input[type="button"] {
    background-color: #0b0b0b;
    border: none;
    color: white;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 680px) {
      .cdo-custom-div input[type="button"] {
        margin-left: 0; } }

.disabled {
  user-select: none;
  opacity: .4;
  pointer-events: none; }
