*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /*box-sizing: unset;*/
}

a {
  color: #0a4e57;
}
a:hover {
  color: #d30630;
}

#body .container {
  overflow: unset;
  padding-left: 0;
  padding-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: unset;
}

.timeline {
  width: 100%;
  height: 60px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;      
  justify-content: center;    
}

.timeline .events {
  position: relative;
  background-color: #606060;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  margin: 5em 0;
 }

.timeline .events ol {
  margin: 0;
  padding: 0;
  text-align: center;
}

.timeline .events ul {
  list-style: none;
}

.timeline .events ul li {
  display: inline-block;
  width: 18.65%;
  margin: 0;
  padding: 0;
}

.timeline .events ul li a {
  font-family: 'Ubuntu', sans-serif;
  font-style: none;
  font-size: 1em;
  color: #3B3B3B;
  text-decoration: none;
  position: relative;
  top: -32px;
}

.timeline .events ul li a:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  right: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #606060;
  background-color: #fff;
  transition: 0.3s ease;
  transform: translateX(-50%);
}

.timeline .events ul li a:hover::after {
  background-color: #34A618;
  border-color: #34A618;
}

.timeline .events ul li a.selectedTimeline:after {
  background-color: #34A618;
  border-color: #34A618;
}

/********** Login / Registration page ************/

.cartLoginRegRow{
  margin-top:40px; 
  padding:10px;
  width: 100% !important;
}

.cartLoginRegRow .loginColumn{
  background: #e8e8e8;
  padding:10px;
  justify-content: center;
  margin: auto;
}
.cartLoginRegRow .loginColumn form {
  width: 50%;
}
.cartLoginRegRow .row {
  margin-bottom: 10px;
}
.cartLoginRegRow label {
  margin-bottom: 5px;
  font-size: 15px;
}
.cartLoginRegRow #account-lbl-block {
  margin: auto;
  margin-bottom: 10px;
}
.cartLoginRegRow #account-lbl {
  color: #232f3e;
}
.cartLoginRegRow #account-lbl:hover {
  text-decoration: underline;
}
.cartLoginRegRow .regColumn{
  background: #e8e8e8;
  padding: 10px;
  margin: auto;
}
.cartLoginRegRow .forgot-password-wrapper {
  align-items: center;
  display: flex;
}
.cartLoginRegRow .forgot-password-wrapper a {
  font-size: 15px;
  color: #232f3e;
}
.cartLoginRegRow .more-data-option {
  margin-top: 15px;
}
.cartLoginRegRow .optional {
  color: #949494;
  font-size: 90%;
}

.alreadyCustTxt{
  color:#232f3e;
  font-size: 18px;
  font-weight: bold;
}

.orLabel{
  color:#44a718;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}

#notRequired{
  display: none;
}

.greenBackground{ 
  background: #44a718;
  height: 300px;    
  padding: 30px;
}

.activateMsg{
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.didntReceiveMail{
  font-style: italic;
  font-size: 14px;
  color: #fff;
}

.infoIcon{
  width:80px;
}

a.cartLoginNxtBtn {
  padding: 10px 20px;
  background: #ffee;
  color: green;
  font-weight: bold;
}
a.resendEmailBtn {
  padding: 10px 20px;
  background: #ffee;
  color: green;
  font-weight: bold;
}

.singleGreenSection{
  padding : 0px 40px;
}
#divModalProgress .modal-dialog {
  width: 50%;
  margin: 0 auto;
}
#template-btn-wrapper {
  display: inline-block;
}

.download-btn {
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #FE9E10;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border: 0;
}

.download-btn,
a.download-btn {
  text-decoration: none;
}

.download-btn:hover {
  background-color: #333;
  color: #fff;
}

a.download-btn:hover,
a.download-btn:focus {
  color: #fff;
  text-decoration: none;
}

.download-btn:focus {
  outline: none;
}

#order-data-check,
#upload-another-file,
#template-btn-wrapper .inputButton,
#template-download-wrapper .download-btn {
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #FE9E10;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}
#template-btn-wrapper .inputButton a {
  color: #fff;
}
#template-download-wrapper .download-btn {
  margin-left: 0;
}
#order-data-check:hover,
#upload-another-file:hover,
#template-btn-wrapper .inputButton:hover,
#template-download-wrapper .download-btn:hover {
  background-color: #333;
}
.upload-modal .global-main {
  padding: 10px;
  position: relative;
}
.upload-modal .uploadInfo {
  width: 33% !important;
}
.upload-modal .uploadFile {
  padding: 0 0 10px 10px;
}
.upload-modal .print-file-rule-section #template-btn-wrapper {
  display: flex;
}
.upload-modal .print-file-rule-section #template-btn-wrapper .inputButton {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  text-align: center;
}
.upload-modal .rule-list {
  margin: 5px 0 10px 15px;
}
.upload-modal .rule-column label {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.onlinedesigner-btn {
  margin-left: 5px;
}
#orderedProducts .submit_order_btn {
  background: #E00A4F;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  position: relative;
  animation: wave-border 1.5s infinite;
  border: 1px solid red;
}
.fm-upload-note {
  display: none;
  position: absolute;
  bottom: 11%;
  left: 74%;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.85em;
  transition: opacity 0.5s, transform 0.5s;
  text-align: justify;
  width: 50%;
}
.no-upload {
  cursor: not-allowed !important;
  background-color: grey;
}
.no-upload:hover + .fm-upload-note {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}
input[type="file"]:disabled {
  color: #999;
  cursor: not-allowed;
}
.discount-info {
  padding: 5px 0 10px 5px;
  font-weight: bold;
  color: green;
  font-size: 1.2rem;
}
#file-approve-notice {
  color: red;
  margin-top: 15px;
}
.estimate-delivery-date {
  display: block;
}
.cart-holiday-note.production-closure-cart-note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #efc46a;
  border-radius: 7px;
  background: #fff7e5;
  color: #5d4100;
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
}
.cart-holiday-note.production-closure-cart-note strong {
  display: block;
  color: #342500;
  font-weight: bold;
}
.cart-holiday-note.production-closure-cart-note span {
  display: block;
}
.notice-accept-wrapper {
  background: red;
  color: #fff;
  padding: 7px;
  margin: 20px 0 5px 3px;
  font-weight: bold;
}
.upload-message-modal .global-modal-content {
  width: 70% !important;
}
.upload-message-modal .global-main {
  display: inline-block;
  width: 100%;
}
.upload-message-modal .global-footer {
  float: right;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.upload-message-modal .global-footer .download-btn {
  margin-left: 0;
}
.upload-message-modal .global-footer #template-download-wrapper {
  margin-left: 5px;
}
.upload-message-modal .global-head {
  position: relative;
}
.upload-message-modal .modal-close {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  font-size: 3rem;
  line-height: 1;
  color: red;
  cursor: pointer;
  font-weight: bold;
}
.upload-message-modal .modal-close:focus {
  outline: none;
}
.upload-message-modal .modal-close:hover {
  color: #E00A4F;
}
#loader-container.loading:before,
#loader-container.loading:after {
  content: none;
}
.upload-error-message {
  display: none;
  color: red;
}
/* Print file designer layout */
.print-file-designer-container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.print-file-designer-top-row {
  margin-top: 16px;
}

.print-file-designer-top-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
}

.print-file-designer-failed-message {
  margin-bottom: 8px;
}

.print-file-designer-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.print-file-designer-toolbar-spacer {
  flex: 1 1 auto;
}

.print-file-designer-pageinfo {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.print-file-designer-zoom {
  display: flex;
  align-items: center;
  gap: 6px;
}

.print-file-designer-zoom-label {
  font-weight: 600;
}

.print-file-designer-zoom-select {
  width: 90px;
}

.print-file-designer-toolbar-sep {
  width: 1px;
  height: 26px;
  background: #ddd;
}

.print-file-designer-stage {
  width: 100%;
  min-height: 640px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  position: relative;
  padding: 10px;
  overflow: auto;
}

.print-file-designer-frame {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: flex;
  flex-direction: column;
}

.print-file-designer-frame-header {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.print-file-designer-frame-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px;
  overflow: auto;
}

.print-file-designer-frame-body canvas {
  margin: auto;
}

.print-file-designer-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  z-index: 50;
}

.print-file-designer-file-row {
  margin-top: 16px;
}

.print-file-designer-file-label {
  display: block;
  font-weight: 600;
}

.print-file-designer-action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.print-file-designer-preview-iframe {
  width: 100%;
  height: 70vh;
  border: 0;
}

/* Normalize heights + vertical alignment (top row and toolbar) */
.print-file-designer-top-actions .btn,
.print-file-designer-top-row .form-control,
.print-file-designer-top-actions .form-control,
.print-file-designer-toolbar .btn,
.print-file-designer-toolbar .form-control,
.print-file-designer-toolbar .form-control-sm {
  height: 38px;
}

.print-file-designer-top-actions .btn {
  border: none;
}
.print-file-designer-top-actions .btn:hover {
  background: #333;
}

.print-file-designer-toolbar .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.print-file-designer-toolbar .form-control,
.print-file-designer-toolbar .form-control-sm {
  padding-top: 0;
  padding-bottom: 0;
}
#save-warning {
  display: none;
  width: 300px;
  position: absolute;
  bottom: 3%;
  left: 25%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
#btnSaveEditedFile:hover + #save-warning {
  display: block;
  transform: translateX(-55%) translateY(-10px);
}
#deny-template-modal {
  display:none;
}
#deny-template-modal .global-modal-content {
  max-width: 900px;
}
#deny-template-modal textarea {
  width: 100%;
  min-height: 120px;
}
#deny-template-modal .global-footer {
  display:flex;
  justify-content:flex-end;
  gap: 12px;
}
.shopping-cart .download-btn {
  text-transform: uppercase;
  margin-left: 5px;
}

@keyframes wave-border {
  0% {
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  50% {
    border: 1px solid red;
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.3);
  }
  100% {
    border: 1px solid red;
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
}

@media screen and (max-width: 980px) {
  .upload-modal .uploadInfo {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .cartLoginRegRow .loginColumn form {
    width: 100%;
  }
  #register-block .captcha {
    margin-top: 20px;
  }
  .fm-upload-note {
    bottom: 6%;
    left: 58%;
    width: 80%;
  }
  .print-file-designer-top-actions {
    justify-content: flex-start;
    margin-left: 0;
  }

  .print-file-designer-top-row {
    row-gap: 12px;
  }
  .print-file-designer-toolbar, .print-file-designer-top-actions {
    gap: 5px;
  }
  .print-file-designer-toolbar .btn {
    padding: 0 5px;
  }
  .print-file-designer-top-actions .btn,
  .print-file-designer-top-row .form-control,
  .print-file-designer-top-actions .form-control,
  .print-file-designer-toolbar .btn,
  .print-file-designer-toolbar .form-control,
  .print-file-designer-toolbar .form-control-sm {
    height: 30px;
    font-size: 0.9rem;
  }

  .print-file-designer-frame {
    min-height: 0;
  }

  .print-file-designer-frame-body {
    padding: 10px;
    overflow: hidden;
    align-items: stretch;
    justify-content: stretch;
  }

  .print-file-designer-frame-body canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
  }

  .print-file-designer-file-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .print-file-designer-file-row .form-control {
    width: 100%;
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  #divModalProgress .modal-dialog {
    width: 100%;
  }

  .upload-message-modal .global-footer {
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
  }

  .upload-message-modal .global-footer .download-btn {
    width: 100%;
    text-align: center;
  }
  #save-warning {
    width: 260px;
    left: 65%;
  }
}
