@font-face {
  font-family: "HelveticaNeueLTW05-45Light";
  src: url("../fonts/HelveticaNeueLTW05-45Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW05-45Light.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTW05-55Roman";
  src: url("../fonts/HelveticaNeueLTW05-55Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW05-55Roman.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTW05-65Medium";
  src: url("../fonts/HelveticaNeueLTW05-65Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW05-65Medium.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTW05-75Bold";
  src: url("../fonts/HelveticaNeueLTW05-75Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW05-75Bold.woff") format("woff");
}
/* Variables */
/* CB Base styling */
/* Universal */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family: HelveticaNeueLTW05-55Roman;
  color: #52565A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease;
  font-size: 1rem;
}

* {
  font-family: HelveticaNeueLTW05-55Roman, Arial, sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: inherit;
}

/* Typography */
.xx-large {
  font-size: 4.1875rem;
}

.x-large {
  font-size: 3.1875rem;
}

.large {
  font-size: 2.375rem;
}

.medium {
  font-size: 1.75rem;
}

.small {
  font-size: 1.3125rem;
}

.x-small {
  font-size: 1rem;
}

.xx-small {
  font-size: 0.875rem;
}

.xxx-small {
  font-size: 0.75rem;
}

@media only screen and (max-width: 576px) {
  .xx-large {
    font-size: 3.1875rem;
  }
  .x-large {
    font-size: 2.375rem;
  }
  .large {
    font-size: 1.75rem;
  }
  .medium {
    font-size: 1.3125rem;
  }
  .small {
    font-size: 1rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  color: #293189;
  font-family: HelveticaNeueLTW05-65Medium;
  margin: 0;
  margin-bottom: 1.5rem;
}

p {
  margin: 0;
}

a {
  color: #118CCF;
}

a, button {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: inherit;
}

ul, li {
  padding: 0;
  margin: 0;
}

.lead-p {
  font-size: 1.25rem;
  font-family: HelveticaNeueLTW05-65Medium;
}

.terms {
  font-size: 0.875rem;
  color: #9697A3;
}

.strong {
  font-family: HelveticaNeueLTW05-75Bold;
}

.error {
  color: #DA291C;
  font-size: 0.875rem;
}

.hint, .note, .info {
  font-size: 0.875rem;
}

.note {
  border-left: 0.25rem solid #A0A1A5;
  padding-left: 0.5rem;
}

.hide {
  display: none;
}

img {
  width: 100%;
}

/* Form typography */
.form-label {
  font-family: HelveticaNeueLTW05-65Medium;
}

/* Grid */
.container, .container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 576px) {
  .container, .container-xl {
    max-width: 540px;
  }
}
@media only screen and (min-width: 752px) {
  .container, .container-xl {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container, .container-xl {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1172px) {
  .container, .container-xl {
    max-width: 1140px;
  }
}

.container-fluid {
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  padding: 0 1rem;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

.col-1-sm {
  width: 4.6666666667%;
}

.col-2-sm {
  width: 13.3333333333%;
}

.col-3-sm {
  width: 22%;
}

.col-4-sm {
  width: 30.6666666667%;
}

.col-5-sm {
  width: 39.3333333333%;
}

.col-6-sm {
  width: 48%;
}

.col-7-sm {
  width: 56.6666666667%;
}

.col-8-sm {
  width: 65.3333333333%;
}

.col-9-sm {
  width: 74%;
}

.col-10-sm {
  width: 82.6666666667%;
}

.col-11-sm {
  width: 91.3333333333%;
}

.col-12-sm {
  width: 100%;
}

@media only screen and (min-width: 752px) {
  .col-1 {
    width: 4.6666666667%;
  }
  .col-2 {
    width: 13.3333333333%;
  }
  .col-3 {
    width: 22%;
  }
  .col-4 {
    width: 30.6666666667%;
  }
  .col-5 {
    width: 39.3333333333%;
  }
  .col-6 {
    width: 48%;
  }
  .col-7 {
    width: 56.6666666667%;
  }
  .col-8 {
    width: 65.3333333333%;
  }
  .col-9 {
    width: 74%;
  }
  .col-10 {
    width: 82.6666666667%;
  }
  .col-11 {
    width: 91.3333333333%;
  }
  .col-12 {
    width: 100%;
  }
  .hidden-sm {
    display: block;
  }
  .float-right {
    float: right !important;
  }
}
/* Container-flex */
.container-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

.justify-content-between {
  justify-content: space-between;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.d-inline-flex {
  display: inline-flex;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-1 {
  flex: 1;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.mt-0 {
  margin-top: 0 !important;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.left-4rem {
  left: 4rem;
}

.right-4rem {
  right: 4rem;
}

.right-0 {
  right: 0;
}

.inset-0 {
  inset: 0;
}

.gap-spacing-sm {
  gap: 8px;
}

.spacing-3xl-mt {
  margin-top: 48px;
}

.spacing-sm-pt {
  padding-top: 8px;
}

.spacing-sm-mb {
  margin-bottom: 8px;
}

.spacing-4xl-pt {
  padding-top: 56px;
}

.spacing-4xl-pb {
  padding-top: 56px;
}

.spacing-6xl-pt {
  padding-top: 72px;
}

.spacing-6xl-pb {
  padding-bottom: 72px;
}

.spacing-4xl-mb {
  margin-bottom: 56px;
}

.spacing-6xl-mb {
  margin-bottom: 72px;
}

.spacing-2xl-mb {
  margin-bottom: 40px;
}

.spacing-2xl-mt {
  margin-top: 40px;
}

.spacing-2xl-pt {
  padding-top: 40px;
}

.spacing-2xl-pb {
  padding-bottom: 40px;
}

.spacing-xl-mb {
  margin-bottom: 32px;
}

.spacing-xl-mt {
  margin-top: 32px;
}

.pt-4 {
  padding-top: 4px;
}

.spacing-l-mb {
  margin-bottom: 24px !important;
}

.spacing-l-mt {
  margin-top: 24px !important;
}

.spacing-md-mt {
  margin-top: 16px;
}

.spacing-md-mb {
  margin-bottom: 16px !important;
}

.gap-24 {
  gap: 24px;
}

.gap-64 {
  gap: 64px;
}

.gap-16 {
  gap: 16px;
}

.gap-4 {
  gap: 4px;
}

.gap {
  gap: 0.5rem;
}

.mt-30 {
  margin-top: 30px;
}

.gap-xl {
  gap: 32px;
}

.translate-y-20 {
  transform: translateY(-20px);
}

.ms-4 {
  margin-left: 4px;
}

.ms-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-12 {
  margin-top: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.mr-spacing-4xl {
  margin-right: 56px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pe-10 {
  padding-right: 10px !important;
}

/* Inputs */
.input {
  margin-bottom: 2rem;
}
.input label {
  display: block;
}
.input label input, .input label textarea, .input label select {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #52565A;
  height: 48px;
  display: block;
  width: 100%;
  border: 1px solid #DDDEDF;
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: inherit;
  box-sizing: border-box;
  caret-color: #118CCF;
}
.input label input:focus, .input label textarea:focus, .input label select:focus {
  outline: none;
  border: 1px solid #118CCF;
}
.input label textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
.input label .uppercase {
  text-transform: uppercase;
}

/* Buttons */
button, .button {
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  color: #fff;
  border: none;
  font-size: 1em;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 2rem;
}
button:focus, .button:focus {
  outline: none;
}
button.full-width, .button.full-width {
  width: 100%;
}
button.primary, .button.primary {
  background: #293189;
}
button.primary:hover, .button.primary:hover {
  background: #545AA1;
}
button.primary:focus, .button.primary:focus {
  background: #293189;
}
button.secondary, .button.secondary {
  background: #fff;
  color: #52565A;
  border: 1px solid #DDDEDF;
}
button.secondary:hover, .button.secondary:hover {
  border: 1px solid #118CCF;
}
button.secondary:focus, .button.secondary:focus {
  border: 1px solid #DDDEDF;
}
button.tertiary, .button.tertiary {
  background: #118CCF;
}
button.tertiary:hover, .button.tertiary:hover {
  background: #41A3D9;
}
button.tertiary:focus, .button.tertiary:focus {
  background: #118CCF;
}
button:disabled, .button:disabled {
  opacity: 0.6;
}
button:disabled:hover, .button:disabled:hover {
  cursor: not-allowed;
}

.table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
}
.table p {
  font-size: 0.875rem;
}
.table table thead tr {
  background: #f9f9f9;
  text-align: left;
}
.table table thead tr th {
  padding: 1.5rem 1rem 1.5rem 1rem;
  font-family: HelveticaNeueLTW05-65Medium;
  font-weight: inherit;
  border-bottom: 2px solid #EDEEEE;
}
.table table tbody tr td {
  background: #fff;
  padding: 2.5rem 1rem 2.5rem 1rem;
  border-bottom: 0.25rem solid #f9f9f9;
}
.table table tbody tr td p:nth-child(2) {
  color: #9697A3;
}
.table.compressed thead tr th {
  padding: 1rem 1rem 1rem 1rem;
}
.table.compressed tbody tr td {
  padding: 1.5rem 1rem 1.5rem 1rem;
}

/**
 * @license
 * Generated by Zeplin
 * Copyright (C) 2023 - present Zeplin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:root {
  --01-blue-blue-01: #293189;
  --01-blue-blue-02: #545aa1;
  --01-blue-blue-03: #7f83b8;
  --01-blue-blue-04: #a9add0;
  --01-blue-blue-05: #d4d6e7;
  --01-blue-blue-06: #e9eaf3;
  --01-blue-blue-07: #f4f4f9;
  --01-blue-blue-08: #121858;
  --02-cyan-cyan-01: #0073ac;
  --02-cyan-cyan-02: #338fbd;
  --02-cyan-cyan-03: #66abcd;
  --02-cyan-cyan-04: #99c7de;
  --02-cyan-cyan-05: #cce3ee;
  --02-cyan-cyan-06: #e5f1f6;
  --02-cyan-cyan-07: #f2f8fb;
  --02-cyan-cyan-08-brand-avoid-using-in-ui: #118ccf;
  --04-white-white-01: #fff;
  --04-white-white-02: rgba(255, 255, 255, 0.8);
  --04-white-white-03: rgba(255, 255, 255, 0.6);
  --04-white-white-04: rgba(255, 255, 255, 0.4);
  --04-white-white-05: rgba(255, 255, 255, 0.2);
  --04-white-white-06: rgba(255, 255, 255, 0.1);
  --04-white-white-07: rgba(255, 255, 255, 0.05);
  --03-grey-grey-01: #3e4144;
  --03-grey-grey-02: #636668;
  --03-grey-grey-03: #898b8d;
  --03-grey-grey-04: #aeafb0;
  --03-grey-grey-05: #d3d4d5;
  --03-grey-grey-06: #e6e6e7;
  --03-grey-grey-07: #f1f1f1;
  --06-background-grey: #f9f9f9;
  --06-background-white: #fff;
  --05-accents-purple-purple-50: #b38eba;
  --05-accents-purple-purple-10: #efe8f1;
  --05-accents-teal-teal-dark-60: #66adb9;
  --05-accents-teal-teal-dark-20: #cce4e8;
  --05-accents-teal-light-teal-light-70: #b4cccf;
  --05-accents-teal-light-teal-light-30: #dee9ea;
  --05-accents-green-green-80: #93cb4d;
  --05-accents-green-green-30: #d6ebbc;
  --05-accents-yellow-yellow-90: #ffd733;
  --05-accents-yellow-yellow-50: #ffe88b;
  --05-accents-yellow-yellow-10: #fffae5;
  --05-accents-orange-orange-60: #ffb45e;
  --05-accents-orange-orange-20: #ffe6ca;
  --05-accents-red-red-70: #e7685c;
  --05-accents-red-red-30: #f5bdb9;
  --05-accents-red-red-05: #fdf4f3;
  --05-accents-purple-purple-05: #f7f3f8;
  --05-accents-green-green-100: #78be20;
  --05-accents-teal-teal-dark-100: #00778b;
  --05-accents-yellow-yellow-100: #ffcd00;
  --05-accents-forrest-green-forrest-green-90: #85a65c;
  --05-accents-forrest-green-forrest-green-50: #bbcea4;
  --05-accents-forrest-green-forrest-green-10: #f1f5ec;
  --05-accents-olive-olive-60: #d6ca66;
  --05-accents-olive-olive-20: #f1edcc;
  --05-accents-pink-pink-70: #dc5796;
  --05-accents-pink-pink-30: #f0b7d2;
  --05-accents-purple-purple-80: #854b91;
  --05-accents-purple-purple-40: #c2a5c8;
  --05-accents-teal-teal-dark-90: #198496;
  --05-accents-teal-teal-dark-50: #7fbbc5;
  --05-accents-teal-light-teal-light-60: #bfd4d6;
  --05-accents-teal-light-teal-light-20: #eaf1f1;
  --05-accents-green-green-70: #a0d162;
  --05-accents-green-green-20: #e4f2d2;
  --05-accents-yellow-yellow-80: #fd5;
  --05-accents-orange-orange-90: #ff8f00;
  --05-accents-orange-orange-50: #ffc478;
  --05-accents-orange-orange-10: #fff2e4;
  --05-accents-red-red-60: #eb7f74;
  --05-accents-red-red-20: #f9d4d1;
  --05-accents-forrest-green-forrest-green-05: #f8faf6;
  --05-accents-teal-teal-dark-05: #f2f8f9;
  --05-accents-orange-orange-100: #ff8200;
  --05-accents-teal-light-teal-light-100: #94b7bb;
  --05-accents-forrest-green-forrest-green-80: #93b16e;
  --05-accents-forrest-green-forrest-green-40: #c9d8b7;
  --05-accents-olive-olive-90: #c1ae19;
  --05-accents-olive-olive-50: #ddd27f;
  --05-accents-olive-olive-10: #f8f6e5;
  --05-accents-pink-pink-60: #e26fa5;
  --05-accents-pink-pink-20: #f5cfe1;
  --05-accents-purple-purple-70: #94619e;
  --05-accents-purple-purple-30: #d1bbd5;
  --05-accents-teal-teal-dark-80: #3392a2;
  --05-accents-teal-teal-dark-40: #99c9d1;
  --05-accents-teal-light-teal-light-90: #9ebec1;
  --05-accents-teal-light-teal-light-50: #c9dbdd;
  --05-accents-teal-light-teal-light-10: #f4f7f8;
  --05-accents-green-green-60: #aed879;
  --05-accents-green-green-10: #f1f8e8;
  --05-accents-yellow-yellow-70: #ffe26a;
  --05-accents-yellow-yellow-30: #fff0b2;
  --05-accents-orange-orange-80: #ff9c1e;
  --05-accents-orange-orange-40: #ffce96;
  --05-accents-red-red-90: #e5432d;
  --05-accents-red-red-50: #ee938b;
  --05-accents-red-red-10: #fbe8e7;
  --05-accents-olive-olive-05: #fbfaf2;
  --05-accents-teal-light-teal-light-05: #f9fbfb;
  --05-accents-pink-pink-100: #ce0f69;
  --05-accents-purple-purple-100: #671e75;
  --05-accents-forrest-green-forrest-green-70: #a0ba80;
  --05-accents-forrest-green-forrest-green-30: #d6e1c8;
  --05-accents-olive-olive-80: #c9b833;
  --05-accents-olive-olive-40: #e4db99;
  --05-accents-pink-pink-90: #d22778;
  --05-accents-pink-pink-50: #e687b4;
  --05-accents-pink-pink-10: #fae7f0;
  --05-accents-purple-purple-60: #a478ac;
  --05-accents-purple-purple-20: #e1d2e3;
  --05-accents-teal-teal-dark-70: #4c9fad;
  --05-accents-teal-teal-dark-30: #b2d6dc;
  --05-accents-teal-light-teal-light-80: #a9c5c9;
  --05-accents-teal-light-teal-light-40: #d4e2e4;
  --05-accents-green-green-90: #85c436;
  --05-accents-green-green-40: #c9e5a6;
  --05-accents-green-green-50: #bbde8f;
  --05-accents-yellow-yellow-60: #ffe67c;
  --05-accents-yellow-yellow-20: #fff5cc;
  --05-accents-orange-orange-70: #ffa741;
  --05-accents-orange-orange-30: #ffdaaf;
  --05-accents-red-red-80: #e4574a;
  --05-accents-red-red-40: #f2a9a2;
  --05-accents-green-green-05: #f8fbf4;
  --05-accents-pink-pink-05: #fcf3f7;
  --05-accents-yellow-yellow-05: #fffcf2;
  --05-accents-forrest-green-forrest-green-100: #789d4a;
  --05-accents-red-red-100: #da291c;
  --05-accents-olive-olive-100: #bba600;
  --05-accents-forrest-green-forrest-green-60: #aec492;
  --05-accents-forrest-green-forrest-green-20: #e4ebdb;
  --05-accents-olive-olive-70: #cfc04c;
  --05-accents-olive-olive-30: #eae4b2;
  --05-accents-pink-pink-80: #d83f87;
  --05-accents-pink-pink-40: #eb9fc3;
  --05-accents-purple-purple-90: #763482;
  --06-background-overlay: rgba(62, 65, 68, 0.57);
  --05-accents-teal-teal-dark-10: #e5f1f3;
  --05-accents-yellow-yellow-40: #ffeda4;
  --05-accents-orange-orange-05: #fff9f2;
  --02-cyan-cyan-05: #f1f9ff;
  --05-accents-green-green-05: #f8fbf4;
  --04-white-white-100: #fff;
  --04-white-white-01: #fff;
  --component-styles-dot-paginator-active: #52565a;
  --component-styles-dot-paginator-default: #d1d1d7;
  --component-styles-buttons-other-dark-blue-higlighter-20: rgba(18, 24, 88, 0.2);
  --base-colours-and-styles-primary-colours-cyan-05: #f1f9ff;
  --04-white-white-100: #fff;
  --04-white-white-08: rgba(255, 255, 255, 0);
  --05-accents-pink-pink-100: #ce0f69;
}

body {
  background: #f9f9f9;
  overflow: hidden;
  display: flex;
}

.intro-list {
  list-style: none;
}
.intro-list li {
  margin-bottom: 1.5rem;
}

/* Side nav */
.side-nav {
  height: 100%;
  width: auto;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0.5rem;
  padding-right: 0;
  flex-shrink: 0;
}
.side-nav .inner {
  background-image: linear-gradient(347deg, var(--01-blue-blue-01), var(--02-cyan-cyan-01));
  border-radius: 0.5rem;
  height: 100%;
  width: 15rem;
  transition: all 0.6s ease;
  position: relative;
}
.side-nav .inner .side-nav-logo {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.side-nav .inner .side-nav-logo img {
  transition: all 0.6s ease;
  max-width: 90px;
  margin-top: 13px;
}
.side-nav .inner .side-nav-logo .nav-collapse-btn {
  background: #0073ac;
  border-radius: 5px;
  width: 1.5rem;
  height: 72px;
  display: inline-flex;
  transition: all 0.6s ease;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.side-nav .inner .side-nav-logo .nav-collapse-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-nav.retract .inner {
  width: 5rem;
}
.side-nav.retract .inner .side-nav-logo .nav-collapse-btn {
  width: auto;
  left: 0.2rem;
}
.side-nav.retract .inner .side-nav-logo .nav-collapse-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-nav.retract .inner .side-nav-logo img {
  width: 0;
  opacity: 0;
}
.side-nav.retract .profile-arrow {
  display: none;
}
.side-nav.retract .profile-name {
  display: none;
}
.side-nav.retract .side-nav-profile {
  justify-content: center;
}
.side-nav.retract .profile-avatar {
  margin-right: 0;
}
.side-nav.retract .menu-link-text {
  display: none;
}
.side-nav.retract .side-nav-list-main li {
  position: relative;
}
.side-nav.retract .side-nav-list-main li a {
  justify-content: center;
}
.side-nav.retract .side-nav-list-main li a i {
  margin-right: 0;
}
.side-nav.retract .side-nav-list-main li a.active {
  background: rgba(18, 24, 88, 0.2);
  box-shadow: 0 2px 8px 0 rgba(41, 49, 137, 0.08);
}
.side-nav.retract .side-nav-list-main li a.active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.side-nav.retract .side-nav-list-main li:hover {
  background: transparent;
}
.side-nav.retract .submenu {
  position: absolute;
  background: #121858 !important;
  padding: 0.5rem;
  top: -50%;
  right: -10.2rem;
  width: 10rem;
  border-radius: 3px;
}
.side-nav.retract .submenu li a {
  justify-content: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.side-nav.retract .submenu li:hover {
  background: none;
}
.side-nav.retract .updown-arrow {
  display: none;
}
.side-nav.retract .submenu-icon {
  display: none !important;
}
.side-nav.retract .submenu-item a::before {
  display: none;
}
.side-nav-logo {
  padding: 1rem;
}
.side-nav-logo img {
  max-width: 128px;
}
.side-nav-list {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.side-nav-list-main {
  list-style-type: none;
}
.side-nav-list-main > li {
  font-size: 1rem;
  line-height: 1.2rem;
  position: relative;
}
.side-nav-list-main > li:nth-child(1)::before {
  content: "";
  height: 1px;
  background: #3f90cb;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0;
  display: block;
}
.side-nav-list-main > li:nth-child(1)::after {
  content: "";
  height: 1px;
  background: #3f90cb;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  display: block;
}
.side-nav-list-main > li:nth-child(1) {
  margin-bottom: 1rem;
}
.side-nav-list-main > li:nth-child(1) a {
  padding: 0.1rem 0.3rem;
}
.side-nav-list-main > li:nth-child(1):hover {
  background: transparent;
}
.side-nav-list-main > li.submenu-item > a {
  position: relative;
}
.side-nav-list-main > li.submenu-item > a::before {
  background: url("../img/plus-icon.png") no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.side-nav-list-main > li.submenu-item > a.active::before {
  background: url("../img/minus-icon.png") no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  border: none;
}
.side-nav-list-main > li .submenu {
  display: none;
  list-style-type: none;
}
.side-nav-list-main > li .submenu li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.side-nav-list-main > li .submenu li a .submenu-icon {
  background: url("../img/submenu-icon.png") no-repeat 0 0;
  background-size: cover;
  width: 0.5rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.side-nav-list-main > li .submenu li a:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.side-nav-list-main > li .submenu li .sub-submenu {
  display: none;
  list-style-type: none;
  padding-left: 10px;
}
.side-nav-list-main > li .submenu li .sub-submenu.menu-open {
  display: block;
  margin-top: 0;
}
.side-nav-list-main > li .submenu.menu-open {
  display: block;
  background: rgba(18, 24, 88, 0.2);
  box-shadow: 0 2px 8px 0 rgba(41, 49, 137, 0.08);
  margin-top: 0;
}
.side-nav-list-main > li a {
  font-family: HelveticaNeueLTW05-55Roman;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 16px 12px;
  opacity: 0.7;
}
.side-nav-list-main > li a.active {
  background: rgba(18, 24, 88, 0.2);
  box-shadow: 0 2px 8px 0 rgba(41, 49, 137, 0.08);
  opacity: 1;
}
.side-nav-list-main > li a:hover {
  opacity: 1;
}
.side-nav-list-main > li a.active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.side-nav-list-main > li > a:hover {
  background: rgba(18, 24, 88, 0.2);
  box-shadow: 0 2px 8px 0 rgba(41, 49, 137, 0.08);
  opacity: 1;
}
.side-nav-list-main > li .menu-icon-text {
  background: url("../img/menu-icon-text.png") no-repeat 0 0;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-1 {
  background: url("../img/menu-icon-1.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-2 {
  background: url("../img/menu-icon-2.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-3 {
  background: url("../img/menu-icon-3.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-4 {
  background: url("../img/menu-icon-4.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-5 {
  background: url("../img/menu-icon-5.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-6 {
  background: url("../img/menu-icon-6.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-7 {
  background: url("../img/menu-icon-7.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-8 {
  background: url("../img/menu-icon-8.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-9 {
  background: url("../img/menu-icon-9.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .menu-icon-10 {
  background: url("../img/menu-icon-10.png") no-repeat 0 0;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.side-nav-list-main > li .updown-arrow {
  background: url("../img/up-down-arrow.png") no-repeat 0 0;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-left: 0.7rem;
  flex-shrink: 0;
}
.side-nav-profile {
  background: #121858;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  padding: 0.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.side-nav-profile .profile-avatar {
  background: #ce2569;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.8rem;
}
.side-nav-profile .profile-name {
  font-family: "HelveticaNeueLTW05-45Light";
  color: #fff;
  font-size: 16px;
}
.side-nav-profile .profile-arrow {
  background: url("../img/add-icon.svg") no-repeat 0 0;
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}

.page {
  padding-top: 2rem;
  height: 100%;
  overflow: auto;
  width: 100%;
}

.page-header h1 {
  margin: 0;
  font-weight: 500;
}
.page-header .control-bar {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.page-header .control-bar .filters {
  display: flex;
}
.page-header .control-bar button, .page-header .control-bar .button {
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  background-color: #FFFFFF;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #EBEBEB;
  width: 152px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  text-decoration: none;
  color: #52565A;
}
.page-header .control-bar button.small, .page-header .control-bar .button.small {
  width: auto;
}
.page-header .control-bar button span, .page-header .control-bar .button span {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: #DDDEDF;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.page-header .control-bar .save-views button, .page-header .control-bar .save-views .button {
  background: #F4F4F9;
  color: #293189;
  border: none;
  width: 194px;
  margin-right: 0;
}
.page-header .control-bar .save-views button span, .page-header .control-bar .save-views .button span {
  background: none;
  border: 2px solid #293189;
}

.page-heading-panel {
  border-bottom: 2px solid #edeeee;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-heading-panel h1 {
  margin-bottom: 0;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper {
  position: relative;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper .filled-date-link {
  font-family: HelveticaNeueLTW05-75Bold;
  color: #118CCF;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-decoration: underline;
  margin-right: 0.1rem;
  position: relative;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper .filled-date-link:hover {
  text-decoration: none;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper .filled-date-link img {
  max-width: 24px;
  margin-right: 8px;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper .filled-date-link span {
  font-family: HelveticaNeueLTW05-75Bold;
}
.page-heading-panel .page-heading-right .filled-date-link-wrapper span {
  font-family: HelveticaNeueLTW05-55Roman;
  padding-left: 8px;
  color: #118CCF;
}

.fill-data-table {
  border-collapse: collapse;
  margin-top: 1.2rem;
}
.fill-data-table tr {
  background: #fff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  cursor: pointer;
}
.fill-data-table tr th {
  background: #f9f9f9;
  text-align: left;
  padding: 0.8rem 1rem 0.8rem;
  border-bottom: 2px solid #edeeee;
  color: #9697a3;
  white-space: nowrap;
}
.fill-data-table tr th.p-0 {
  padding: 0;
}
.fill-data-table tr td {
  padding: 2rem 1rem;
  border-bottom: 2px solid #edeeee;
  color: #52565a;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.fill-data-table tr td span {
  display: block;
  color: #9697a3;
  font-weight: 400;
}
.fill-data-table tr:hover td:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.13);
}
.fill-data-table tr:hover td:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  right: 0;
  z-index: -1;
  width: 36px;
  background: #fff;
}
.fill-data-table tr:hover td:nth-child(1):after {
  content: "";
  display: none;
}
.fill-data-table tr:hover td:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: -1;
  width: 15px;
  background: #fff;
}
.fill-data-table tr:hover td.no-data:before {
  content: "";
  display: none;
}
.fill-data-table tr:hover td.no-data:after {
  content: "";
  display: none;
}
.fill-data-table .fill-data-table tr:hover .fill-data-table tr td:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.3);
}
.fill-data-table .text-blue {
  color: #293189;
  font-weight: 600;
}
.fill-data-table .status-cancelled div {
  color: #ff821d;
  position: relative;
  padding-left: 35px;
}
.fill-data-table .status-cancelled div::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff821d;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.fill-data-table .status-closed div {
  color: #78be21;
  position: relative;
  padding-left: 35px;
}
.fill-data-table .status-closed div::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #78be21;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.fill-data-table .status-open div {
  color: #293189;
  position: relative;
  padding-left: 35px;
}
.fill-data-table .status-open div::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border: 2px solid #293189;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.fill-data-table .green {
  color: #78be21;
}
.fill-data-table .capped-text {
  background: #eaebf3;
  padding: 2px 4px;
  display: inline-block;
  color: #293189;
  margin-top: 4px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.fill-data-table .short-btn {
  background: url("../img/short-btn.png") no-repeat 0 0;
  background-size: cover;
  border: 1px solid #bebfc2;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  display: block;
}
.fill-data-table.compress-table-view td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.fill-data-table.compress-table-view .short-btn {
  background: url(../img/short-btn-compress.png) no-repeat 0 0;
  background-size: cover;
  border: 1px solid #bebfc2;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  display: block;
}

.fill-data-top-btn-panel {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}
.fill-data-top-btn-panel .fill-data-drop-btn {
  margin-right: 8px;
  position: relative;
}
.fill-data-top-btn-panel .fill-data-drop-btn a {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #52565a;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.fill-data-top-btn-panel .fill-data-drop-btn a img {
  max-width: 22px;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a > span {
  background: url("../img/drop-arrow-grey.png") no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 24px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a .status-icon {
  background: url("../img/status-checked-icon.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a .customer-icon {
  background: url("../img/customer-icon.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a .container-icon {
  background: url("../img/container-icon.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a .brand-icon {
  background: url("../img/brand-icon.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active {
  border-color: #b3d8f6;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active span {
  background: url("../img/drop-arrow-active.png") no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 24px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .status-icon {
  background: url("../img/status-checked-icon-active.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .customer-icon {
  background: url("../img/customer-icon-active.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .container-icon {
  background: url("../img/container-icon-active.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .brand-icon {
  background: url("../img/brand-icon-active.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .clear-filter-btn {
  background: url("../img/close-btn-filter.png") no-repeat 0 0 #fff;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  position: absolute;
  right: 11px;
  top: 17px;
}
.fill-data-top-btn-panel .fill-data-drop-btn a.active .clear-filter-btn:hover {
  background: url("../img/close-btn-filter-hover.png") no-repeat 0 0 #fff;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  position: absolute;
  right: 11px;
  top: 17px;
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-dropdown {
  background: #fff;
  border-radius: 5px;
  width: 288px;
  border: 1px solid #e0e1e2;
  position: absolute;
  top: 52px;
  padding: 1rem;
  z-index: 999;
  display: none;
  right: -126px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-dropdown.show {
  display: block;
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #dedfe0 transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-dropdown h3 {
  font-size: 16px;
  line-height: 24px;
  color: #52565a;
  margin-bottom: 8px;
}
.fill-data-top-btn-panel .fill-data-drop-btn .fill-data-drop-link.active {
  color: #158ed0;
  box-shadow: 0 2px 4px 0 rgba(150, 151, 163, 0.13);
}
.fill-data-top-btn-panel .fill-data-btns-left {
  display: flex;
}
.fill-data-top-btn-panel .fill-data-btns-right {
  display: flex;
}
.fill-data-top-btn-panel .icon-btn a {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.fill-data-top-btn-panel .icon-btn a img {
  margin-right: 0;
  max-width: 20px;
}
.fill-data-top-btn-panel .saved-btn {
  margin-right: 0;
}
.fill-data-top-btn-panel .saved-btn a {
  background: #eeeef3;
  border-color: #eeeef3;
  border-radius: 2px;
  color: #293189;
}
.fill-data-top-btn-panel .saved-btn a img {
  max-width: 14px;
}
.fill-data-top-btn-panel .saved-btn a > span {
  background: url("../img/drop-arrow-blue.png") no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 24px;
}
.fill-data-top-btn-panel .saved-btn a.active {
  background: #f3f9fc;
}
.fill-data-top-btn-panel .saved-btn a.active .clear-filter-btn {
  display: block;
}
.fill-data-top-btn-panel .saved-btn .clear-filter-btn {
  background: url("../img/close-btn-filter.png") no-repeat 0 0 #f3f9fc !important;
  background-size: contain !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
}
.fill-data-top-btn-panel .saved-btn .clear-filter-btn:hover {
  background: url("../img/close-btn-filter-hover.png") no-repeat 0 0 #fff !important;
  background-size: contain !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.progress-wrapper {
  height: 3px;
  border-radius: 30px;
  background: #edeeee;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 100px;
}
.progress-wrapper .progress-bar {
  height: 3px;
  border-radius: 30px;
}
.progress-wrapper .progress-bar.green {
  background: #78be21;
}
.progress-wrapper .progress-bar.blue {
  background: #293189;
}

.viewed-result {
  margin-bottom: 1rem;
}
.viewed-result h4 {
  margin-bottom: 0;
  color: #52565a;
  font-size: 0.8rem;
}
.viewed-result h4 span {
  color: #293189;
  font-weight: 600;
}
.viewed-result .progress-wrapper {
  max-width: 250px;
}

.load-more-btn {
  margin-bottom: 1rem;
}
.load-more-btn a {
  font-size: 1rem;
}
.load-more-btn a:hover {
  text-decoration: none;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.grid-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-three-col .custom-checkbox-row {
  margin-top: 0;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.col-sm-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------Home Starts--------*/
.page-home {
  flex-direction: column;
  overflow: auto;
}

.body-top-padd {
  padding-top: 71px;
}

.top-nav-wrapper {
  background: #fff;
  box-shadow: 0px 15px 10px -12px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.top-nav-wrapper .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
.top-nav-wrapper .top-nav-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 5px;
}
.top-nav-wrapper .top-nav-panel .logo a {
  display: block;
}
.top-nav-wrapper .top-nav-panel .main-nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.top-nav-wrapper .top-nav-panel .main-nav ul li {
  margin-left: 48px;
}
.top-nav-wrapper .top-nav-panel .main-nav ul li a {
  color: #52565A;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top-nav-wrapper .top-nav-panel .main-nav ul li a:hover {
  color: #118CCF;
}
.top-nav-wrapper .top-nav-panel .main-nav ul li.get-started-btn a {
  font-family: HelveticaNeueLTW05-65Medium;
  background: #293189;
  font-size: 16px;
  line-height: 24px;
  color: #F9F9F9;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top-nav-wrapper .top-nav-panel .main-nav ul li.get-started-btn a:hover {
  background: #545AA1;
}
.top-nav-wrapper .collapse-bar {
  background: url("../img/menu-bars.png") no-repeat 0 0;
  width: 36px;
  height: 24px;
  display: inline-block;
  display: none;
}

.hero-area-wrapper {
  background: #fff;
}
.hero-area-wrapper .hero-area .row {
  display: flex;
}
@media (max-width: 1023px) {
  .hero-area-wrapper .hero-area .row {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.hero-area-wrapper .hero-area .hero-pic {
  flex: 0 0 50%;
  max-width: 50%;
}
.hero-area-wrapper .hero-area .hero-pic img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .hero-area-wrapper .hero-area .hero-pic {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.hero-area-wrapper .hero-area .hero-text {
  padding-left: 4rem;
  padding-right: 4rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-area-wrapper .hero-area .hero-text .hero-text-inner {
  max-width: 700px;
}
.hero-area-wrapper .hero-area .hero-text .hero-text-inner h1 {
  margin-bottom: 16px;
}
.hero-area-wrapper .hero-area .hero-text h3 {
  color: #52565A;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-area-wrapper .hero-area .hero-text h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
.hero-area-wrapper .hero-area .hero-text .hero-btn {
  background: #293189;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 20px 78px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.hero-area-wrapper .hero-area .hero-text .hero-btn:hover {
  background: #545AA1;
}
@media (max-width: 767px) {
  .hero-area-wrapper .hero-area .hero-text .hero-btn {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .hero-area-wrapper .hero-area .hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.brewery-logo-wrapper {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .brewery-logo-wrapper {
    padding-top: 60px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .brewery-logo-wrapper {
    padding-top: 60px;
    background: #fff;
  }
}

@media (max-width: 1023px) {
  .brewery-logo-wrapper-inner {
    background: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .brewery-logo-wrapper-inner {
    background: #f9f9f9;
  }
}

.brewery-logo-panel {
  margin-bottom: 0;
}
.brewery-logo-panel h2 {
  font-size: 21px;
  line-height: 26px;
  color: #293189;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .brewery-logo-panel h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.brewery-logo-panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
}
.brewery-logo-panel ul li {
  display: flex;
}
.brewery-logo-panel ul li img {
  max-width: 48px;
}
@media (max-width: 1023px) {
  .brewery-logo-panel ul li img {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .brewery-logo-panel ul li img {
    max-width: 110px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .brewery-logo-panel ul li {
    width: 12%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .brewery-logo-panel ul li {
    width: 50%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }
}

.our-mission-wrapper {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .our-mission-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.our-mission-panel {
  text-align: center;
}
.our-mission-panel h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .our-mission-panel h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.our-mission-panel p {
  font-family: HelveticaNeueLTW05-65Medium;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 36px;
}

.benefits-wrapper {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .benefits-panel .d-flex {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .benefits-panel .d-flex {
    flex-wrap: wrap;
  }
}
.benefits-panel .benefits-pic {
  background: url("../img/rfid-pic.jpg") no-repeat 50% 0;
  background-size: cover;
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 500px;
}
@media (max-width: 1023px) {
  .benefits-panel .benefits-pic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .benefits-panel .benefits-pic {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.benefits-panel .benefits-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.benefits-panel .benefits-content h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .benefits-panel .benefits-content h2 {
    font-size: 28px;
    line-height: 36px;
    max-width: 300px;
  }
}
.benefits-panel .benefits-content h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  line-height: 26px;
}
.benefits-panel .benefits-content ul {
  list-style-type: none;
  margin-bottom: 40px;
}
.benefits-panel .benefits-content ul li {
  font-family: HelveticaNeueLTW05-65Medium;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  color: #52565A;
  font-size: 16px;
  line-height: 24px;
}
.benefits-panel .benefits-content ul .checkmark-icon {
  width: 20px;
  height: 20px;
  background: url("../img/check-mark.png") no-repeat 0 0;
  display: inline-block;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .benefits-panel .benefits-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .benefits-panel .benefits-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .benefits-panel .benefits-content .sky-blue-btn {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .benefits-panel .benefits-content {
    padding-top: 40px;
  }
}

.sky-blue-btn {
  font-family: HelveticaNeueLTW05-65Medium;
  background: #118CCF;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 20px 72px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.sky-blue-btn:hover {
  background: #41A3D9;
}

.kegs-safe-wrapper {
  background: url("../img/kegs-bg.jpg") no-repeat 100% 0, url("../img/kegs-bg-gradient.jpg") repeat-x;
  background-size: contain;
  padding: 9rem 0;
}
.kegs-safe-wrapper .kegs-safe-content {
  max-width: 428px;
}
.kegs-safe-wrapper .kegs-safe-content h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.6px;
}
.kegs-safe-wrapper .kegs-safe-content p {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 767px) {
  .kegs-safe-wrapper .kegs-safe-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .kegs-safe-wrapper {
    background: url("../img/kegs-bg.jpg") no-repeat 80% 0;
    background-size: cover;
    padding-top: 500px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .kegs-safe-wrapper {
    background: url("../img/kegs-bg.jpg") no-repeat 100% 0;
    background-size: cover;
  }
}

.keg-rental-wrapper {
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 56px;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-heading h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 38px;
  line-height: 48px;
  color: #293189;
  text-align: center;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-heading p {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  color: #52565A;
  text-align: center;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  text-align: center;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .col-sm-4:nth-child(2) {
  transform: scale(1.03);
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .scanning-systems-pic {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block {
  box-shadow: 0px 15px 10px -15px rgba(41, 49, 137, 0.32);
  background: #fff;
  padding: 2rem;
  height: 100%;
  border-radius: 4px;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block h4 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block p {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block h5 {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
  color: #9697A3;
  font-weight: 400;
  margin-top: 16px;
}
.keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block .keg-rental-icon {
  margin-bottom: 24px;
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block .keg-rental-icon {
    width: 114px;
    max-width: 114px;
    margin-right: 55px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block {
    display: flex;
    align-items: center;
    padding: 28px 24px 28px 56px;
  }
}
@media (max-width: 1023px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block .keg-rental-block-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block .keg-rental-icon {
    max-width: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel .keg-rental-block .keg-rental-block-content {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .keg-rental-wrapper .keg-rental-panel .keg-rental-block-panel {
    flex-wrap: wrap;
  }
}

.scanning-systems-block h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  line-height: 26px;
  color: #293189;
  margin-top: 15px;
  margin-bottom: 16px;
}
.scanning-systems-block p {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
}

@media (max-width: 1023px) {
  .scanning-systems-block {
    margin-bottom: 40px;
  }
  .scanning-systems-pic {
    margin-bottom: 20px;
  }
}
.own-keg-wrapper {
  padding-bottom: 96px;
  background: #f9f9f9;
}
.own-keg-wrapper .own-keg-title {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.own-keg-wrapper .own-keg-title h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}
.own-keg-wrapper .own-keg-title p {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  color: #52565A;
  margin-bottom: 32px;
}
.own-keg-wrapper .own-keg-title a {
  font-family: HelveticaNeueLTW05-65Medium;
  border: 1px solid #C6C6CD;
  background: #fff;
  padding: 19px 83px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
  text-decoration: none;
  transition: all 0.4s ease;
}
.own-keg-wrapper .own-keg-title a:hover {
  border: 1px solid #118CCF;
}
@media (max-width: 767px) {
  .own-keg-wrapper .own-keg-title a {
    display: block;
    text-align: center;
  }
}

.get-in-touch-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
}
.get-in-touch-wrapper .get-in-touch-panel {
  max-width: 443px;
  margin-left: auto;
  margin-right: auto;
}
.get-in-touch-wrapper .get-in-touch-panel .get-in-touch-heading h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 16px;
}
.get-in-touch-wrapper .get-in-touch-panel .get-in-touch-heading h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #293189;
}
.get-in-touch-wrapper .get-in-touch-panel .get-in-touch-heading h5 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 32px;
  color: #52565A;
}
.get-in-touch-wrapper .get-in-touch-panel small {
  color: #DA291C;
}
.get-in-touch-wrapper .get-in-touch-panel .input {
  margin-bottom: 24px;
}
.get-in-touch-wrapper .get-in-touch-panel .button.primary {
  display: block;
  text-align: center;
  max-width: 240px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .get-in-touch-wrapper .get-in-touch-panel .button.primary {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.get-in-touch-wrapper h6 {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
  margin-top: 32px;
  margin-bottom: 0;
}

.keg-management-wrapper .keg-management-panel {
  padding-bottom: 56px;
}
.keg-management-wrapper h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 38px;
  line-height: 48px;
  color: #293189;
  text-align: center;
}
.keg-management-wrapper p {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  color: #52565A;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.back-top {
  position: fixed;
  bottom: 34px;
  right: 22px;
  background: #121858;
  border-radius: 50px;
  padding: 7px 19px 7px 8px;
  display: flex;
  align-items: center;
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  z-index: 999;
  transition: all 0.4s ease;
}
.back-top span {
  background: url("../img/back-top-arrow.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  flex-shrink: 0;
}
.back-top:hover {
  background: #545AA1;
}

.footer-panel {
  background: rgb(11, 129, 200);
  background: linear-gradient(90deg, rgb(11, 129, 200) 0%, rgb(41, 51, 139) 100%);
  padding-top: 48px;
  padding-bottom: 32px;
}
.footer-panel .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .footer-panel .footer-top .footer-left ul {
    flex-direction: row;
  }
  .footer-panel .footer-top .footer-left ul li::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: -1.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer-panel .footer-top .footer-left ul li::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-panel .footer-top .footer-left ul li:last-child::before {
    display: none;
  }
}
.footer-panel .footer-middle {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-panel .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
}
.footer-panel .footer-bottom ul li a {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .footer-panel .footer-bottom {
    flex-direction: column;
  }
  .footer-panel .footer-bottom .footer-right::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    height: 1px;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
  }
}
.footer-panel .footer-left {
  flex-grow: 1;
}
.footer-panel .footer-right {
  position: relative;
}
@media (max-width: 767px) {
  .footer-panel .footer-right {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.footer-panel ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.footer-panel ul li {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 24px;
  margin-right: 65px;
  position: relative;
}
.footer-panel ul li::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 6px;
  right: -32px;
}
@media (max-width: 767px) {
  .footer-panel ul li::before {
    display: none;
  }
}
.footer-panel ul li:last-child::before {
  display: none;
}
.footer-panel ul li a {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-panel ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .footer-panel ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
  }
}
.footer-panel p {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer-panel .footer-logo {
  max-width: 155px;
}
@media (max-width: 767px) {
  .footer-panel .footer-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .collapse-bar {
    display: block !important;
  }
  .main-nav ul {
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 15px 10px -12px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #dfdfdf;
    transform: translateY(-1000px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    z-index: 9;
  }
  .main-nav ul li {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .main-nav ul.show {
    transform: translateY(0);
    opacity: 1;
  }
}
/*--------Home End--------*/
.custom-check-panel {
  margin-bottom: 1rem;
}

.filter-btn-panel {
  margin-top: 1rem;
}

.filter-checkbox-flds-panel .custom-check-panel {
  background: #f9f9f9;
  padding: 0.5rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.filter-checkbox-flds-panel .custom-check-panel.active {
  background: rgba(16, 140, 207, 0.05);
}
.filter-checkbox-flds-panel .custom-check-panel:hover {
  background: rgba(16, 140, 207, 0.05);
}
.filter-checkbox-flds-panel .custom-check-panel .styled-checkbox {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
}

.saved-views-filter {
  margin-left: 0;
}
.saved-views-filter h5 {
  font-size: 14px;
  line-height: 18px;
  color: #52565a;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 10px 15px;
  margin-bottom: 8px;
  cursor: pointer;
}
.saved-views-filter h5:hover {
  background: rgba(16, 140, 207, 0.05);
}
.saved-views-filter h5.active {
  background: rgba(16, 140, 207, 0.05);
}

.apply-btn {
  background: #293189;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 25px;
  margin-top: 0;
  transition: all 0.4s ease;
}
.apply-btn.mr-2 {
  margin-right: 16px !important;
}
.apply-btn:hover {
  background: #545AA1;
}

.save-view-btn {
  min-width: 190px;
}

.cancel-btn {
  border: none !important;
}

.dropdown-right .fill-data-dropdown {
  right: 0 !important;
}
.dropdown-right .fill-data-dropdown::before {
  left: auto !important;
  right: 0px;
}
.dropdown-right .fill-data-dropdown::after {
  left: auto !important;
  right: 0px;
}

.fill-data-dropdown.saved-views-dropdown {
  width: 330px !important;
}

.manage-btn {
  border: 1px solid #c6c6cd;
  background: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 25px;
  color: #52565a;
  margin-top: 0;
}

.saved-views-btns {
  display: flex;
  justify-content: space-between;
}

.filter-date-dropdown {
  background: #fff;
  border-radius: 5px;
  width: 450px;
  border: 1px solid #e0e1e2;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 999;
  display: none;
}
.filter-date-dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #dedfe0 transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.filter-date-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.filter-date-dropdown .filter-dropdown-tabs {
  border-bottom: 1px solid #dddedf;
}
.filter-date-dropdown .filter-dropdown-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.filter-date-dropdown .filter-dropdown-tabs ul li {
  flex-grow: 1;
  position: relative;
}
.filter-date-dropdown .filter-dropdown-tabs ul li a {
  padding: 24px 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #52565a;
}
.filter-date-dropdown .filter-dropdown-tabs ul li.active a {
  color: #118ccf;
}
.filter-date-dropdown .filter-dropdown-tabs ul li.active::before {
  content: "";
  height: 2px;
  background: #118ccf;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.filter-date-dropdown.show {
  display: block;
}

.filter-dropdown-tabs-content {
  padding: 16px;
}
.filter-dropdown-tabs-content h5 {
  font-size: 16px;
  line-height: 24px;
  color: #52565a;
  background: #f9f9f9;
  margin-bottom: 0.2rem;
  padding: 12px 16px;
}
.filter-dropdown-tabs-content h5 a {
  color: #52565a;
  text-decoration: none;
}
.filter-dropdown-tabs-content h5.active-link {
  background: #f3f9fc;
  border-left: 2px solid #118ccf;
}
.filter-dropdown-tabs-content h5:hover {
  background: #f3f9fc;
}

.year-select-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f9f9f9;
}
.year-select-panel h3 {
  margin-bottom: 0;
}
.year-select-panel .arrow-left {
  background: url("../img/arrow-left.png") no-repeat 0 0;
  background-size: cover;
  width: 10px;
  height: 17px;
  display: inline-block;
}
.year-select-panel .arrow-right {
  background: url("../img/arrow-right.png") no-repeat 0 0;
  background-size: cover;
  width: 10px;
  height: 17px;
  display: inline-block;
}

.calander-fld {
  position: relative;
}
.calander-fld input {
  padding-left: 55px !important;
}
.calander-fld .calander-icon {
  background: url("../img/calander-icon-grey.png") no-repeat 50% 50%;
  background-size: 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #c6c6cd;
  width: 48px;
}

.custom-date-panel {
  background: #f3f9fc;
  padding: 1rem 0.5rem 0.5rem;
}

/*--------Custome Checkbox----------*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #626263;
}
.styled-checkbox:checked + label:before {
  background: #118ccf;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.styled-checkbox:checked + label:before {
  content: "";
  border-color: #118ccf;
}

.fill-data-table .custom-check-panel {
  margin-bottom: 0;
}

.table-custom-check-panel {
  position: relative;
}
.table-custom-check-panel .custom-check-panel {
  position: absolute;
  left: -40px;
  top: 0;
  transform: translateY(-12px);
}

.fill-data-table .notactive .table-custom-check-panel {
  opacity: 0 !important;
}

.fill-data-table .active {
  border-left: 2px solid #118ccf;
  border-right: 2px solid #118ccf;
  background: #F3F9FC;
}
.fill-data-table .active:hover td:before {
  display: none !important;
}
.fill-data-table .active:hover td:after {
  display: none !important;
}
.fill-data-table .active .table-custom-check-panel {
  opacity: 1 !important;
}

.fill-data-wrapper {
  position: relative;
}

.fill-data-wrapper-table {
  padding-bottom: 20px;
}

.table-bottom-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  background: #d9ecf7;
  padding: 10px;
  z-index: 999;
}

.table-bottom-control {
  box-sizing: border-box;
  border: 1px solid rgb(237, 238, 238);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(41, 49, 137, 0.16) 0px 8px 40px 0px;
  align-items: center;
}

.clear-selection-btn {
  color: #118CCF;
  text-decoration: none;
}

.selected-items {
  font-weight: 600;
}

.selected-items span {
  background: #118ccf;
  padding: 0.2rem 0.8rem;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.table-control-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer-btn {
  background: url("../img/customer-icon.png") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.brand-btn {
  background: url("../img/brand-icon.png") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.close-btn {
  background: url("../img/cancel-btn.png") no-repeat 0 0;
  background-size: cover;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.hero-inner-panel {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.hero-inner-panel h1 {
  font-size: 51px;
  line-height: 64px;
  color: #293189;
  margin-bottom: 24px;
}
.hero-inner-panel h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 20px;
  line-height: 36px;
  color: #52565A;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.video-area-wrapper {
  padding-bottom: 78px;
  background: #fff;
}

.scanning-systems-wrapper {
  padding-top: 104px;
  padding-bottom: 120px;
  background: #fff;
}
.scanning-systems-wrapper .keg-rental-block-panel {
  display: flex;
  flex-wrap: wrap;
  padding-top: 56px;
}

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

.how-it-works-content-wrapper {
  background: #fff;
  padding-bottom: 47px;
}
.how-it-works-content-wrapper h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
}
.how-it-works-content-wrapper p {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
}
.how-it-works-content-wrapper .how-it-works-panel .d-flex {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .how-it-works-content-wrapper .how-it-works-panel .d-flex {
    flex-direction: column;
  }
}
.how-it-works-content-wrapper .how-it-works-panel .how-it-works-content {
  flex: 0 0 51.5%;
  max-width: 51.5%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-it-works-content-wrapper .how-it-works-panel .how-it-works-content.how-it-works-content-left {
  padding-left: 98px;
  padding-right: 128px;
}
.how-it-works-content-wrapper .how-it-works-panel .how-it-works-content.how-it-works-content-right {
  padding-left: 128px;
  padding-right: 98px;
}
@media (max-width: 767px) {
  .how-it-works-content-wrapper .how-it-works-panel .how-it-works-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
    order: 2;
  }
}
.how-it-works-content-wrapper .how-it-works-panel .how-it-works-pic {
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
@media (max-width: 767px) {
  .how-it-works-content-wrapper .how-it-works-panel .how-it-works-pic {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}

.ui-widget-header {
  background: #1c408f;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  padding-top: 10px;
  border: none;
}

.ui-datepicker .ui-datepicker-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ui-datepicker th {
  color: #9697a3;
}

.ui-widget.ui-widget-content {
  border-color: #dddedf !important;
  padding: 0;
}

.ui-datepicker td {
  text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #1c408f;
  background: #1c408f;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #1c408f;
  background: #1c408f;
  font-weight: normal;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 5px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 5px;
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  top: 5px;
  right: 2px;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url("../img/arrow-left-white.png") no-repeat 0 0;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
  background: url("../img/arrow-right-white.png") no-repeat 0 0;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.ui-datepicker::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #1c408f transparent;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.side-nav-list {
  max-height: calc(100vh - 120px);
  padding-top: 0 !important;
}

.retract .side-nav-list-main > li .submenu li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.side-nav-list::-webkit-scrollbar {
  width: 0;
}

.cancelled-kegs {
  padding-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cancelled-kegs h4 {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #52565A;
  margin-bottom: 0;
}

.delete-btn {
  border: 1px solid #eb8e87;
  color: #df4439;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 25px;
  margin-top: 0;
  background-color: #fdf4f3;
}

.star-outine {
  background: url("../img/saved-star-icon.png") no-repeat 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.star-fill {
  background: url("../img/star-fill.png") no-repeat 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.fill-data-drop-link .star-outine {
  margin-right: 10px;
}

.fill-data-drop-link.active .star-outine {
  background: url("../img/star-fill.png") no-repeat 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.side-nav.retract .activecollapse {
  position: relative;
}
.side-nav.retract .activecollapse::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #121858 transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*-----------*/
.modal-overlay-panel {
  background: rgba(249, 249, 249, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: auto;
}

.assign-modal-wrapper {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 60px 0 rgba(3, 3, 3, 0.13);
  padding: 24px 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.assign-modal-wrapper h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}
.assign-modal-wrapper .input {
  margin-bottom: 16px;
  position: relative;
}
.assign-modal-wrapper .input.input-search input {
  padding: 12px 10px 12px 44px;
}
.assign-modal-wrapper .input input {
  padding: 12px 10px 12px 44px;
  border: 1px solid #C6C6CD;
}
.assign-modal-wrapper .input input::-moz-placeholder {
  color: #AEAEB8;
}
.assign-modal-wrapper .input input::placeholder {
  color: #AEAEB8;
}
.assign-modal-wrapper .input select {
  border: 1px solid #C6C6CD;
  min-height: 48px;
}
.assign-modal-wrapper .input.date-fld input {
  padding: 12px 10px 12px 65px;
}
.assign-modal-wrapper .button.full-width {
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 32px;
}

.modal-close {
  background: url("../img/modal-close.png") no-repeat 0 0;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 19px;
  right: 16px;
}

.fld-with-icon {
  position: relative;
}

.search-icon {
  background: url("../img/search-icon.png") no-repeat 0 0;
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  top: 17px;
  left: 17px;
}

.date-icon {
  background: url("../img/calander-icon-grey.png") no-repeat 50% 50%;
  background-size: 18px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #c6c6cd;
  width: 48px;
}

.autofill-panel {
  background: #fff;
  border: 1px solid #DDDEDF;
  padding: 16px 8px;
  border-radius: 2px;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
}
.autofill-panel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.autofill-panel ul li {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
  cursor: pointer;
}
.autofill-panel ul li:hover {
  background: #CCECF9;
}
.autofill-panel ul li a {
  color: #52565A;
}

.success-massage-panel {
  background: #78BE21;
  margin-top: -2rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.success-massage-panel .success-massage-text {
  padding: 13px 5px;
  color: #fff;
  margin-left: 8px;
}
.success-massage-panel .success-massage-text p {
  font-size: 16px;
  line-height: 24px;
}
.success-massage-panel .success-massage-icon {
  background: rgba(0, 0, 0, 0.11);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-massage-panel .success-massage-icon img {
  max-width: 20px;
}
.success-massage-panel .massage-close-btn {
  background: url("../img/close-w.png") no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.assign-brand-panel {
  background: #F9F9F9;
  padding: 16px;
  margin-bottom: 17px;
}
.assign-brand-panel h3 {
  font-size: 20px;
  line-height: 36px;
  color: #52565A;
}

.batch-date-panel {
  display: flex;
  align-items: center;
}
.batch-date-panel .input {
  max-width: 211px;
}
.batch-date-panel .select {
  flex-grow: 1;
  min-height: 48px;
}

.fld-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  flex-shrink: 0;
}
.fld-mid span {
  width: 8px;
  height: 2px;
  background: #52565A;
  margin-top: 4px;
}

.details-modal-wrapper {
  max-width: 728px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 60px 0 rgba(3, 3, 3, 0.13);
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.details-modal-wrapper-inner {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.details-modal-left {
  flex-grow: 1;
  padding: 40px 32px;
}
.details-modal-left h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 14px;
}

.details-modal-right {
  width: 262px;
  background: linear-gradient(315deg, #293189 0%, #0B82C9 100%);
  min-height: 100%;
  position: relative;
  border-radius: 0 8px 8px 0;
}
.details-modal-right .details-modal-right-inner {
  max-height: 700px;
  overflow-y: auto;
}
.details-modal-right .details-modal-right-inner::-webkit-scrollbar {
  width: 0;
}

.details-status {
  padding: 3px 8px;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  color: #fff;
  margin-right: 7px;
}
.details-status.open {
  background: #293189;
}
.details-status.closed {
  background: #78BE21;
}

.name-list {
  list-style-type: none;
  display: flex;
}
.name-list li {
  padding-left: 20px;
  padding-right: 20px;
  color: #9697A3;
  font-weight: 600;
  position: relative;
}
.name-list li:first-child {
  padding-left: 0;
}
.name-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 16px;
  width: 2px;
  background: #9697A3;
}
.name-list li:last-child::before {
  display: none;
}
.name-list .blue-text {
  font-family: HelveticaNeueLTW05-75Bold;
  color: #293189;
  font-weight: 700;
}

.brand-details-panel {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #EDEEEE;
}
.brand-details-panel h3 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 22px;
}
.brand-details-panel .brand-details-panel-inner {
  display: flex;
  flex-wrap: wrap;
}
.brand-details-panel .brand-details-block {
  width: 50%;
  margin-bottom: 40px;
}
.brand-details-panel .brand-details-block h4 {
  font-size: 14px;
  line-height: 17px;
  color: #9697A3;
  margin-bottom: 4px;
}
.brand-details-panel .brand-details-block h5 {
  font-size: 16px;
  line-height: 19px;
  color: #52565A;
  margin-bottom: 0;
}
.brand-details-panel .brand-details-block-small {
  flex-grow: 1;
}
.brand-details-panel .brand-details-block-small h5 {
  font-size: 14px;
  line-height: 17px;
  color: #9697A3;
  margin-bottom: 4px;
}
.brand-details-panel .brand-details-block-small h6 {
  font-size: 16px;
  line-height: 19px;
  color: #52565A;
}
.brand-details-panel .font-sm {
  font-size: 14px !important;
  line-height: 17px !important;
}
.brand-details-panel .font-md {
  font-size: 21px !important;
  line-height: 26px !important;
}
.brand-details-panel .font-lg {
  font-size: 28px !important;
  line-height: 36px !important;
}
.brand-details-panel .blue-text {
  color: #293189 !important;
}
.brand-details-panel .cycle-days-text {
  display: flex;
  align-items: center;
}
.brand-details-panel .cycle-days-text span {
  margin-right: 4px;
}
.brand-details-panel .cycle-days-text span img {
  max-width: 18px;
}

.modal-close-white {
  background: url(../img/close-w.png) no-repeat 0 0;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 19px;
  right: 16px;
  z-index: 99;
}

.details-modal-right {
  padding: 54px 24px 20px 18px;
}

.details-modal-progress {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 40px;
  position: relative;
}
.details-modal-progress .dotted-line {
  border-left: 2px dashed #108CCF;
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
}
.details-modal-progress::-webkit-scrollbar {
  width: 0;
}
.details-modal-progress h2 {
  font-family: HelveticaNeueLTW05-75Bold;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  opacity: 0.4;
}
.details-modal-progress h3 {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
  opacity: 0.4;
}
.details-modal-progress h4 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0.4;
}
.details-modal-progress h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-family: HelveticaNeueLTW05-55Roman;
  color: #fff;
  margin-bottom: 8px;
}
.details-modal-progress h6 {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  padding: 3px 8px;
  align-items: center;
}
.details-modal-progress h6 span {
  margin-right: 4px;
}
.details-modal-progress h6 span img {
  max-width: 14px;
}
.details-modal-progress .progress-step {
  position: relative;
  min-height: 160px;
}
.details-modal-progress .progress-step .progress-step-circle {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -34px;
  background: #293189;
  border: 1px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
  z-index: 20;
}
.details-modal-progress .progress-step .progress-step-circle + .progress-step-circle {
  top: 8px;
  z-index: 19;
}
.details-modal-progress .progress-step .progress-step-circle + .progress-step-circle + .progress-step-circle {
  top: 16px;
  z-index: 18;
}
.details-modal-progress .progress-step .progress-step-circle + .progress-step-circle + .progress-step-circle + .progress-step-circle {
  top: 24px;
  z-index: 17;
}
.details-modal-progress .progress-step .progress-step-circle + .progress-step-circle + .progress-step-circle + .progress-step-circle + .progress-step-circle {
  top: 32px;
  z-index: 16;
}
.details-modal-progress .progress-step.active-step h2 {
  opacity: 1;
}
.details-modal-progress .progress-step.active-step h3 {
  opacity: 1;
}
.details-modal-progress .progress-step.active-step .progress-step-circle {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
}
.details-modal-progress .progress-step .view-details-link {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.details-modal-progress .progress-step .view-details-link .view-icon-w {
  background: url("../img/eye-btn-w.png") no-repeat 0 0;
  width: 18px;
  height: 12px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  flex-shrink: 0;
}
.details-modal-progress .progress-step .view-details-link:hover {
  text-decoration: none;
}
.details-modal-progress .progress-step:last-child {
  min-height: auto;
}
.details-modal-progress .progress-step:last-child {
  top: 14px;
}
.details-modal-progress .progress-step-bar-white {
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 13px;
}

.show-steps {
  font-family: HelveticaNeueLTW05-65Medium;
  position: absolute;
  right: 16px;
  bottom: 33px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  z-index: 999;
}
.show-steps .view-icon {
  background: url("../img/eye-view-less.png") no-repeat 0 0;
  width: 16px;
  height: 13px;
  display: inline-block;
  background-size: cover;
  margin-right: 6px;
}
.show-steps:hover {
  text-decoration: none;
}

.modal-right-bottom-grd {
  background: linear-gradient(359.17deg, #253D93 0%, rgba(37, 60, 146, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 118px;
}

.progress-bar-bottom {
  text-align: right;
  font-size: 14px;
  line-height: 17px;
  color: #9697A3;
  padding-top: 3px;
}

.progress-wrapper.details-progress {
  height: 8px;
}
.progress-wrapper.details-progress .progress-bar {
  height: 8px;
}

.no-view-msg {
  color: #9697A3 !important;
}

.progress-step-heading {
  display: flex;
  align-items: center;
}
.progress-step-heading h2 {
  margin-right: 4px;
}
.progress-step-heading .progress-step-heading-btns {
  display: flex;
  align-items: center;
}
.progress-step-heading .progress-step-heading-btns .heading-btns-edit {
  background: url("../img/edit-icon.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 7px;
}
.progress-step-heading .progress-step-heading-btns .heading-btns-camera {
  background: url("../img/camera-icon.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.signature-area {
  max-height: 158px;
  margin-bottom: 24px;
}

.signature-bottom-text p {
  font-size: 16px;
  line-height: 24px;
  color: #52565A;
  margin-bottom: 4px;
}
.signature-bottom-text p strong {
  font-weight: 600;
}

.delivery-pic-area {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.custom-select-box {
  position: relative;
  width: 100%;
  z-index: 1;
}
.custom-select-box select {
  -webkit-appearance: none;
  min-height: 48px;
}
.custom-select-box::before {
  content: "";
  background: url("../img/drop-arrow-grey.png") no-repeat 0 0;
  background-size: cover;
  width: 10px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.scanning-systems-heading {
  max-width: 729px;
  margin-left: auto;
  margin-right: auto;
}

.scanning-systems-panel {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}

.details-modal-left-status {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.details-modal-left-status h5 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 14px;
  line-height: 17px;
  color: #9697A3;
  margin-top: 0;
  margin-bottom: 0;
}

.mb-24 {
  margin-bottom: 24px !important;
}

/*-----------------------------New Style Starts----------------------------*/
a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.gen-tab {
  gap: 48px;
  border-bottom: 1px solid var(--03-grey-grey-04);
}
.gen-tab li {
  font-family: "HelveticaNeueLTW05-65Medium";
  position: relative;
  font-size: 1.125rem;
}
.gen-tab li.active a {
  color: var(--02-cyan-cyan-01);
}
.gen-tab li.active::before {
  position: absolute;
  content: "";
  height: 2px;
  background: #0073ac;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}
.gen-tab li a {
  color: #3e4144;
  padding-bottom: 16px;
  display: inline-block;
  font-size: 1.125rem;
}

.font-28 {
  font-size: 1.75rem;
}

.grey-outline-btn {
  font-family: "HelveticaNeueLTW05-65Medium";
  background-image: repeating-linear-gradient(-19deg, #aeafb0, #aeafb0 4px, transparent 4px, transparent 6px, #aeafb0 6px), repeating-linear-gradient(71deg, #aeafb0, #aeafb0 4px, transparent 4px, transparent 6px, #aeafb0 6px), repeating-linear-gradient(161deg, #aeafb0, #aeafb0 4px, transparent 4px, transparent 6px, #aeafb0 6px), repeating-linear-gradient(251deg, #aeafb0, #aeafb0 4px, transparent 4px, transparent 6px, #aeafb0 6px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  padding: 0.3rem 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
  color: var(--02-cyan-cyan-01) !important;
}

.text-grey {
  color: #898b8d;
}

.text-content {
  font-size: 1rem;
}

.right-drawer-panel {
  width: 512px;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.2s;
}
.right-drawer-panel .drawer-header {
  padding: 32px 24px;
  border-bottom: 1px solid #d3d4d5;
}
.right-drawer-panel.show-drawer {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.font-21 {
  font-size: 1.313rem;
}

.blue-primary-btn {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 0.7rem 1rem;
  background-color: #293189;
  color: #fff;
  white-space: nowrap;
  display: inline-flex;
  transition: all 0.3s;
  font-size: 1rem;
}
.blue-primary-btn:hover {
  background: #545AA1;
}

.grey-outine-btn {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 0.7rem 1rem;
  border: solid 1px #d3d4d5;
  background-color: #fff;
  color: #3e4144;
  white-space: nowrap;
  display: inline-flex;
  transition: all 0.3s;
  font-size: 1rem;
}
.grey-outine-btn:hover {
  border: 1px solid #118CCF;
  color: #118CCF;
}

.drawer-footer-btns {
  padding: 1.4rem 1.5rem;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.5), 0 6px 14px -6px rgba(169, 173, 208, 0.7), 0 2px 4px 0 rgba(212, 214, 231, 0.7);
}

.right-drawer-content {
  padding: 1.5rem;
}
.right-drawer-content label {
  font-size: 1rem;
  color: #3e4144;
  display: block;
  margin-bottom: 0.25rem;
  font-family: "HelveticaNeueLTW05-65Medium";
}

.day-btns a {
  flex: 1;
  display: block;
  border: 1px solid var(--03-grey-grey-04);
  font-weight: 300;
  text-align: center;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-left: none;
  color: #3e4144;
  background: #fff;
}
.day-btns a.active {
  color: #3e4144;
  border: 1px solid #99c7de;
  background: #e5f1f6;
  border-left: none;
}
.day-btns a:first-child.active {
  border-left: 1px solid #99c7de;
}
.day-btns a:first-child {
  border-left: 1px solid var(--03-grey-grey-04);
}
.day-btns a:last-child {
  border-right: 1px solid var(--03-grey-grey-04);
}
.day-btns a:last-child.active {
  border-right: 1px solid #99c7de;
}

.theme-form-elm {
  width: 100%;
  height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 2px;
  border: solid 1px var(--03-grey-grey-04);
  background-color: #fff;
  font-size: 1rem;
  border-radius: 2px;
}
.theme-form-elm.readonly-fld {
  border: solid 1px #f1f1f1;
  background-color: #f1f1f1;
}

textarea.theme-form-elm {
  width: 100%;
  height: 72px;
  padding: 0.8rem 1rem;
  border-radius: 2px;
  border: solid 1px var(--03-grey-grey-04);
  background-color: #fff;
}

.gap-16 {
  gap: 1rem;
}

.gap-8 {
  gap: 0.8rem;
}

.gap-6 {
  gap: 6px;
}

.calender-filter-checkbox.theme-form-checkbox {
  background: url("../img/checkbox-bg-w.svg") no-repeat 0 0;
}

.theme-form-checkbox {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/checkbox-bg.png") no-repeat 0 0;
  cursor: pointer;
  flex-shrink: 0;
}
.theme-form-checkbox.bg-white {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/checkbox-bg-white.svg") no-repeat 0 0 !important;
  cursor: pointer;
  flex-shrink: 0;
}
.theme-form-checkbox:checked {
  background: url("../img/checkbox-checked-bg.svg") no-repeat 0 0 !important;
}
.theme-form-checkbox.disabled {
  background: url("../img/checkbox-disabled.svg") no-repeat 0 0 !important;
}

.shift-row-scroll {
  max-height: calc(100vh - 520px);
  overflow: auto;
  padding-right: 0.5rem;
}
.shift-row-scroll > .spacing-l-mb:last-child {
  margin-bottom: 0 !important;
}

.shift-fld-inner {
  position: relative;
}

.fld-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.middle-text {
  display: block;
  padding-top: 1.5rem;
  color: #898b8d;
}

.operators-fld {
  width: 88px;
}

.overlay {
  background: rgba(62, 65, 68, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.overlay.show {
  display: block;
}

.modal-panel {
  background: var(--04-white-white-01);
  border-radius: 4px;
  padding: 24px;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px -2px rgba(18, 24, 88, 0.3), 0 6px 14px -6px rgba(18, 24, 88, 0.4), 0 2px 4px 0 rgba(18, 24, 88, 0.4);
}
.modal-panel h3 {
  font-size: 1.313rem;
}

.remove-shift {
  max-width: 488px;
  width: 100%;
}

.w-24 {
  width: 24px;
}

.yellow-btn {
  padding: 7px 12px 7px;
  border-radius: 2px;
  background-color: #ffe26a;
  color: #3e4144;
  display: inline-flex;
  transition: all 0.3s;
}
.yellow-btn:hover {
  background-color: #e6c53b;
}

.delete-red-btn {
  padding: 7px 12px 7px;
  border-radius: 2px;
  background-color: #da291c;
  color: #fff;
  display: inline-flex;
  transition: all 0.3s;
}
.delete-red-btn:hover {
  background-color: #b31d12;
}

.text-btn {
  padding: 7px 12px 7px;
  border-radius: 2px;
  background-color: transparent;
  color: #3e4144;
  display: inline-flex;
}
.text-btn:hover {
  color: var(--01-blue-blue-01);
}

.d-none {
  display: none !important;
}

hr.divider {
  border-top: 1px solid var(--03-grey-grey-04);
}

.shifts-table {
  max-width: 744px;
}
.shifts-table table {
  width: 100%;
}
.shifts-table th, .shifts-table td {
  font-size: 12px;
  border-bottom: 1px solid #d3d4d5;
  text-align: center;
  padding: 0.6rem;
  color: var(--03-grey-grey-01);
}

body {
  background-color: #f9f9f9;
}

.text-left {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.bg-white {
  background: white !important;
}

.plus-icon {
  background: url("../img/plus-icon.svg") no-repeat 0 0;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: block;
}

.edit-icon {
  background: url("../img/edit-icon.svg") no-repeat 0 0;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: block;
}

.edit-icon2 {
  background: url("../img/edit-icon-2.svg") no-repeat 0 0;
  width: 1rem !important;
  height: 1rem !important;
  flex-shrink: 0;
  display: block;
}

.alert-msg {
  padding: 1rem;
  border-radius: 2px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s ease;
}
.alert-msg p {
  font-family: "HelveticaNeueLTW05-65Medium";
  color: #3e4144;
  font-size: 1rem;
}

.alert-msg.alert-msg-hide {
  transform: translateX(-120%) !important;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.alert-success-msg {
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: #f8fbf4;
}
.alert-success-msg p {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
  color: #3e4144;
}

.check-icon {
  background: url("../img/check-icon.svg") no-repeat 0 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.discard-icon {
  background: url("../img/alert-icon.svg") no-repeat 0 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.alert-warning-msg {
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: #fffcf2;
  border-radius: 2px;
}

.lines-block-wrapper {
  max-width: 1160px;
}
.lines-block-wrapper .lines-block {
  background: #fff;
  padding: 24px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border-radius: 8px;
  width: 100%;
  max-width: 253px;
}
.lines-block-wrapper .lines-block h4 {
  margin-bottom: 8px;
  font-size: 1rem;
}
.lines-block-wrapper .lines-block p {
  font-size: 12px;
  color: #3e4144;
}

.menu-icon-gear {
  background: url("../img/gear.png") no-repeat 0 0;
  width: 21px;
  height: 21px;
  display: block;
  flex-shrink: 0;
}

.side-nav-list-main > li.submenu-item > a.active::before {
  background-image: url("../img/close-w-16.svg");
}

.side-nav-profile .profile-avatar {
  background: #ff8200;
}

.text-blue {
  color: #118CCF;
}

.fld-error-text {
  color: #ff0000;
  font-size: 13px;
  display: block;
  margin-top: 0.2rem;
}

.blue-link-text {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--02-cyan-cyan-01);
}

.side-nav-list-main {
  margin-top: 9px;
}

.side-nav-list-main > li > a {
  font-family: "HelveticaNeueLTW05-65Medium";
  padding-left: 17px;
  opacity: 1 !important;
}

.side-nav-list-main > li > a > i {
  margin-right: 17px !important;
}

.side-nav-list-main > li .submenu {
  padding-bottom: 10px;
}

.side-nav-list-main > li .submenu li a {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 8px 55px !important;
  white-space: normal !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

.side-nav-list-main > li .submenu li a.active-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.side-nav-list-main > li .submenu li a.active-menu {
  color: white;
  opacity: 1;
}

.theme-form-elm:focus-visible {
  outline: none;
}

.info-icon {
  background: url("../img/info-icon.png") no-repeat 0 0;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

.right-drawer-content label.d-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inactive-text {
  color: var(--03-grey-grey-03) !important;
}

.version-text {
  font-size: 12px;
  color: var(--04-white-white-01);
  margin: 0 15px;
}

.loader-panel {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  inset: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before, .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #121858;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  border-color: #118CCF;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

.side-nav-profile .profile-avatar {
  overflow: hidden;
}

.loader-panel {
  z-index: 999 !important;
}

.overlay.z-index-up {
  z-index: 999;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #121858;
}

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

/*----Production Planer Starts---------*/
.production-calender-cloumn-wrapper {
  gap: 24px;
}
.production-calender-cloumn-wrapper.calender-cloumn-wrapper-margin {
  margin-right: -56px;
}

.production-calender-panel {
  background-color: var(--04-white-white-01);
  margin-bottom: 40px;
  padding: 24px 24px 24px 0;
  flex-grow: 1;
}

.production-calender-inner {
  background: url("../img/calendar-line-bg.png") repeat 0 0;
  flex-grow: 1;
  display: flex;
}
.production-calender-inner .calender-date-event-block {
  flex: 1;
}

.production-calender-time {
  display: flex;
  width: 24px;
  flex-shrink: 0;
  flex-direction: column;
}
.production-calender-time p {
  font-size: 10px;
  position: relative;
  top: -7px;
}
.production-calender-time .calender-time-block {
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.production-calender-time .calender-time-block:last-child {
  height: 1px;
}

.production-calender-filter {
  margin-bottom: 56px;
}

.calender-filter-fld-drop-wrapper {
  position: relative;
  min-width: 180px;
}

.calender-filter-fld-dropdown {
  width: 360px;
  margin: 4px 0 0;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 48px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(20vh);
  display: none;
  z-index: 9;
}
.calender-filter-fld-dropdown ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  background-color: #f1f1f1;
  margin-bottom: 4px;
  border-radius: 2px;
  position: relative;
}
.calender-filter-fld-dropdown ul li.active {
  background: #f2f8fb;
  border-radius: 2px;
  font-family: "HelveticaNeueLTW05-65Medium";
}
.calender-filter-fld-dropdown ul li.active::before {
  content: "";
  width: 6px;
  background: #0073ac;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  border-radius: 2px 0 0 2px;
  z-index: 1;
}
.calender-filter-fld-dropdown ul li.active::after {
  content: "";
  width: 4px;
  background: #f2f8fb;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  display: block;
  border-radius: 2px 0 0 2px;
  z-index: 2;
}
.calender-filter-fld-dropdown ul li a {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 8px 16px;
  display: block;
  color: var(--03-grey-grey-01);
  transition: all 0.3s;
}
.calender-filter-fld-dropdown ul li a.active {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
  background-color: rgba(255, 255, 255, 0);
}
.calender-filter-fld-dropdown ul li a:hover {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
}
.calender-filter-fld-dropdown.dropdown-show {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.calender-filter-fld-dropdown .primary-btn-blue {
  font-family: "HelveticaNeueLTW05-65Medium";
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  margin-top: 12px;
}

.calender-filter-fld-dropdown-syle-2 {
  width: 360px;
  margin: 4px 0 0;
  padding: 8px 0 !important;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 48px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(20vh);
  display: none;
  z-index: 9;
}
.calender-filter-fld-dropdown-syle-2 ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 4px;
  border-radius: 2px;
  border-left: none !important;
}
.calender-filter-fld-dropdown-syle-2 ul li.active {
  background: #f2f8fb;
  border-radius: 2px;
  font-family: "HelveticaNeueLTW05-65Medium";
}
.calender-filter-fld-dropdown-syle-2 ul li.active a {
  background: #f2f8fb;
}
.calender-filter-fld-dropdown-syle-2 ul li a {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 8px 16px;
  display: block;
  width: 100%;
  color: var(--03-grey-grey-01);
  transition: all 0.3s;
}
.calender-filter-fld-dropdown-syle-2 ul li a.active {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
  background-color: rgba(255, 255, 255, 0);
}
.calender-filter-fld-dropdown-syle-2 ul li a:hover {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
}
.calender-filter-fld-dropdown-syle-2.dropdown-show {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.calender-filter-fld-dropdown-syle-2 .primary-btn-blue {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  margin-top: 12px;
}

.select-remove-cross-btn {
  display: none;
}

.remove-cross-icon {
  background: url("../img/close-icon-blue.svg") no-repeat 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.calender-filter-fld {
  background: white;
  border: 1px solid var(--03-grey-grey-04);
  min-width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 6px 11px;
  font-size: 16px;
  font-family: "HelveticaNeueLTW05-65Medium";
  color: var(--03-grey-grey-01);
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
}
.calender-filter-fld span {
  font-family: HelveticaNeueLTW05-55Roman;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 80px;
  max-width: 96px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.calender-filter-fld.active, .calender-filter-fld.selected {
  border: 1px solid var(--02-cyan-cyan-03);
  color: var(--02-cyan-cyan-01);
}
.calender-filter-fld.active .depot-icon, .calender-filter-fld.selected .depot-icon {
  background: url("../img/depot-icon-active.svg") no-repeat 0 0 !important;
}
.calender-filter-fld.active .line-icon, .calender-filter-fld.selected .line-icon {
  background: url("../img/line-icon-active.svg") no-repeat 0 0 !important;
}
.calender-filter-fld.active .shift-icon, .calender-filter-fld.selected .shift-icon {
  background: url("../img/shift-icon-active.svg") no-repeat 0 0 !important;
}
.calender-filter-fld.active .drop-down-arrow, .calender-filter-fld.selected .drop-down-arrow {
  background: url("../img/drop-down-arrow-active.svg") no-repeat 0 0 !important;
}
.calender-filter-fld.selected {
  background: var(--02-cyan-cyan-07);
}
.calender-filter-fld.selected .drop-down-arrow {
  display: none;
}
.calender-filter-fld.selected .select-remove-cross-btn {
  display: block;
}

.calender-filter-flds-wrapper {
  gap: 8px;
}
.calender-filter-flds-wrapper .calender-filter-fld span {
  top: 0;
}

.light-blue-btn {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-weight: 500;
  min-width: 220px;
  height: 48px;
  padding: 11px 16px 13px;
  border-radius: 2px;
  border: solid 1px var(--01-blue-blue-05);
  background: var(--01-blue-blue-07);
  display: flex;
  align-items: center;
  color: var(--01-blue-blue-01);
  border-radius: 2px;
  cursor: pointer;
}
.light-blue-btn > div {
  font-family: "HelveticaNeueLTW05-65Medium";
}

.production-calender-date {
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 16px;
}
.production-calender-date p.date-text {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 16px;
  color: var(--03-grey-grey-01);
}

.calendar-icon-blue {
  background: url("../img/calendar-icon-blue.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.date-arrow-wrapper {
  gap: 1px;
}

.date-prev-icon {
  background: url("../img/chevron-prev.svg") no-repeat 0 0;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  display: block;
  flex-shrink: 0;
}

.date-next-icon {
  background: url("../img/chevron-next.svg") no-repeat 0 0;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  display: block;
  flex-shrink: 0;
}

.current-date-link {
  gap: 8px;
  text-decoration: underline;
}
.current-date-link:hover {
  text-decoration: none;
}

.depot-icon {
  background: url("../img/depot-icon.svg") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.line-icon {
  background: url("../img/line-icon.svg") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.shift-icon {
  background: url("../img/shift-icon.svg") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.star-icon {
  background: url("../img/star-icon.svg") no-repeat 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.drop-down-arrow {
  background: url("../img/drop-down-arrow.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.drop-down-arrow-blue {
  background: url("../img/drop-down-arrow-blue.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.production-calender-header, .production-calender-header-two {
  margin-left: 24px;
}
.production-calender-header .calender-header-block, .production-calender-header-two .calender-header-block {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.production-calender-header .calender-header-block h6, .production-calender-header-two .calender-header-block h6 {
  margin-bottom: 0;
  color: var(--03-grey-grey-03);
  font-size: 12px;
  line-height: 22px;
}
.production-calender-header .calender-header-block p, .production-calender-header-two .calender-header-block p {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 12px;
  color: var(--03-grey-grey-01);
}
.production-calender-header .calender-header-block.active, .production-calender-header-two .calender-header-block.active {
  position: relative;
  justify-content: center;
}
.production-calender-header .calender-header-block.active h6, .production-calender-header-two .calender-header-block.active h6 {
  color: var(--01-blue-blue-01);
  width: 22px;
  height: 22px;
  background-color: var(--01-blue-blue-06);
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 22px;
  position: absolute;
  left: 0;
}
.production-calender-header .calender-header-block.active p, .production-calender-header-two .calender-header-block.active p {
  color: var(--01-blue-blue-01);
}
.production-calender-header .calender-header-block.header-deactivate p, .production-calender-header-two .calender-header-block.header-deactivate p {
  color: var(--03-grey-grey-03);
}
.production-calender-header .calender-header-block.header-deactivate h6, .production-calender-header-two .calender-header-block.header-deactivate h6 {
  color: var(--03-grey-grey-03);
}

.calender-header-block-two {
  flex: 1;
  padding: 5px 8px;
  background-color: var(--03-grey-grey-06);
  font-size: 10px;
  color: var(--03-grey-grey-03);
  text-align: center;
  margin-top: 8px;
  min-height: 26px;
}
.calender-header-block-two p {
  color: var(--03-grey-grey-01);
}
.calender-header-block-two.deactivate p {
  color: var(--03-grey-grey-03);
}

.calender-header-block-two:first-child {
  border-radius: 4px 0 0 0;
}

.calender-header-block-two:last-child {
  border-radius: 0 4px 0 0;
}

.date-event-box {
  padding: 8px;
  position: relative;
}
.date-event-box h5 {
  font-size: 12px;
  color: var(--03-grey-grey-01);
  margin-bottom: 8px;
}
.date-event-box p {
  font-size: 10px;
  color: var(--03-grey-grey-01);
  margin-bottom: 4px;
}

.date-event-box-pink {
  background: #fef0fa;
  border-left: 4px solid #e786f9;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}
.date-event-box-pink.active {
  border-top: solid 1px #e786f9;
  border-right: solid 1px #e786f9;
  border-bottom: solid 1px #e786f9;
}

.date-event-box-yellow {
  background: #f8fde4;
  border-left: 4px solid #a2d851;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}

.date-event-box-dark-green {
  background: #f0f1eb;
  border-left: 4px solid #608b21;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}

.date-event-box-dark-red {
  background: #efe3e3;
  border-left: 4px solid #da291c;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}

.date-event-box-dark-orange {
  background: #f3ede6;
  border-left: 4px solid #ff8200;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}

.date-event-box-blue {
  background: #dffef9;
  border-left: 4px solid #3ac5eb;
  border-radius: 4px;
  padding: 8px 4px;
  cursor: pointer;
}

.date-event-box-white {
  background: url("../img/calendar-block-bg.png") repeat 0 -1px;
  border-left: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  padding: 1px;
}

.bg-start-half {
  background-position: 0 -33px;
}

.border-right-0 {
  border-right: 0 !important;
}

.operator-icon {
  background: url("../img/operator-icon.png") no-repeat 0 0;
  width: 17px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

.edit-operator-btn {
  margin-left: 10px;
}

.right-accord-panel {
  width: 320px;
  background: #fff;
  padding: 8px 4px;
  min-height: 867px;
  flex-shrink: 0;
}

.right-accord-menu > li {
  position: relative;
}
.right-accord-menu > li::before {
  content: "";
  height: 1px;
  background-color: #d3d4d5;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.right-accord-menu > li > a {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  color: var(--01-blue-blue-01);
}
.right-accord-menu > li.active {
  background-color: var(--03-grey-grey-07);
  border-radius: 8px;
}
.right-accord-menu > li.active::before {
  display: none;
}
.right-accord-menu > li.active .accord-arrow {
  background: url("../img/accrod-arrow-up.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.right-accord-menu > li:last-child::before {
  display: none;
}

.accord-arrow {
  background: url("../img/accrod-arrow-down.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.saved-views-btn-dropdown {
  position: relative;
}

.saved-views-btn.active .star-icon {
  background: url("../img/star-solid-icon.svg") no-repeat 0 0;
}
.saved-views-btn.active .drop-down-arrow {
  background: url("../img/drop-up-arrow.svg") no-repeat 0 0;
}
.saved-views-btn.active .drop-down-arrow-blue {
  background: url("../img/drop-up-arrow.svg") no-repeat 0 0;
}

.saved-views-menu {
  width: 288px;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px var(--03-grey-grey-05);
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 52px;
  right: 0;
  opacity: 0;
  transform: translateY(20vh);
  transition: all 0.3s;
  z-index: 99;
  display: none;
  border-radius: 2px;
}
.saved-views-menu h3 {
  margin: 0 0 7px;
  padding: 8.5px 16px;
  border-radius: 2px;
  background-color: var(--06-background-grey);
  font-size: 16px;
  line-height: 24px;
}
.saved-views-menu.menu-show {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

.saved-views-btns-panel {
  padding: 14px;
  margin-top: 16px;
  background-color: var(--06-background-grey);
}

.saved-views-checkbox-list > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.saved-views-checkbox-list > li:hover, .saved-views-checkbox-list > li.active {
  background-color: #f2f8fb;
  box-shadow: inset 4px 0 0 0 #0073ac;
  border-radius: 2px 0 0 2px;
}
.saved-views-checkbox-list .align-items-start {
  align-items: flex-start;
}
.saved-views-checkbox-list .align-items-start a {
  padding-top: 0;
  padding-bottom: 0;
}
.saved-views-checkbox-list .saved-views-checkbox-block {
  padding-left: 16px;
}
.saved-views-checkbox-list .saved-views-checkbox-block .theme-form-checkbox {
  background: url(../img/checkbox-bg-white.svg) no-repeat 0 0;
}
.saved-views-checkbox-list .saved-views-checkbox-block .theme-form-checkbox:checked {
  background: url("../img/checkbox-checked-bg.svg") no-repeat 0 0;
}

.primary-btn-blue {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  background-color: #293189;
  margin: 0;
  width: 100%;
  padding: 7px 12px;
  border-radius: 2px;
  transition: all 0.3s;
}
.primary-btn-blue:hover {
  background: var(--01-blue-blue-02);
}

.theme-btn-red {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  background-color: var(--05-accents-red-red-100);
  margin: 0;
  width: 100%;
  padding: 7px 12px;
  border-radius: 2px;
  transition: all 0.3s;
  margin-top: 8px;
}
.theme-btn-red.theme-btn-red-lg {
  padding: 20px 12px;
}
.theme-btn-red:hover {
  background: var(--05-accents-red-red-90);
}

.outline-btn-white {
  font-family: "HelveticaNeueLTW05-65Medium";
  padding: 7px 9px;
  border-radius: 2px;
  border: solid 1px #aeafb0;
  background-color: var(--04-white-white-01);
  color: #3e4144 !important;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.outline-btn-white:hover {
  border-color: var(--02-cyan-cyan-01);
  color: var(--02-cyan-cyan-01) !important;
}

.saved-views-menu-list {
  margin-bottom: 8px;
}
.saved-views-menu-list > li strong {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 207px;
  display: block;
}
.saved-views-menu-list > li a {
  padding: 8px 16px;
  display: inline-block;
  font-family: "HelveticaNeueLTW05-55Roman";
  color: var(--03-grey-grey-01);
  font-size: 16px;
  display: block;
}
.saved-views-menu-list > li:first-child {
  list-style-type: none;
}
.saved-views-menu-list > li:hover, .saved-views-menu-list > li.active {
  border-radius: 2px;
  box-shadow: inset 4px 0 0 0 #0073ac;
  background-color: #f2f8fb;
}
.saved-views-menu-list.menu-hover-style a:hover, .saved-views-menu-list.menu-hover-style a.active, .saved-views-menu-list.menu-hover-style li:hover, .saved-views-menu-list.menu-hover-style li.active {
  border-radius: 2px;
  box-shadow: none;
  background-color: #f2f8fb;
}

.saved-views-menu-sub {
  display: flex;
  list-style-type: none;
  font-size: 12px;
  gap: 8px;
}
.saved-views-menu-sub li {
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 68px;
  position: relative;
  padding-left: 8px;
}
.saved-views-menu-sub li:first-child {
  padding-left: 0;
}
.saved-views-menu-sub li:first-child::before {
  display: none;
}
.saved-views-menu-sub li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #3e4144;
  position: absolute;
  top: 7px;
  left: 0;
}

.overlay.d-flex {
  display: flex !important;
}

.add-new-order-planer {
  width: 488px;
}

.w-auto {
  width: auto !important;
}

.add-new-order-planer h4 {
  margin: 0 0 8px;
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--03-grey-grey-01);
}
.add-new-order-planer p {
  margin: 0 0 4px;
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 14px;
  line-height: 1.5;
  color: var(--03-grey-grey-01);
}

.add-new-order-form {
  margin-top: 16px;
}
.add-new-order-form label {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  line-height: 24px;
  color: var(--03-grey-grey-01);
  margin-bottom: 8px;
  display: flex;
  min-height: 24px;
}

.form-middle-text {
  width: 56px;
  flex-shrink: 0;
  margin-bottom: 10px;
  color: var(--03-grey-grey-03);
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-top: 43px;
}

.theme-form-elm-disabled {
  border: solid 1px #f1f1f1 !important;
  background-color: #f1f1f1 !important;
  color: var(--03-grey-grey-03);
}

.right-accord-cont-panel {
  border-radius: 8px;
  background-color: var(--03-grey-grey-07);
  padding: 4px;
  display: none;
  margin-bottom: 2px;
}
.right-accord-cont-panel.accord-show {
  display: block;
}

.right-accord-block {
  background: white;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 16px;
  transition: all 0.3s;
}
.right-accord-block:hover {
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--06-background-grey);
}
.right-accord-block:hover .green-date-text {
  border: solid 1px var(--05-accents-green-green-100);
}
.right-accord-block:hover .red-date-text {
  border: solid 1px var(--05-accents-red-red-100);
}
.right-accord-block h4 {
  margin: 0 4px 4px 0;
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 14px;
  font-weight: 500;
  color: var(--03-grey-grey-01);
  margin-bottom: 8px;
}
.right-accord-block h4.mb-0 {
  margin-bottom: 6px !important;
}
.right-accord-block h5 {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 12px;
  color: #3e4144;
  margin-bottom: 16px;
}

.right-accord-block-drag-area {
  height: 329px;
  margin: 4px 0;
  padding: 16px 8px 16px 16px;
  opacity: 0.3;
  border-radius: 4px;
  border: dashed 1px var(--03-grey-grey-04);
  background-color: var(--03-grey-grey-07);
}

.date-event-box-darg {
  opacity: 0.8;
  border-radius: 4px;
  background-color: white;
  margin-left: 2px;
  margin-right: 2px;
  background-image: repeating-linear-gradient(0deg, var(--03-grey-grey-03), var(--03-grey-grey-03) 6px, transparent 6px, transparent 12px, var(--03-grey-grey-03) 12px), repeating-linear-gradient(90deg, var(--03-grey-grey-03), var(--03-grey-grey-03) 6px, transparent 6px, transparent 12px, var(--03-grey-grey-03) 12px), repeating-linear-gradient(180deg, var(--03-grey-grey-03), var(--03-grey-grey-03) 6px, transparent 6px, transparent 12px, var(--03-grey-grey-03) 12px), repeating-linear-gradient(270deg, var(--03-grey-grey-03), var(--03-grey-grey-03) 6px, transparent 6px, transparent 12px, var(--03-grey-grey-03) 12px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.border-0 {
  border: none !important;
}
.border-0::before {
  display: none !important;
}

.red-date-text {
  padding: 1px 4px;
  border-radius: 2px;
  background-color: var(--05-accents-red-red-10);
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--05-accents-red-red-100);
  transition: all 0.3s;
  border: 1px solid transparent;
}

.green-date-text {
  padding: 1px 4px;
  border-radius: 2px;
  background-color: var(--05-accents-green-green-10);
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--05-accents-green-green-100);
  transition: all 0.3s;
  border: 1px solid transparent;
}

.progress-bottom-cont p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}
.progress-bottom-cont p strong {
  font-family: "HelveticaNeueLTW05-65Medium";
}
.progress-bottom-cont p span {
  color: var(--03-grey-grey-03);
}

.open-link a, .close-link a {
  font-size: 12px;
  color: var(--02-cyan-cyan-01);
}

.progress-panel {
  height: 6px;
  border-radius: 10px;
  background-color: var(--03-grey-grey-06);
  margin-bottom: 10px;
  position: relative;
}
.progress-panel .progress-bar-block {
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  border-right: 1px solid #fff;
}
.progress-panel .progress-bar-block.green {
  background-color: var(--05-accents-green-green-100);
  z-index: 2;
}
.progress-panel .progress-bar-block.grey {
  background-color: var(--03-grey-grey-03);
  z-index: 2;
}
.progress-panel .progress-bar-block.white {
  background-color: white;
  height: 4px !important;
  top: 1px;
  left: 1;
  z-index: 0;
}
.progress-panel .progress-bar-block.orange {
  background-color: var(--05-accents-orange-orange-100);
  z-index: 6;
}
.progress-panel .progress-bar-block.dark-blue {
  background-color: var(--01-blue-blue-01);
  z-index: 4;
}
.progress-panel .progress-bar-block.dark-grey {
  background-color: var(--03-grey-grey-01);
}

.shift-minus-btn {
  background: url("../img/icons-remove.svg") no-repeat 50% 50% #0073ac;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  padding: 16px 16px 16px 16px;
  border-radius: 2px;
  background-color: #0073ac;
  flex-shrink: 0;
  transition: all 0.3s;
}
.shift-minus-btn:hover {
  background: url("../img/icons-remove.svg") no-repeat 50% 50% var(--02-cyan-cyan-02);
}

.shift-plus-btn {
  background: url("../img/icons-add.svg") no-repeat 50% 50% #0073ac;
  width: 48px;
  height: 48px;
  margin: 0 0 0 8px;
  padding: 16px 16px 16px 16px;
  border-radius: 2px;
  background-color: #0073ac;
  flex-shrink: 0;
  transition: all 0.3s;
}
.shift-plus-btn:hover {
  background: url("../img/icons-add.svg") no-repeat 50% 50% var(--02-cyan-cyan-02);
}

.view-more-content-panel {
  margin-top: 16px;
}
.view-more-content-panel h5 {
  font-family: "HelveticaNeueLTW05-65Medium";
  margin-bottom: 2px;
  color: var(--03-grey-grey-01);
}
.view-more-content-panel p {
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "HelveticaNeueLTW05-55Roman";
  color: var(--03-grey-grey-01);
  margin-bottom: 12px;
}

.open-link {
  margin-top: 8px;
}

.chevron-prev {
  background: url("../img/chevron-prev.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.chevron-next {
  background: url("../img/chevron-next.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.date-event-box-red {
  opacity: 0.7;
  border-radius: 4px;
  background-color: var(--05-accents-red-red-100);
  padding: 8px;
  color: white;
  border-left: 4px solid white;
  cursor: pointer;
  color: #fff;
}
.date-event-box-red.active {
  opacity: 1;
}
.date-event-box-red > p {
  font-family: "HelveticaNeueLTW05-55Roman";
  color: white;
  letter-spacing: normal;
  font-size: 12px;
  color: #fff;
}

.date-event-box-orange {
  background-color: rgba(249, 212, 209, 0.8);
  border-radius: 4px;
  padding: 8px;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  background-image: repeating-linear-gradient(0deg, var(--05-accents-red-red-100), var(--05-accents-red-red-100) 6px, transparent 6px, transparent 12px, var(--05-accents-red-red-100) 12px), repeating-linear-gradient(90deg, var(--05-accents-red-red-100), var(--05-accents-red-red-100) 6px, transparent 6px, transparent 12px, var(--05-accents-red-red-100) 12px), repeating-linear-gradient(180deg, var(--05-accents-red-red-100), var(--05-accents-red-red-100) 6px, transparent 6px, transparent 12px, var(--05-accents-red-red-100) 12px), repeating-linear-gradient(270deg, var(--05-accents-red-red-100), var(--05-accents-red-red-100) 6px, transparent 6px, transparent 12px, var(--05-accents-red-red-100) 12px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.word-break-all {
  word-break: break-all;
}

.calender-date-event-tooltip {
  width: 342px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110%;
  z-index: 9;
  display: none;
}
.calender-date-event-tooltip.event-tooltip-show {
  display: block;
  opacity: 1;
}
.calender-date-event-tooltip .right-accord-block:hover {
  background: #fff;
  box-shadow: none;
}

.calender-date-event-tooltip::before {
  content: "";
  background: url("../img/left-arrow.png") no-repeat 0 0;
  width: 16px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}

.progress-info-tooltip {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 200px;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--03-grey-grey-01);
  display: none;
  opacity: 0;
}
.progress-info-tooltip.tooltip-show {
  display: block;
  opacity: 1;
}
.progress-info-tooltip .mb-4px {
  margin-bottom: 1px;
}
.progress-info-tooltip.tooltip-xl {
  width: 260px;
  bottom: 28px !important;
}
.progress-info-tooltip.tooltip-xl .d-flex.gap-spacing-sm .progress-circle {
  margin-top: 5px;
}

.d-line {
  display: inline !important;
}

.cursor-pointer {
  cursor: pointer;
}

.progress-info-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid var(--03-grey-grey-01);
  border-bottom: 0;
}

.progress-circle {
  width: 12px;
  height: 12px;
  border-radius: 5rem;
  background: #fff;
  flex-shrink: 0;
}
.progress-circle.green {
  background-color: var(--05-accents-green-green-100);
}

.progress-info-tooltip p {
  font-family: "HelveticaNeueLTW05-45Light";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  margin-bottom: 0;
}

.mb-4px {
  margin-bottom: 4px;
}

textarea.theme-form-elm:focus {
  border: solid 1px var(--03-grey-grey-02);
  color: var(--03-grey-grey-01);
}

textarea.theme-form-elm::-moz-placeholder {
  color: var(--03-grey-grey-01);
}

textarea.theme-form-elm::placeholder {
  color: var(--03-grey-grey-01);
}

.calendar-icon {
  background: url("../img/calendar-icon.svg") no-repeat 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.scheduled-calendar-fld {
  position: relative;
}
.scheduled-calendar-fld input {
  padding-left: 50px;
}
.scheduled-calendar-fld input:focus {
  border: solid 1px var(--03-grey-grey-02);
}
.scheduled-calendar-fld input:focus + .calendar-icon {
  background-color: var(--01-blue-blue-06);
  background: url("../img/cal-icon-active.svg") no-repeat center center var(--01-blue-blue-06);
}
.scheduled-calendar-fld .calendar-icon {
  background: url("../img/calendar-icon.svg") no-repeat center center;
  background-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
}

.view-name-fld {
  padding: 14px 14px 0;
}
.view-name-fld label {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 1rem;
  color: #3e4144;
  display: block;
  margin-bottom: 0.25rem;
}
.view-name-fld .theme-form-elm {
  font-family: "HelveticaNeueLTW05-55Roman";
  color: #3e4144 !important;
}
.view-name-fld .theme-form-elm:focus {
  border: solid 1px #636668;
  color: #3e4144;
}

.accord-cont-scroll {
  max-height: 700px;
  overflow: auto;
}
.accord-cont-scroll::-webkit-scrollbar {
  width: 10px;
}

.add-new-order-form-margin {
  margin-top: 34px;
}

.this-week-calender-panel {
  position: absolute;
  width: 320px;
  padding: 0px 0 0;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px var(--03-grey-grey-05);
  background-color: var(--04-white-white-01);
  z-index: 9;
  top: 40px;
  left: -148px;
  padding-top: 1rem;
}
.this-week-calender-panel::before {
  content: "";
  background: url("../img/top-arrow.png") no-repeat 0 0;
  display: block;
  width: 28px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.this-week-calender-panel ul li:hover {
  background-color: #f2f8fb;
  box-shadow: inset 4px 0 0 0 #0073ac;
  border-radius: 2px 0 0 2px;
}
.this-week-calender-panel ul li.active {
  font-family: "HelveticaNeueLTW05-65Medium";
  background-color: #f2f8fb;
}
.this-week-calender-panel ul li.active a {
  font-family: "HelveticaNeueLTW05-65Medium";
}
.this-week-calender-panel ul li.active:hover {
  box-shadow: none;
}
.this-week-calender-panel ul li a {
  padding: 8px 16px;
  display: block;
  color: #3e4144;
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 1rem;
}

.btn-block {
  background: #fff;
  padding: 1rem;
}

.week-date-fld-panel {
  padding: 8px 16px;
}

.week-date-fld {
  position: relative;
}

#txtFromDatePanel {
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--04-white-white-01);
}
#txtFromDatePanel .ui-state-default, #txtFromDatePanel .ui-widget-content .ui-state-default, #txtFromDatePanel .ui-widget-header .ui-state-default, #txtFromDatePanel .ui-button, #txtFromDatePanel html .ui-button.ui-state-disabled:hover, #txtFromDatePanel html .ui-button.ui-state-disabled:active {
  background: #fff !important;
  border: none !important;
}
#txtFromDatePanel #ui-datepicker-div {
  position: relative !important;
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
  margin-top: 4px;
  margin-bottom: 4px;
}
#txtFromDatePanel .ui-datepicker::after {
  display: none;
}
#txtFromDatePanel .ui-widget-header {
  background: #293189 !important;
  color: #fff !important;
}
#txtFromDatePanel .ui-state-hover, #txtFromDatePanel .ui-widget-content .ui-state-hover, #txtFromDatePanel .ui-widget-header .ui-state-hover, #txtFromDatePanel .ui-state-focus, #txtFromDatePanel .ui-widget-content .ui-state-focus, #txtFromDatePanel .ui-widget-header .ui-state-focus, #txtFromDatePanel .ui-button:hover, #txtFromDatePanel .ui-button:focus,
#txtFromDatePanel .ui-state-highlight, #txtFromDatePanel .ui-widget-content .ui-state-highlight, #txtFromDatePanel .ui-widget-header .ui-state-highlight {
  border: none !important;
  background: #338fbd !important;
  color: #fff;
}
#txtFromDatePanel .ui-state-default, #txtFromDatePanel .ui-widget-content .ui-state-default, #txtFromDatePanel .ui-widget-header .ui-state-default, #txtFromDatePanel .ui-button, #txtFromDatePanel html .ui-button.ui-state-disabled:hover, #txtFromDatePanel html .ui-button.ui-state-disabled:active {
  height: 33px;
  font-size: 14px;
}
#txtFromDatePanel .ui-datepicker-calendar .ui-state-active {
  border: none !important;
  background: #338fbd !important;
  color: #fff;
  border-radius: 100px;
  border: 4px solid #cde3ed !important;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row {
  border-radius: 10px;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td {
  background: #e5f1f6;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td a {
  background: #e5f1f6 !important;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td a:hover {
  color: #fff;
  background: #338fbd !important;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td a.ui-state-highlight {
  background: #338fbd !important;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td a.ui-state-active {
  background: #338fbd !important;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td:first-child {
  background: #e5f1f6;
  border-radius: 30px 0 0 30px;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td:first-child a {
  background: #e5f1f6;
  border-radius: 30px 0 0 30px;
  margin-left: 0;
  margin-right: 0;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td:last-child {
  background: #e5f1f6;
  border-radius: 0 30px 30px 0;
}
#txtFromDatePanel .ui-datepicker-calendar tr.active-row td:last-child a {
  background: #e5f1f6;
  border-radius: 0 30px 30px 0;
}
#txtFromDatePanel .ui-datepicker table {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
#txtFromDatePanel .ui-datepicker .ui-datepicker-header {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
#txtFromDatePanel .ui-datepicker .ui-datepicker-prev, #txtFromDatePanel .ui-datepicker .ui-datepicker-next {
  top: 12px;
}
#txtFromDatePanel .ui-datepicker-prev:hover,
#txtFromDatePanel .ui-datepicker-next:hover {
  background-color: #293189 !important;
}
#txtFromDatePanel thead th {
  font-size: 14px !important;
}

.custom-selectbox {
  position: relative;
}
.custom-selectbox .select-drop-arrow {
  background: url("../img/select-drop-arrow-grey.svg") no-repeat 0 0;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.custom-selectbox select {
  -webkit-appearance: none;
}
.custom-selectbox select:focus + .select-drop-arrow {
  background: url("../img/select-drop-arrow-blue.svg") no-repeat 0 0;
  background-size: contain;
}

.custom-select-dropdown {
  width: auto;
  margin: 4px 0 0;
  padding: 8px 0;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(20vh);
  display: none;
  z-index: 9;
}
.custom-select-dropdown.calender-filter-fld-dropdown {
  padding: 16px;
}
.custom-select-dropdown ul li {
  font-size: 16px;
}
.custom-select-dropdown ul li a {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 8px 16px;
  display: block;
  color: var(--03-grey-grey-01);
  transition: all 0.3s;
}
.custom-select-dropdown ul li a.active {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
}
.custom-select-dropdown ul li a:hover {
  color: var(--02-cyan-cyan-01);
  background: #f2f8fb;
}
.custom-select-dropdown.dropdown-show {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.edit-activites-popup .custom-select-dropdown {
  border-radius: 4px;
}

.custom-select-fld-wrapper {
  position: relative;
}

.custom-select-fld {
  background: white;
  border: 1px solid var(--03-grey-grey-04);
  min-width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 6px 11px;
  font-size: 16px;
  font-family: "HelveticaNeueLTW05-65Medium";
  color: var(--03-grey-grey-01);
  font-weight: 500;
  cursor: pointer;
}
.custom-select-fld span {
  font-family: "HelveticaNeueLTW05-55Roman";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 96px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.custom-select-fld span.show-full-text {
  overflow: visible;
  text-overflow: unset;
  max-width: none;
}
.custom-select-fld.active, .custom-select-fld.selected {
  border: 1px solid var(--02-cyan-cyan-03);
  color: var(--02-cyan-cyan-01);
}
.custom-select-fld.active .depot-icon, .custom-select-fld.selected .depot-icon {
  background: url("../img/depot-icon-active.svg") no-repeat 0 0 !important;
}
.custom-select-fld.active .line-icon, .custom-select-fld.selected .line-icon {
  background: url("../img/line-icon-active.svg") no-repeat 0 0 !important;
}
.custom-select-fld.active .shift-icon, .custom-select-fld.selected .shift-icon {
  background: url("../img/shift-icon-active.svg") no-repeat 0 0 !important;
}
.custom-select-fld.active .drop-down-arrow, .custom-select-fld.selected .drop-down-arrow {
  background: url("../img/drop-down-arrow-active.svg") no-repeat 0 0 !important;
}
.custom-select-fld.selected {
  background: var(--02-cyan-cyan-07);
}
.custom-select-fld.selected .drop-down-arrow {
  display: none;
}
.custom-select-fld.selected .select-remove-cross-btn {
  display: block;
}

/*----Production Planer Ends---------*/
/*----progress overview starts---------*/
.progress-overview-table .td-small-text {
  font-size: 12px;
  color: #898b8d;
  display: block;
}
.progress-overview-table tr th {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 14px;
  color: #898b8d;
  font-weight: 500;
  padding: 16px;
  text-align: left;
}
.progress-overview-table tr th > div {
  font-family: "HelveticaNeueLTW05-65Medium";
}
.progress-overview-table tr td {
  padding: 16px;
  font-size: 14px;
  background: #fff;
  border-bottom: 2px solid #f9f9f9;
  vertical-align: top;
  line-height: 18px;
}
.progress-overview-table tr:hover td {
  background-color: #E5F1F6;
}
.progress-overview-table tr.selected-row td {
  background-color: #E5F1F6 !important;
}
.progress-overview-table td div.d-flex.gap-spacing-sm {
  align-items: flex-start;
  line-height: 18px;
}
.progress-overview-table td div.d-flex.gap-spacing-sm .progress-circle {
  margin-top: 3px;
}

.progress-tag {
  font-family: "HelveticaNeueLTW05-65Medium";
  height: 26px;
  padding: 3px 8px 5px 4px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.progress-tag-green {
  background-color: var(--05-accents-green-green-10);
  color: var(--05-accents-green-green-100);
}

.progress-tag-dark-blue {
  color: var(--01-blue-blue-01);
  background-color: #e9eaf3;
}

.progress-tag-orange {
  color: var(--05-accents-orange-orange-100) !important;
  background-color: var(--05-accents-orange-orange-10);
}

.progress-tag-dark-grey {
  color: var(--03-grey-grey-01);
  background-color: var(--03-grey-grey-07);
}

.progress-tag .progress-circle-dark-blue {
  background: var(--01-blue-blue-01);
}

.progress-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.progress-circle-green {
  background: var(--05-accents-green-green-100);
}

.progress-circle-blue {
  background: rgb(33, 157, 212);
}

.progress-circle-pink {
  background: rgb(231, 133, 249);
}

.progress-circle-dark-blue {
  background: rgb(45, 23, 241);
}

.progress-circle-red {
  background: rgb(218, 41, 28);
}

.progress-circle-orange {
  background: rgb(255, 130, 1);
}

.progress-circle-dark-grey {
  background: rgb(62, 65, 68);
}

.progress-circle-dark-green {
  background: #608b21;
}

.progress-circle-light-orange {
  background: #ff8200;
}

.progress-circle-light-green {
  background: #a2d851;
}

.progress-circle-dark-blue-2 {
  background-color: var(--01-blue-blue-01);
}

.td-bold-text {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-weight: 500;
}
.td-bold-text span {
  font-size: 14px;
  color: #898b8d;
  display: block;
}

.td-cstm-progress-bar-track {
  height: 6px;
  margin: 0 0 8px;
  border-radius: 3px;
  background-color: var(--03-grey-grey-06);
  position: relative;
}

.td-cstm-progress-bar {
  height: 6px;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

.td-cstm-progress-bar-green {
  background: var(--05-accents-green-green-100);
}

.td-cstm-progress-bar-orange {
  background-color: var(--05-accents-orange-orange-100);
}

.td-cstm-progress-bar-dark-blue {
  background-color: var(--01-blue-blue-01);
}

.td-cstm-progress-bar-dark-grey {
  background-color: var(--03-grey-grey-03);
}

.short-up-arrow-icon {
  background: url("../img/short-up-arrow.png") no-repeat 0 0 !important;
  width: 8px;
  height: 4px;
  display: block;
}
.short-up-arrow-icon.active {
  background: url("../img/short-up-arrow-active.png") no-repeat 0 0 !important;
}

.short-down-arrow-icon {
  background: url("../img/short-down-arrow.png") no-repeat 0 0 !important;
  width: 8px;
  height: 4px;
  display: block;
}
.short-down-arrow-icon.active {
  background: url("../img/short-down-arrow-active.png") no-repeat 0 0 !important;
}

.search-fld {
  position: relative;
}
.search-fld .theme-form-elm {
  width: 288px;
  padding-left: 40px;
  color: #3e4144;
}
.search-fld .theme-form-elm::-moz-placeholder {
  color: #3e4144;
}
.search-fld .theme-form-elm::placeholder {
  color: #3e4144;
}
.search-fld .theme-form-elm:focus {
  border-color: #636668;
}

.search-fld-icon {
  background: url("../img/search-icon.svg") no-repeat 0 0 !important;
  width: 24px;
  height: 24px;
  display: block;
}

.search-fld .search-fld-icon {
  position: absolute;
  top: 12px;
  left: 8px;
}

.load-more-btn-panel {
  padding: 24px 32px 32px;
  display: flex;
  justify-content: center;
}

.loadmore-btn {
  padding: 11px 20px 11px;
  border-radius: 24px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  color: #3e4144;
  font-size: 16px;
  transition: all 0.3s;
}
.loadmore-btn:hover {
  color: var(--02-cyan-cyan-01);
}

.progress-right-drawer-one-panel {
  width: 1256px;
  width: calc(100vw - 664px);
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.2s;
  padding: 56px 64px;
}
.progress-right-drawer-one-panel.show-drawer {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.progress-right-drawer-one-panel.drawer-full {
  width: calc(100vw - 304px);
}
.progress-right-drawer-one-panel .large {
  margin-bottom: 4px;
}

.product-brief-block-wrapper {
  gap: 32px;
}
.product-brief-block-wrapper .product-brief-block {
  flex: 1;
  padding: 24px 22px 33px;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--04-white-white-01);
}
.product-brief-block-wrapper .product-brief-block h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--03-grey-grey-01);
  margin-bottom: 0;
}
.product-brief-block-wrapper .product-brief-block p {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 16px;
  color: var(--03-grey-grey-01);
}
.product-brief-block-wrapper .product-brief-block .progress-panel {
  margin-bottom: 16px;
}
.product-brief-block-wrapper .product-brief-block .progress-panel .progress-bar-block {
  height: 5px;
}

.progress-status-tabs-panel {
  margin-top: 72px;
  position: relative;
}
.progress-status-tabs-panel .progress-tabs-content-panel {
  max-height: calc(100vh - 660px);
  overflow: auto;
}
.progress-status-tabs-panel .progress-overview-table tr td {
  background-color: var(--06-background-grey);
  border-bottom: 2px solid #fff;
  line-height: 20px !important;
}

.progress-tabs-link ul {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #d3d4d5;
}
.progress-tabs-link ul li {
  position: relative;
}
.progress-tabs-link ul li a {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #3e4144;
  display: inline-block;
}
.progress-tabs-link ul li.disabled-link a {
  color: var(--03-grey-grey-04);
  pointer-events: none;
}
.progress-tabs-link ul li.active a {
  color: #0073ac;
}
.progress-tabs-link ul li.active::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  background: #0073ac;
}

.progress-right-drawer-two-panel {
  width: 890px;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.2s;
  padding: 56px 64px;
}
.progress-right-drawer-two-panel.show-drawer {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.progress-right-drawer-two-panel .large {
  margin-bottom: 32px;
}

.order-type-icon {
  background: url("../img/order-type-icon.svg") no-repeat 0 0 !important;
  width: 24px;
  height: 24px;
  display: block;
}

.active .order-type-icon {
  background: url("../img/order-type-icon-blue.svg") no-repeat 0 0 !important;
}

.order-status-icon {
  background: url("../img/order-status-icon.svg") no-repeat 0 0 !important;
  width: 24px;
  height: 24px;
  display: block;
}

.active .order-status-icon {
  background: url("../img/order-status-icon-blue.svg") no-repeat 0 0 !important;
}

.back-arrow-blue {
  background: url("../img/back-arrow-blue.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
}

.drawer-close-btn {
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #0073ac;
  text-decoration: underline;
}
.drawer-close-btn:hover {
  text-decoration: none;
}

.blue-underline-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--02-cyan-cyan-01);
  text-decoration: underline;
}
.blue-underline-text:hover {
  text-decoration: none;
}

.product-info-box h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--03-grey-grey-01);
  margin-bottom: 4px;
}
.product-info-box.font-small p {
  font-size: 14px;
}
.product-info-box p {
  font-size: 14px;
}

.details-brief-block {
  max-width: 150px;
  width: 100%;
  margin-right: 32px;
  flex-shrink: 0;
}
.details-brief-block h4 {
  font-size: 14px !important;
  font-weight: 500;
}
.details-brief-block p {
  font-size: 14px !important;
  font-weight: 500;
}

.details-brief-block-wrapper {
  margin-bottom: 25px;
}

.activity-panel-wrapper {
  margin-top: 72px;
  border: solid 1px #d3d4d5;
  border-radius: 2px;
}
.activity-panel-wrapper .activity-heading {
  padding: 1rem 32px;
  border-bottom: 1px solid #d3d4d5;
}
.activity-panel-wrapper .activity-heading h2 {
  font-size: 21px;
}

.activity-panel-inner {
  padding: 40px 32px;
}
.activity-panel-inner .activity-row {
  margin-bottom: 40px;
}
.activity-panel-inner .activity-row h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--03-grey-grey-01);
}
.activity-panel-inner .activity-row:last-child {
  margin-bottom: 0;
}

.activity-count-fld {
  width: 242px;
  border-radius: 2px;
  border: solid 1px #aeafb0;
  background-color: var(--04-white-white-01);
  position: relative;
}
.activity-count-fld input {
  padding: 12px;
  border: none;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 16px;
}
.activity-count-fld input:focus {
  border: none;
  outline: none;
}
.activity-count-fld .activity-plus-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}
.activity-count-fld .activity-minus-btn {
  position: absolute;
  top: 12px;
  left: 12px;
}

.activity-plus-btn {
  background: url("../img/plus-icon-grey.svg") no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--03-grey-grey-07);
  flex-shrink: 0;
}

.activity-plus-btn:hover {
  background: url("../img/plus-icon-hover.svg") no-repeat 50% 50%;
  background-color: #cce3ee;
}

.activity-minus-btn {
  background: url("../img/minus-icon-grey.svg") no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--03-grey-grey-07);
  flex-shrink: 0;
}

.activity-minus-btn:hover {
  background: url("../img/minus-icon-hover.svg") no-repeat 50% 50%;
  background-color: #cce3ee;
}

.progress-overview-table-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.progress-overview-table-wrapper tr.active td {
  background: #f2f8fb;
}
.progress-overview-table-wrapper tr.active td .theme-form-checkbox {
  opacity: 1;
  background: url("../img/checkbox-bg-white.svg") no-repeat 0 0;
}
.progress-overview-table-wrapper tr.active td:first-child {
  box-shadow: inset 4px 0 0 0 #0073ac;
}
.progress-overview-table-wrapper tr:hover .theme-form-checkbox {
  opacity: 1;
}
.progress-overview-table-wrapper tr:hover td {
  background-color: var(--02-cyan-cyan-07);
}
.progress-overview-table-wrapper .theme-form-checkbox {
  opacity: 0;
  background: url("../img/checkbox-bg-white.svg") no-repeat 0 0;
}

.activities-btm-btns {
  border-top: solid 1px #d3d4d5;
  padding: 19px 32px;
  gap: 8px;
}

.grey-text-btn {
  padding: 12px 32px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--03-grey-grey-01);
  text-align: center;
  text-decoration: underline;
}
.grey-text-btn:hover {
  text-decoration: none;
}

.edit-activites-popup h3 {
  font-size: 28px;
}
.edit-activites-popup .progress-tabs-link {
  margin-bottom: 32px;
}

.max-height-list {
  max-height: 200px;
  overflow: auto;
}

.progress-overview-main-table tr:hover td {
  background-color: #E5F1F6 !important;
}

.progress-status-buttons-panel {
  border-top: 1px solid #d3d4d5;
  background: #fff;
  position: absolute;
  bottom: -36px;
  left: -64px;
  right: -64px;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.progress-status-buttons-panel .btn-primary {
  padding: 12px 16px;
  border-radius: 2px;
  background-color: var(--01-blue-blue-01);
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  min-width: 48px;
  text-align: center;
  transition: all 0.3s;
}
.progress-status-buttons-panel .btn-primary:hover {
  background: var(--01-blue-blue-02);
}
.progress-status-buttons-panel .text-link {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: var(--03-grey-grey-01);
  text-decoration: underline;
}
.progress-status-buttons-panel .text-link:hover {
  text-decoration: none;
}
.progress-status-buttons-panel .batch-count {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}

.removed-activites-panel {
  padding: 40px 0 0;
  border-top: 1px solid #d3d4d5;
}
.removed-activites-panel .removed-activites-panel-inner {
  padding-left: 32px;
  padding-right: 32px;
}
.removed-activites-panel.added-activites-panel {
  border-top: 0;
  border-bottom: 1px solid #d3d4d5;
}
.removed-activites-panel h4 {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  color: var(--01-blue-blue-01);
  padding-left: 32px;
}
.removed-activites-panel h5 {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  color: var(--03-grey-grey-04);
}
.removed-activites-panel .activity-count-fld {
  border: solid 1px #f1f1f1;
}
.removed-activites-panel .activity-count-fld input {
  border: solid 1px #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}
.removed-activites-panel .activity-row {
  margin-bottom: 40px;
}

.alert-success-msg-2 {
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #aed879;
  background-color: #f8fbf4;
}

.msg-icon {
  background: url(../img/msg-icon.svg) no-repeat 0 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.saved-views-menu-sub-2 li {
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  position: relative;
  padding-left: 0;
  color: #3e4144;
}

.production-calender-header .calender-header-block {
  position: relative;
  justify-content: center;
}
.production-calender-header .calender-header-block h6 {
  position: absolute;
  left: 0;
}

.w-94px {
  width: 94px;
}

.w-84px {
  width: 84px;
}

.indent-padding-24px {
  padding-left: 24px !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.font-10 {
  font-size: 10px !important;
}

.error-text {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--05-accents-red-red-100) !important;
  margin-bottom: 8px;
}

.error-fld {
  border-color: var(--05-accents-red-red-100) !important;
  color: var(--05-accents-red-red-100) !important;
}

.error-fld::-moz-placeholder {
  color: var(--05-accents-red-red-100) !important;
}

.error-fld::placeholder {
  color: var(--05-accents-red-red-100) !important;
}

.error-fld .drop-down-arrow {
  background: url(../img/arrow-dwn-red.svg) no-repeat 0 0;
}

.error-text-btm-gap {
  padding-bottom: 56px;
}

.error-text-btm-gap-36 {
  padding-bottom: 36px;
}

.error-top-pos {
  top: 32px;
}

.error-text .info-icon {
  opacity: 0;
}

.table-data-tooltip {
  position: relative;
}

.table-data-tooltip-wrapper {
  top: -168px;
}
.table-data-tooltip-wrapper.data-tooltip-bottom {
  top: auto;
  bottom: 46px;
}
.table-data-tooltip-wrapper h5 {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  margin-bottom: 8px;
}
.table-data-tooltip-wrapper h6 {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  margin-bottom: 0;
}
.table-data-tooltip-wrapper p {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
}

.order-progress-tooltip-wrapper {
  width: 218px;
  top: -150px;
}
.order-progress-tooltip-wrapper.progress-tooltip-bottom {
  top: auto;
  bottom: 16px;
}
.order-progress-tooltip-wrapper p {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01) !important;
}
.order-progress-tooltip-wrapper .progress-circle {
  border: 1px solid #fff;
}
.order-progress-tooltip-wrapper .mb-4px {
  margin-bottom: 4px;
}

.progress-circle-dark-grey {
  background-color: var(--03-grey-grey-01);
}

.progress-circle-light-grey {
  border-color: #fff;
  background-color: var(--03-grey-grey-06);
}

.fw-32 {
  width: 32px;
  display: block;
}

.fw-70px {
  width: 70px;
  flex-shrink: 0;
}

.error-icon {
  background: url("../img/error-icon.png") no-repeat 0 0;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 5px;
}

.bg-grey {
  background: #f1f1f1;
}

.productivity-targets-table {
  max-width: 801px;
}
.productivity-targets-table th {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: var(--03-grey-grey-01);
  border-top: 1px solid #d3d4d5;
}
.productivity-targets-table td {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--03-grey-grey-03);
  padding: 15px 8px;
}
.productivity-targets-table .border-right {
  border-right: 1px solid #d3d4d5;
}
.productivity-targets-table .font-14 {
  font-size: 14px;
}
.productivity-targets-table .text-dark {
  color: var(--03-grey-grey-01);
}
.productivity-targets-table .cell-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.productivity-targets-table .th-text {
  color: var(--component-styles-dot-paginator-active);
}

.edit-outline-btn {
  height: 48px;
  padding: 11px 16px 13px;
  border-radius: 2px;
  border: solid 1px #aeafb0;
  background-color: var(--04-white-white-01);
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #3e4144;
  display: inline-block;
  transition: all 0.2s;
}
.edit-outline-btn:hover {
  border-color: var(--02-cyan-cyan-01);
  color: var(--02-cyan-cyan-01);
}

.productivity-edit-fld input {
  width: 68.3px;
  height: 29px;
  padding: 4px 8px;
  border-radius: 2px;
  border: solid 1px var(--03-grey-grey-04);
  background-color: var(--04-white-white-01);
  text-align: center;
  outline: none;
}
.productivity-edit-fld input:focus {
  border: solid 1px var(--03-grey-grey-02);
}

.btns-lg-panel .primary-btn-blue, .btns-lg-panel .outline-btn-white {
  padding: 11px 23px;
  border-radius: 2px;
}

.me-8px {
  margin-right: 8px;
}

.add-btn {
  background: url("../img/add.svg") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.remove-btn {
  background: url("../img/remove.svg") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.productivity-edit-fld {
  position: relative;
}
.productivity-edit-fld .add-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: none;
}
.productivity-edit-fld .add-btn:hover {
  background-color: var(--03-grey-grey-06);
}
.productivity-edit-fld .remove-btn {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  display: none;
}
.productivity-edit-fld .remove-btn:hover {
  background-color: var(--03-grey-grey-06);
}
.productivity-edit-fld:hover .add-btn, .productivity-edit-fld:hover .remove-btn {
  display: flex;
  border-radius: 100%;
}

.plan-modal-tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(18, 24, 88, 0.4);
}
.plan-modal-tabs li {
  font-family: "HelveticaNeueLTW05-65Medium";
  font-size: 18px;
  position: relative;
  padding-bottom: 16px;
}
.plan-modal-tabs li a {
  color: #3e4144;
}
.plan-modal-tabs li.active::before {
  content: "";
  height: 2px;
  background: #0073ac;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
}
.plan-modal-tabs li.active a {
  color: #0073ac;
}

.target-quantity-fld {
  position: relative;
}
.target-quantity-fld .hrs-text {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  padding: 3px 8px 5px 4px;
  border-radius: 2px;
  background-color: var(--03-grey-grey-07);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}

.clock-icon {
  background: url("../img/clock.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.hrs-text-error {
  color: var(--05-accents-red-red-100);
}
.hrs-text-error .clock-icon {
  background: url("../img/clock-red.svg") no-repeat 0 0;
}

.modal-panel label {
  font-family: "HelveticaNeueLTW05-65Medium";
  color: var(--03-grey-grey-01);
}

.theme-form-checkbox.checkbox-white {
  background: url("../img/checkbox-bg-white.svg") no-repeat 0 0;
}

.qty-icon {
  background: url("../img/qty-icon.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
}

.qty-text {
  margin: 8px 35px 8px 0;
  padding: 3px 8px 5px 4px;
  border-radius: 2px;
  background-color: var(--03-grey-grey-07);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.qty-text span {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 12px;
  color: #3e4144;
}
.qty-text span strong {
  font-family: "HelveticaNeueLTW05-65Medium";
}

.qty-duration-panel {
  padding-left: 16px;
  border-left: 4px solid #0073ac;
  margin-top: 8px;
}
.qty-duration-panel .qty-text {
  background-color: var(--02-cyan-cyan-07);
}
.qty-duration-panel p a {
  text-decoration: underline;
  color: #0073ac;
}
.qty-duration-panel p a:hover {
  text-decoration: none;
}

.disabled-text {
  color: var(--03-grey-grey-04) !important;
}

.position-relative {
  position: relative;
}

.custom-tooltip-text {
  font-family: "HelveticaNeueLTW05-55Roman";
  position: absolute;
  min-height: 29px;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: #3e4144;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  bottom: 29px;
  left: -16px;
  display: none;
}

.red-heading-text {
  color: var(--05-accents-red-red-100) !important;
}

.error-icon-lg {
  background: url("../img/error.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
}

.warning-msg {
  margin-top: 22px;
  position: relative;
  border-left: 4px solid #d3d4d5;
  padding-left: 16px;
}
.warning-msg h4 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e4144;
  margin-bottom: 4px;
}
.warning-msg p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e4144;
}

.full-shift-check-not:hover .custom-tooltip-text {
  display: block;
}

/*----progress overview ends---------*/
/*-----------------------------New Style Ends----------------------------*/
/*-----------------------------08-07-24 Style Starts----------------------------*/
.oder-page-wrapper {
  width: 100%;
}
.oder-page-wrapper .bottom-btns-panel .btns-lg-panel {
  max-width: 1196px;
}

.custom-breadcrumb {
  margin-bottom: 56px;
  border-bottom: 1px solid #d3d4d5;
  padding-left: 6px;
}
.custom-breadcrumb ul {
  display: flex;
  gap: 21px;
  padding-bottom: 11px;
}
.custom-breadcrumb ul li {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e4144;
  position: relative;
}
.custom-breadcrumb ul li::before {
  content: "/";
  position: absolute;
  right: -12px;
  top: 1px;
  color: #898b8d;
}
.custom-breadcrumb ul li a {
  color: #3e4144;
  text-decoration: underline;
}
.custom-breadcrumb ul li a:hover {
  text-decoration: none;
}
.custom-breadcrumb ul li:last-child::before {
  display: none;
}
.custom-breadcrumb ul li:first-child {
  padding-left: 25px;
}
.custom-breadcrumb ul li:first-child::after {
  content: "";
  background: url("../img/chevron-left.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.order-setup-form-main-wrapper {
  max-width: 1196px;
  padding-top: 72px;
  justify-content: space-between;
}
.order-setup-form-main-wrapper label {
  font-family: HelveticaNeueLTW05-65Medium;
}
.order-setup-form-main-wrapper .order-setup-form-left {
  width: 100%;
  max-width: 582px;
  min-height: calc(100vh - 350px);
}
.order-setup-form-main-wrapper .order-setup-form-left .calender-filter-fld span {
  max-width: 510px;
}
.order-setup-form-main-wrapper .order-setup-form-left .activity-count-fld {
  width: 287px;
}
.order-setup-form-main-wrapper .order-setup-form-right {
  width: 100%;
  max-width: 459px;
}
.order-setup-form-main-wrapper .order-notes-fld textarea {
  height: auto;
  min-height: 96px;
}
.order-setup-form-main-wrapper .order-notes-fld textarea::-moz-placeholder {
  color: #aeafb0;
}
.order-setup-form-main-wrapper .order-notes-fld textarea::placeholder {
  color: #aeafb0;
}

.custom-checkbox-row {
  margin: 8px 0 0;
  padding: 24px;
  border-radius: 2px;
  background-color: #f1f1f1;
  display: flex;
  gap: 17px;
}
.custom-checkbox-row.active {
  background-color: #f2f8fb;
  box-shadow: inset 4px 0 0 0 #0073ac;
}
.custom-checkbox-row.active span {
  font-family: HelveticaNeueLTW05-65Medium;
}
.custom-checkbox-row.radio-btn-grey input + span {
  border: 3px solid #898b8d !important;
}
.custom-checkbox-row.radio-btn-grey input + span::after {
  background-color: #898b8d !important;
}

.theme-cstm-radio {
  position: relative;
}
.theme-cstm-radio span {
  border: 3px solid #3e4144;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.theme-cstm-radio input {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.theme-cstm-radio input:checked + span {
  border: 3px solid #0073ac;
}
.theme-cstm-radio input:checked + span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #3e4144;
}

.custom-checkbox-two-col-panel .d-grid {
  grid-template-columns: 1fr 1fr;
  padding-top: 8px;
}
.custom-checkbox-two-col-panel .custom-checkbox-panel {
  gap: 8px;
}
.custom-checkbox-two-col-panel .custom-checkbox-row {
  flex-grow: 1;
}

.bottom-btns-panel {
  border-top: 1px solid #d3d4d5;
  padding-top: 24px;
  padding-bottom: 24px;
}
.bottom-btns-panel .btns-lg-panel {
  gap: 16px;
}

.search-fld-full-width .theme-form-elm {
  width: 100%;
}

.cross-fld-icon {
  background: url("../img/fld-cross.svg") no-repeat 0 0 !important;
  width: 24px;
  height: 24px;
  display: block;
}

.search-fld .cross-fld-icon {
  position: absolute;
  top: 12px;
  left: 8px;
}

.select-field-wrapper {
  box-shadow: inset 4px 0 0 0 #0073ac;
  padding-left: 24px;
}
.select-field-wrapper label {
  display: block;
  padding-bottom: 8px;
}

.company-details-wrapper {
  width: 100%;
  max-width: 1440px;
}
.company-details-wrapper p strong {
  font-family: HelveticaNeueLTW05-65Medium;
}

.company-details-block-wrapper {
  gap: 32px;
}
.company-details-block-wrapper .company-details-block {
  max-width: 336px;
  width: 100%;
  padding: 24px;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  background-color: var(--04-white-white-01);
}
.company-details-block-wrapper .company-details-block.company-details-block-2 .company-details-label {
  width: 68%;
}
.company-details-block-wrapper .company-details-block.wide {
  max-width: none;
}

.company-details-row {
  display: flex;
  gap: 8px;
}
.company-details-row .company-details-label {
  width: 52%;
  flex-shrink: 0;
}
.company-details-row .company-details-label {
  font-family: HelveticaNeueLTW05-65Medium;
}
.company-details-row .company-details-val {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.status-tag {
  font-family: HelveticaNeueLTW05-65Medium;
  padding: 4px 8px 4px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.status-tag.status-tag-yellow {
  background-color: var(--05-accents-orange-orange-100);
}
.status-tag.status-tag-pink {
  background-color: #e786f9;
}

.blue-dropdown-btn {
  font-family: HelveticaNeueLTW05-65Medium;
  padding: 5px 13px 6px 16px;
  border-radius: 4px;
  background-color: var(--02-cyan-cyan-01);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  transition: all 0.3s;
}
.blue-dropdown-btn.active, .blue-dropdown-btn:hover {
  background-color: #338fbd;
}

.btn-drop-arrow {
  background: url("../img/drop-arrow.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.order-details-notes-panel {
  width: 100%;
  max-width: 336px;
  padding: 24px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: #fff;
}
.order-details-notes-panel h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 16px;
}
.order-details-notes-panel p {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.order-details-accord-panel-wrapper {
  border-bottom: solid 1px #d3d4d5;
  border-radius: 2px;
}
.order-details-accord-panel-wrapper .accord-arrow {
  background: url(../img/accord-arrrow-grey.svg) no-repeat 0 0;
}
.order-details-accord-panel-wrapper .order-details-accord-row {
  border-radius: 0;
}
.order-details-accord-panel-wrapper .order-details-accord-row:nth-child(1) {
  border-radius: 2px 2px 0 0;
}
.order-details-accord-panel-wrapper .order-details-accord-row:last-child {
  border-radius: 0 0 2px 2px;
}

.add-activities-drawer-panel .accord-arrow {
  background: url(../img/accord-arrrow-grey.svg) no-repeat 0 0;
}

.company-order-details-panel-inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.order-details-accord-panel {
  width: 100%;
  max-width: 1072px;
}
.order-details-accord-panel .order-details-accord-row {
  padding: 20px 24px 20px 24px;
  border: solid 1px #d3d4d5;
  border-bottom: none;
  background-color: var(--04-white-white-01);
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-btn {
  font-family: HelveticaNeueLTW05-65Medium !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  cursor: pointer;
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-btn span {
  font-family: HelveticaNeueLTW05-65Medium !important;
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-btn.active .accord-arrow {
  transform: rotate(180deg);
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-content {
  padding: 24px 0 0;
  display: none;
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-content.show-accord {
  display: block;
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-content p a {
  text-decoration: underline;
}
.order-details-accord-panel .order-details-accord-row .order-details-accord-content p a:hover {
  text-decoration: none;
}
.order-details-accord-panel .order-details-accord-row.accord-btn-disabled {
  pointer-events: none;
  background-color: var(--06-background-grey);
}
.order-details-accord-panel .order-details-accord-row.accord-btn-disabled .order-details-accord-btn {
  opacity: 0.7;
}

.accord-sub-link {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--03-grey-grey-01) !important;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
.accord-sub-link:hover {
  text-decoration: none;
}

.plus-grey-icon {
  background: url("../img/plus-grey.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.text-link-grey {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  text-decoration: underline;
}
.text-link-grey:hover {
  text-decoration: none;
}

.enquiry-drop-panel {
  position: relative;
}
.enquiry-drop-panel .enquiry-dropdown {
  width: 291px;
  padding: 8px;
  border-radius: 2px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
}
.enquiry-drop-panel .enquiry-dropdown.dropdown-show {
  display: block;
}
.enquiry-drop-panel .enquiry-dropdown a {
  font-family: HelveticaNeueLTW05-65Medium;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  color: #3e4144;
  transition: all 0.3s;
}
.enquiry-drop-panel .enquiry-dropdown a:hover {
  border-radius: 2px;
  background-color: #e5f1f6;
}

.enquiry-btn.active .btn-drop-arrow {
  transform: rotate(180deg);
}

.production-planning-form {
  display: flex;
  gap: 32px;
}
.production-planning-form .production-planning-fld {
  width: 100%;
  max-width: 320px;
  margin-bottom: 8px;
}
.production-planning-form .production-planning-fld label {
  font-family: HelveticaNeueLTW05-65Medium;
}

#txtFromDatePanel.scheduled-calendar-absolute #ui-datepicker-div {
  position: absolute !important;
}

.last-change-block {
  padding: 24px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: #fff;
}
.last-change-block h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 16px;
}
.last-change-block h5 {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 4px;
}
.last-change-block h6 {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e4144;
  margin-bottom: 0;
}

.about-assets-row {
  display: flex;
  margin-bottom: 8px;
}
.about-assets-row .about-assets-label {
  width: 210px;
  flex-shrink: 0;
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}

.full-address-drawer-panel,
.notes-drawer-panel,
.create-batch-drawer-panel,
.all-scaned-drawer-panel,
.add-activities-drawer-panel,
.edit-mandate-grp-drawer-panel,
.edit-product-drawer-panel,
.adjust-order-quantity-drawer-panel {
  width: 699px;
  border-left: solid 1px #d3d4d5;
  background-color: #fff;
  min-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.3s;
}
.full-address-drawer-panel.show-drawer,
.notes-drawer-panel.show-drawer,
.create-batch-drawer-panel.show-drawer,
.all-scaned-drawer-panel.show-drawer,
.add-activities-drawer-panel.show-drawer,
.edit-mandate-grp-drawer-panel.show-drawer,
.edit-product-drawer-panel.show-drawer,
.adjust-order-quantity-drawer-panel.show-drawer {
  transform: translateX(0);
}
.full-address-drawer-panel .drawer-footer-btns,
.notes-drawer-panel .drawer-footer-btns,
.create-batch-drawer-panel .drawer-footer-btns,
.all-scaned-drawer-panel .drawer-footer-btns,
.add-activities-drawer-panel .drawer-footer-btns,
.edit-mandate-grp-drawer-panel .drawer-footer-btns,
.edit-product-drawer-panel .drawer-footer-btns,
.adjust-order-quantity-drawer-panel .drawer-footer-btns {
  box-shadow: none;
  border-top: 1px solid #d3d4d5;
}
.full-address-drawer-panel .drawer-footer-btns .blue-primary-btn,
.notes-drawer-panel .drawer-footer-btns .blue-primary-btn,
.create-batch-drawer-panel .drawer-footer-btns .blue-primary-btn,
.all-scaned-drawer-panel .drawer-footer-btns .blue-primary-btn,
.add-activities-drawer-panel .drawer-footer-btns .blue-primary-btn,
.edit-mandate-grp-drawer-panel .drawer-footer-btns .blue-primary-btn,
.edit-product-drawer-panel .drawer-footer-btns .blue-primary-btn,
.adjust-order-quantity-drawer-panel .drawer-footer-btns .blue-primary-btn {
  padding: 0.7rem 1.5rem;
}
.full-address-drawer-panel label,
.notes-drawer-panel label,
.create-batch-drawer-panel label,
.all-scaned-drawer-panel label,
.add-activities-drawer-panel label,
.edit-mandate-grp-drawer-panel label,
.edit-product-drawer-panel label,
.adjust-order-quantity-drawer-panel label {
  font-family: HelveticaNeueLTW05-65Medium;
}

.all-scaned-drawer-panel {
  width: 1260px;
}
.all-scaned-drawer-panel .drawer-panel-heading {
  margin-left: 64px;
  margin-right: 64px;
  padding-left: 0;
}

.add-activities-drawer-panel {
  width: 1568px;
}
.add-activities-drawer-panel .drawer-panel-heading {
  border: none;
  padding-left: 64px;
  padding-right: 64px;
}

.drawer-panel-heading {
  padding: 32px 24px;
  border-bottom: solid 1px #d3d4d5;
}
.drawer-panel-heading h2 {
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: var(--01-blue-blue-01);
  margin-bottom: 0;
}
.drawer-panel-heading h2.font-38 {
  font-size: 38px;
}

.full-address-drawer-content,
.notes-drawer-content,
.create-batch-drawer-content {
  padding: 24px;
}
.full-address-drawer-content label,
.notes-drawer-content label,
.create-batch-drawer-content label {
  font-family: HelveticaNeueLTW05-65Medium;
}
.full-address-drawer-content .address-drawer-row,
.notes-drawer-content .address-drawer-row,
.create-batch-drawer-content .address-drawer-row {
  display: flex;
  gap: 16px;
}
.full-address-drawer-content .address-drawer-row .address-drawer-label,
.notes-drawer-content .address-drawer-row .address-drawer-label,
.create-batch-drawer-content .address-drawer-row .address-drawer-label {
  font-family: HelveticaNeueLTW05-65Medium;
  width: 136px;
  flex-shrink: 0;
}
.full-address-drawer-content .address-map,
.notes-drawer-content .address-map,
.create-batch-drawer-content .address-map {
  margin-bottom: 16px;
}
.full-address-drawer-content .drawer-notes-content,
.notes-drawer-content .drawer-notes-content,
.create-batch-drawer-content .drawer-notes-content {
  border-radius: 2px;
  background-color: var(--04-white-white-01);
}
.full-address-drawer-content .drawer-notes-content p,
.notes-drawer-content .drawer-notes-content p,
.create-batch-drawer-content .drawer-notes-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.full-address-drawer-content .drawer-notes-content textarea,
.notes-drawer-content .drawer-notes-content textarea,
.create-batch-drawer-content .drawer-notes-content textarea {
  padding: 12px 16px;
  border: solid 1px #aeafb0;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}

.grey-default-btn {
  font-family: "HelveticaNeueLTW05-55Roman";
  padding: 0.7rem 1rem;
  background-color: #fff;
  color: #3e4144;
  white-space: nowrap;
  display: inline-flex;
  transition: all 0.3s;
  font-size: 1rem;
}
.grey-default-btn:hover {
  color: #118CCF;
}

.create-batch-drawer-content .custom-checkbox-two-col-panel .half-width {
  max-width: 298px;
  width: 100%;
}

.batch-quantity-fld {
  max-width: 298px;
  width: 100%;
  position: relative;
}
.batch-quantity-fld .remaining-qty {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: var(--03-grey-grey-01);
}

.production-planning-flex {
  gap: 32px;
  width: 100%;
}

.production-planning-flex-fld {
  flex-wrap: wrap;
  gap: 32px;
  max-width: 674px;
  width: 100%;
}

.last-change-panel {
  width: 304px;
}

.created-batch-accord-wrapper,
.activities-components-accord-wrapper {
  border-bottom: solid 1px #d3d4d5;
  border-radius: 2px;
}
.created-batch-accord-wrapper .created-batch-accord-content,
.activities-components-accord-wrapper .created-batch-accord-content {
  padding: 22px 24px;
  display: none;
}
.created-batch-accord-wrapper .created-batch-accord-content.show-accord,
.activities-components-accord-wrapper .created-batch-accord-content.show-accord {
  display: block;
}
.created-batch-accord-wrapper .created-batch-accord-block,
.created-batch-accord-wrapper .activities-components-accord-block,
.activities-components-accord-wrapper .created-batch-accord-block,
.activities-components-accord-wrapper .activities-components-accord-block {
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  border-bottom: none;
}
.created-batch-accord-wrapper .created-batch-accord-block:nth-child(1),
.activities-components-accord-wrapper .created-batch-accord-block:nth-child(1) {
  border-radius: 2px 2px 0 0;
}
.created-batch-accord-wrapper .created-batch-accord-block:last-child,
.activities-components-accord-wrapper .created-batch-accord-block:last-child {
  border-radius: 0 0 2px 2px;
}
.created-batch-accord-wrapper .created-batch-heading,
.created-batch-accord-wrapper .activities-components-heading,
.activities-components-accord-wrapper .created-batch-heading,
.activities-components-accord-wrapper .activities-components-heading {
  border-bottom: 1px solid var(--03-grey-grey-06);
  margin-bottom: 32px;
}
.created-batch-accord-wrapper .created-batch-heading h3,
.created-batch-accord-wrapper .activities-components-heading h3,
.activities-components-accord-wrapper .created-batch-heading h3,
.activities-components-accord-wrapper .activities-components-heading h3 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--01-blue-blue-01);
  margin-bottom: 8px;
}

.created-batch-heading-width {
  width: 202px;
}

.created-batch-accord-header,
.activities-components-accord-header {
  padding: 22px 24px;
  border-radius: 2px;
  cursor: pointer;
}
.created-batch-accord-header.active .accord-arrow,
.activities-components-accord-header.active .accord-arrow {
  transform: rotate(180deg);
}
.created-batch-accord-header h4,
.activities-components-accord-header h4 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 0;
}
.created-batch-accord-header .created-batch-accord-header-inner,
.created-batch-accord-header .activities-components-accord-header-inner,
.activities-components-accord-header .created-batch-accord-header-inner,
.activities-components-accord-header .activities-components-accord-header-inner {
  gap: 68px;
}

.created-batch-tag {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 3px 8px 5px 4px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.created-batch-tag.completed-tag {
  background-color: var(--05-accents-green-green-10);
  color: var(--05-accents-green-green-100);
}
.created-batch-tag.notcompleted-tag {
  background-color: var(--03-grey-grey-07);
  color: var(--03-grey-grey-01);
}
.created-batch-tag.inprogress-tag {
  background-color: #e9eaf3;
  color: var(--01-blue-blue-01);
}
.created-batch-tag .created-batch-circle {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  border-radius: 100%;
}
.created-batch-tag .created-batch-circle.green {
  background-color: var(--05-accents-green-green-100);
}
.created-batch-tag .created-batch-circle.grey {
  background-color: var(--03-grey-grey-01);
}
.created-batch-tag .created-batch-circle.blue {
  background-color: var(--01-blue-blue-01);
}

.mandetory {
  color: var(--05-accents-red-red-100) !important;
}

.order-check {
  background: url("../img/check.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.batches-qty-cont {
  gap: 16px;
}

.batches-qty-panel h4 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 8px;
}
.batches-qty-panel .batches-qty-label,
.batches-qty-panel .batches-qty-value {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}
.batches-qty-panel .batches-qty-label {
  font-family: HelveticaNeueLTW05-55Roman;
  width: 100px;
  flex-shrink: 0;
}
.batches-qty-panel .batches-qty-value {
  font-family: HelveticaNeueLTW05-65Medium;
}

.warning-icon {
  background: url("../img/warning.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.warning-icon:hover {
  opacity: 0.5;
}
.warning-icon:hover + .custom-tooltip-text {
  display: block;
}

.created-batch-details-panel {
  gap: 32px;
}

.created-batch-details-row {
  gap: 16px;
  margin-bottom: 4px;
}
.created-batch-details-row .created-batch-details-label {
  width: 120px;
  flex-shrink: 0;
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}
.created-batch-details-row .created-batch-details-label.wide {
  width: 180px;
}
.created-batch-details-row .created-batch-details-value {
  width: 184px;
}

.download-icon {
  background: url("../img/download.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.chevron-icon {
  background: url("../img/chevron-next-sm.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.scanned-assets-table table {
  width: 100%;
}
.scanned-assets-table thead th {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  text-align: left;
  border-bottom: 1px solid var(--03-grey-grey-06);
  padding: 12px 0;
}
.scanned-assets-table tbody td {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  border-bottom: 1px solid var(--03-grey-grey-06);
  padding: 12px 0;
}

.all-scaned-drawer-body {
  padding: 32px 64px;
}
.all-scaned-drawer-body .scanned-assets-table-overflow {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
}

.activities-components-accord-content {
  padding: 24px;
  display: none;
}
.activities-components-accord-content.show-accord {
  display: block;
}

.activities-components-table-header {
  padding: 8px 8px 8px 16px;
  border-radius: 2px;
  border: solid 1px var(--01-blue-blue-01);
  background-color: var(--01-blue-blue-01);
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  cursor: pointer;
}
.activities-components-table-header .accord-arrow-white {
  transform: rotate(180deg);
}
.activities-components-table-header.active .accord-arrow-white {
  transform: rotate(0deg);
}

.activities-components-table-content {
  display: none;
}
.activities-components-table-content.show-accord {
  display: block;
}
.activities-components-table-content.setting-table {
  border-radius: 2px;
}
.activities-components-table-content.setting-table table {
  border-radius: 2px;
}

.activities-components-table table {
  width: 100%;
  border: 1px solid #d3d4d5;
  background: #fff;
  border-collapse: separate;
  border-radius: 2px;
}
.activities-components-table thead th {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e4144;
  text-align: left;
  padding: 8px;
  border-bottom: solid 1px #d3d4d5;
}
.activities-components-table thead th:nth-child(1) {
  border-radius: 2px 0 0 0;
}
.activities-components-table thead th:last-child {
  border-radius: 0 2px 0 0;
}
.activities-components-table tbody tr td {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  padding: 8px;
  border-bottom: solid 1px #d3d4d5;
}
.activities-components-table tbody tr td strong {
  font-family: HelveticaNeueLTW05-65Medium;
}
.activities-components-table tbody tr td.pe-10 {
  padding-right: 10px !important;
}
.activities-components-table tbody tr:last-child td {
  border: none;
}

.accord-arrow-white {
  background: url(../img/accord-arrow-white.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.link-underline-text {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0073ac;
  text-decoration: underline;
}
.link-underline-text:hover {
  text-decoration: none;
}

.radio-btn-disabled {
  filter: grayscale(0.2);
}
.radio-btn-disabled input {
  pointer-events: none;
}
.radio-btn-disabled span {
  border-color: #aeafb0 !important;
}
.radio-btn-disabled span::after {
  background-color: #898b8d !important;
}

.add-activities-two-panel-wrapper {
  gap: 32px;
  padding-left: 64px;
  padding-right: 64px;
}
.add-activities-two-panel-wrapper h3 {
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
}
.add-activities-two-panel-wrapper .add-activities-left-col {
  width: 581px;
  flex-shrink: 0;
}
.add-activities-two-panel-wrapper .add-activities-left-col .add-activities-drawer-block {
  padding: 24px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
}
.add-activities-two-panel-wrapper .add-activities-left-col .add-activities-drawer-block + .add-activities-drawer-block {
  border-top: none;
}

.add-activities-drawer-block-head h6 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  margin-bottom: 16px;
}

.add-activities-drawer-block-filter {
  gap: 16px;
}
.add-activities-drawer-block-filter .search-fld {
  flex: 1;
}
.add-activities-drawer-block-filter .search-fld .theme-form-elm {
  width: 100%;
}
.add-activities-drawer-block-filter .calender-filter-fld-drop-wrapper {
  flex: 1;
}

.dragabble-row-wrapper .dragabble-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 12px 9px 16px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  transition: all 0.3s;
  cursor: pointer;
}
.dragabble-row-wrapper .dragabble-row + .dragabble-row {
  border-top: 0;
}
.dragabble-row-wrapper .dragabble-row:hover, .dragabble-row-wrapper .dragabble-row.active {
  background-color: var(--06-background-grey);
}
.dragabble-row-wrapper .dragabble-row:hover .drag-icon, .dragabble-row-wrapper .dragabble-row.active .drag-icon {
  background: url(../img/drag-icon-active.svg) no-repeat 0 0;
}

.drag-icon {
  background: url(../img/drag-icon.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
}

.add-activities-right-col {
  flex-grow: 1;
}
.add-activities-right-col .add-activities-right-block {
  padding: 24px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
}

.text-underline {
  text-decoration: underline !important;
}
.text-underline:hover {
  text-decoration: none !important;
}

.add-activities-overflow {
  overflow-y: auto;
  max-height: calc(100vh - 220px);
}

.table-val-input {
  border: 1px solid var(--03-grey-grey-04);
  padding: 4px 8px;
  text-align: center;
}
.table-val-input:focus {
  outline: none;
}
.table-val-input.width-100 {
  width: 100px;
}
.table-val-input.width-70 {
  width: 70px;
}

.more-icon {
  background: url("../img/more-vertical.svg") no-repeat 0 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
}

.activities-components-area {
  padding: 24px 16px;
  border-radius: 2px;
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
}

.outline-btn-white-small {
  font-family: HelveticaNeueLTW05-65Medium;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: var(--04-white-white-01);
  color: #3e4144;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.primary-btn-blue-small {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  background-color: #0f74aa;
  margin: 0;
  width: 100%;
  padding: 6px 12px;
  border-radius: 2px;
  transition: all 0.3s;
}

.add-component-area {
  min-height: 440px;
  padding: 9px;
  border-radius: 4px;
  border: dashed 1px var(--02-cyan-cyan-03);
  background-color: var(--02-cyan-cyan-07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-compo-icon {
  background: url("../img/add-compo-icon.svg") no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.add-task-icon {
  background: url("../img/add-task-icon.svg") no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.add-activity-icon {
  background: url("../img/add-activity-icon.svg") no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.label-medium {
  font-family: HelveticaNeueLTW05-65Medium !important;
}

.page-white {
  background: #fff;
}

.company-order-details-panel .theme-form-elm::-moz-placeholder, .company-order-details-panel .search-fld .theme-form-elm::-moz-placeholder, .oder-page-wrapper .theme-form-elm::-moz-placeholder, .oder-page-wrapper .search-fld .theme-form-elm::-moz-placeholder {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aeafb0 !important;
}

.company-order-details-panel .theme-form-elm::placeholder,
.company-order-details-panel .search-fld .theme-form-elm::placeholder,
.oder-page-wrapper .theme-form-elm::placeholder,
.oder-page-wrapper .search-fld .theme-form-elm::placeholder {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aeafb0 !important;
}

.company-details-wrapper .blue-dropdown-btn {
  color: #fff;
}
.company-details-wrapper a {
  color: #0073ac;
}
.company-details-wrapper .text-link-grey {
  color: var(--03-grey-grey-01);
}

.solid-light-blue-btn {
  font-family: HelveticaNeueLTW05-65Medium;
  padding: 7px 12px;
  border-radius: 2px;
  background-color: #0073ac;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  transition: all 0.3s;
  color: #fff !important;
}
.solid-light-blue-btn:hover {
  background-color: var(--02-cyan-cyan-02);
}

.component-edit-delete-drop-panel {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.component-edit-delete-drop-panel .component-edit-delete-drop {
  width: 193px;
  border-radius: 2px;
  padding: 8px;
  box-shadow: 0 0 12px -2px rgba(169, 173, 208, 0.2), 0 6px 14px -6px rgba(169, 173, 208, 0.5), 0 2px 4px 0 rgba(212, 214, 231, 0.5);
  border: solid 1px #d3d4d5;
  background-color: var(--04-white-white-01);
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: none;
}
.component-edit-delete-drop-panel .component-edit-delete-drop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  padding: 8px;
  transition: all 0.3s;
}
.component-edit-delete-drop-panel .component-edit-delete-drop a:hover {
  background-color: #e5f1f6;
}
.component-edit-delete-drop-panel .component-edit-delete-drop.show-drop {
  display: block;
}

.edit-icon-dark {
  background: url("../img/edit-icon-dark.svg") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.del-icon-dark {
  background: url("../img/del.svg") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.component-edit-delete-btn.active .more-icon {
  background: url("../img/close-cross.svg") no-repeat 0 0;
}

.toggleSwitch span span {
  display: none;
}

.toggleSwitch,
.toggleSwitch2 {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  width: 32px;
}

.toggleSwitch * {
  box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
  outline: none;
}

.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}

.toggleSwitch > span {
  position: absolute;
  left: -50px;
  width: 100%;
  margin: 0;
  padding-right: 50px;
  text-align: left;
  white-space: nowrap;
}

.toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: 100%;
  left: 15%;
  top: -1px;
  opacity: 0;
}

.toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  height: 100%;
  padding: 0;
  left: 2px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch > span span:first-of-type {
  color: #ccc;
  opacity: 1;
  left: 45%;
}

.toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: -2px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: all 0.2s ease-out;
}

.toggleSwitch input:checked ~ a {
  border-color: #fff;
  left: 100%;
  margin-left: -8px;
}

.toggleSwitch input:checked ~ span:before {
  border-color: #78be20;
  box-shadow: inset 0 0 0 30px #78be20;
}

.toggleSwitch input:checked ~ span span:first-of-type {
  opacity: 0;
}

.toggleSwitch input:checked ~ span span:last-of-type {
  opacity: 1;
  color: #fff;
}

/* Switch Sizes */
.toggleSwitch.large {
  width: 70px;
  height: 27px;
}

.toggleSwitch.large a {
  width: 40px;
  height: 40px;
  border: solid 2px #aeafb0;
  background: #fff;
  top: -6px;
  left: -1px;
}

.toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}

.toggleSwitch.large input:checked ~ a {
  left: 41px;
  width: 40px;
  height: 40px;
  border: solid 2px #78be20;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.toggleSwitch.large > span span {
  font-size: 14px;
  line-height: 30px;
}

.toggleSwitch.large > span span:first-of-type {
  left: 50%;
}

.toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}

.toggleSwitch.xlarge a {
  width: 36px;
}

.toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}

.toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}

.toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}

.toggleSwitch.xlarge > span span:first-of-type {
  left: 50%;
}

.toggle-check {
  background: url("../img/toggle-check.svg") no-repeat 0 0;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  transform: translateX(-6px);
}

.toggle-cross {
  background: url("../img/toggle-cross.svg") no-repeat 0 0;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}

.toggleSwitch2 > span:before {
  width: 32px;
  height: 18px;
}

.toggleSwitch2 a {
  width: 14px;
  height: 14px;
  top: 1px;
  left: 3px;
  border: 1px solid #fff !important;
}

.toggleSwitch2 input:checked ~ a {
  margin-left: -15px;
}

.toggleSwitch2 > span:before {
  background-color: var(--03-grey-grey-03);
}

.toggleSwitch2.disabled {
  pointer-events: none;
}

.toggleSwitch2.disabled > span:before,
.toggleSwitch2.disabled input:checked ~ span:before {
  border-color: var(--03-grey-grey-05);
  box-shadow: inset 0 0 0 30px var(--03-grey-grey-05);
  background-color: var(--03-grey-grey-05) !important;
}
.toggleSwitch2.disabled > span:before input,
.toggleSwitch2.disabled input:checked ~ span:before input {
  pointer-events: none;
}

.toggleSwitch2 > span span:first-of-type {
  color: var(--03-grey-grey-01);
  opacity: 1;
  left: 45%;
  transform: translateX(28px);
}

.toggleSwitch2 input:checked ~ span span:last-of-type {
  opacity: 1;
  color: var(--03-grey-grey-01);
  transform: translateX(44px);
}

.grey-text-val {
  margin: 0 0 8px;
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-03);
}

.custom-tooltip-container {
  position: relative;
}
.custom-tooltip-container .custom-tooltip-text {
  font-family: HelveticaNeueLTW05-55Roman;
  white-space: nowrap;
}

.row-scroll-container {
  max-height: 280px;
  overflow-y: auto;
}

.add-activities-drawer-block-heading {
  cursor: pointer;
}

.add-activities-drawer-block-content {
  padding-top: 24px;
  display: none;
}
.add-activities-drawer-block-content.show-accord {
  display: block;
}

.custom-date-picker-panel .ui-datepicker-calendar .ui-state-active {
  border: none !important;
  background: #222 !important;
  color: #fff;
  border-radius: 100px;
}

.custom-date-picker-panel .ui-state-default, #txtFromDatePanel .ui-widget-content .ui-state-default, #txtFromDatePanel .ui-widget-header .ui-state-default, #txtFromDatePanel .ui-button, #txtFromDatePanel html .ui-button.ui-state-disabled:hover, #txtFromDatePanel html .ui-button.ui-state-disabled:active {
  width: 33px !important;
}

.setting-table thead th {
  background-color: var(--01-blue-blue-01);
  color: #fff;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.setting-table thead th span {
  font-family: HelveticaNeueLTW05-55Roman;
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--04-white-white-01);
  opacity: 0.7;
}
.setting-table thead th:nth-child(1) {
  border-radius: 2px 0 0 0;
}
.setting-table thead th:last-child {
  border-radius: 0 2px 0 0;
}
.setting-table tbody td {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.edit-mandate-grp-drawer-panel,
.edit-product-drawer-panel {
  width: 496px;
}
.edit-mandate-grp-drawer-panel .drawer-panel-heading,
.edit-product-drawer-panel .drawer-panel-heading {
  border: none;
  padding: 32px 24px;
  border-bottom: solid 1px #d3d4d5;
}
.edit-mandate-grp-drawer-panel .drawer-panel-heading h2,
.edit-product-drawer-panel .drawer-panel-heading h2 {
  font-family: HelveticaNeueLTW05-65Medium;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: var(--01-blue-blue-01);
}

.edit-mandate-grp-drawer-content {
  padding: 24px;
}

.table-header-accord-panel {
  cursor: pointer;
}
.table-header-accord-panel th {
  border: solid 1px var(--01-blue-blue-01);
  background-color: var(--01-blue-blue-01);
  color: #fff !important;
}
.table-header-accord-panel .accord-arrow-white {
  transform: rotate(-180deg);
}
.table-header-accord-panel .accord-arrow-white.active {
  transform: rotate(0deg);
}

.table-header-accord-body {
  display: none;
}
.table-header-accord-body.show-table {
  display: revert;
}

.drawer-footer-btns {
  background: #fff;
}

.new-scheduled-calendar-fld #txtFromDatePanel .ui-state-hover,
.new-scheduled-calendar-fld #txtFromDatePanel .ui-widget-content .ui-state-hover {
  color: #fff !important;
  background-color: #3e4144 !important;
}

.new-scheduled-calendar-fld #txtFromDatePanel .ui-state-default.ui-state-highlight,
.new-scheduled-calendar-fld #txtFromDatePanel .ui-widget-content .ui-state-default.ui-state-highlight {
  color: #293189 !important;
  background-color: #f9f9f9 !important;
}

.abs-pos-date-cal #txtFromDatePanel #ui-datepicker-div {
  position: absolute !important;
}

.created-batch-details-panel.label-wide .created-batch-details-label {
  width: 180px;
}

.content-center {
  margin-left: auto;
  margin-right: auto;
}

.error-field {
  display: grid;
}
.error-field label {
  order: 0;
  color: var(--05-accents-red-red-100);
}
.error-field .error-text {
  order: 1;
  padding: 0;
}
.error-field > div, .error-field > input, .error-field > select {
  order: 3;
  color: var(--05-accents-red-red-100);
}
.error-field .calender-filter-fld {
  border: 1px solid var(--05-accents-red-red-100);
  color: var(--05-accents-red-red-100);
}
.error-field .drop-down-arrow {
  background: url(../img/drop-down-arrow-red.svg) no-repeat 0 0;
}

.primary-btn-red {
  font-family: "HelveticaNeueLTW05-55Roman";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  background-color: var(--05-accents-red-red-100);
  margin: 0;
  width: 100%;
  padding: 11px 23px;
  border-radius: 2px;
  transition: all 0.3s;
}

/*-----------------------------08-07-24 Style Ends----------------------------*/
.error-field-line {
  padding-left: 24px;
  position: relative;
}

.error-field-line::before {
  content: "";
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #da291c;
}

.textarea-fld::-moz-placeholder {
  color: #aeafb0 !important;
}

.textarea-fld::placeholder {
  color: #aeafb0 !important;
}

.order-qty-panel {
  font-family: HelveticaNeueLTW05-55Roman;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--03-grey-grey-01);
  max-width: 220px;
}

.order-qty-panel strong {
  font-family: HelveticaNeueLTW05-65Medium;
}

.error-field textarea.theme-form-elm {
  border-color: var(--05-accents-red-red-100) !important;
}

.active-accord {
  background: #f1f1f1 !important;
}

.evnt-green-circle {
  background: #78BE20;
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 100%;
}

.evnt-red-circle {
  background: #DA291C;
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 100%;
}

/* Onboarding layout */
.image {
  max-width: 496px;
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
}
.image .background-image {
  z-index: 0;
}
.image .logo {
  position: absolute;
  z-index: 1;
  width: 256px;
  top: 176px;
}
.image .footer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  bottom: 0;
  width: 496px;
  color: #fff;
  padding: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.image .footer img {
  width: 160px;
}
@media only screen and (max-width: 992px) {
  .image {
    display: none;
  }
}

.form-content {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 104px;
  align-items: center;
}
.form-content .heading {
  margin-bottom: 3rem;
}
.form-content .heading .logo-m {
  display: none;
  text-align: left;
}
.form-content .heading .logo-m img {
  max-width: 7rem;
}
@media only screen and (max-width: 992px) {
  .form-content .heading .logo-m {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .form-content {
    padding-top: 1rem;
  }
}

.form-modal {
  text-align: left;
  max-width: 432px;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 13px 18px -13px rgba(41, 49, 137, 0.32);
  margin: auto;
}
.form-modal .button {
  margin-top: 0.5rem;
}

.back-login {
  text-align: center;
  padding-top: 1rem;
}
.back-login p {
  color: #9697a3;
}
.back-login p a {
  color: #9697a3;
  text-decoration: none;
}

.email-sent {
  text-align: center;
}
.email-sent h2 {
  color: #52565a;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.email-sent h2 strong {
  font-weight: 600;
}
.email-sent h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #52565a;
}
.email-sent h5 a {
  color: #118ccf;
  text-decoration: none;
}

.password-instruction {
  padding-top: 2px;
  padding-bottom: 15px;
}
.password-instruction h4 {
  color: #52565a;
  margin-bottom: 0.8rem;
}
.password-instruction .custom-radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.password-instruction .custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.password-instruction .custom-radio-container input ~ .checkmark {
  background-color: #fff;
}
.password-instruction .custom-radio-container input:checked ~ .checkmark {
  background-color: #78be20;
}
.password-instruction .custom-radio-container input:checked ~ .checkmark:after {
  display: block;
}
.password-instruction .custom-radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 50%;
}
.password-instruction .custom-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.password-instruction .custom-radio-container .checkmark:after {
  top: 2px;
  left: 5px;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  height: 7px;
  width: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.create-password-outer {
  overflow: auto;
}

.create-password .create-password-field {
  position: relative;
}
.create-password .create-password-field .eye-btn {
  background: url("../img/eye-btn.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
}

.memorable-word .form-modal .info {
  margin-bottom: 1rem;
}

.container-nowrap {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 992px) {
  .container-nowrap {
    flex-wrap: wrap;
  }
}

.mt-0 {
  margin-top: 0 !important;
}/*# sourceMappingURL=main.css.map */