/*######################################################################################################################
     GLOBAL STYLES
######################################################################################################################*/
/**** COLORS **********************************************************************************************************/
/**********************************************************************************************************************/
/**** SHADOWS *********************************************************************************************************/
/**********************************************************************************************************************/
/**** BORDERS *********************************************************************************************************/
/**** FONTS ***********************************************************************************************************/
/**********************************************************************************************************************/
/**** TYPEFACES *******************************************************************************************************/
.F1 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 20pt;
  line-height: 32pt;
  text-transform: uppercase;
}
.F2 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.F3 {
  font-family: "quicksand";
  font-size: 11pt;
  line-height: 13pt;
}
.F3S {
  font-family: "quicksand";
  font-size: 9pt;
  line-height: 11pt;
}
.F4 {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
}
.F4b {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
  font-weight: bold;
}
.F5 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 10pt;
  line-height: 14pt;
  text-transform: uppercase;
}
.F6 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 13pt;
  line-height: 16pt;
}
.F7 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 18pt;
  text-transform: uppercase;
}
.F8 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 6pt;
  line-height: 10pt;
  text-transform: uppercase;
}
.F9 {
  font-family: "quicksand";
  font-size: 8pt;
  line-height: 10pt;
}
.F10 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 30pt;
}
.F11 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 9pt;
  line-height: 10pt;
}
.F12 {
  font-family: "roboto_mono";
  font-weight: bold;
  font-size: 10pt;
  line-height: 12pt;
}
.F13 {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
}
/**********************************************************************************************************************/
.F13b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
}
.F14 {
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.F15 {
  font-family: "quicksand";
  line-height: 15pt;
  font-size: 12pt;
}
.F16b {
  font-family: "quicksand";
  font-size: 18pt;
  line-height: 21pt;
  font-weight: bold;
}
.H1 {
  font-size: calc(1.35rem + 1.2vw);
  font-family: "quicksand";
  color: #00488F;
  margin-bottom: 20px;
}
.FS {
  font-size: 12pt;
  font-family: "quicksand";
  color: rgba(0, 0, 0, 0.5);
}
/**** GUARDED MIXINS **************************************************************************************************/
/* mobile first rules */
/* desktop first rules */
.order-details-modal-component .modal-dialog .modal-header .customer-details {
  display: flex;
}
.order-details-modal-component .modal-dialog .modal-header .customer-details .company {
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.7;
}
.order-details-modal-component .modal-dialog .modal-header .customer-details .date {
  padding: 5px 10px;
  color: #00488F;
  background: #B2C6DB;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
}
.order-overview-component .product-name {
  font-size: 10pt;
}
.order-overview-component .summary {
  font-size: 25pt;
  font-weight: normal;
  color: #00488F;
}
.order-overview-component .summary .suffix {
  font-size: 8pt;
  font-weight: normal;
}
.order-overview-component .price-line {
  display: flex;
  font-size: 10pt;
}
.order-overview-component .price-line div {
  display: flex;
}
.order-overview-component .price-line .value {
  color: #00488F;
  font-weight: bold;
}
.order-overview-component .divider-point {
  background-color: rgba(0, 0, 0, 0.5);
  width: 5px;
  height: 5px;
  border-radius: 30px;
  margin: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.order-overview-component .action-column {
  margin: auto;
}
.order-overview-component .action-column div:not(.img-wrapper) {
  margin: auto;
}
.order-overview-component .action-column .th-innovative-placeholder {
  margin: 0;
}
.order-overview-component .action-column .th-innovative-placeholder input {
  background-color: white;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.order-overview-component .action-column .th-innovative-placeholder input:focus {
  background-color: white !important;
}
.order-overview-component .action-column .tnk-button-component button {
  width: 100%;
  padding: 13px;
}
/*
Mobile Styles
 */
@media (max-width: 1755px) {
  .order-overview-component .price-line .divider-point {
    display: none;
  }
}
@media (max-width: 1530px) {
  .order-overview-component .action-column > div {
    width: 100%;
  }
  .order-overview-component .action-column > div:first-child {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .order-overview-component .price-line .divider-point {
    display: flex;
  }
}
@media (max-width: 575px) {
  .order-overview-component .price-line .divider-point {
    visibility: hidden;
  }
  .order-overview-component .summary {
    font-size: 18pt;
  }
  .order-overview-component .summary .suffix {
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
  }
}
.order-process-component {
  min-height: 100vh;
}
.order-process-component .nav-section-left {
  background-color: #B2C6DB55;
  min-height: 100vh;
  width: 500px;
}
.order-process-component .nav-section-left .header-image {
  width: 150px;
  margin: 20px;
  margin-bottom: 100px;
  margin-top: calc(20px + var(--bs-gutter-x) * 0.5);
}
.order-process-component .nav-section-left .order-step-component {
  min-height: calc(100vh - 300px);
}
.order-process-component .nav-section-left .tnk-button-component {
  justify-content: center;
}
.order-process-component .nav-section-left .tnk-button-component .btn-tnk {
  width: calc(100% - 40px);
  padding: 10px;
  justify-content: center;
}
.order-process-component .order-content {
  width: calc(100% - 500px);
}
.order-process-component .process-step-component {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 500px);
  padding-right: 40px;
}
/*
Mobile STYLES
 */
@media (max-width: 1280px) {
  .order-process-component .nav-section-left {
    display: none;
  }
  .order-process-component .order-content {
    width: 100%;
  }
  .process-step-component {
    width: 100% !important;
  }
}
.order-step-content-component {
  padding: 20px;
  height: calc(100vh - 100px);
  padding-bottom: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.order-step-content-component .tnk-button-component {
  justify-content: right;
  display: flex;
}
.order-step-content-component .nav-tabs {
  display: none;
}
.order-step-component {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-step-item-component .icon-column {
  width: 30px;
  text-align: center;
  margin: auto;
  position: relative;
}
.order-step-item-component .icon-column i {
  font-size: 20pt;
  color: #00488F;
}
.order-step-item-component .icon-column img.check-icon {
  width: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.order-step-item-component .icon-column img.dotted-line {
  height: 30px;
}
.order-step-item-component .icon-column .check-icon {
  opacity: 0.3;
}
.order-step-item-component .icon-column .delimiter {
  font-size: 10pt;
  position: absolute;
  left: 26px;
  height: 30px;
}
.order-step-item-component .icon-column .delimiter.delimiter-bottom {
  bottom: -30px;
}
.order-step-item-component .icon-column .delimiter.delimiter-top {
  top: -17px;
}
.order-step-item-component .text-column {
  width: calc(100% - 30px);
  margin: auto;
  opacity: 0.3;
}
.order-step-item-component .text-column .title-group {
  padding: 10px;
}
.order-step-item-component .text-column .title-group .subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.order-step-item-component.active .check-icon {
  opacity: 1;
}
.order-step-item-component.active .text-column {
  opacity: 1;
}
.cart-list-component .cart-list,
.cart-list-component .summary,
.cart-list-component .sub-summary {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cart-list-component .summary {
  display: flex;
  flex-wrap: wrap;
  background-color: #00488F;
  border-radius: 10px;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-list-component .summary > div {
  margin: auto;
}
.cart-list-component .summary .total-sum-value {
  font-size: 18pt;
  line-height: 21pt;
}
.cart-list-component .value-column {
  text-align: right;
}
.cart-list-item-component .cart-list-item-bg {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 #b2c8de52;
  border-radius: 10px;
}
.cart-list-item-component .img-container {
  padding: 0;
  margin: auto;
  border-radius: 10px 0 0 10px;
}
.cart-list-item-component .img-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 250px;
}
.cart-list-item-component .text-container {
  margin: auto;
  padding: 1rem;
}
.cart-list-item-component .text-container .heading-line {
  display: flex;
  flex-wrap: wrap;
}
.cart-list-item-component .text-container .heading-line .name {
  max-width: calc(100% - 45px);
}
.cart-list-item-component .text-container .heading-line .amount {
  margin-left: auto;
}
.cart-list-item-component .value-column {
  text-align: right;
  padding-left: 0;
}
.filter-select-component {
  position: relative;
}
.filter-select-component .filterDropdown {
  position: absolute;
  z-index: 11;
  padding: 20px;
  min-width: 300px;
  border-radius: 5px;
  width: 100%;
}
.filter-select-component .filterDropdown .header-row {
  display: flex;
  flex-wrap: wrap;
}
.filter-select-component .filterDropdown .header-row label {
  margin-top: 5px;
}
.filter-select-component .filterDropdown .header-row .tnk-button-component {
  margin-left: auto;
}
.filter-select-component .filterDropdown .header-row .tnk-button-component .close-btn {
  margin-left: auto;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}
.filter-select-component .filterDropdown .header-row .tnk-button-component .close-btn img {
  margin: 0;
}
.filter-select-component .filterDropdown .action-btn-row {
  display: flex;
  flex-wrap: wrap;
}
.filter-select-component .filterDropdown .action-btn-row .tnk-button-component:last-child {
  margin-left: auto;
}
.filter-select-component .filterDropdown .action-btn-row .tnk-button-component:last-child .reset-btn {
  margin-left: auto;
}
.image-gallery-component .preview {
  background-color: #22222229;
  position: relative;
}
.image-gallery-component .preview .fullscreen-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #B2C6DB55;
  color: #00488F;
  width: 35px;
  height: 35px;
  padding-left: 10px;
  padding-top: 5px;
  cursor: pointer;
  z-index: 1;
}
.image-gallery-component .preview .fullscreen-btn img {
  width: 15px;
}
.image-gallery-component .preview .preview-owl-carousel {
  height: 410px;
}
.image-gallery-component .preview .preview-owl-carousel .owl-item {
  height: 410px;
}
.image-gallery-component .preview .preview-owl-carousel .owl-item .item {
  height: 410px;
}
.image-gallery-component .preview .preview-owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.image-gallery-component .preview .preview-owl-carousel .owl-item a {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.image-gallery-component .thumbnails .thumbnail-carousel-container {
  width: 60%;
  margin: auto;
  position: relative;
}
.image-gallery-component .thumbnails .thumbnail-carousel-container .owl-nav-prev {
  position: absolute;
  left: -20px;
  height: 20px;
  width: 10px;
  top: 18px;
  rotate: 180deg;
  cursor: pointer;
}
.image-gallery-component .thumbnails .thumbnail-carousel-container .owl-nav-next {
  position: absolute;
  right: -20px;
  height: 20px;
  width: 10px;
  top: 12px;
  cursor: pointer;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel {
  height: 50px;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel .owl-item {
  height: 50px;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel .owl-item .item {
  height: 50px;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 45px;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel .owl-item.highlighted {
  border: 2px solid #00488F;
  border-radius: 5px;
}
.image-gallery-component .thumbnails .thumbnail-owl-carousel .owl-nav {
  display: none;
}
.simple-lightbox .lightbox-toolbar ul {
  display: none;
}
.simple-lightbox .sl-close {
  color: #00488F;
}
.simple-lightbox .sl-close:hover {
  color: #002e5c;
}
.simple-lightbox .sl-navigation {
  display: block;
}
.simple-lightbox .sl-navigation .sl-prev {
  display: block !important;
  rotate: 180deg;
}
.simple-lightbox .sl-navigation .sl-prev img:hover {
  color: #002e5c;
}
.simple-lightbox .sl-navigation .sl-next {
  display: block !important;
}
.simple-lightbox .sl-navigation .sl-next img:hover {
  color: #002e5c;
}
.simple-lightbox .sl-counter {
  color: #00488F;
}
.sl-overlay {
  background-color: darkgray;
  opacity: 0.97 !important;
}
.process-step-component {
  width: 100%;
  padding: 20px;
  background-color: #FFFFFF;
}
.process-step-component .btn-column {
  margin: auto;
  margin-left: 0;
}
.process-step-component .progress-column {
  margin: auto;
}
.process-step-component .progress-column .progress-step-bar {
  height: 5px;
  margin: 5px;
  display: flex;
}
.process-step-component .progress-column .progress-step-bar .progress-step-item {
  background-color: #B2C6DB55;
  height: 5px;
  margin: 2px;
}
.process-step-component .progress-column .progress-step-bar .progress-step-item.active {
  background-color: #00488F;
}
.process-step-component .progress-column .progress-text {
  color: #00488F;
  text-align: center;
}
.process-step-component .help-container {
  display: flex;
  text-align: right;
  justify-content: right;
  padding-right: 20px;
  height: 100px;
  margin: auto;
}
.process-step-component .help-container .text-container {
  margin: auto;
  margin-right: 15px;
  color: #00488F;
}
.process-step-component .help-container .text-container p {
  margin: 0;
}
.process-step-component .help-container .icon-container {
  font-size: 20pt;
  height: 50px;
  background-color: #00488F;
  color: #FFFFFF;
  border-radius: 30px;
  width: 50px;
  cursor: pointer;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding-top: 6px;
}
.process-step-component .help-container .icon-container:hover {
  background-color: #002e5c;
}
/*
Mobile STYLES
 */
@media (max-width: 991px) {
  .process-step-component {
    width: 100%;
  }
}
.voucher-component {
  padding-top: 35px;
  position: relative;
}
.voucher-component .loading-indicator-element {
  position: absolute;
  right: 35px;
  top: calc(50% - 10px);
}
.voucher-component .loading-indicator-element .loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #B2C6DB;
  border-right-color: #00488F;
  animation: loader-animation 0.8s infinite linear;
  margin-left: 10px;
}
@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}
.table-period {
  display: flex;
}
.table-period .form-item-component:first-child input {
  border-radius: 5px 0 0 5px;
}
.table-period .form-item-component:last-child input {
  border-radius: 0 5px 5px 0;
}
.order-management-content .filter-select-component button.filter-btn {
  height: 50px;
  width: 100%;
}
.order-management-content .filter-select-component button.filter-btn span,
.order-management-content .filter-select-component button.filter-btn i {
  margin-top: auto;
  margin-bottom: auto;
}
@media print {
  @page {
    size: landscape;
    margin: 0;
  }
  .sidebar-area {
    display: none;
  }
  .order-management-content .row-options {
    display: none;
  }
  .order-management-content .print-btn {
    display: none;
  }
  .order-management-content .download-btn {
    display: none;
  }
  .toolbar-component {
    display: none;
  }
}

