:root {
  --primary-color: #00857d;
  -base-font-size: 16px;
  --primary-font-family: "Roboto", sans-serif;
  --dark-gray: #333333;
  --sidebar-color: var(--dark-gray);
}

body {
  background-color: #f5f5f7;
  font-size: var(--base-font-size);
  font-family: var(--primary-font-family);
  line-height: 1.5;
}

a {
  color: #FBA460;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

/*** ??? ***/
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.logo-container {
  display: block;
  height: 67px;
  margin: 12px 32px 10px;
}

.logo {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 65px;
  margin: 0 auto;
}

.version-label {
  display: inline-block;
  position: fixed;
  top: 0;
  background: #fed538;
  color: white;
  font-size: 8px;
  padding: 1px 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 24px;
  color: black;
  cursor: pointer;
  z-index: 1;
}

/*** main content ***/
.main--full-width {
  width: calc(100% - 60px);
}

.main--with-sidebar {
  width: calc(100% - 260px);
}

/*** layout ***/
.row + .row {
  margin-top: 12px;
}

/*** titles ***/
.group-title {
  margin-top: 0;
}

h5.is-invalid {
  color: #dc3545;
}

/*** nav bars ***/
.table-filters-nav {
  border: 1px solid #d8d8d8;
  margin: 0 0 12px 0;
  padding: 4px 0;
}

.navbar {
  z-index: 1020;
}

.navbar {
  background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.nav-pills .nav-link {
  color: var(--primary-color);
  margin: 0 4px;
  border: 2px solid transparent;
}

.nav-pills .nav-link:hover {
  border-color: var(--primary-color);
}

.nav-tabs .nav-link {
  cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f7f7f7;
  border-color: #dee2e6 #dee2e6 #f7f7f7;
}

.tab-element {
  color: var(--dark-gray);
}

.tab-content__inner {
  padding-top: 24px;
  padding-bottom: 32px;
}

.package-tab {
  margin-top: 5px;
}

.package-tab-element {
  padding: 0.385rem 0.2rem;
  font-size: 12px;
  font-weight: bold;
}

/*** lists ***/
.list-group-item {
  padding: 12px 0;
}

.tracking-history-list .list-group-item {
  position: relative;
  padding: 12px 14px;
  padding: 12px 14px 12px 134px;
}

.tracking-history-list .list-group-item small {
  position: absolute;
  left: 14px;
  top: 12px;
}

.badge.is-invalid {
  background-color: #E36262;
  cursor: pointer;
}

.logo {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

/*** sidebar ***/
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: var(--sidebar-color);
}
.sidebar:hover .sidebar-toggle__button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #bfbfbf;
}

.sidebar--shown {
  width: 260px;
}
.sidebar--shown .logo-container .logo--mobile {
  display: none;
}
.sidebar--shown .logo-container .logo--mobile {
  display: none;
}
.sidebar--shown .sidebar-title {
  padding-left: 12px;
}
.sidebar--shown .sidebar-title__logo {
  margin-right: 8px;
}
.sidebar--shown .sidebar-title__txt {
  display: inline;
}
.sidebar--shown .nav-link {
  padding-left: 32px;
}

.sidebar i {
  width: 22px;
  text-align: center;
}

.sidebar .logo--mobile {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 48px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.sidebar .nav-link:hover {
  color: #eee;
}

.sidebar .nav-link.active {
  color: #fff;
  font-weight: bold;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-title {
  color: white;
  font-size: 22px;
  padding-top: 12px;
  padding-left: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-title__logo {
  width: auto;
  font-size: 32px;
}
.sidebar-title__txt {
  border-bottom: 4px solid #644117;
  display: none;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 215px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

/*** sidebar scrollbar ***/
.sidebar ::-webkit-scrollbar {
  width: 8px;
}

.sidebar ::-webkit-scrollbar-track {
  background-color: #888;
}

.sidebar ::-webkit-scrollbar-thumb {
  background-color: #666;
}

.sidebar ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.sidebar--hidden {
  width: 60px;
}
.sidebar--hidden .sidebar-toggle__button {
  opacity: 1;
}
.sidebar--hidden .sidebar-sticky {
  height: calc(100vh - 150px);
}
.sidebar--hidden .sidebar-toggle__button {
  top: 16px;
}
.sidebar--hidden .logo-container {
  border: 0;
  height: 50px;
  margin: 8px 0 8px 0;
  text-align: center;
}
.sidebar--hidden .logo {
  display: none;
}
.sidebar--hidden .accordion__elem-content {
  display: none;
}
.sidebar--hidden .accordion__elem:after {
  display: none;
}
.sidebar--hidden .nav-item__text {
  display: none;
}
.sidebar--hidden .accordion__elem {
  text-align: center;
}
.sidebar--hidden .accordion-header i {
  font-size: 16px;
}
.sidebar--hidden .nav-link {
  text-align: center;
}
.sidebar--hidden .nav-link i {
  font-size: 14px;
}
.sidebar--hidden .user-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar--hidden .user-info__user-name,
.sidebar--hidden .user-info__user-email {
  display: none;
}
.sidebar--hidden .user-info__initials {
  margin-right: 0;
}
.sidebar--hidden .circle {
  height: 2rem;
  width: 2rem;
}
.sidebar--hidden .initials {
  top: 0.4rem;
}
.sidebar--hidden .sidebar-bottom {
  padding-top: 12px;
}
.sidebar--hidden .sidebar-bottom .btn-link {
  margin-top: 4px;
}
.sidebar--hidden .sidebar-bottom__copy {
  font-size: 9px;
  top: 66px;
}

.sidebar-toggle {
  position: relative;
}

.sidebar-toggle__button {
  position: absolute;
  top: 34px;
  right: -12px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  color: #333;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.sidebar-toggle__button:hover {
  background-color: #e4e4e4;
}

.sidebar-bottom {
  border-top: 1px solid #505050 !important;
  position: relative;
  padding-top: 24px;
  color: #fff;
  font-size: 14px;
  height: 170px;
}
.sidebar-bottom__copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  font-size: 12px;
  text-align: center;
}
.sidebar-bottom .btn-link {
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar-bottom .btn-link:hover {
  color: #fa9647;
}
.sidebar-bottom .btn-link i {
  width: auto;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-info__user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-info__initials {
  margin-right: 4px;
}
.user-info__user-name {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-info__user-email {
  font-size: 12px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-info__user-email a:hover {
  color: #FBA460;
}

.user-initials {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #eee;
  border-radius: 50%;
}
.user-initials a:hover {
  text-decoration: none;
}

/*** accordion ***/
.accordion-container {
  background-color: var(--dark-gray);
  border-radius: 1.5em;
  padding-bottom: 12px;
}

.accordion-header {
  padding: 10px;
}

.accordion-header.invalid button {
  color: #E36262;
}

.accordion__elem {
  background-color: var(--dark-gray);
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  color: #bfbfbf;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Roboto;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.accordion__elem:hover {
  color: #eee;
}

.accordion__elem.current {
  color: #fff;
}

.accordion__elem:after {
  content: "";
  position: relative;
  top: 10px;
  float: right;
  background-image: url("/img/arrow_top.svg");
  background-repeat: no-repeat;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.accordion__elem:focus {
  outline: 0;
}

.accordion-end {
  padding: 20px 38px 37px;
}

.accordion-button {
  border-radius: 8px;
  width: 100%;
  border-style: solid;
  border-color: #F4A35F;
  background-color: #F4A35F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  padding: 19.9px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.accordion-button:hover {
  background-color: white;
  border-style: solid;
  border-color: #F4A35F;
}

.active:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.panel {
  border-top: 1px solid #505050 !important;
  border-bottom: 1px solid #505050 !important;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel:last-child {
  border-bottom: 0 !important;
}

.accordion-container .panel > .nav {
  height: 0;
}

/*** calendar ***/
#calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.month {
  width: 300px;
  padding: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 20px;
  border: 1px solid #d9d9d6;
}

.month h3 {
  text-align: center;
  margin: -20px -20px 30px -20px;
  padding: 20px 0;
  background: red;
  color: #fff;
}

.month h4 {
  color: #38867d;
  text-align: center;
}

.day,
.dow,
.dummy-day {
  display: inline-block;
  width: 12.7864%;
  float: left;
  text-align: center;
  margin-right: 1.5%;
}

.dow {
  font-weight: bold;
  margin-bottom: 10px;
  color: #330804;
}

.day {
  color: #333;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px #eee;
          box-shadow: inset 0 0 0 1px #eee;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.day.weekend,
.day.weekend:hover,
.day.holiday {
  background: #fbd133;
  -webkit-box-shadow: inset 0 0 0 1px #747474;
          box-shadow: inset 0 0 0 1px #747474;
}

.day.weekend {
  cursor: default;
}

.day.notification {
  position: relative;
}

.day.notification::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #49b7aa transparent transparent;
}

.day.holiday:hover,
.day:hover {
  background: #fee673;
}

.day,
.dummy-day {
  height: 40px;
  line-height: 40px;
  margin-bottom: 1.5%;
  background: #fff;
}

.dummy-day {
  background: #f7f6f5;
  color: #330804;
}

.wickedpicker {
  z-index: 9999 !important;
}

/*** daterange picker ***/
.daterangepicker .ranges li.active {
  background-color: #02857d !important;
}

.daterangepicker .ranges li {
  font-size: inherit !important;
  margin-bottom: 6px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 16px !important;
}

.daterangepicker td.in-range {
  background-color: #0a9c93 !important;
  color: #fff !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #02857d !important;
}

.daterangepicker .drp-selected {
  display: none !important;
}

.daterangepicker .drp-buttons .btn {
  font-size: 14px !important;
}

.daterangepicker select.yearselect {
  min-width: 60px;
}

/*** ***/
.ranges-hidden {
  width: 55px;
}

.ranges-shown {
  width: 245px;
}

#reportrange {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.custom-switch .custom-control-label::after {
  background-color: #02857d;
}

/*** avatars ***/
.circle {
  display: inline-block;
  background-color: #ccc;
  border-radius: 50%;
  height: 2rem;
  text-align: center;
  width: 2rem;
}

.initials {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  top: 0.45rem;
}
.initials--inverted {
  color: #212529;
}

td .circle {
  height: 28px;
  width: 28px;
}
td .initials {
  font-size: 14px;
  top: 4px;
}

/*** forms ***/
textarea {
  resize: none;
}

fieldset {
  border-radius: 6px;
  /*background: #efefef;*/
  background: #f5f5f5;
  padding: 0 10px 10px 10px;
}

fieldset + fieldset {
  margin-top: 22px;
}

fieldset legend {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ced4d9;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

.form-header:after {
  content: "";
  display: table;
  clear: both;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
  padding-right: 0.75rem;
}

.form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-group label small {
  margin-left: auto;
}

/*** file inputs ***/
.custom-file-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*** editable fields ***/
.editable-field {
  outline: 0 !important;
  border: 1px solid #ccc;
  border-radius: 0;
  display: inline-block;
  width: auto;
}

.editable-field.valid {
  border-color: #c3e6cb;
}

.editable-field.invalid {
  border-color: #f5c6cb;
}

.js-editable-field-controls i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.js-editable-field-controls i:not(.js-disabled):hover {
  color: #666;
}

.input-group-append {
  position: relative;
}

.form-check-label {
  display: block;
  cursor: pointer;
}

.input-reset-button {
  position: absolute;
  display: none;
  top: 0;
  left: -30px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background-color: #f5f5f7;
  z-index: 3;
  font-weight: normal;
  top: 6px;
  color: var(--dark-gray);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.input-reset-button:hover {
  color: #666;
}

.input-reset-button:focus {
  outline: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #02857d;
  background-color: #02857d;
}

.custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #adb5bd;
}

.custom-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-switch label {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

/*** buttons ***/
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: #2d6d66;
  border-color: #2d6d66;
}

.btn-primary:disabled {
  background-color: #2d6d66;
  border-color: #2d6d66;
}

.btn-link {
  color: #FBA460;
}

.btn-link:hover {
  color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-secondary:hover {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/*** dropdown ***/
.dropbtn {
  background-color: transparent;
  color: #212529;
  padding: 4px 6px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #f5c6cb;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #eeeeee;
}

.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -380px;
  bottom: 0;
  background-color: #f1f1f1;
  width: 380px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*.dropdown-content div {
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: default;
  text-decoration: none;
  align-items: center;
}*/
.dropdown-content div span i {
  cursor: pointer;
}

.dropdown-content__title {
  font-size: 16px;
  padding: 12px 18px;
  background-color: #333;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-content__inner {
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary-color);
}

/*** loader for autosuggestions ***/
.loader {
  display: inline-block;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FBA460;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.dd-table__row {
  position: relative;
  padding: 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dd-table__row.active {
  background-color: #02857d;
  color: #fff;
}

.dd-table__row:last-child {
  border-bottom: 0;
}

.dd-table__row-btn {
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 18px;
  color: #fba460;
}

.dd-table__col {
  white-space: nowrap;
}

.dd-table__are-you-sure-btns span + span {
  margin-left: 4px;
}

.js-filter-paging-button-disabled {
  opacity: 0.4;
}

.list-group-item.active {
  background-color: #00857d;
  border-color: #00857d;
}

/*** modals ***/
.modal-title span {
  margin-right: 10px;
}

.modal-content__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  z-index: 9999;
}

.modal-footer .btn-danger {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.modal-loading,
.modal-loading:before,
.modal-loading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.modal-loading {
  color: var(--primary-color);
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.modal-loading:before,
.modal-loading:after {
  content: "";
  position: absolute;
  top: 0;
}

.modal-loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.modal-loading:after {
  left: 3.5em;
}

.modal .dataTables_wrapper {
  margin-top: 0;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.card-header {
  padding: 0.75rem 1rem;
}

.card-body {
  padding: 1rem;
}

/*** toasts ***/
.toast-header {
  background-color: #28a745;
  color: white;
}

.toast-header--warning {
  background-color: #dc3545;
}

.table-statuses {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #ccc;
  background-color: #4e4e4e;
  color: #eee;
  padding: 6px;
}

.table-statuses__item {
  font-size: 12px;
}

.filters {
  position: relative;
  background: #DDD7D0;
  padding: 20px;
  border: #DDD7D0;
  border-radius: 4px;
  margin-bottom: 12px;
}

.filters .btn-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -12px;
}

.filters .btn-group .dropdown {
  margin: 4px 6px 4px 6px;
}

.filters .btn-group .dropdown > .btn {
  background-color: transparent;
  color: #242424;
  border-color: #242424;
}

.filters .btn-group .dropdown.show > .btn {
  background-color: #fff;
}

.filters .dropdown .dropdown-menu {
  padding: 12px;
}

.clear-table-filters-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
}

.page-link {
  color: #02857d;
}
.page-link:hover {
  color: #1c6560;
}

.filter-item {
  padding: 6px 0;
}

.filters .dropdown-menu {
  min-width: 320px;
}

.applied-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.applied-filters > .btn {
  margin: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  background-color: #00857d !important;
  border-color: #00857d !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.applied-filters > .btn > .badge {
  top: 0;
  cursor: pointer;
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applied-filters > .btn > .badge:hover {
  background-color: #e6e6e6;
}

/*** dataTables ***/
.dataTable {
  table-layout: fixed;
}

table.dataTable {
  font-size: 14px;
}

table.dataTable thead th {
  text-align: left;
  font-size: 12px;
  padding-left: 0;
}

table.dataTable thead th, table.dataTable thead td {
  border-color: #e5e5e5;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  margin-left: 0;
  margin-bottom: 24px;
  margin-bottom: 4px;
}

table.dataTable.no-footer {
  border-color: #e5e5e5;
}

table.dataTable tbody > tr > td.is-invalid {
  border: 1px solid #dc3545 !important;
  border-radius: 4px;
}

table.dataTable tbody > tr.is-invalid > td {
  border-top: 1px solid #dc3545 !important;
  border-bottom: 1px solid #dc3545 !important;
}

table.dataTable tbody > tr.is-invalid > td:first-child {
  border-left: 1px solid #dc3545 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

table.dataTable tbody > tr.is-invalid > td:last-child {
  border-right: 1px solid #dc3545 !important;
  border-bottom: 1px solid #dc3545 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--dark-gray) !important;
  border: 1px solid #c4c4c4;
  background: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--dark-gray) !important;
  border: 1px solid #c4c4c4;
  background: white;
}

table.dataTable > tbody > tr,
table.dataTable > tbody > tr > td {
  -webkit-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}

table.dataTable.stripe tbody > tr.odd, table.dataTable.display tbody > tr.odd {
  background-color: #f7f7f7;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-color: #e5e5e5;
}

table.dataTable tbody tr.shown + tr {
  background-color: #f0edff !important;
}

.dataTables_wrapper .dataTables_length {
  margin-top: 18px;
}

table.dataTable tbody > tr.danger {
  background-color: #f5c6cb !important;
}

table.dataTable tbody > tr.manually-rejected {
  background-color: #f3f3f3 !important;
  color: #818181;
}

table.dataTable tbody > tr.loa {
  background-color: #eddbfa !important;
}

table.dataTable tbody > tr.bypass-loa {
  background-color: #f8f0ff !important;
}

table.dataTable tbody > tr.mrn {
  background-color: #c7dcf9 !important;
}

table.dataTable tbody > tr.warning-sms {
  background-color: #bee5eb !important;
}

table.dataTable tbody > tr.warning-email {
  background-color: #feeeba !important;
}

table.dataTable tbody > tr.success {
  background-color: #c3e6cb !important;
}

table.dataTable tbody > tr.assigned {
  background-color: #d8d8d8 !important;
}

table.dataTable tbody > tr.customs-passed {
  background-color: #ecf6ee !important;
}

table.dataTable tbody tr.shown + tr {
  background-color: #f7f7f7 !important;
}

table.dataTable tbody tr.shown > td {
  border-top: 2px solid #ccc;
}

table.dataTable tbody tr.shown > td:first-child {
  border-left: 2px solid #ccc;
}

table.dataTable tbody tr.shown > td:last-child {
  border-right: 2px solid #ccc;
}

table.dataTable tbody tr.shown + tr > td {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

table.dataTable tbody tr.shown + tr + tr > td {
  border-top: 0;
}

table.dataTable.order-column tbody tr > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.danger > .sorting_1 {
  background-color: #f1b0b7 !important;
}

table.dataTable.order-column tbody tr.loa > .sorting_1 {
  background-color: #e2c5f7 !important;
}

table.dataTable.order-column tbody tr.bypass-loa > .sorting_1 {
  background-color: #f6ebff !important;
}

table.dataTable.order-column tbody tr.mrn > .sorting_1 {
  background-color: #b0cef7 !important;
}

table.dataTable.order-column tbody tr.warning-sms > .sorting_1 {
  background-color: #abdde5 !important;
}

table.dataTable.order-column tbody tr.warning-email > .sorting_1 {
  background-color: #fee8a1 !important;
}

table.dataTable.order-column tbody tr.success > .sorting_1 {
  background-color: #b1dfbb !important;
}

table.dataTable.order-column tbody tr.assigned > .sorting_1 {
  background-color: #cbcbcb !important;
}

table.dataTable.order-column tbody tr.customs-passed > .sorting_1 {
  background-color: #dbeedf !important;
}

.dataTables_filter {
  display: block;
}

.dataTables_wrapper .dataTables_processing {
  background: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  width: 300px;
  border-radius: 8px;
  color: #6abab5;
  margin-left: -150px;
  padding: 0;
  border: 2px solid #f5f5f7;
}

/*** filters ***/
.table-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 36px;
  background-color: #dbdbdb;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-filters input,
.table-filters select {
  margin: 5px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #f7f7f7;
  padding: 0 12px;
  width: 105px;
}

.filter-results-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-data-col {
  margin-right: 20px;
}

.table-data-col:last-child {
  margin-right: 0;
}

.table-data-col p:last-child {
  margin-bottom: 0;
}

.process-status {
  width: 100%;
  height: 100%;
  padding: 0.5em 0em;
}

.fa-cogs.table-icon {
  color: #ffffff;
}

.fa-cogs.filter-icon {
  color: #28a745;
}

.filter-icon {
  font-size: 20px;
  margin-right: 8px;
}

.dataTables_info {
  font-size: 14px;
}

.dataTable > tbody > tr > td {
  height: 38px;
}

.dataTables_wrapper {
  margin-top: 14px;
}

.dataTables_length label {
  margin-bottom: 0;
}

.dataTables_wrapper .toolbar {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 520px;
  white-space: nowrap;
}

.dataTable th input[placeholder=""] {
  display: none;
}

.custom-clickable-row {
  cursor: pointer;
}

.dataTable p {
  margin: 0 0 8px 0;
}

.dataTable p strong {
  width: 130px;
  min-width: 130px;
}

.dataTable p .form-control {
  display: inline-block;
}

.dataTable p + .group-title {
  margin-top: 16px;
}

.dataTable p .custom-select,
.dataTable p .form-control {
  max-width: 165px;
  width: 165px;
}

.dataTable .row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 6px 6px !important;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center !important;
}

table.dataTable thead th,
table.dataTable tbody tr:not(.js-expanded) td:not(.no-ellipsis) {
  min-width: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dataTable > tbody > tr > td > .error-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #dc3545;
  cursor: pointer;
}

.dataTable tbody td > .btn + .btn {
  margin-left: 4px;
}

/*** package changes table ***/
#packageChangesTable_wrapper .dataTables_scroll .dataTables_scrollBody {
  border-bottom: none;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #f5f5f7 !important;
}

.package-history-middle-column {
  text-align: left;
  white-space: normal !important;
  text-overflow: unset !important;
  overflow: visible !important;
  overflow-wrap: break-word;
}

.dataTables_empty {
  vertical-align: middle;
}

.table--expandable tbody tr:not(.js-expanded) {
  cursor: pointer;
}

/*** dataTables expanded rows ***/
.js-expanded > td {
  overflow: hidden;
}

.js-expanded p span a {
  color: #212529;
  text-decoration: underline;
}
.js-expanded p span a:hover {
  text-decoration: none;
  color: #4e5862;
}

/***/
/*** table ***/
.js-suggestions li:first-child .phone-suggestion {
  position: relative;
}

.js-suggestions li:first-child .phone-suggestion:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #03857d transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  top: -8px;
}

.phone-suggestion {
  border-radius: 4px;
  border: 2px solid #03857d;
  color: #03857d;
  background-color: transparent;
  padding: 4px 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.phone-suggestion:hover {
  background-color: #03857d;
  color: white;
}

/*** stats ***/
.stats {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .stats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -5px;
  }
}
.stats__box {
  border-radius: 8px;
  width: 100%;
  height: 109px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #6d6b69;
  padding: 10px 10px 15px 10px;
}

@media screen and (min-width: 768px) {
  .stats__box {
    width: 109px;
    margin: 10px 5px;
  }
}
.stats__title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.stats__counter {
  font-size: 28px;
  font-weight: bold;
}

.stats__box--yellow {
  background-color: #fbd133;
}

.stats__box--green {
  background-color: #72b3ab;
  color: #fff;
}

.stats__box--blue {
  background-color: #426da9;
  color: #fff;
}

.stats__box--red {
  background-color: #c91a13;
  color: #fff;
}

.stats__box--gray {
  background-color: #969ca2;
  color: #fff;
}

.table-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-right: 16px;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}

.table-stats__item:last-child {
  margin-right: 0;
}

.table-stats__item--active {
  font-weight: bold;
}

.table-stats__color {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: red;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.table-stats__item:hover .table-stats__color,
.table-stats__item--active .table-stats__color {
  border-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.table-stats__item:active .table-stats__color {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.table-stats__color--danger {
  background-color: #f5c6cb;
}

.table-stats__color--paid-actions-required {
  background-color: #d49c97;
}

.table-stats__color--loa {
  background-color: #eddbfa;
}

.table-stats__color--bypass-loa {
  background-color: #f8f0ff;
}

.table-stats__color--mrn {
  background-color: #c7dcf9;
}

.table-stats__color--im {
  background-color: #02857d;
}

.table-stats__color--warning_sms {
  background-color: #bee5eb;
}

.table-stats__color--warning_email {
  background-color: #feeeba;
}

.table-stats__color--customs-passed {
  background-color: #ecf6ee;
}

.table-stats__color--success {
  background-color: #c3e6cb;
}

.table-stats__color--assigned {
  background-color: #d8d8d8;
}

.table-stats__color--h7 {
  background-color: #fdbf4f;
}

.table-stats__color--all {
  background-color: #ffffff;
}

.table-stats__color--mrn-2 {
  background-color: lightblue;
}

.table-stats__color--amazon {
  background-color: white;
  background-image: url(../img/Amazon_icon.png);
  background-repeat: none;
  background-size: 24px 24px;
  background-position: center center;
}

/*** Progress bar ***/
.progress {
  position: relative;
}

.progress-bar__label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
  line-height: 20px;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.timeline {
  margin-bottom: 24px;
}

.timeline__list {
  position: relative;
}

.timeline__name {
  font-weight: normal;
}

.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.timeline__item:not(:last-child) {
  margin-bottom: 14px;
}

.timeline__item:after {
  content: "";
  position: absolute;
  border-width: 0 0 0 3px;
  border-style: solid;
  top: 0;
  left: 13px;
  height: calc(100% + 1rem);
}

.timeline__item:last-child:after {
  display: none;
}

.timeline__item--past:after {
  border-color: var(--primary-color);
}

.timeline__item--current:after,
.timeline__item--future:after {
  border-color: #e1dee3;
}

.timeline__bullet {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-width: 3px;
  border-style: solid;
  background: #fff;
  border-radius: 100px;
  margin-right: 1rem;
  z-index: 1;
}

.timeline__bullet + span {
  margin-top: 4px;
}

.timeline__item--past .timeline__bullet {
  border-color: var(--primary-color);
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline__item--past .timeline__bullet:after {
  content: "OK";
  color: #fff;
}

.timeline__item--current .timeline__bullet {
  border-color: var(--primary-color);
  background: #fff;
}

.timeline__item--future .timeline__bullet {
  border-color: #e1dee3;
  background: #e1dee3;
}

:root {
  --performed-actions-width: calc((var(--performed-action-width) * 5) + (var(--performed-action-horizontal-margin) * 4));
  --performed-actions-height: calc((var(--performed-action-height) * 5) + (var(--performed-action-vertical-margin) * 4) + 120px);
  --performed-action-width: 145px;
  --performed-action-height: 75px;
  --performed-action-vertical-margin: 24px;
  --performed-action-horizontal-margin: 30px;
  --performed-action-button-padding-top: 10px;
}

@media screen and (max-width: 1317px) {
  :root {
    --performed-action-width: 135px;
    --performed-action-height: 65px;
    --performed-action-vertical-margin: 8px;
    --performed-action-horizontal-margin: 20px;
    --performed-action-button-padding-top: 6px;
  }
}
@media screen and (min-width: 1318px) and (max-width: 1377px) {
  :root {
    --performed-action-width: 135px;
    --performed-action-height: 65px;
    --performed-action-vertical-margin: 14px;
    --performed-action-button-padding-top: 6px;
  }
}
@media screen and (min-width: 1450px) {
  :root {
    --performed-action-width: 175px;
    --performed-action-height: 85px;
    --performed-action-vertical-margin: 44px;
    --performed-action-horizontal-margin: 60px;
    --performed-action-button-padding-top: 15px;
  }
}
.stages-wrapper {
  width: 100%;
}

.stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stages__item {
  list-style-type: none;
  width: 20%;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.stages__item:before {
  width: 30px;
  height: 30px;
  content: "";
  line-height: 30px;
  border: 3px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.stages__item:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: 0;
}

.stages__item:first-child:after {
  content: none;
}

.stages__item--active {
  color: green;
  font-weight: bold;
}

.stages__stage-name {
  font-size: 12px;
}

.stages__item--active:before {
  border-color: var(--primary-color);
  background: green;
}

.stages__item--active + .stages__item:after {
  background-color: var(--primary-color);
}

.stages__item--active:before {
  background: #55b776 url(user.svg) no-repeat center center;
  background-size: 60%;
}

.stages__item::before {
  background: #fff url(user.svg) no-repeat center center;
  background-size: 60%;
}

.stages {
  counter-reset: step;
}

.stages__item:before {
  content: counter(step);
  counter-increment: step;
}

.performed-actions {
  position: relative;
  min-height: var(--performed-actions-height);
  max-width: var(--performed-actions-width);
  margin: 0 auto;
  margin-top: 20px;
}

.performed-action {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: var(--performed-action-width);
  height: var(--performed-action-height);
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #eee;
}

.performed-action__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  background-color: #F5F5F5;
  color: #B8B8B8;
  font-size: 14px;
  font-weight: bold;
}

.performed-action--available .performed-action__header {
  background-color: #F0CC4A;
  color: #fff;
}

.performed-action__header i {
  display: none;
}

.performed-action--success .performed-action__header i {
  display: inline-block;
}

.performed-action--success .performed-action__header {
  background-color: #73E585;
  color: #fff;
}

.performed-action--error .performed-action__header {
  background-color: red;
  color: #fff;
}

.performed-action__body {
  padding-top: var(--performed-action-button-padding-top);
  text-align: center;
}

#coD {
  top: calc(var(--performed-action-height) * 3 + var(--performed-action-vertical-margin) * 3);
}

#rawExcel {
  top: calc(var(--performed-action-height) * 4 + var(--performed-action-vertical-margin) * 4);
}

#tallySheet {
  top: calc(var(--performed-action-height) * 5 + var(--performed-action-vertical-margin) * 5);
}

#scannerUpload {
  top: calc(var(--performed-action-height) + var(--performed-action-vertical-margin));
}

#customsScan {
  top: calc(var(--performed-action-height) * 2 + var(--performed-action-vertical-margin) * 2);
}

#shireBurn {
  left: calc(var(--performed-action-width) + var(--performed-action-horizontal-margin));
}

#sendNotifications {
  top: calc(var(--performed-action-height) * 2 + var(--performed-action-vertical-margin) * 2);
  left: calc(var(--performed-action-width) + var(--performed-action-horizontal-margin));
}

#vat {
  top: calc(var(--performed-action-height) + var(--performed-action-vertical-margin));
  left: calc(var(--performed-action-width) + var(--performed-action-horizontal-margin));
}

#htmUpload {
  left: calc(var(--performed-action-width) * 2 + var(--performed-action-horizontal-margin) * 2);
}

#vatUpload {
  top: calc(var(--performed-action-height) + var(--performed-action-vertical-margin));
  left: calc(var(--performed-action-width) * 2 + var(--performed-action-horizontal-margin) * 2);
}

#submitDeclarations {
  left: calc(var(--performed-action-width) * 3 + var(--performed-action-horizontal-margin) * 3);
}

#h1List {
  left: calc(var(--performed-action-width) * 4 + var(--performed-action-horizontal-margin) * 4);
}

#h7List {
  top: calc(var(--performed-action-height) + var(--performed-action-vertical-margin));
  left: calc(var(--performed-action-width) * 4 + var(--performed-action-horizontal-margin) * 4);
}

.arrow {
  pointer-events: none;
}

.arrow__path {
  stroke: #bfbfbf;
  stroke-width: 2px;
  fill: transparent;
}

.arrow__head path {
  fill: #bfbfbf;
}

/*** animations ***/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
  }
  50%, 60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
  }
}
@keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
  }
  50%, 60% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
  }
}
@-webkit-keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    -webkit-transform: translate(-20px) scale(1, 1);
            transform: translate(-20px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    -webkit-transform: translate(-20px) scale(1, 1);
            transform: translate(-20px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
}
@-webkit-keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    -webkit-transform: translate(20px) scale(1, 1);
            transform: translate(20px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    -webkit-transform: translate(20px) scale(1, 1);
            transform: translate(20px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
            transform: translate(0) scale(0.7, 0.7);
  }
}
/*** helper classes ***/
.hidden {
  display: none !important;
}

.show {
  display: block;
}

.clickable {
  cursor: pointer;
}

.v-center-content > * {
  vertical-align: middle;
}

.visually-hidden {
  visibility: hidden;
}

.no-data-message {
  color: #dc3545;
}

.invalid {
  color: #E36262;
}

.is-invalid + .invalid-feedback {
  display: block;
}

.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6c757d;
  color: #6c757d;
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
  -webkit-animation: dotStretching 2s infinite ease-in;
          animation: dotStretching 2s infinite ease-in;
}

.dot-stretching::before, .dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6c757d;
  color: #9880ff;
  -webkit-animation: dotStretchingBefore 2s infinite ease-in;
          animation: dotStretchingBefore 2s infinite ease-in;
}

.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6c757d;
  color: #9880ff;
  -webkit-animation: dotStretchingAfter 2s infinite ease-in;
          animation: dotStretchingAfter 2s infinite ease-in;
}

.centered-container {
  margin: 0 auto;
  max-width: 1065px;
}