html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: normal;
  color: var(--monochrome-2);
  font-weight: var(--font-400);
  font-family: var(--font-primary);
  overflow-x: hidden;
}

html,
body,
* {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-1) var(--monochrome-3);
  transition: 0.5s;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: var(--monochrome-3);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-1);
  border: 0;
  border-radius: 0;
}

:focus,
a:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 1px dashed var(--primary-1) !important;
}
.main-content--area {padding: 50px 0;}
/* .form--main-content {
  padding: 50px 0;
} */
.path-frontpage .main-content--area,
.path-portal .main-content--area,
.page-contact-information .main-content--area,
.page-user-reset .main-content--area{
  padding: 0 ;
  overflow: hidden;
}
.page-contact-information .node__content{ margin-top: 0; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; color: rgba(0, 0, 0, 0.75);}
.page-contact-information .node__content .field--name-body p{ margin-bottom: 24px;}
.page-contact-information .node__content .field--name-body p:last-child{ margin-bottom: 0px;}
.page-contact-information .form-right-img--wrapper .sidebar_first img{ object-position: 100% center;}
.page-contact-information .node__content .field--name-body p.company-title:before,
.page-contact-information .node__content .field--name-body p.company-email:before,
.page-contact-information .node__content .field--name-body p.company-number:before{ 
  content: ''; 
  background: url(../images/contact-briefcase.svg);
    width: 18px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 8px;
}
.page-contact-information .node__content .field--name-body p.company-location:before{
  content: '';
  background: url(../images/contact-location.svg) !important;
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
}
.page-contact-information .node__content .field--name-body p.company-location{ display: flex; align-items: center; gap: 8px;}
.page-contact-information .node__content .field--name-body p.company-email:before{ background: url(../images/contact-email.svg) !important;}
.page-contact-information .node__content .field--name-body p.company-number:before{ background: url(../images/contact-mobile.svg) !important; margin-top: -1px;}
.path-frontpage #main-wrapper, .path-portal #main-wrapper, .page-contact-information #main-wrapper {
  overflow-x: hidden;
  height: 100%;
}
.form--main-content .title,
.ajax-login-wizard h2,
.main-content .title {
  font-size: 3.6rem;
  font-family: var(--font-primary);
  color: var(--monochrome-2);
  margin-bottom: 31px;
  line-height: normal;
  font-weight: var(--font-700);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: var(--font-700);
  font-family: var(--font-primary);
  line-height: normal;
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: var(--font-700);
  font-family: var(--font-primary);
  line-height: normal;
}

.form-item .form-control,
.js-form-item input,
.js-form-item textarea,
.js-form-item select {
  border: transparent;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 2px solid var(--monochrome-2);
  font-size: 1.6rem;
  font-weight: var(--font-700);
  font-family: var(--font-primary);
  line-height: normal;
  border-radius: 0;
  padding: 5px;
  min-height: 45px !important;
  padding-bottom: 15px;
}

form .step2-verification-text~.form-actions .email-desc {
  position: relative;
  top: auto;
  display: inline-block;
  margin-top: 32px;
  float: right;
}

.resendlink {
  margin-bottom: 32px;
  display: inline-block;
  text-transform: capitalize;
}

.resendlink.hide {
  display: none;
}

.block-system-main-block {
  width: 100%;
}

.form-item .form-control:focus,
.js-form-item input:focus,
.js-form-item textarea:focus,
.js-form-item select:focus {
  border-bottom-color: var(--primary-2);
}

.password-suggestions {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  line-height: normal;
  color: var(--monochrome-2);
}

.password-strength__title,
.password-strength__text,
.password-confirm-message {
  font-size: 1.4rem;
  line-height: normal;
  margin-top: 6px;
  color: var(--monochrome-2);
}

.password-suggestions ul {
  margin-top: 10px;
}

.password-strength__meter {
  margin-top: 10px;
  height: 5px;
  margin-bottom: 6px;
}

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  width: 100%;
}

.user-form .submit-input-copy {
  width: 100%;
}

.user-form .submit-input-copy {
  display: none;
}

.password-confirm-message span.error {
  color: var(--negative);
  text-transform: uppercase;
  font-weight: 700;
}

.page-user-reset .submit-input-copy {
  display: none;
}

.page-user-reset .password-label {
  display: none;
}

.password-confirm-message span.ok {
  color: var(--positive);
  text-transform: uppercase;
  font-weight: 700;
}

.submit-wrap button,
.form-actions button,
.form-actions button.btn-primary,
.btn-primary,
.button.button--danger {
  border: 0;
  padding: 12px 30px;
  color: var(--monochrome-1);
  font-family: var(--font-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--font-700);
  line-height: normal;
  background: var(--primary-1);
  border-radius: 100px;
  transition: 0.5s;
}

.submit-wrap button:hover,
.submit-wrap button:focus,
.form-actions button:hover,
.form-actions button.btn-primary:hover,
.form-actions button:focus,
.form-actions button.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: var(--primary-2);
}

.js-form-item {
  margin-bottom: 25px !important;
}

form .form-actions {
  position: relative;
  margin-top: 30px;
}

.form-right-img--wrapper .sidebar_first,
.form-right-img--wrapper .sidebar_first .block-content-login_and_password_reset_blocks {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0;
}

fieldset.js-form-item {
  margin-bottom: 0 !important;
}

.form-right-img--wrapper .sidebar_first img {
  margin: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  min-height: calc(100vh - 150px);
}

.js-form-item.checkbox {
  margin-bottom: 32px !important;
  padding-left: 0 !important;
  margin-top: 32px !important;
  position: relative;
}

.js-form-item label {
  font-size: 1.6rem;
  font-weight: var(--font-500);
  font-family: var(--font-primary);
  line-height: normal;
  color: var(--monochrome-2);
  display: none;
}

.js-form-item.checkbox label {
  display: block;
}

.js-form-item.checkbox input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--monochrome-2);
  left: 0;
  /* top: 0; */
}

.js-form-item.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 0;
  opacity: 0;
}

.js-form-item.js-form-type-checkbox label {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.js-form-item.checkbox input[type="checkbox"]:checked+label:after {
  content: '';
  width: 4px;
  height: 8px;
  position: absolute;
  top: 46%;
  border: 2px solid var(--monochrome-2);
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-left: 0;
  border-top: 0;
}

.form-actions .email-desc {
  position: absolute;
  top: -28px;
  right: 0;
  text-transform: capitalize;
}

a {
  color: var(--monochrome-2);
  line-height: normal;
  text-decoration: underline;
  transition: 0.5s;
}

a:hover,
a:focus {
  color: var(--primary-2);
}

.form-actions .email-desc a {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--font-500);
  line-height: normal;
  text-decoration: underline;
  transition: 0.5s;
  color: var(--monochrome-2);
}

.form-actions .email-desc a:hover,
.form-actions .email-desc a:focus {
  color: var(--primary-2);
}

table tr th {
  border-bottom: 2px solid var(--primary-1) !important;
  font-size: 1.32rem;
  font-style: normal;
  font-weight: var(--font-700);
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 10px !important;
}

table tbody tr:nth-child(even) {
  background: var(--monochrome-4) !important;
  border: 0 !important;
}

table tbody tr td,
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(even) td {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  font-size: 1.42rem;
  font-style: normal;
  font-weight: var(--font-500);
  line-height: 3.72rem;
  padding: 10px !important;
}

table tbody tr {
  background: var(--monochrome-1) !important;
}

/* .main-content--area {
  overflow: hidden;
} */

.form-item .form-control.error {
  border-color: var(--negative);
}

.form-right-img--wrapper .sidebar_first {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

.submit-wrap .submit-input-copy {
  display: none;
}

.header a,
.site-footer a {
  text-decoration: none;
}

.form-item--error-message {
  margin-top: 10px;
}

.main-content--wrapper,
.main-content--area,
.main-content--area>.container,
.main-content--area>.container>.row {
  height: 100%;
}

.form-right-img--wrapper {
  height: 100%;
}

.form-right-img--wrapper .sidebar_first>div,
.form-right-img--wrapper .sidebar_first,
.form-right-img--wrapper .sidebar_first * {
  height: 100%;
}

.form-right-img--wrapper .sidebar_first img {
  object-position: 20% center;
}

.form--main-content {
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.ajax-errors {
  margin-top: 10px;
  color: var(--positive);
  text-align: right;
}

.block-system-main-block .content>.row>[class*="col-"] {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.description.text-muted .invalid-massage {
  margin-top: 10px !important;
  margin-bottom: 16px;
  color: var(--negative);
}

.ajax-pass-wizard .js-form-item {
  margin-bottom: 0 !important;
}

.ajax-pass-wizard .submit-wrap {
  margin-top: 36px !important;
}

.ajax-pass-wizard .fwd-desc {
  margin-top: 36px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.75);
  font-weight: var(--font-500);
}

span#duration {
  display: none;
}

.text-muted span#time {
  display: block;
}

@media screen and (max-width: 767.98px) {
  

}

@media (min-width: 768px) {
  .form-right-img--wrapper .sidebar_first {
    width: 50vw !important;
    margin-left: 0 !important;
  }
 .path-frontpage aside .toast.fade{ margin-bottom: 40px;}
}

@media (min-width: 768.98px) and (max-width: 991.98px) {
  /* .form-actions .email-desc {
    top: -45px;
    left: 0;
  } */

  .path-item-info table.ief-entity-table .field--type-text-with-summary, .path-item-info table.ief-entity-table .field--type-entity-reference, .path-item-info table.ief-entity-table .field--type-string, .path-item-info table.ief-entity-table .field--type-text-long {
    max-width: 50%;
   }

  .js-form-item.checkbox {
    margin-bottom: 60px !important;
  }
}

.menu--account .nav .nav-item .nav-link {
  text-align: left !important;
}
.menu--account .nav {
  position: absolute;
  top: 100%;
  padding: 10px;
  background: var(--monochrome-1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  min-width: 180px;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 25%;
  transform: translateX(-75%);
  margin-bottom: 0;
  display: block;
  z-index: -99;
  opacity: 0 !important;
  visibility: hidden !important;
}

#block-bootstrap-sass-account-menu {
  cursor: pointer;
  padding-bottom: 94px;
  position: relative;
}

.menu--account h2:hover+.nav,
.menu--account h2:focus+.nav,
.menu--account:focus-within .nav,
.menu--account:hover .nav {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1199 !important; /* changed for the bug */
}

.menu--account .nav li {
  list-style: none;
  line-height: normal;
  margin-bottom: 18px
}

.header .container .navbar-collapse .menu--account .nav .nav-item .nav-link {
  color: var(--monochrome-2) !important;
}

.header .container .navbar-collapse .menu--account .nav .nav-item .nav-link:hover,
.header .container .navbar-collapse .menu--account .nav .nav-item .nav-link:focus {
  color: var(--primary-1) !important;
}

.menu--account .nav li:last-child {
  margin-bottom: 0;
}


.navbar-collapse.collapse {
  overflow: visible;
}

.menu--account h2 {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  clip: unset !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: url(../images/user-account.svg);
  /* position: absolute !important; */
  top: 0;
  cursor: pointer;
  padding: 47px 0 !important;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  #page {
    display: flex;
    height: auto;
    min-height: 100%;
    flex-direction: column;
  }
 #main-wrapper .form--main-content {
   min-height: calc(100vh - 150px);
 }

 #main-wrapper {
   min-height: calc(100vh - 150px);
   /* height:calc(100vh - 150px) !important ; */
 }
    .path-frontpage #main-wrapper .form--main-content,
    .path-portal #main-wrapper .form--main-content {
      min-height: calc(100vh - 150px);
    }
}

.form--main-content .step2-verification-text h2 {
  font-family: var(--font-primary);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: var(--font-700);
  line-height: normal;
  margin-bottom: 0.8rem;
}

.step2-verification-text p {
  font-weight: var(--font-500);
  margin-bottom: 3.1rem;
}

.text-muted {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  font-weight: var(--font-500);
  line-height: normal;
  color: var(--monochrome-2) !important;
}

.description.text-muted .invalid-massage {
  margin-top: 16px;
}

.text-muted span#time {
  color: var(--primary-1) !important;

}

.js-form-item.js-form-item-step2-otp {
  margin-bottom: 32px !important;
}

/*create project*/
.node-projects-create-project-form #edit-body-0-format,.node-projects-create-project-form .layout-region-node-secondary, .node-contact-info-create-contact-form .field--type-language, .node-projects-create-project-form #edit-field-project-comment-0-format, .node-projects-create-project-form #edit-field-additonal-project-notes-0-format {
  display: none;
}

.node-projects-create-project-form .form-textarea, .node-projects-item-info-form .form-textarea, .node-projects-create-project-form  .select2-container--default .select2-selection--single {
  height: 45px !important;
}

.node-projects-create-project-form .layout-region-node-main, .node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-form-2-actions"]{
  width: 100% !important;
}

.node-projects-create-project-form .field--name-field-priority .select2-container{
  width: auto !important;
  display: block !important;
}

.node-projects-create-project-form .field--name-field-priority .select2-container--default .select2-selection--single .select2-selection__rendered[title="Priority*"], 
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered[title="Fineline class name*"],
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered[title="Brand*"],
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered[title="Packaging type"],
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered[title="Artwork type"],
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered[title="Fineline class name"]{
color: rgba(52, 58, 64, 0.75) !important; 
padding-left: 0;
}
.node-projects-create-project-form .field--name-field-priority .select2-container--default .select2-selection--single .select2-selection__rendered,
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: black;
}
.node-projects-create-project-form .form-actions {
  margin-top: 7px;
}

.node-projects-create-project-form .js-form-wrapper, .node-projects-item-info-form .js-form-wrapper{
  margin-bottom: 0px !important;
}

.block-views-blockexisting-project-block-1 h2{
  font-size: 3.6rem;
  font-family: var(--font-primary);
  color: var(--monochrome-2);
  margin-bottom: 31px;
  line-height: normal;
  font-weight: var(--font-700);
}

.block-views-blockexisting-project-block-1 {
  margin-top: 67px;
}

@media (min-width:992px){
  .node-projects-create-project-form .layout-region-node-main, .node-contact-info-create-contact-form .layout-region, .node-projects-item-info-form div[data-drupal-selector="edit-field-projects-items-form-2"].js-form-wrapper, .user-form .edit-user-profile{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
  }
  
  .node-projects-create-project-form .field--name-field-requested-due-date, .node-projects-create-project-form .field--name-field-priority, .node-projects-create-project-form .field--name-title, .node-projects-create-project-form .field--name-body, .node-contact-info-create-contact-form details, .node-projects-item-info-form .field--type-string, 
    .node-projects-item-info-form .field--type-text-long, .node-projects-item-info-form .field--widget-options-select, .node-projects-item-info-form .field--widget-text-textarea-with-summary,
  .node-projects-item-info-form .field--widget-options-select, .node-projects-create-project-form .field--name-field-project-comment, .node-projects-create-project-form .field--name-field-supplier-company, .node-projects-create-project-form .field--name-field-additonal-project-notes, .node-projects-item-info-form .field--name-field-price, .user-form .edit-user-profile .profile-information, .user-form .edit-user-profile .password-change,
  .node-projects-create-project-form .field--name-field-req-due-date,.node-projects-create-project-form .field--name-field-ship-date{
     /* flex: 1 1 calc(50% - 50px);*/
    box-sizing: border-box; 
    flex: 0 0 auto;
      width: calc(40% - calc(var(--bs-gutter-x) * 0.5));
  } 

  .block-views-blockexisting-project-block-1, .block-views-blockexisting-project-block-3{
    margin-left: calc(-8.33333% - var(--bs-gutter-x));
    width: calc(100% + 2*(calc(8.33333% + var(--bs-gutter-x)))) !important;
  }

  /* .node-projects-item-info-form .field--name-field-keyoff-lead{
    margin-left: auto !important;
  } */
  
  .main-content:has(.edit-user-profile){ position: relative;}
  .main-content .edit-user-profile .password-change .form-actions{ position: absolute !important; left: 0;}
}

/*contact information*/
.node-contact-info-create-contact-form h2{
  font-size: 3.6rem;
  width: 100%;
}

.node-contact-info-create-contact-form details.field-group-details summary{
  list-style: none;
  text-transform: capitalize;
}

.node-contact-info-create-contact-form details > .details-wrapper{
  padding: 0;
}

.node-contact-info-create-contact-form details.field-group-details{
  margin-top: 0;
  margin-bottom: 7px;
}

/* item information */
.node-projects-item-info-form .js-filter-guidelines, .node-projects-item-info-form  .js-filter-wrapper[data-drupal-selector*="edit-field-projects-items-form"], .node-projects-item-info-form  .fieldset-legend, .node-projects-item-info-form .ief-tabledrag-handle, .node-projects-item-info-form .ief-tabledrag-header, .node-projects-confirm-price-form .fieldset-legend {
  display: none !important; 
}

.node-projects-item-info-form .table-responsive .table-title{
  font-size: 3.1rem;
    font-family: var(--font-primary);
    color: var(--monochrome-2);
    margin-bottom: 31px;
    line-height: normal;
    font-weight: var(--font-700);
    margin-top: 22px;
}

.form-control{
  color: black !important;
}

/* Request asset form */
.request-asset-form h2{
  font-size: 3.6rem !important;
  margin-bottom: 8px !important;
}
.request-asset-form h2 + p{
  font-weight: 500;
  margin-bottom: 27px;
}

/* change password */
.ajax-pass-wizard .form-item .form-control{
  padding-bottom: 10px ;
}

.form-select{
  color: black;
}

.invalid-create-form-feedback{
  display: block;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.js-form-item:has(.error-message) .form-control, .js-form-item:has(.error-message) input, .js-form-item:has(.error-message) textarea{
border-bottom: 2px solid var(--bs-form-invalid-color);
}

/* asset upload */
#edit-field-print-specifications-wrapper table tbody tr{
  background: transparent !important;
  display: flex;
  justify-content: space-between;
}

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper thead, .node-projects-asset-upload-form .field--type-entity-reference .fieldset-legend, .node-projects-asset-upload-form .field--name-field-dieline small, .node-projects-asset-upload-form .field--name-field-ref-dieline small, .node-projects-asset-upload-form .field--name-field-other-files small,.node-projects-asset-upload-form .field--name-field-other-files small, .node-projects-asset-upload-form .field--name-field-comp-ref small,
.node-projects-confirm-price-form .field--name-field-dieline small, .node-projects-confirm-price-form .field--name-field-ref-dieline small, .node-projects-confirm-price-form .field--name-field-other-files small, .node-projects-confirm-price-form .field--name-field-other-files small, .node-projects-confirm-price-form .field--name-field-comp-ref small, .node-projects-asset-upload-form .field--name-field-copy-deck .description {
  display: none;
}  

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr .file, .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr td{
  padding: 0 !important;
}

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper .draggable .menu-item__link{
  font-size: 16px;
  padding: 0;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper table{
  margin-bottom: 0;
}

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper table .file--x-office-document:before{
  content: '';
    background: url(../images/word.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    margin-right: 8px;
    margin-top: -4px;
}

.node-projects-asset-upload-form #edit-field-print-specifications-wrapper{
  margin-bottom: 32px !important;
}

.node-projects-asset-upload-form strong{
  font-size: 3.1rem;
    font-family: var(--font-primary);
}
.node-projects-asset-upload-form #edit-field-projects-items-wrapper, .node-projects-asset-upload-form #edit-field-projects-items-wrapper [data-drupal-selector="edit-field-projects-items-actions"]{
  margin-top: 2rem !important;
}
.node-projects-asset-upload-form .inline-entity-form-node-label, .node-projects-confirm-price-form .inline-entity-form-node-label{
  padding-left: 58px !important;
  /* position: relative; */
}
.node-projects-asset-upload-form td.inline-entity-form-node-label:before, .node-projects-confirm-price-form td.inline-entity-form-node-label:before{
  content: '';
    background: url(../images/chevron-right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    transition: 0.5s;
    margin-left: -48px;
    position: relative;
}

.node-projects-asset-upload-form .ief-row-entity-form td.inline-entity-form-node-label:before,
.node-projects-confirm-price-form .ief-row-entity-form td.inline-entity-form-node-label:before {
  transform: rotate(90deg);
  margin-top: -1px;
}

.node-projects-asset-upload-form #edit-field-projects-items-wrapper .field--type-entity-reference, .node-projects-asset-upload-form #edit-field-projects-items-wrapper .ief-entity-operations, .node-projects-confirm-price-form #edit-field-projects-items-wrapper .field--type-entity-reference, .node-projects-confirm-price-form #edit-field-projects-items-wrapper .ief-entity-operations{
  margin: 0 !important;
}
.node-projects-asset-upload-form table tbody tr td, .node-projects-asset-upload-form table tbody tr:nth-child(odd) td, .node-projects-asset-upload-form table tbody tr:nth-child(even) td,
.node-projects-confirm-price-form table tbody tr td, .node-projects-confirm-price-form table tbody tr:nth-child(odd) td, .node-projects-confirm-price-form table tbody tr:nth-child(even) td{
vertical-align: middle;
}
.node-projects-asset-upload-form table tbody tr td div, .node-projects-confirm-price-form table tbody tr td div{
  line-height: normal;
  margin-bottom: 0px !important;
}
.select2-container--default .select2-selection--single{
  min-height: 45px;
}
.node-projects-item-info-form .field--name-field-copy-deck .icon-no-file{
  height: 35px;
}
@media (max-width:991.98px){
  .node-projects-item-info-form  .field--type-text-with-summary, .node-projects-item-info-form  .field--type-entity-reference, .node-projects-item-info-form  .field--type-string{
    width: 100%;
}

.path-item-info table tbody tr.ief-row-form td .ief-form.ief-form-row > div[data-drupal-selector*="edit-field-projects-items-form-inline-entity-form"]{ flex-direction: column;}

.path-review-price .project-info .price-calc{width: 50% !important;}
.path-asset-review .project-sub--info+div, .path-confirm-price .project-sub--info+div, .path-review-price .project-sub--info+div {max-width: 50% !important; flex: 0 0 50% !important;}
.field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file]{
  height: 30px !important;
}
.header .container .navbar-collapse .nav.flex-row .nav-item .nav-link:hover, 
.header .container .navbar-collapse .nav.flex-row .nav-item .nav-link:focus, 
.header .container .navbar-collapse .nav.flex-row .nav-item .nav-link:focus-within{ color: var(--monochrome-2) !important;}
}

.node-projects-asset-upload-form table tbody tr.ief-row-form td{
  padding: 20px;
}
.node-projects-asset-upload-form .info--label strong{
  font-size: 16px;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.75);
}
.node-projects-asset-upload-form .info--label::before, .node-projects-asset-upload-form .info--label::after{
  content: "**";
    position: relative;
    color: rgba(0, 0, 0, 0.75);
}
.node-projects-asset-upload-form .info--label, .node-projects-asset-upload-form .asset-upload-heading, .node-projects-asset-upload-form .asset-upload--excel--wrapper, .node-projects-asset-upload-form .field--name-field-copy-deck.js-form-wrapper, .node-projects-confirm-price-form .asset-upload-heading{
  width: 100%;
  order: -2;
}
.node-projects-asset-upload-form .asset-upload--min{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  order: -1;
}
.node-projects-asset-upload-form .asset-upload--excel{
order: -2;
}
.node-projects-asset-upload-form .info--label{
  margin-bottom: 25px;
}
.node-projects-asset-upload-form .asset-upload-heading, .node-projects-confirm-price-form .asset-upload-heading{
  font-size: 24px;
  font-weight: 550;
  margin-bottom: 28px;
}
.node-projects-asset-upload-form .add-copy-deck--wrapper:before, .node-projects-asset-upload-form .field--name-field-dieline summary:before,.node-projects-asset-upload-form .field--name-field-ref-dieline summary:before, .node-projects-asset-upload-form .field--name-field-other-files summary:before,.node-projects-asset-upload-form .field--name-field-other-files summary:before,
.node-projects-confirm-price-form .add-copy-deck--wrapper:before, .node-projects-confirm-price-form .field--name-field-dieline summary:before,.node-projects-confirm-price-form .field--name-field-ref-dieline summary:before, .node-projects-confirm-price-form .field--name-field-other-files summary:before, .node-projects-confirm-price-form .field--name-field-other-files summary:before{
    content: "";
    position: relative;
    height: 14px; 
    width: 14px;
    background-color: #107C41;
    border-radius: 50%;
    display: inline-block;
    margin-right: 11px;
    top: 2px;
}
.node-projects-asset-upload-form .add-copy-deck--wrapper .label-text, .node-projects-asset-upload-form .field--name-field-dieline summary, .node-projects-asset-upload-form .field--name-field-ref-dieline summary, .node-projects-asset-upload-form .field--name-field-other-files summary, .node-projects-asset-upload-form .field--name-field-comp-ref summary, 
.node-projects-confirm-price-form .field--name-field-dieline summary, .node-projects-confirm-price-form .field--name-field-ref-dieline summary, .node-projects-confirm-price-form .field--name-field-other-files summary, .node-projects-confirm-price-form .field--name-field-comp-ref summary{
  font-size: 16px;
  font-weight: 550;
  list-style: none;
  padding: 0;
}
.node-projects-asset-upload-form .asset-upload--excel .download-link{
  position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #107C41;
    top: -5px;
}
.node-projects-asset-upload-form .asset-upload--excel .download-link:before{
  content: '';
    background: url(../images/excel.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 11px;
}
.node-projects-asset-upload-form .asset-upload--excel .download-link:after{
  content: '';
  background: url(../images/download-word-green.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
.node-projects-asset-upload-form .field--name-field-dieline .field__item:before, .node-projects-asset-upload-form .field--name-field-ref-dieline .field__item:before, .node-projects-asset-upload-form .field--name-field-other-files .field__item:before{
  content: "";
  position: relative;
    height: 6px;
    width: 6px;
    background-color: #A466F5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    top: -1px;
}
.node-projects-asset-upload-form .field--name-field-ref-dieline .field__item:before, .node-projects-asset-upload-form .field--name-field-ref-dieline summary:before, .node-projects-confirm-price-form .field--name-field-ref-dieline summary:before{
  background-color: #E5CA4D !important;
}
.node-projects-asset-upload-form .field--name-field-other-files .field__item:before, .node-projects-asset-upload-form .field--name-field-other-files summary:before, .node-projects-confirm-price-form .field--name-field-other-files summary:before{
  background-color: #5293ED !important;
}
.node-projects-asset-upload-form .field--name-field-dieline summary:before, .node-projects-confirm-price-form .field--name-field-dieline summary:before{
  background-color: #A466F5 !important;
}
.node-projects-asset-upload-form .field--name-field-dieline.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-dieline.js-form-wrapper{
  order: -1;
}
.node-projects-asset-upload-form details, .node-projects-confirm-price-form details{
  border: none;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file], .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file], .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file], .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item .form-managed-file .form-control[type=file], .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file] {
  opacity: 0;
  position: absolute;
  height: auto;
  max-width: fit-content;
  min-height: 60px;
  z-index: 1;
  padding: 0 !important;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item span.upload-info, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item span.upload-info, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item span.upload-info, .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item span.upload-info, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .js-form-item span.upload-info{
  position: relative;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  display: block;
  font-weight: 550;
  margin-bottom: 12px;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item span.upload-info span, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item span.upload-info span, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item span.upload-info span, .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item span.upload-info span, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper .js-form-item span.upload-info span{
  color: var(--primary-1);
  text-decoration: underline;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item span.upload-info:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item span.upload-info:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item span.upload-info:before, .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item span.upload-info:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .js-form-item span.upload-info:before{
  content: '';
  background: url(../images/upload.svg);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.field--name-field-dieline details > .details-wrapper, .field--name-field-ref-dieline details > .details-wrapper, .field--name-field-other-files details > .details-wrapper, .field--name-field-comp-ref details > .details-wrapper{
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] thead, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] thead, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] thead, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td .image-preview, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] thead{
  display: none !important;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr{
  background: transparent !important;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td, .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td .menu-item__link, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td .menu-item__link, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td .menu-item__link, .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td .file, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td .file, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td .file, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td .menu-item__link, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td .file{
padding: 0 !important;
vertical-align: top;
line-height: normal;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper .js-form-item{
  order: -1;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tbody, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tbody, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tbody, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tbody{
  padding: 10px;
  display: inline-block;
  background: #F6F6F6;
  width: 100%;
  /* margin-top: 12px; */
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td .menu-item__link, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td .menu-item__link, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td .menu-item__link, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td .menu-item__link{
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
  text-decoration: none;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="application/msword"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="application/msword"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="application/msword"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="application/msword"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="application/postscript"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="application/postscript"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="application/postscript"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="application/postscript"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"].menu-item__link:before{
  content: '';
  background: url(../images/word-asset.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="application/pdf"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="application/pdf"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="application/pdf"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="application/pdf"].menu-item__link:before{
  background: url(../images/pdf-asset.svg);
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 2px;
  background-repeat: no-repeat;
}

.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [data-drupal-selector*="-remove-button"], .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [data-drupal-selector*="-remove-button"], .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [data-drupal-selector*="-remove-button"], .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [data-drupal-selector*="-remove-button"]{
  content: '';
  background: url(../images/asset-delete.svg) !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 3px;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr:first-child, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr:first-child, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr:first-child, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr:first-child{
margin-top: 0;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td{
  min-width: fit-content;
  margin-right: 21px;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr td:last-child, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr td:last-child, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr td:last-child, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr td:last-child{
margin-left: 10px;
margin-right: 0 !important;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr td.asset-horizontal, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr td.asset-horizontal, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr td.asset-horizontal, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr td.asset-horizontal{
  width: 100%;
  border-top: 2px solid #29CF00 !important;
  margin-top: 9px;
  margin-right: 0px !important;
}
.node-projects-asset-upload-form .asset-upload--excel--wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.node-projects-asset-upload-form .add-copy-deck--wrapper{
margin-top: 32px;
}
.node-projects-asset-upload-form table tbody tr.ief-row-form td .ief-form.ief-form-row > div[data-drupal-selector*="edit-field-projects-items-form-inline-entity-form"], .node-projects-confirm-price-form table tbody tr.ief-row-form td .ief-form.ief-form-row > div[data-drupal-selector*="edit-field-projects-items-form-inline-entity-form"]{
width: fit-content;
flex-direction: column;
}
.node-projects-asset-upload-form .field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item .form-managed-file{
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  .node-projects-asset-upload-form .field--name-field-dieline.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-ref-dieline.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-other-files.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-comp-ref.js-form-wrapper, 
  .node-projects-confirm-price-form .field--name-field-dieline.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-ref-dieline.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-other-files.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-comp-ref.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-price.js-form-wrapper{
    width: 500px;
  }
}
@media (min-width: 1199px){
  .node-projects-asset-upload-form .field--name-field-dieline.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-ref-dieline.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-other-files.js-form-wrapper, .node-projects-asset-upload-form .field--name-field-comp-ref.js-form-wrapper, 
  .node-projects-confirm-price-form .field--name-field-dieline.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-ref-dieline.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-other-files.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-comp-ref.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-price.js-form-wrapper{
    width: calc(33.33% - 16px);
    margin-right: 16px;
  }
  .node-projects-asset-upload-form .field--name-field-other-files.js-form-wrapper, .node-projects-confirm-price-form .field--name-field-other-files.js-form-wrapper{
  width: 33% !important;
  margin-right: 0 !important;
  }
  .node-projects-asset-upload-form .asset-upload--min{
    /* margin-left: 35%; */
        top: 30px; 
  }
  .node-projects-asset-upload-form .asset-upload--excel--wrapper{
    flex-direction: column;  
    gap: 0;
    position: relative;
  }
  .node-projects-asset-upload-form .asset-upload--min, .node-projects-asset-upload-form .asset-upload--excel{
    order: 0;
    right: 0; 
        position: absolute;
  }
  .node-projects-asset-upload-form .add-copy-deck--wrapper{
    margin-top: 0px;
    }
    .node-projects-asset-upload-form table tbody tr.ief-row-form td .ief-form.ief-form-row > div[data-drupal-selector*="edit-field-projects-items-form-inline-entity-form"], .node-projects-confirm-price-form table tbody tr.ief-row-form td .ief-form.ief-form-row > div[data-drupal-selector*="edit-field-projects-items-form-inline-entity-form"]{
      width: 100%;
      flex-direction: row;
    }
    #edit-field-print-specifications-wrapper table tbody tr{
      width: 50% !important;
    }
    .node-projects-asset-upload-form .field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item .form-managed-file{
      width: calc(100% - 340px) !important;
    }
    .node-projects-asset-upload-form table tbody tr.ief-row-form td, .node-projects-confirm-price-form table tbody tr.ief-row-form td{
      padding: 28px 12px 42px 48px !important;
    }
}
@media (min-width:1199px) and (max-width: 1400px) {
  .node-projects-asset-upload-form .asset-upload--min{
    margin-left: 26% !important;
  }
}
@media (max-width:467.98px){
  .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"], .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"], .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"], .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"]{
    width: fit-content;   
  }
  .node-projects-asset-upload-form #edit-field-print-specifications-wrapper .draggable .menu-item__link{
    display: contents;
  }
  .node-projects-asset-upload-form #edit-field-print-specifications-wrapper [data-drupal-selector*="-remove-button"], .node-projects-asset-upload-form #edit-field-print-specifications-wrapper [data-drupal-selector*="-remove-button"]:hover, .node-projects-asset-upload-form #edit-field-print-specifications-wrapper [data-drupal-selector*="-remove-button"]:focus{
    margin-right: -15px;
  }
  .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table{
    max-width: fit-content;
  }
  .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr td [data-drupal-selector*="-remove-button"]{
    margin-left: 20px;
  }
}

/* asset upload admin */
@media screen and (max-width: 767.98px) {
.status-review_assets .project-sub--info{ margin-top: 0;}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr td.asset-horizontal, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr td.asset-horizontal, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr td.asset-horizontal, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr td.asset-horizontal{
  min-width: 90px;
}
.path-item-info table.ief-entity-table .field--type-text-with-summary, .path-item-info table.ief-entity-table .field--type-entity-reference, .path-item-info table.ief-entity-table .field--type-string, .path-item-info table.ief-entity-table .field--type-text-long {
  max-width: 25%;
 }
 .field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item .form-managed-file .form-control[type=file] {width: 100% !important;}
 .site-footer {height: auto !important;}
 .form-right-img--wrapper .sidebar_first img {
  min-height: calc(100vh - 135px - 392px) !important;
}
.page-contact-information .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 135px - 327px) !important; }

.site-footer .container .site-footer__top .block-dynamic-copyright-block {
  margin-top: 1.5rem !important;
}
.site-footer .container .row.region.region-footer-first {
flex-direction: column-reverse !important;
font-size: 1.2rem !important;
}
.site-footer .site-footer__top {
align-items: flex-start;
gap: 1.5rem !important;
}
.site-footer .container .row.region.region-footer-first .nav .nav-link {
padding-left: 0;
}
.path-portal .form-right-img--wrapper .sidebar_first img {
  min-height: calc(100vh - 135px - 384px) !important;
}
.page-user-reset .form-right-img--wrapper .sidebar_first img {
  min-height: calc(100vh - 135px - 364px) !important;
}
.status-review_assets.path-asset-review.role-hh_administrator .project-sub--info{ margin-top: 32px;}
.status-review_assets.path-item-info.role-hh_administrator .project-sub--info{ margin-top: 32px;}
}

@media (min-width: 468px) and (max-width: 767.98px){
  .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] tr td.asset-horizontal, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] tr td.asset-horizontal, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] tr td.asset-horizontal, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] tr td.asset-horizontal{
    min-width: 150px;
  }
}

.node-projects-asset-upload-form .ief-tabledrag-handle, .node-projects-asset-upload-form .ief-tabledrag-header{display: none;}
.node-projects-asset-upload-form .inline-entity-form-node-body p{margin-bottom: 0;} 
.project-info a.rej-assets{right: 234px !important;}
.project-info a.rej-price{ right: 264px !important;}
.path-asset-review .project-sub--info+div .label, .path-confirm-price .project-sub--info+div .label, .path-review-price .project-sub--info+div .label,.path-review-price .price-calc span:first-child, .path-request .project-sub--info+div .label, .path-view-project .project-sub--info+div .label, .path-assets .project-sub--info+div .label{color: rgba(0, 0, 0, 0.50);}
.path-asset-review .project-sub--info+div, .path-confirm-price .project-sub--info+div, .path-review-price .project-sub--info+div, .path-review-price .price-calc, .path-request .project-sub--info+div, .path-view-project .project-sub--info+div:not(.view--links), .path-assets .project-sub--info+div {max-width: 100%;
  color: var(--monochrome-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  flex: 0 0 100%;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.path-asset-review .node-projects-asset-upload-form .field--name-field-dieline summary, .path-asset-review .node-projects-asset-upload-form .field--name-field-ref-dieline summary, .path-asset-review .node-projects-asset-upload-form .field--name-field-other-files summary, .path-asset-review .node-projects-asset-upload-form .field--name-field-comp-ref summary{
text-transform: uppercase;
}
.path-asset-review .node-projects-asset-upload-form .field--name-field-dieline summary:after, .path-asset-review .node-projects-asset-upload-form .field--name-field-ref-dieline summary:after, .path-asset-review .node-projects-asset-upload-form .field--name-field-other-files summary:after,
.path-confirm-price .node-projects-confirm-price-form .field--name-field-dieline summary:after, .path-confirm-price .node-projects-confirm-price-form .field--name-field-ref-dieline summary:after, .path-confirm-price .node-projects-confirm-price-form .field--name-field-other-files summary:after,
.path-review-price .node-projects-asset-upload-form .field--name-field-dieline summary:after, .path-review-price .node-projects-asset-upload-form .field--name-field-ref-dieline summary:after, .path-review-price .node-projects-asset-upload-form .field--name-field-other-files summary:after{
content: '';
background: url(../images/asset-review-warning.svg);
position: relative;
display: inline-block;
height: 19px;
width: 18px;
background-repeat: no-repeat;
margin-left: 11px;
vertical-align: middle;
top: -1px;
}
.node-projects-asset-upload-form table .form-wrapper[id*="form-actions"]{
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .path-asset-review .project-info>p, .path-review-price .project-info>p{
    margin-bottom: 20px;
  }
  .project-info a.rej-assets, .project-info a.app-pricing, .project-info a.rej-price, .project-info a.app-production{
    margin-top: 10px;
  }
  .path-view-project .project-info>p{ margin-bottom: 0px;}
  .site-footer {
    height: auto !important;
}
}
/* confirm pricing */
.node-projects-confirm-price-form .asset-upload-heading+a:before, .path-asset-review .node-projects-asset-upload-form .asset-upload-heading+a:before, .path-review-price .node-projects-asset-upload-form .asset-upload-heading+a:before {top: -4px !important;}
.node-projects-confirm-price-form .asset-upload-heading+a, .path-asset-review .node-projects-asset-upload-form .asset-upload-heading+a, .path-review-price .node-projects-asset-upload-form .asset-upload-heading+a {
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 22px;
  position: relative;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  order: -2;
}
.node-projects-confirm-price-form .field--name-field-price.js-form-wrapper{margin-right: auto; margin-top: 10px;}
.node-projects-confirm-price-form .field--name-field-price.js-form-wrapper .js-form-item label{ display: block;}
.node-projects-confirm-price-form .field--name-field-price.js-form-wrapper input[data-drupal-selector*="form-field-price"]{min-height: 32px !important; padding-bottom: 5px !important;}
.node-projects-confirm-price-form .file--image, .node-projects-confirm-price-form .file--application-pdf, .node-projects-confirm-price-form .file--x-office-spreadsheet, .node-projects-confirm-price-form .file--x-office-document, .node-projects-confirm-price-form .file--text , 
.node-projects-asset-upload-form .file--image, .node-projects-asset-upload-form .file--application-pdf, .node-projects-asset-upload-form .file--x-office-spreadsheet, .node-projects-asset-upload-form .file--x-office-document, .node-projects-asset-upload-form .file--text {
  background: transparent;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/png"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/png"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/png"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/png"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/jpg"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/jpg"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/jpg"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/jpg"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/jpeg"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/jpeg"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/jpeg"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/jpeg"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/webp"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/webp"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/webp"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/webp"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/gif"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/gif"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/gif"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/gif"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="image/x-photoshop"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="image/x-photoshop"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="image/x-photoshop"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="image/x-photoshop"].menu-item__link:before{
  background: url(/themes/contrib/bootstrap/images/icons/image-x-generic.png);
  content: '';
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
  background-repeat: no-repeat;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type*="officedocument.spreadsheetml"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type*="officedocument.spreadsheetml"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type*="officedocument.spreadsheetml"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type*="officedocument.spreadsheetml"].menu-item__link:before,
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type*="ms-excel"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type*="ms-excel"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type*="ms-excel"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type*="ms-excel"].menu-item__link:before{
  background: url(/themes/contrib/bootstrap/images/icons/x-office-spreadsheet.png);
  content: '';
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
  background-repeat: no-repeat;
}
.field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [type="text/plain"].menu-item__link:before, .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [type="text/plain"].menu-item__link:before, .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [type="text/plain"].menu-item__link:before, .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [type="text/plain"].menu-item__link:before{
  background: url(/themes/contrib/bootstrap/images/icons/text-x-generic.png);
  content: '';
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 0px;
  background-repeat: no-repeat;
}
.field--name-field-priority:has(.error-message) .select2-container--default .select2-selection--single{
  border-bottom: 2px solid var(--bs-form-invalid-color);
}

@media (max-width: 1199.98px){
  .node-projects-confirm-price-form .field--name-field-price.js-form-wrapper{
    margin-bottom: 32px !important;
    margin-top: 25px !important;
  }
  .field--name-field-dieline details > .details-wrapper, .field--name-field-ref-dieline details > .details-wrapper, .field--name-field-other-files details > .details-wrapper, .field--name-field-comp-ref details > .details-wrapper{
    padding: 10px 0 !important;
  }
}

.noitem-error-msg { margin-bottom: 20px; color: var(--negative); font-weight: bolder;}
aside .toast.fade{display: block !important; opacity: 1 !important; width: 100%; font-size: 14px; margin-top: 40px;}
.toast-container{top: auto !important; position: relative !important; width: calc(100% - 40px); left: 20px;}
.toast-container .me-auto{ margin-left: 10px;}

/* review pricing */
.path-review-price .project-info .price-calc { position: absolute; bottom: 20px; right: 0; width: 33.33333%; padding: 0 15px; margin-bottom: 15px;}
.role-hh_administrator.path-review-price .field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item, .role-hh_administrator.path-asset-review .field--name-field-print-specifications details[id*="edit-field-print-specifications"] .details-wrapper .js-form-item{ display: none;} 
.role-hh_administrator.path-review-price .field--name-field-print-specifications details[id*="edit-field-print-specifications"] summary, .role-hh_administrator.path-asset-review .field--name-field-print-specifications details[id*="edit-field-print-specifications"] summary{margin-bottom: 22px !important;}
/* .role-hh_administrator.path-review-price .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr td:first-child, .role-hh_administrator.path-asset-review .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr td:first-child{ padding: 0px !important} */
.role-hh_administrator.path-review-price .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr a.menu-item__link, .role-hh_administrator.path-asset-review .node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr a.menu-item__link{ color: rgba(0, 0, 0, 0.5) !important}
.role-hh_administrator.path-review-price .node-projects-asset-upload-form table tr.total-price-row td{line-height: normal;}
.path-review-price div[data-drupal-selector="edit-field-projects-items-actions"]{display: none;}

/* item info bug */
@media screen and (max-width: 425px){
.edit--links a{ width: fit-content;}
.edit--links{ flex-direction: column; gap: 10px;}
}

/* edit profile */
.main-content .tabs, .main-content:has(.edit-user-profile) .title, .edit-user-profile .form-type-email #edit-mail--description{ display: none;}
.main-content .edit-user-profile h1{font-size: 3.6rem; margin-bottom: 18px; line-height: normal; font-weight: var(--font-700);}
#main-wrapper.layout-main-wrapper:has(.edit-user-profile), #main-wrapper.layout-main-wrapper:has(.webform-submission-contact-us-form) { height: 100%; display: flex; flex-direction: column; justify-content: center;}
.edit-user-profile .js-form-item input{padding: 0px;}
.main-content .edit-user-profile .password-change .form-actions{padding-top: 15px; margin-top: 0px !important;}
.main-content .edit-user-profile:has(.error-message) .password-change .form-actions{padding-top: 10px;}

@media (max-width:992px){
  .main-content .edit-user-profile .password-change{ padding-top: 15px;}
}

/* error message */
.form-item--error-message strong { font-weight: 400 !important; font-size: 0.875em;}
.form-item--error-message + .error-message { display: none;}

/* select project */
.path-select-project .main-content table.views-table .views-field .upload.asset{ color: transparent; position: relative; vertical-align: middle;}
.path-select-project .main-content table.views-table .views-field .upload.asset:before{content: ''; position: absolute; color: black; inset: 0; background-image: url(../images/view-project-eye.svg) !important; width: 17px; height: 13px; background-repeat: no-repeat; left: 50%;}
.path-select-project .main-content .views-exposed-form{ display: none;}

/* sign in error */
#ajax-example-wizard-wrapper .toast-container{ top: 0; width: 100%; left: 0; }
#ajax-example-wizard-wrapper .toast.fade{ display: block !important; opacity: 1 !important; width: 100%; font-size: 14px; margin-bottom: 50px;}

/* view project */
.path-view-project.viewonly-project .project-info{ display: flex; flex-direction: column;}
.path-view-project.viewonly-project .project-info .view-project{
  border: 0;
    padding: 12px 30px;
    color: var(--monochrome-2);
    font-family: var(--font-primary);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: var(--font-700);
    line-height: normal;
    background: var(--monochrome-1);
    border-radius: 100px;
    transition: 0.5s;
    text-decoration: none;
    position: relative;
    padding-right: 55px;
    margin-right: 0;
    display: flex;
    width: fit-content;
    margin-left: auto;
    order: 3;
}
.path-view-project.viewonly-project .project-info .view-project:after{
  content: '';
  width: 18px;
    height: 18px;
    background: url(../images/eye.svg);
    display: inline-block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 20px;
    transition: 0.5s;
}
.path-view-project .inline-entity-form-node-field_copy_deck .icon-file-uploaded{margin-top: -4px;}

.path-view-project .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [data-drupal-selector*="-remove-button"], 
.path-view-project .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [data-drupal-selector*="-remove-button"],
.path-view-project .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [data-drupal-selector*="-remove-button"], 
.path-view-project .field--name-field-comp-ref details[id*="form-field-comp-ref"] .details-wrapper table[id*="form-field-comp-ref"] td [data-drupal-selector*="-remove-button"],
.path-view-project .field--name-field-copy-deck .js-form-item[class*="form-field-copy-deck"] [data-drupal-selector*="-remove-button"],
.path-view-project form div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="form-actions-ief-edit-save"], .path-view-project form div[data-drupal-selector*="form-actions"] button[data-drupal-selector="edit-field-projects-items-actions-ief-add"], .path-view-project .layout-region-node-footer #edit-actions {
  display: none;}
.viewonly-project .node-projects-asset-upload-form #edit-field-projects-items-wrapper table[id*="table-edit-field-projects-items-entitie"] .ief-entity-operations button[data-drupal-selector*="remove"].cancel,
.viewonly-project .node-projects-asset-upload-form #edit-field-projects-items-wrapper [data-drupal-selector="edit-field-projects-items-actions"]{display: none;}
.viewonly-project .node-projects-asset-upload-form #edit-field-projects-items-wrapper table div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="form-actions"].cancel{margin-left: 0px !important;}

/* pointer events */
.role-hh_administrator .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item input, .role-hh_administrator .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item input, .role-hh_administrator .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item input,
.viewonly-project .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper .js-form-item input, .viewonly-project .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper .js-form-item input, .viewonly-project .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper .js-form-item input, .viewonly-project .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item input{
  pointer-events: none;
}

/* user logout confirm */
.user-logout-confirm .form-actions{margin-top: 31px; font-size: 1.6rem !important;}
.user-logout-confirm{ font-size: 2rem;}

/* user reset password */
.page-user-reset .edit-user-profile .profile-information, .page-user-reset .user-form .edit-user-profile .password-change h1{display: none;}
.page-user-reset .user-form .edit-user-profile .password-change{width: 100%;}
.page-user-reset .form-actions{margin-top: 32px;}

/* broken amends */
.node-projects-asset-upload-form #edit-field-print-specifications-wrapper table tbody tr td [data-drupal-selector*="-remove-button"]{
  margin-top: -18px;
}
.page-view-existing-project form.views-exposed-form[action="/choose-project"], .role-hh_administrator.status-req_for_asset form.node-projects-item-info-form h2, .role-hh_administrator.status-req_for_asset form.node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-actions"], .role-hh_administrator.status-further_info_req form.node-projects-item-info-form h2, .role-hh_administrator.status-further_info_req form.node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-actions"], .role-hh_administrator.status-pricing_rejected .node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-actions"]  { display: none;}

/* toast aside */
.path-frontpage aside .toast-container {width: 100%; left: 0;}

/* disable fields and buttons */
.status-req_for_asset.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="edit-save"],
/*.status-req_for_asset.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table[id*="table-edit-field-projects-items-entitie"] .ief-entity-operations button[data-drupal-selector*="remove"].cancel,*/
.status-further_info_req.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="edit-save"],
/*.status-further_info_req.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table[id*="table-edit-field-projects-items-entitie"] .ief-entity-operations button[data-drupal-selector*="remove"].cancel,*/
.status-further_info_req.path-item-info.role-hh_administrator .layout-region-node-footer {display: none;}
.status-req_for_asset.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="edit-cancel"]{margin-left: 0;}
.status-further_info_req.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table div[data-drupal-selector*="form-actions"] button[data-drupal-selector*="edit-cancel"]{margin-left: 0;}
.status-req_for_asset.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table .field--widget-options-select span.select2-selection.select2-selection--single{pointer-events: none; border: 0;}
.status-further_info_req.path-item-info.role-hh_administrator .node-projects-item-info-form #edit-field-projects-items-wrapper table .field--widget-options-select span.select2-selection.select2-selection--single{pointer-events: none; border: 0;} 

/* item info */
.path-item-info.status-req_for_asset.role-hh_administrator .layout-region-node-footer{display: none;}
.status-req_for_asset.path-create-project.role-hh_administrator .node-projects-create-project-form .select2-container--default .select2-selection--single{pointer-events: none; border: 0;}

/* asset upload supplier */
.viewonly-project .node-projects-asset-upload-form .asset-upload--excel--wrapper,
.viewonly-project .node-projects-asset-upload-form table tbody tr td div[id*="-form-field-copy-deck-"] button[data-drupal-selector*="-remove-button"],
.viewonly-project .node-projects-asset-upload-form .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [data-drupal-selector*="-remove-button"],
.viewonly-project .node-projects-asset-upload-form .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [data-drupal-selector*="-remove-button"], 
.viewonly-project .node-projects-asset-upload-form .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [data-drupal-selector*="-remove-button"],
.viewonly-project .node-projects-asset-upload-form table .form-wrapper[id*="form-actions"] button.ief-entity-submit[data-drupal-selector*="edit-save"],
.status-review_assets.role-hh_administrator.path-asset-review .node-projects-asset-upload-form .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [data-drupal-selector*="-remove-button"],
.status-review_assets.role-hh_administrator.path-asset-review .node-projects-asset-upload-form .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [data-drupal-selector*="-remove-button"], 
.status-review_assets.role-hh_administrator.path-asset-review .node-projects-asset-upload-form .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [data-drupal-selector*="-remove-button"],
.status-review_assets.role-hh_administrator.path-asset-review .node-projects-asset-upload-form table[id*="table-edit-field-projects-items-entitie"] .ief-entity-operations button[data-drupal-selector*="entity-remove"],
.viewonly-project .node-projects-confirm-price-form .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper table[id*="form-field-dieline"] td [data-drupal-selector*="-remove-button"],
.viewonly-project .node-projects-confirm-price-form .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper table[id*="form-field-ref-dieline"] td [data-drupal-selector*="-remove-button"], 
.viewonly-project .node-projects-confirm-price-form .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper table[id*="form-field-other-files"] td [data-drupal-selector*="-remove-button"],
.viewonly-project .node-projects-confirm-price-form .form-wrapper[data-drupal-selector="edit-field-projects-items-actions"],
.viewonly-project .node-projects-confirm-price-form table div[data-drupal-selector*="actions"] button[data-drupal-selector*="ief-entity-remove"]
{display: none;}

.path-item-info .inline-entity-form-node-field_copy_deck {vertical-align: middle;}
/* .path-item-info .inline-entity-form-node-field_copy_deck .field--name-field-copy-deck{margin-top: -17px;} */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width: 0 6px 6px 6px !important;}
.node-projects-asset-upload-form table tbody tr td div[id*="-form-field-copy-deck-"] .messages.messages--error.file-upload-js-error{font-size: 14px;}

.node-projects-confirm-price-form table tbody tr td div.field--type-text-with-summary p{margin-bottom: 0px;}
.viewonly-project.role-hh_administrator.status-review_pricing .node-projects-asset-upload-form table .form-wrapper[id*="form-actions"] button.ief-entity-submit[data-drupal-selector*="edit-save"]{
  display: block;
  margin-bottom: 10px; 
}

/* Client feedback */
.path-contact-info aside .toast-container, .path-item-info aside .toast-container, .role-hh_administrator .header .navbar-nav li.nav-item:has(.nav-link--contact-us), .role-anonymous .header nav.menu--account{display: none;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 0 !important;}
.path-item-info th.inline-entity-form-node-field_copy_deck {vertical-align: bottom;}
.path-item-info td.inline-entity-form-node-field_copy_deck {vertical-align: baseline;}

.field--name-field-artwork-type:has(.invalid-feedback) .select2-container--default .select2-selection--single,
.field--name-field-packaging-type:has(.invalid-feedback) .select2-container--default .select2-selection--single,
.field--name-field-brand:has(.invalid-feedback) .select2-container--default .select2-selection--single,
.field--name-field-fineline:has(.invalid-feedback) .select2-container--default .select2-selection--single{
  border-bottom: 2px solid var(--negative);
}

.path-confirm-price .ief-tabledrag-header, .path-confirm-price .ief-tabledrag-handle{display: none;}
.path-confirm-price .project-sub--info+div.view--links{margin-bottom: 0px;}

@media (max-width: 991.98px) {
  .path-confirm-price .project-sub--info+div.view--links{ max-width: 100% !important;}
  header .navbar .navigation ul.nav[data-component-id="bootstrap:menu"]{ display: block;}
  .nav .nav-item .nav-link{margin: 1rem 0 !important;}
  .header .container .nav .nav-item{margin: 0 !important;}
  .navbar .navbar-brand .img-fluid{margin-left: 1rem !important;}
  .header .container .navbar-collapse:not(.collapse){ padding: 15px 15px 0px 15px !important;}
  #block-bootstrap-sass-account-menu{border-top: 1px solid white; padding: 15px 0; margin-left: 0px !important;}
  .menu--account h2{width: 16px !important; height: 16px !important; position: relative !important; top: 0 !important; padding: 0 !important; margin-left: 1rem !important;}
  .header .container .navbar-collapse .nav.flex-row{border: none !important; position: relative !important; top: 20px !important; padding: 0 !important; background: transparent !important; display: none;}
  .header .container .navbar-collapse .nav.flex-row .nav-item .nav-link{ color: var(--monochrome-1) !important; margin-left: 1rem !important;}
  .menu--account .nav{ left: 0; transform: none;}
  #block-bootstrap-sass-main-menu a.nav-link {margin: 1rem 1rem !important;}
}

@media (min-width: 360px) and (max-width: 991.98px){
  .header .container{max-width: 100%;}
}

.site-footer__top .nav li.nav-item{border: none !important;}
.path-choose-projects table a.confirm-price, .path-choose-project table a.upload{
  border: 0;
    padding: 12px 15px;
    color: var(--monochrome-1);
    font-family: var(--font-primary);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: var(--font-700);
    line-height: normal;
    background: var(--primary-1);
    border-radius: 100px;
    transition: 0.5s;
    text-decoration: none;
    min-width: max-content; 
    display: inline-block;
    height: 100%;
    text-transform: capitalize;
}

@media (max-width: 768px) { #main-wrapper { min-height: calc(100vh - 135px) !important;}}

@media (max-width: 576px) {
  #main-wrapper { min-height: calc(100vh - 175px) !important;}
  .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 175px - 392px) !important; }
  .page-contact-information .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 175px - 327px) !important; }
  .path-portal .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 175px - 384px) !important; }
  .page-user-reset .form-right-img--wrapper .sidebar_first img { min-height: calc(100vh - 175px - 364px) !important;}
}
@media (max-width: 493px) {
  .path-portal .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 175px - 399px) !important; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #main-wrapper{min-height: calc(100vh - 91.25px) !important;}
  .form-right-img--wrapper .sidebar_first img{ min-height: calc(100vh - 41.25px - 50px) !important;}
}

form .step2-verification-text~.form-actions{margin-top: 0 !important;}
form .step2-verification-text~.form-actions .email-desc{margin-top: 12px !important;}

.item-info-error {display: block; font-size: 0.875em; color: var(--negative); margin-top: 10px;}

.status-review_assets.role-hh_administrator.path-item-info .node-projects-item-info-form .form-wrapper button[data-drupal-selector="edit-field-projects-items-actions-ief-add"],
.status-req_for_asset.role-hh_administrator.path-asset-review .node-projects-asset-upload-form #edit-field-projects-items-wrapper [data-drupal-selector="edit-field-projects-items-actions"],
.status-review_assets.role-hh_administrator.path-asset-review .node-projects-asset-upload-form #edit-field-projects-items-wrapper [data-drupal-selector="edit-field-projects-items-actions"],
.status-req_for_pricing.role-hh_administrator.path-asset-review .node-projects-asset-upload-form #edit-field-projects-items-wrapper [data-drupal-selector="edit-field-projects-items-actions"]{display: none;}
.main-content .user-form .edit-user-profile .password-change [data-drupal-selector="edit-field-password-expiration-wrapper"], .main-content .user-form .edit-user-profile .password-change [data-drupal-selector="edit-field-last-password-reset-wrapper"]{ display: none;}
.path-user:has(.edit-user-profile) aside .toast.fade:last-child {
  display: none !important;
}
.page-view-existing-project nav[aria-label="pagination-heading"]{margin-top: 20px; align-items: center; display: flex; justify-content: center;}
.role-hh_administrator.status-review_pricing .node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-actions"] button[data-drupal-selector="edit-field-projects-items-actions-ief-add"]{display: none;}
.status-req_for_pricing.role-hh_administrator .node-projects-item-info-form [data-drupal-selector="edit-field-projects-items-actions"] button[data-drupal-selector="edit-field-projects-items-actions-ief-add"]{display: none;}

/* pagination */
nav[aria-label="pagination-heading"], .pagination {margin-top: 20px; align-items: center; display: flex; justify-content: center;}
nav[aria-label="pagination-heading"] .page-link.active, nav[aria-label="pagination-heading"] .active > .page-link,
.pagination .page-link.active, .pagination .active > .page-link {background-color: var(--primary-1); border-color: var(--primary-1); color: var(--monochrome-1);}
nav[aria-label="pagination-heading"] .page-link, .pagination .page-link{ color: black; min-width: max-content;}

/* client feedback */
/*.node-projects-create-project-form .field--name-field-req-due-date{order: 10;}*/
.node-projects-create-project-form .field--name-field-req-due-date{order: 11;}
.node-projects-create-project-form .field--name-field-req-due-date label,
.node-projects-create-project-form .field--name-field-ship-date label {color: rgba(52, 58, 64, 0.75); font-weight: 700; padding: 0 0 0 5px;}
.node-projects-create-project-form .field--name-title .form-control.error,
.node-projects-create-project-form .field--name-field-req-due-date .form-control.error{border-color: var(--negative);}
.node-projects-create-project-form .field--name-field-req-due-date .form-required::after{content: "*"; vertical-align: baseline; margin: 0;} 
.role-hh_administrator .print-specification-detail, .role-production_manager .print-specification-detail, .role-merchant .print-specification-detail {display: none;}

.page-user-reset:has(.edit-user-profile) aside .toast.fade:last-child{ display: block !important;}
.page-user-reset .toast-container{ position: absolute !important; width: calc(50% - 40px) !important; left: 25px;}

@media screen and (max-width: 767.98px) { 
  .page-user-reset .toast-container{ position: relative !important; width: calc(100% - 40px) !important;} 
}

.dis-upload-files{ background: var(--monochrome-5) !important;}
input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer;}

.path-create-project h2, .path-frontpage h2, .user-form .edit-user-profile h1, .path-portal h1, .page-contact-information h1,
.path-view-project .project-info .project-sub--info>div .label, .path-view-contacts h1, .path-webform h1{ text-transform: capitalize; }

.node-projects-asset-upload-form .field--name-field-dieline small.details-description.text-muted,
.node-projects-asset-upload-form .field--name-field-ref-dieline small.details-description.text-muted,
.node-projects-asset-upload-form .field--name-field-other-files small.details-description.text-muted
/* .node-projects-asset-upload-form .field--name-field-copy-deck .helptext*/
{ display: block !important; opacity: 0; height: 0; pointer-events: none;} 

.role-supplier .field--name-field-ref-dieline details[id*="form-field-ref-dieline"] .details-wrapper:hover small.details-description,
.role-supplier .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper:hover small.details-description,
.role-supplier .field--name-field-other-files details[id*="form-field-other-files"] .details-wrapper:hover small.details-description
/* .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item:hover .helptext */
{
  opacity: 1 !important;
    transition: all 0.5s;
    height: 100%;
    cursor: default;
    z-index: 9;
}

.field--name-field-dieline details[id*="form-field-dieline"] small.details-description a{color: var(--primary-1); text-decoration: underline;}

.node-projects-asset-upload-form:not(:has(.ief-entity-table[id*="ief-entity-table-edit-field-projects-items-entities"])) #edit-field-projects-items-wrapper{display: none;}
.role-supplier .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item:hover .helptext{font-size: 1.6rem; font-family: var(--font-primary); font-weight: var(--font-500); cursor: default;}
.role-supplier .field--name-field-copy-deck[id*="form-field-copy-deck-wrapper"] .js-form-item .form-managed-file .form-control[type=file]{height: 30px; min-height: auto !important;}

.download-zip{ position: relative; font-size: 0; margin-left: 27px; cursor: pointer;}
.download-zip:after{ content: ''; background: url(../images/download-word-black.svg); width: 24px; height: 24px; display: inline-block; vertical-align: middle; position: relative;}

@media (min-width: 1399.98px) {
  .download-zip{ margin-right: 23px;}
}

.path-create-project table tr th.views-field.views-field-nothing, .path-create-project table[id*="table-edit-field-projects-items-entitie"] th:last-child{
  min-width: fit-content !important;
}

/*capitalized heading  */
.js-form-item[class*="project-comment"] input::placeholder, .js-form-item[class*="additonal-project"] input::placeholder, .js-form-item input::placeholder, .js-form-item textarea::placeholder,
.node-projects-item-info-form .field--widget-options-select .select2-container--default .select2-selection--single .select2-selection__rendered, .request-asset-form h2:not(.project-info h2),
.path-choose-projects .views-field-field-project-status-data, .node-projects-asset-upload-form button[data-drupal-selector*="form-actions-ief-edit-save"], .path-create-project .title{text-transform: capitalize;}

.project-info a.app-pricing.btn-disabled, .status-review_pricing a.app-production.btn-disabled{
    pointer-events: none;
    background: var(--monochrome-5) !important;
      cursor: not-allowed;
}

/* completed projects */
.block-views-blockexisting-project-block-3{margin-top: 50px;}

.path-review-price.role-hh_administrator .node-projects-asset-upload-form .field--name-field-projects-items table .inline-entity-form-node-field_copy_deck{display: none;}
.role-supplier .field--name-field-dieline details[id*="form-field-dieline"] .details-wrapper:hover small.details-description {
  position: relative;
  pointer-events: all;
}
.form-item .form-control[type="file"], .js-form-item input[type="file"] {
  min-height: 22px !important;
}