/* input(3240,25): run-time error CSS1036: Expected expression, found '$'
input(5847,17): run-time error CSS1035: Expected colon, found '{' */
/* Adapted from Bootstraps' media query mixins */
.btn:focus,
button:active,
button:focus {
  outline: none !important;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -2px;
}

/*Fix right hover border missing*/
.btn-group .btn:hover {
  z-index: 99;
}

.btn.focus {
  box-sizing: none;
}

.btn-outline-primary {
  color: #4a89dc;
  border-color: #4a89dc;
  border-width: 2px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
  border-width: 2px;
}

.btn-primary {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
  border-width: 2px;
}
.btn-primary.gdpr-accept {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.btn-primary.gdpr-reject {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.btn-primary:hover {
  cursor: pointer;
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
}
.btn-primary:hover.gdpr-accept:hover {
  color: #3c763d;
  background-color: #fff;
  border-color: #3c763d;
}
.btn-primary:hover.gdpr-reject:hover {
  color: #a94442;
  background-color: #fff;
  border-color: #a94442;
}

.btn-primary:focus {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
}

.btn-outline {
  color: #fff;
  background: none;
  border-color: #fff;
  border-width: 2px;
}

.btn-outline:hover {
  cursor: pointer;
  color: #656d78;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  outline: none;
  box-shadow: none;
}

.btn-link {
  color: #4a89dc;
  text-decoration: none;
}
.btn-link:not(.remove-answer):hover {
  text-decoration: underline;
}
.btn-link.remove-item:hover {
  text-decoration: none;
}

.btn-secondary {
  color: #656d78;
  background-color: #fff;
  border-color: #e6e9ed;
  border-width: 2px;
  text-decoration: none;
}

.btn-secondary-number {
  color: #656d78;
  background-color: #fff;
  border-color: #e6e9ed;
  text-decoration: none;
}

.btn-secondary:hover {
  cursor: pointer;
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4a89dc;
  background-image: none;
  border-color: #4a89dc;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
  color: #656d78;
  background-color: #fff;
  border-color: #e6e9ed;
  border-width: 2px;
}

.btn-secondary.active,
.btn-secondary:active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-tertiary {
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
  border-width: 2px;
}

.btn-tertiary:hover {
  color: #FFFFFF;
  background-color: #4a89dc;
  border-color: #4a89dc;
  cursor: pointer;
}

.btn-red {
  color: #fff;
  background-color: #ea5638;
  border-color: #ea5638;
  border-width: 2px;
  box-shadow: none;
}
.btn-red:hover {
  background-color: #fff;
  color: #ea5638;
}
.btn-red.focus, .btn-red:focus {
  color: #fff;
  background-color: #ea5638;
  border-color: #ea5638;
  box-shadow: 0 0 0 0.2rem rgba(234, 86, 56, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #8cc152;
  border-color: #8cc152;
  border-width: 2px;
  box-shadow: none;
}
.btn-green:hover {
  background-color: #fff;
  color: #8cc152;
  border-color: #8cc152;
}
.btn-green.focus, .btn-green:focus {
  background-color: #8cc152;
  border-color: #8cc152;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(140, 193, 82, 0.5);
}

.btn-archive {
  color: #fff;
  background-color: #f5ba4f;
  border-color: #f5ba4f;
  border-width: 2px;
  box-shadow: none;
}
.btn-archive:hover {
  background-color: #fff;
  color: #f5ba4f;
}
.btn-archive.focus, .btn-archive:focus {
  background-color: #f5ba4f;
  border-color: #f5ba4f;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(245, 186, 79, 0.5);
}

.btn-sm {
  padding: 5px 10px !important;
  font-size: 16px;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-number {
  padding: 5px 10px;
  white-space: normal;
  border-width: 2px;
  color: #656d78;
  background-color: #fff;
  border-color: #e6e9ed;
  border-radius: 0%;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .btn-number {
    padding: 1rem 2rem;
  }
}

.btn-number:hover {
  cursor: pointer;
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
  text-decoration: none;
}

.btn-number:focus {
  cursor: pointer;
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
  text-decoration: none;
  box-shadow: none;
}

.btn-number:active {
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
  text-decoration: none;
}

/* .caa-save {
  width: 140px;
}

.caa-discard-save {
  margin-right: 25px;
  color: #434A53;
} save button - OS */
.page-item.active .page-link {
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
  text-decoration: none;
}

.page-item.disabled .page-link.disabled {
  color: #fff;
  background-color: #CCD1D7;
  border-color: #CCD1D7;
}

.page-link {
  padding: 0.375rem 0rem;
}
@media screen and (min-width: 576px) {
  .page-link {
    padding: 0.375rem 0.75rem;
  }
}

.page-item {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
@media screen and (min-width: 768px) {
  .page-item {
    width: calc((100% - 241px) / 7);
  }
  .page-item.navigation-arrows {
    width: 120px;
  }
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
}

.btn-danger {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
  border-width: 2px;
}

.btn-danger:hover {
  color: #da4453;
  background-color: #fff;
  border-color: #da4453;
}

.btn {
  padding: 1rem 2rem;
  white-space: normal;
}
.btn:hover {
  text-decoration: none;
}

.btn-mini {
  padding: 1rem 2rem;
}

.btn-rectangle {
  border-radius: 0;
}

.btn-toggle {
  top: 20%;
  transform: translateY(-20%);
  margin: 0.1em 2em 0 2.3em;
  padding: 0;
  position: relative;
  border: none;
  height: 2.2rem;
  width: 4.8rem;
  border-radius: 5rem;
}

.btn-toggle.focus,
.btn-toggle.focus.active,
.btn-toggle:focus,
.btn-toggle:focus.active {
  outline: none;
}

.btn-toggle:after,
.btn-toggle:before {
  line-height: 2.3rem;
  width: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
  color: #6b7381;
}

.btn-toggle.on-off:before {
  content: "Off";
  left: -4rem;
}

.btn-toggle.on-off:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle.yes-no:before {
  content: "No";
  left: -4rem;
}

.btn-toggle.yes-no:after {
  content: "Yes";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle .handle {
  position: absolute;
  top: 0.2625rem;
  left: 0.3125rem;
  width: 1.675rem;
  height: 1.675rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  background: #4a89dc;
  transition: background-color 0.25s;
}

.btn-toggle.active .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.action-button {
  background-color: #4a89dc;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  line-height: 49px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 150px;
  border: 3px solid #4a89dc;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .action-button {
    bottom: 30px;
    right: 30px;
  }
}
.action-button:hover {
  background-color: #fff;
  color: #4a89dc;
}

.action-button-save, .action-button-floating {
  background-color: #4a89dc;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  border-radius: 4px;
  border: 2px solid #4a89dc;
  z-index: 5;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .action-button-save, .action-button-floating {
    bottom: 30px;
    right: 30px;
  }
}
.action-button-save:hover, .action-button-save.menu-active, .action-button-floating:hover, .action-button-floating.menu-active {
  background-color: #ffffff;
  color: #4a89dc;
  cursor: pointer;
}
.action-button-save span, .action-button-floating span {
  margin-right: 2px;
}

a.action-button-floating:hover {
  text-decoration: none;
}

.action-button-menu {
  position: fixed;
  bottom: 70px;
  right: 15px;
  font-size: 18px;
  display: none;
}
@media screen and (min-width: 768px) {
  .action-button-menu {
    bottom: 85px;
    right: 30px;
  }
}

.action-button-item {
  background: #4a89dc;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #fff;
}
.action-button-item.primary {
  border: 2px solid #4a89dc;
}
.action-button-item.primary:hover {
  background-color: #ffffff;
  color: #4a89dc;
}
.action-button-item.secondary {
  border: 2px solid #e6e9ed;
  background: #ffffff;
  color: #656d78;
}
.action-button-item.secondary:hover {
  color: #4a89dc;
  border: 2px solid #4a89dc;
}

.action-button.add-widget-btn {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
}

.action-button .text {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #4a89dc;
  }
  40% {
    box-shadow: 0 0 30px #4a89dc;
    transform: scale(1.05);
  }
  60% {
    box-shadow: 0 0 30px #4a89dc;
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 -10px #4a89dc;
  }
}
.pulse {
  animation: glowing 3000ms infinite;
  line-height: normal;
  text-align: center;
  padding: 0;
}

.add-img-btn {
  display: block;
  margin-left: 40%;
  background-color: #4a89dc;
  width: 46px;
  height: 46px;
  line-height: 43px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 100px;
  border: 3px solid #4a89dc;
}

.add-img-btn:hover {
  background-color: #fff;
  color: #4a89dc;
}

.btn-xlg {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.slider-handle {
  background-color: rgb(159, 213, 97);
  background-image: none;
}

.file-select-btn {
  padding: 20px 10px;
  text-align: center;
  border: 2px solid #e6e9ed;
  border-radius: 3px;
}
.file-select-btn.active {
  border: 2px solid #5d9cec;
}
.file-select-btn.active .title, .file-select-btn.active .icon {
  color: #5d9cec;
}
.file-select-btn .icon {
  font-size: 36px;
}
.file-select-btn .title {
  display: block;
  font-size: 18px;
  color: #434a54;
}

.beacon-icon {
  height: 44px;
  width: 44px;
  background-size: 44px;
  bottom: 12px;
  right: 12px;
  position: fixed;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
  background-color: #4A89DC;
  display: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity ease-in 0.3s;
}
.beacon-icon.invisible {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .beacon-icon {
    width: 54px;
    height: 54px;
    background-size: 54px;
    display: block;
    bottom: 26px;
    right: 30px;
  }
}

/*Put back disabled bootstrap styles*/
.btn:disabled {
  cursor: default !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #CCD1D7;
  border-color: #CCD1D7;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgba(74, 137, 220, 0.9);
  border-color: rgba(74, 137, 220, 0.8);
}

.multi-permit-btn {
  min-width: 150px;
}

/* New AIRDAT button sizes  */
.airdat-btn-small {
  width: 92px !important;
}
.airdat-btn-small:not(.btn-sm) {
  width: 136px !important;
}

.airdat-btn-medium {
  width: 142px !important;
}
.airdat-btn-medium:not(.btn-sm) {
  width: 186px !important;
}

.airdat-btn-large {
  width: 180px !important;
}
.airdat-btn-large:not(.btn-sm) {
  width: 224px !important;
}

.airdat-btn-extra-large {
  width: 210px !important;
}
.airdat-btn-extra-large:not(.btn-sm) {
  width: 254px !important;
}

.airdat-icon-btn {
  width: 40px !important;
}

.threshold-table-add-penalty {
  width: 100%;
}

.airdat-switch-btn-small {
  width: 92px !important;
}
@media screen and (min-width: 992px) {
  .airdat-switch-btn-small {
    width: 136px !important;
  }
}

.airdat-switch-btn-medium {
  width: 142px !important;
}
@media screen and (min-width: 992px) {
  .airdat-switch-btn-medium {
    width: 186px !important;
  }
}

.airdat-switch-btn-large {
  width: 180px !important;
}
@media screen and (min-width: 992px) {
  .airdat-switch-btn-large {
    width: 224px !important;
  }
}

.airdat-switch-btn-extra-large {
  width: 210px !important;
}
@media screen and (min-width: 992px) {
  .airdat-switch-btn-extra-large {
    width: 254px !important;
  }
}

.approve-reject-btn {
  width: 105px;
}

@media screen and (min-width: 992px) {
  .manage-role-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .mobile-full-width-btn {
    width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .small-mobile-full-width-btn {
    width: 100%;
  }
}

.permit-btn-modal {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .permit-btn-modal {
    width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .permit-btn-modal {
    width: 160px;
  }
}

/* Additional single purpose CSS classes.
These classes build on the bootstrap utility classes we already have access to.
E.g. d-none, d-block, mt-1...*/
.mt-form-box {
  margin-top: 30px !important;
}

.mb-form-box {
  margin-bottom: 30px !important;
}

.pt-form-box {
  padding-top: 30px !important;
}

.pb-form-box {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767.98px) {
  .pt-form-box-sm-down {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .pt-form-box-md-down {
    padding-top: 30px !important;
  }
}

.form-box-border-top {
  border-top: 2px solid #f5f7fa !important;
}

.form-box-border-bottom {
  border-bottom: 2px solid #f5f7fa !important;
}

.mt-dashboard {
  margin-top: 20px !important;
}

.mb-dashboard {
  margin-bottom: 20px !important;
}

.p-dashboard {
  padding: 20px !important;
}

.ps-dashboard {
  padding-left: 20px !important;
}

.pe-dashboard {
  padding-right: 20px !important;
}

@media screen and (max-width: 991.98px) {
  .ps-dashboard-md-down {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .pe-dashboard-md-down {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 575.98px) {
  .full-width-xs-down {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .full-width-sm-down {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .full-width-md-down {
    width: 100%;
  }
}

@media screen and (max-width: 1199.98px) {
  .full-width-lg-down {
    width: 100%;
  }
}

.concatenate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .centre-display-block-element-md-down {
    margin: 0 auto;
  }
}

.border-radius-0 {
  border-radius: 0 !important;
}

.label-font-size {
  font-size: 20px;
}

.min-height-auto {
  min-height: auto;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.primary-text-color {
  color: #656d78 !important;
}

.secondary-text-color {
  color: #434a54 !important;
}

.airdat-blue {
  color: #4b89dc;
}

.airdat-secondary-green {
  color: #2DBD9B;
}

.grey-text {
  color: #656d78;
}

.white-text {
  color: #FFFFFF;
}

.airdat-green {
  color: #8cc152;
}

.airdat-grey {
  color: #aab2bd;
}

.airdat-red {
  color: #da4453;
}

.airdat-orange {
  color: #e75844;
}

.airdat-yellow {
  color: #f5ba4f;
}

.indicator-green {
  color: #a0d468;
}

.indicator-red {
  color: #ed5565;
}

.indicator-blue {
  color: #3bafda;
}

.action-blue {
  color: #4a89dc;
}

.primary-dark-blue {
  color: #4A89DC;
}

.primary-light-blue {
  color: #5A99EF;
}

.primary-dark-green {
  color: #8BC249;
}

.primary-light-green {
  color: #9FD561;
}

.primary-dark-yellow {
  color: #F6BC32;
}

.primary-light-yellow {
  color: #FFCF47;
}

.primary-dark-orange {
  color: #EA5638;
}

.primary-light-orange {
  color: #FD6D4A;
}

.primary-dark-red {
  color: #DC4250;
}

.primary-light-red {
  color: #EE5362;
}

.min-passport-colour {
  color: #2096F3;
}

.max-passport-colour {
  color: #3F51B5;
}

.min-onboard-colour {
  color: #4CAF50;
}

.max-onboard-colour {
  color: #039588;
}

.min-visa-colour {
  color: #FFC107;
}

.max-visa-colour {
  color: #FF5722;
}

@media screen and (max-width: 575.98px) {
  .time-period-selectors {
    padding: 7.5px 10px;
  }
}

.permission-badge {
  background-color: #3764C7;
  width: 160px;
  padding: 7.5px 22.5px 7.5px 22.5px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.permission-badge.onboard {
  background-color: #22A070;
}
.permission-badge.visa {
  background-color: #FF751A;
}

.password-input input, .confirm-password-input input {
  padding: 15px 38px 15px 20px;
}

.show-hide-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--bs-gutter-x);
  cursor: pointer;
}
.show-hide-password:hover {
  color: #4A89DC;
}

#pr-box {
  position: absolute;
  z-index: 99;
  display: none;
  width: 300px;
  max-width: 100%;
  color: #656d78;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e9ed;
  background-color: #ffffff;
  left: calc(50% - 150px);
  top: 72px;
}
@media screen and (min-width: 1550px) {
  #pr-box {
    left: -302px;
    top: 4px;
  }
}
#pr-box > .arrow {
  transform: rotate(45deg);
  top: -8px;
  right: calc(50% - 7.5px);
}
@media screen and (min-width: 1550px) {
  #pr-box > .arrow {
    right: -8px;
    top: 26px;
    transform: translateY(-50%) rotate(135deg);
  }
}
#pr-box p {
  padding: 13px 16px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
  border-bottom: 0.7px solid #DFE2E6;
  background-color: #ffffff;
}
#pr-box ul {
  padding: 8px;
  border-radius: 0 0 2px 2px;
  background-color: #ffffff;
  margin-bottom: 0;
}
#pr-box ul li {
  list-style: none;
  padding: 8px;
  display: flex;
  align-items: center;
  color: #434a54;
}
#pr-box ul li span.checkbox {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  border-radius: 0;
  margin-right: 15px;
  border-width: 1px;
  background-color: #ffffff;
  border: 2px solid #CFD4D9;
}
#pr-box ul li span.checkbox i.fa-check {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  display: none;
  margin-top: -1px;
}
@media screen and (max-width: 575.98px) {
  #pr-box ul li.pr-ok {
    display: none;
  }
}
#pr-box ul li.pr-ok span.checkbox {
  background-color: #4A89DC;
  border: 2px solid #4A89DC;
}
#pr-box ul li.pr-ok span.checkbox i.fa-check {
  display: block;
}

body {
  padding-top: 50px;
}
@media (min-width: 579px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 821px) {
  body {
    padding-top: 70px;
  }
}

.sidebar {
  z-index: 4;
  top: 50px;
}
@media (min-width: 579px) {
  .sidebar {
    top: 60px;
  }
}
@media (max-width: 719.98px) {
  .sidebar {
    height: 100%;
  }
}
@media (min-width: 821px) {
  .sidebar {
    top: 70px;
  }
}

.user-profile-header-inner-content .user-profile-buttons {
  z-index: 3;
}

.system-header-container {
  border-bottom: 1px solid #e6e9ed;
  height: 50px;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 4;
  top: 0;
}
@media (min-width: 579px) {
  .system-header-container {
    height: 60px;
  }
}
@media (min-width: 821px) {
  .system-header-container {
    height: 70px;
  }
}
.system-header-container a:hover {
  text-decoration: none;
  color: #434a54;
}
.system-header-container a:focus, .system-header-container a:active, .system-header-container .active {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #e9ecef;
}
.system-header-container .row {
  align-items: center;
}
.system-header-container .logo-and-switch-system-section {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
}
.system-header-container .logo-and-switch-system-section img {
  max-height: 40px;
  margin-right: 1.5rem;
  display: none;
}
@media (min-width: 821px) {
  .system-header-container .logo-and-switch-system-section img {
    display: inline-block;
  }
}
.system-header-container .logo-and-switch-system-section i.fa-grid, .system-header-container .logo-and-switch-system-section i.fa-bars {
  color: #AAB2BD;
  font-size: 1.625rem;
}
.system-header-container .logo-and-switch-system-section .side-nav-toggle {
  margin-top: 3px;
  padding-right: 1.25rem;
}
.system-header-container .logo-and-switch-system-section .side-nav-toggle:hover {
  cursor: pointer;
}
@media (min-width: 821px) {
  .system-header-container .logo-and-switch-system-section .side-nav-toggle {
    display: none;
  }
}
.system-header-container .logo-and-switch-system-section .side-nav-toggle.post-reg {
  display: block;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav > i:hover, .system-header-container .logo-and-switch-system-section .switch-system-nav > i:active {
  color: #656d78;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .dropdown-menu .row {
  margin: 0;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .divider .dropdown-divider {
  border-top: 1px solid #e6e9ed;
  margin: 1.125rem auto;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-category-title {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
  display: block;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container {
  text-align: center;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container:first-child {
  padding-right: calc(var(--bs-gutter-x) / 4);
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container:nth-child(2) {
  padding-right: calc(var(--bs-gutter-x) / 4);
  padding-left: calc(var(--bs-gutter-x) / 4);
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container:nth-child(3) {
  padding-right: calc(var(--bs-gutter-x) / 4);
  padding-left: calc(var(--bs-gutter-x) / 4);
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container:nth-child(4) {
  padding-left: calc(var(--bs-gutter-x) / 4);
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container a, .system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container div.disabled-link {
  display: block;
  padding: 8px 6px;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container a:hover, .system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container a.active {
  background-color: rgba(74, 137, 220, 0.1);
  border-radius: 5px;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container div.disabled-link {
  opacity: 0.4;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container .switch-system-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50px;
  border: 1px solid #e6e9ed;
  display: inline-block;
  margin: 0 auto;
  background-size: auto 100%;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container .switch-system-icon.airdat-icon {
  background-color: #ffffff;
  background-position-y: 28%;
  background-size: auto 80%;
  background-position-x: center;
  background-repeat: no-repeat;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container .switch-system-icon.support-icon {
  border: none;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container .switch-system-icon.support-icon svg {
  height: 44px;
  width: 44px;
  margin-bottom: 36px;
  fill: #4A89DC;
}
.system-header-container .logo-and-switch-system-section .switch-system-nav .switch-system-icon-container .system-name {
  color: #656d78;
  font-size: 0.75rem;
}
.system-header-container .airport-logo-section {
  text-align: center;
}
.system-header-container .airport-logo-section img {
  height: 50px;
  padding: 10px 0;
}
@media (min-width: 579px) {
  .system-header-container .airport-logo-section img {
    height: 60px;
  }
}
@media (min-width: 821px) {
  .system-header-container .airport-logo-section img {
    height: 70px;
  }
}
.system-header-container .help-and-settings-section {
  padding-right: 1.25rem;
  align-items: center;
  display: flex;
  justify-content: end;
}
.system-header-container .help-and-settings-section .support-menu-toggle, .system-header-container .help-and-settings-section .profile-picture-toggle {
  display: inline-block;
}
.system-header-container .help-and-settings-section .support-menu-toggle > span:hover, .system-header-container .help-and-settings-section .profile-picture-toggle > span:hover {
  cursor: pointer;
}
.system-header-container .help-and-settings-section .profile-picture-toggle > span {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  margin-bottom: -6px;
}
.system-header-container .help-and-settings-section .profile-picture-toggle li:not(.profile-picture-header) p {
  padding: 0.25rem 1rem;
}
.system-header-container .help-and-settings-section .non-clickable-dropdown-item {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.system-header-container .help-and-settings-section .profile-picture-header span {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  margin-right: 0.5rem;
}
.system-header-container .help-and-settings-section .profile-picture-header p {
  font-weight: 500;
  padding-left: 0;
}
.system-header-container .help-and-settings-section .search-menu {
  margin-right: 0.6rem;
  font-size: 1.0625rem;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu {
    margin-right: 1.875rem;
  }
}
.system-header-container .help-and-settings-section .search-menu > span {
  color: #4A89DC;
}
.system-header-container .help-and-settings-section .search-menu > span:hover {
  cursor: pointer;
  color: #434a54;
}
.system-header-container .help-and-settings-section .search-menu svg.search-icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.25rem;
  fill: #4A89DC;
  cursor: pointer;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu svg.search-icon {
    margin-top: -2px;
  }
}
.system-header-container .help-and-settings-section .search-menu svg.search-icon:focus {
  outline: none;
}
.system-header-container .help-and-settings-section .search-menu svg.search-icon:hover {
  fill: #434a54;
}
.system-header-container .help-and-settings-section .search-menu > a {
  display: flex;
  align-items: center;
}
.system-header-container .help-and-settings-section .search-menu > a:hover svg.search-icon {
  fill: #434a54;
}
.system-header-container .help-and-settings-section .search-menu .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}
.system-header-container .help-and-settings-section .search-menu .overlay-content {
  position: relative;
  top: 15%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content {
    width: 55%;
  }
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container {
  border-top: 1px solid rgb(226, 232, 240);
  background-color: white;
  border-radius: 0 0 3px 3px;
  width: 100%;
  margin: auto;
  max-height: 380px;
  overflow: auto;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container {
    max-height: 355px;
  }
}
@media screen and (min-width: 1200px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container {
    max-height: 400px;
  }
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title {
  border-top: 1px solid rgb(226, 232, 240);
  padding: 1rem 0.75rem 0.25rem 1rem;
  display: flex;
  justify-content: space-between;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title:first-child {
  border-top: none;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title:hover {
  background-color: white;
  cursor: default;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title .section-title {
  font-weight: bold;
  font-size: 14px;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title .section-view-all {
  font-size: 14px;
  text-align: right;
  color: #4A89DC;
  padding-right: 10px;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .title .section-view-all:hover {
  cursor: pointer;
  color: #434a54;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .helpscout-match a {
  display: block;
  text-align: left;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .helpscout-match a .search-match {
  text-align: left;
  font-size: 18px;
  color: #434a54;
  font-weight: normal;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container .helpscout-match a .search-match i {
  color: #4A89DC;
  padding-left: 3px;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li {
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li {
    padding: 0.9rem 0.9rem 0.9rem 1.35rem;
  }
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li:last-child {
  border-bottom: none;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li:hover {
  background-color: #f5f7fa;
  cursor: pointer;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 579px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a {
    flex-direction: row;
  }
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a .search-match {
  text-align: left;
  font-size: 18px;
  color: #434a54;
  font-weight: normal;
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a .search-breadcrumb {
  font-size: 14px;
  text-align: left;
  color: #656d78;
  padding-right: 10px;
}
@media (min-width: 579px) {
  .system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a .search-breadcrumb {
    text-align: right;
  }
}
.system-header-container .help-and-settings-section .search-menu .overlay-content .search-results-container li a .search-breadcrumb.helpscout-preview {
  display: block;
  padding-right: 0;
  text-align: left;
}
.system-header-container .help-and-settings-section .search-menu .overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 28px;
  cursor: pointer;
  color: white;
}
.system-header-container .help-and-settings-section .search-menu .overlay .closebtn :hover {
  color: lightgray;
}
.system-header-container .help-and-settings-section .search-menu .overlay input[type=text] {
  padding: 1rem;
  font-size: 19px;
  border: none;
  border-radius: 3px;
  width: 100%;
  background: white;
  color: #434a54;
  outline: none;
}
.system-header-container .help-and-settings-section .search-menu .overlay input[type=text].search-open {
  border-radius: 3px 3px 0 0;
}
.system-header-container .help-and-settings-section .search-menu .openBtn span {
  display: none;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .search-menu .openBtn span {
    display: inline;
  }
}
.system-header-container .help-and-settings-section .support-menu-toggle {
  margin-right: 0.6rem;
  font-size: 1.0625rem;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .support-menu-toggle {
    margin-right: 1.875rem;
  }
}
.system-header-container .help-and-settings-section .support-menu-toggle svg.help-icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.25rem;
  fill: #4A89DC;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .support-menu-toggle svg.help-icon {
    margin-top: -2px;
  }
}
.system-header-container .help-and-settings-section .support-menu-toggle svg.help-icon:focus {
  outline: none;
}
.system-header-container .help-and-settings-section .support-menu-toggle > a {
  display: flex;
  align-items: center;
}
.system-header-container .help-and-settings-section .support-menu-toggle > a:hover svg.help-icon {
  fill: #434a54;
}
.system-header-container .help-and-settings-section .support-menu-toggle .non-clickable-dropdown-item {
  justify-content: space-between;
  margin-right: 1rem;
}
.system-header-container .help-and-settings-section .support-menu-toggle .dropdown-toggle span {
  display: none;
}
@media (min-width: 821px) {
  .system-header-container .help-and-settings-section .support-menu-toggle .dropdown-toggle span {
    display: inline;
  }
}
.system-header-container .help-and-settings-section .support-code span:first-child {
  color: #656d78;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.system-header-container .help-and-settings-section .support-code span:first-child:hover {
  cursor: pointer;
  color: #191919;
}
.system-header-container .help-and-settings-section .support-code a {
  display: inline-block;
}
.system-header-container .help-and-settings-section .support-code a:hover {
  color: #191919;
}
.system-header-container .help-and-settings-section .support-code a:first-child {
  margin-right: 1.3rem;
}
.system-header-container .dropdown-toggle {
  cursor: pointer;
}
.system-header-container .dropdown-toggle:after {
  content: none;
}
.system-header-container .dropdown-toggle {
  min-height: 30px;
  align-items: center;
  display: flex;
}
.system-header-container .dropdown-menu {
  border: 1px solid #e6e9ed;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  width: 15.4375rem;
  top: 0.625rem !important;
  border-radius: 0.5rem;
}
.system-header-container .dropdown-menu.with-beacon {
  width: 20rem;
}
.system-header-container .dropdown-menu p {
  color: #434a54;
  margin-bottom: 0;
}
.system-header-container .dropdown-menu .dropdown-item {
  color: #656d78;
}
.system-header-container .dropdown-menu .dropdown-item :active, .system-header-container .dropdown-menu .dropdown-item :focus, .system-header-container .dropdown-menu .dropdown-item .active {
  background-color: #e9ecef;
}
.system-header-container .dropdown-menu .dropdown-item .fa-question-circle {
  margin-top: 3px;
}
.system-header-container .dropdown-menu .dropdown-divider {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.bg-overlay.active {
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100% - 70px);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 579px) {
  .bg-overlay.active {
    top: 60px;
  }
}
@media (min-width: 821px) {
  .bg-overlay.active {
    top: 70px;
  }
}

.passport.system-header-container .dropdown-toggle span,
.onboard.system-header-container .dropdown-toggle span {
  display: inline;
}
@media (max-width: 1199px) {
  .passport.system-header-container .dropdown-toggle span,
  .onboard.system-header-container .dropdown-toggle span {
    display: none;
  }
}
.passport.system-header-container .side-nav-toggle,
.onboard.system-header-container .side-nav-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .passport.system-header-container .side-nav-toggle,
  .onboard.system-header-container .side-nav-toggle {
    display: block;
  }
}
.passport.system-header-container .side-nav-toggle.post-reg,
.onboard.system-header-container .side-nav-toggle.post-reg {
  display: block;
}
.passport.system-header-container .logo-and-switch-system-section img,
.onboard.system-header-container .logo-and-switch-system-section img {
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .passport.system-header-container .logo-and-switch-system-section img,
  .onboard.system-header-container .logo-and-switch-system-section img {
    display: none;
  }
}

.picker__select--month,
.picker__select--year,
.picker__select--month:focus,
.picker__select--year:focus,
.picker__select--month:visited,
.picker__select--year:visited,
.picker__select--month:active,
.picker__select--year:active {
  width: auto;
  -webkit-appearance: none;
  display: inline;
  color: #4a89dc;
  background-color: #fff;
  border: 0px;
  border-radius: 3px;
}

.default-support-window {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 576px) {
  .default-support-window {
    bottom: 20px;
    right: 20px;
  }
}
.default-support-window .default-support-heading {
  background-color: #4a89dc;
  color: #FFFFFF;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.default-support-window .default-support-content {
  width: 330px;
  max-height: 150px;
  overflow: auto;
  padding: 30px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (min-height: 300px) {
  .default-support-window .default-support-content {
    max-height: 250px;
  }
}
@media (min-height: 540px) {
  .default-support-window .default-support-content {
    max-height: none;
  }
}
@media (min-width: 370px) {
  .default-support-window .default-support-content {
    width: 350px;
  }
}
.default-support-window .close-container {
  margin-top: -5px;
  margin-right: -5px;
  display: block;
  overflow: hidden;
}
.default-support-window .close {
  width: 20px;
  height: 20px;
  background-size: 20px;
  overflow: hidden;
  opacity: 1;
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* //Support widget
.support-widget {
    display: none;
    padding: 30px;
    position: fixed;
    width: 340px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    overflow-y: auto;

    .hide-support {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
    }

    .heading {
        font-size: 24px;
        color: $secondary-text-color;
    }

    .video-box {
        height: 200px;
        background-color: $border-color;
        line-height: 200px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-section {
        display: none;
    }

    .btn-phone {
        text-align: center;
        color: $primary-text-color;
        font-weight: normal;
        margin-top: 10px;
    }
} */
label, .note-form-label {
  font-size: 20px;
  color: #434a54;
  margin-bottom: 15px !important;
  font-weight: 400;
}

.note-form-label {
  font-size: 20px;
  color: #434a54 !important;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
  padding: 0px !important;
}

button, input {
  overflow: visible;
}

.pre-wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.disabled .currency-symbol, .disabled .form-control {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 3px;
  border-color: #e6e9ed;
  border-width: 2px;
}

.note-form-control {
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 3px;
  border-color: #e6e9ed;
  border-width: 2px;
}

.note-modal-title {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-top: 0;
  font-weight: 500;
  color: #656d78;
}

.note-modal-header {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.note-modal .checkbox input[type=checkbox] {
  margin-right: 10px;
  width: 17px;
  height: 17px;
}

.note-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  height: 85px;
}

.form-control-code {
  width: 3rem;
  height: 3.5rem;
}
@media (max-width: 440px) {
  .form-control-code {
    margin: 0 auto;
    width: 2rem;
    height: 3rem;
    padding: 0.275rem 0.55rem;
  }
}

/* This hides the number counter on number inputs on Chrome, Safari, Edge, Opera */
input.form-control-code::-webkit-outer-spin-button,
input.form-control-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* This hides the number counter on number inputs on Firefox */
input.form-control-code[type=number] {
  -moz-appearance: textfield;
}

.mobile-confirmation-code .row .col, .email-confirmation-code .row .col, .mfa-code .row .col {
  padding-right: 0rem;
}
@media (max-width: 365px) {
  .mobile-confirmation-code .row .col, .email-confirmation-code .row .col, .mfa-code .row .col {
    padding-left: 0rem;
  }
}

.input-group .sm {
  padding: 0.5rem 0.7rem;
}

.form-control {
  font-size: 16px;
  border-radius: 3px;
  border-color: #e6e9ed;
  border-width: 2px;
}

.picker__input {
  background-color: #fff !important;
}

.picker__select--month,
.picker__select--year {
  height: 100%;
}

.custom-control-description {
  font-size: 16px;
}

.selection .chosen-single {
  background-color: #fff !important;
}

.chosen-default span {
  color: #E0E0E0 !important;
}

.chosen-container-single .chosen-single {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px;
  width: auto;
  height: auto;
  border: 2px solid #e6e9ed;
  background-color: #fff;
  background-image: none;
  cursor: text;
  border-radius: 3px;
  max-height: 230px;
  overflow-y: auto;
  box-shadow: none;
}

.chosen-container .chosen-results {
  color: #656d78;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 12px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e6e9ed;
  border-radius: 3px;
  background: none;
  font-size: 16px;
  font-family: sans-serif;
  color: #656d78;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: 2px solid #5d9cec;
}

.chosen-container-single .chosen-single span {
  font-size: 16px;
  font-weight: normal;
  padding: 12px 5px 12px 12px;
  color: #464a4c;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px;
  width: auto;
  height: auto;
  border: 2px solid #e6e9ed;
  background-color: #fff;
  background-image: none;
  cursor: text;
  border-radius: 3px;
  max-height: 230px;
  overflow-y: auto;
}

.chosen-container-multi .chosen-choices li.search-field {
  display: block;
  position: relative;
  width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px;
  padding: 8px 35px 8px 12px;
  border: 0 !important;
  max-width: 100%;
  border-radius: 3px;
  background-color: #e6e9ed;
  background-image: none;
  box-shadow: none;
  color: #434a54;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  cursor: default;
}

.chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
  background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  width: 22px !important;
  height: 23px !important;
  color: #333 !important;
  margin-right: 5px;
  padding: 0;
  display: block;
  margin-top: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome, sans-serif;
  z-index: 999;
  font-size: 14px;
  font-weight: normal;
  color: #656d78;
  display: block;
  text-align: center;
  line-height: 23px;
}

.chosen-container-active .chosen-choices {
  box-shadow: none;
  border-color: #5d9cec;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 2px solid #5d9cec;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: none;
  margin-top: -3px;
  clip: rect(0, 0, 0, 0);
  font-size: 16px;
  font-weight: normal;
}

.chosen-container .chosen-results li {
  padding: 14px 10px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #5d9cec;
  background-image: none;
  color: #fff;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 19px 10px 19px 15px;
  margin: 3px;
  outline: 0;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none;
  color: #656d78;
  font-size: 18px;
  border-radius: 0;
  line-height: 26px;
  display: block;
  width: 100% !important;
  position: relative;
}

.chosen-container .chosen-results li {
  line-height: 22px;
}

.chosen-container-single .chosen-single li.search-choice .search-choice-close {
  background: url(../chosen/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(../chosen/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-disabled .chosen-single {
  color: #495057;
  background-color: #e9ecef;
}

.chosen-disabled {
  opacity: 1 !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-size: 16px;
  font-weight: normal;
  color: #464a4c;
  font-family: inherit;
}

.mega-switch {
  max-width: 100%;
  /* Bootstrap 5 - override the selected/active styles that are applied to btn-primary */
  /* Bootstrap 5 - override the selected/active styles that are applied to btn-secondary */
  /* Bootstrap 5 - override default disabled states to the same styles as btn-secondary disabled */
}
.mega-switch.mega-switch-flex label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.mega-switch.mega-switch-flex label span {
  width: 100%;
}
.mega-switch .btn-check + .btn-primary, .mega-switch .btn-check + .btn-secondary {
  box-shadow: none !important;
}
.mega-switch .btn-primary {
  background-color: #F5F7FA;
  border-color: #e6e9ed;
  color: #656d78;
}
.mega-switch .btn-check:active + .btn-primary, .mega-switch .btn-check:checked + .btn-primary, .mega-switch .btn-primary.active, .mega-switch .btn-primary:active, .mega-switch .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.mega-switch .btn-check:active + .btn-secondary, .mega-switch .btn-check:checked + .btn-secondary, .mega-switch .btn-secondary.active, .mega-switch .btn-secondary:active, .mega-switch .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.mega-switch .btn-check:active + .btn-secondary.disabled,
.mega-switch .btn-check:active + .btn-secondary:disabled,
.mega-switch .btn-check:checked + .btn-secondary.disabled,
.mega-switch .btn-check:checked + .btn-secondary:disabled,
.mega-switch .btn-secondary.active:disabled,
.mega-switch .btn-secondary.active.disabled,
.mega-switch .btn-secondary:active:disabled,
.mega-switch .btn-secondary:active.disabled,
.mega-switch .show > .btn-secondary.dropdown-toggle.disabled,
.mega-switch .show > .btn-secondary.dropdown-toggle:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

@media (max-width: 991px) {
  .btn-group.btn-group-toggle.mega-switch .btn-primary, .btn-group.btn-group-toggle.mega-switch .btn-secondary {
    padding: 5px 10px;
  }
}

/* Bootstrap 5 - override the selected/active styles that are applied to btn-outline-primary */
.btn-group-toggle .btn-check:active + .btn-outline-primary, .btn-group-toggle .btn-check:checked + .btn-outline-primary, .btn-group-toggle .btn-outline-primary.active, .btn-group-toggle .btn-outline-primary:active, .btn-group-toggle .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* Onboard mega switches with varying padding */
@media (max-width: 440px) {
  .mega-switch-onboard {
    flex-wrap: wrap;
    width: 100%;
  }
  .mega-switch-onboard label {
    min-width: 100%;
  }
}
.mega-switch-onboard .btn {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.mega-switch-onboard .btn span {
  width: 100%;
}

/** Badges **/
.badge {
  margin-top: 0.5rem;
  font-size: 1rem;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  display: inline-flex;
}

.badge.refund {
  background-color: #EA5638;
  color: #ffffff;
}

.badge.archived {
  background-color: #F6BC32;
  color: #ffffff;
}

.badge.recently-printed {
  background-color: #5A99EF;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 18px;
}
.badge.recently-printed br {
  display: block;
}
@media screen and (min-width: 992px) {
  .badge.recently-printed {
    font-size: 1rem;
    background-color: #5A99EF;
    color: #ffffff;
    line-height: 18px;
  }
  .badge.recently-printed br {
    display: none;
  }
}

.alert-accept {
  color: #8cc152;
  background-color: #fff;
  border-color: #8cc152;
}

.alert-reject {
  color: #da4453;
  background-color: #fff;
  border-color: #da4453;
}

.people-list-name + .badge.archived {
  margin-top: 5px;
}

.calendar-box {
  display: inline-block;
  width: 45%;
  float: left;
  margin: 0;
  text-align: center;
  margin-right: 5%;
}

.calendar-box .calendar-inner {
  border-width: 2px;
  border-style: solid;
  border-color: #d770ad;
  color: #656d78;
  border-radius: 3px;
}

.calendar-box .calendar-text {
  font-size: 12px;
  background-color: #d770ad;
  color: #fff;
  padding: 4px 6px;
}

.calendar-box .calendar-day {
  font-size: 22px;
  margin-bottom: -4px;
  background-color: #fff;
}

.calendar-box .calendar-date {
  padding-bottom: 2px;
  background-color: #fff;
}

.calendar-box .calendar-time {
  border-top: 2px solid #d770ad;
  background-color: #fff;
}

.calendar-box.expired {
  background-color: #fff;
}

.calendar-box.expired .calendar-inner,
.calendar-box.expired .calendar-time {
  border-color: #ccd1d9;
}

.calendar-box.expired .calendar-text {
  background-color: #ccd1d9;
}

.calendar-box.warning .calendar-inner,
.calendar-box.warning .calendar-time {
  border-color: #4fc1e9;
}

.calendar-box.warning .calendar-text {
  background-color: #4fc1e9;
}

input::-webkit-input-placeholder {
  color: #dedede !important;
  text-transform: none;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #dedede !important;
  text-transform: none;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #dedede !important;
  text-transform: none;
}

input:-ms-input-placeholder {
  color: #dedede !important;
  text-transform: none;
}

.form-box .multiple {
  margin-bottom: 1rem;
}

.form-box .multiple:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .fake-form-box-lg-down:nth-of-type(odd) {
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f7fa;
  }
  .fake-form-box-lg-down:nth-of-type(even) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .fake-form-box-md-down:nth-of-type(odd) {
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f7fa;
  }
  .fake-form-box-md-down:nth-of-type(even) {
    padding-top: 30px;
  }
}

.fake-form-box {
  padding: 30px 0;
  border-bottom: 2px solid #f5f7fa;
}
.fake-form-box:nth-of-type(1) {
  padding: 30px 0;
  border-top: 2px solid #f5f7fa;
  border-bottom: 2px solid #f5f7fa;
}
.fake-form-box:last-of-type {
  border-bottom: none;
}

.evidence-box {
  display: block;
  border: 2px solid #e6e9ed;
  text-align: center;
  padding: 30px;
}

.scroll-tc {
  border: 2px solid #e6e9ed;
  padding: 30px;
}

@media screen and (max-width: 767.98px) {
  .skills-report-container input.skills-report-date-from {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .form-margin-bottom-mobile {
    margin-bottom: 30px;
  }
}

/* Bootstrap 5 overrides */
.form-group {
  margin-bottom: 1rem;
}

.form-check-inline {
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-checkbox-inline {
  margin-right: 1rem;
  display: inline-block;
}

.form-check-input:focus {
  box-shadow: none;
  border-radius: 0px;
}

.form-check-input[type=checkbox] {
  box-shadow: none;
  border-radius: 0px;
}

.input-group-text {
  color: #495057;
}

.cleanup-validation {
  border-radius: 0px 3px 3px 0px;
  height: 58px;
}

.cleanup-archive {
  height: 58px;
}

.delete-user {
  height: 58px;
}

.delimiter-group .chosen-container-single .chosen-single span {
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}

.separated-toggle-box .top-row {
  padding: 25px;
  border-left: 2px solid #F5F7FA;
  border-top: 2px solid #F5F7FA;
  border-right: 2px solid #F5F7FA;
  border-radius: 12px 12px 0 0;
  margin-left: 0px;
  margin-right: 0px;
}
.separated-toggle-box .bottom-row {
  border: 2px solid #F5F7FA;
  padding: 25px;
  border-radius: 0 0 12px 12px;
  margin-left: 0px;
  margin-right: 0px;
}
.separated-toggle-box .bottom-row .configure-link {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .separated-toggle-box .bottom-row .configure-link {
    text-align: right;
  }
}
.separated-toggle-box .bottom-row .configure-link.no-toggle-version {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .separated-toggle-box .bottom-row .configure-link.no-toggle-version {
    text-align: left;
  }
}
.separated-toggle-box .bottom-row .configure-link.inactive {
  color: #CCD1D7;
  pointer-events: none;
}
.separated-toggle-box .bottom-row .configure-link.inactive a {
  color: #CCD1D7;
}

/* Uppy dashboard styles */
.uppy-Root {
  font-family: var(--bs-font-sans-serif);
  -webkit-font-smoothing: auto;
}

.uppy-Dashboard-AddFiles-list, .uppy-Dashboard-AddFiles-intro, .uppy-Dashboard-Item-status {
  color: #656d78;
}

.uppy-Dashboard-Item-name, .uppy-DashboardTab-name {
  color: #434a54;
}

.uppy-DashboardTab-name {
  font-weight: 400;
}

.uppy-Dashboard-AddFiles-title {
  font-size: 17px;
  color: #434a54;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}

.uppy-Dashboard-AddFiles-title button.uppy-Dashboard-browse {
  color: #4a89dc;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 400;
}
.uppy-Dashboard-AddFiles-title button.uppy-Dashboard-browse:hover {
  border-bottom: none;
  text-decoration: underline;
  color: #0062cc;
}

.uppy-DashboardTab svg {
  width: 30px;
  height: 30px;
}
.uppy-DashboardTab svg rect {
  fill: #4a89dc;
}

.uppy-Dashboard-inner {
  border: 1px solid #e6e9ed;
  width: auto !important;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.uppy-DashboardTab {
  border-bottom: 1px solid #e6e9ed;
}
.uppy-DashboardTab:hover {
  background-color: #f5f7fa;
}
.uppy-DashboardTab .uppy-DashboardTab-btn {
  padding: 15px;
}
.uppy-DashboardTab .uppy-DashboardTab-btn:focus, .uppy-DashboardTab .uppy-DashboardTab-btn:active, .uppy-DashboardTab .uppy-DashboardTab-btn:hover {
  background-color: transparent;
}

.uppy-Webcam-videoContainer {
  background-color: #f5f7fa;
}

.uppy-DashboardContent-bar, .uppy-Webcam-footer {
  background-color: #fff;
  color: #656d78;
}

.uppy-DashboardContent-bar {
  height: 60px;
  padding: 0 15px;
  border-bottom: 1px solid #e6e9ed;
}

.uppy-Webcam-footer {
  border-top: 1px solid #e6e9ed;
}

.uppy-Webcam-button {
  background-color: #4a89dc;
  color: #fff;
  border-color: #4a89dc;
  border-width: 2px;
  border-style: solid;
}
.uppy-Webcam-button:hover {
  cursor: pointer;
  color: #4a89dc;
  background-color: #fff;
  border-color: #4a89dc;
}
.uppy-Webcam-button:focus {
  box-shadow: none;
}
.uppy-Webcam-button svg {
  width: 24px;
  height: 24px;
}

.webcam-square-guide {
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0;
  border: 4px dashed #4a89dc;
  z-index: 99999;
}

.switch-camera-icon {
  position: absolute;
  right: 4px;
  width: 24px;
  height: 21.5px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://s3.eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/fa-repeat-alt.svg");
  z-index: 99999;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 1200px) {
  .switch-camera-icon {
    display: block;
  }
}

.uppy-DashboardContent-title {
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
}

.uppy-DashboardContent-back {
  font-size: 16px;
  color: #4a89dc;
}
.uppy-DashboardContent-back:focus {
  background-color: transparent;
}
.uppy-DashboardContent-back:hover {
  color: #0062cc;
  text-decoration: underline;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles, [data-uppy-drag-drop-supported=true] .uppy-Dashboard-dropFilesHereHint {
  border: none;
  margin: 20px;
}

.uppy-Dashboard-Item {
  background-color: #FFFFFF;
  border-bottom: none;
}

.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview {
  width: 80px;
  height: 80px;
  border-radius: 0;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-previewInnerWrap {
  border-radius: 0;
  background-color: transparent !important;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 0;
  transform: translateZ(0) scaleX(-1);
}

.uppy-Dashboard-files {
  background-color: #FFFFFF;
  padding: 0;
}

.uppy-Dashboard-files > div[role=presentation] {
  height: 101px !important;
}

.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action {
  width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action .uppy-c-icon {
  fill: #4a89dc;
  width: 20px;
  height: 20px;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action .uppy-c-icon:hover {
  fill: #0062cc;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action:focus {
  box-shadow: none;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action:hover {
  text-decoration: none;
}

.uppy-Dashboard-dropFilesHereHint {
  color: #656d78;
}

.uppy-Dashboard-dropFilesHereHint {
  background-image: url("https://s3.eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/fa-upload-icon.svg");
}

.uppy-Webcam-permissons {
  background-color: #f5f7fa;
}
.uppy-Webcam-permissons .uppy-Webcam-permissonsIcon svg {
  fill: #4a89dc;
}
.uppy-Webcam-permissons .uppy-Webcam-title {
  color: #434a54;
  font-size: 20px;
  line-height: 1.5;
}
.uppy-Webcam-permissons p {
  line-height: 1.5;
  color: #656d78;
}

.uppy-overlay {
  position: absolute;
  z-index: 10000;
  background: #f5f7fa;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background-image: url("https://s3.eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/fa-repeat-alt.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 72px auto;
}
.uppy-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.uppy-overlay.invisible {
  opacity: 0;
  visibility: hidden;
}

.airdat-nav-container {
  position: fixed;
  left: -250px;
  height: calc(100vh - 50px);
  width: 250px;
  z-index: 3;
  background-color: #F0F2F5;
  overflow-x: hidden;
  transition: 0.7s ease;
}
@media (min-width: 821px) {
  .airdat-nav-container {
    height: calc(100vh - 70px);
    left: 0;
    width: 250px;
  }
}
.airdat-nav-container .edit-profile-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 30px;
}
.airdat-nav-container .edit-profile-section .edit-profile-img {
  margin: 30px auto 15px auto;
  width: 140px;
  height: 140px;
  border-radius: 300px;
  border: 2px solid #e6e9ed;
  background-size: cover;
  background-position: 50% 50%;
}
.airdat-nav-container .edit-profile-section .edit-profile-img.minimise-img {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
}
.airdat-nav-container .edit-profile-section .user-name {
  margin-bottom: 5px;
  font-weight: bold;
}
.airdat-nav-container .edit-profile-section .hide-collapsed {
  display: none;
}
.airdat-nav-container .edit-profile-section .user-badge {
  margin-top: calc(-1rem + 5px);
  font-weight: 400;
  justify-content: center;
  margin-bottom: 1rem;
}
.airdat-nav-container .tiered-section {
  padding-bottom: 30px;
}
.airdat-nav-container .tiered-section:first-child {
  padding-top: 35px;
}
.airdat-nav-container .tiered-section .tier-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0 13px 7px 13px;
  margin: 0;
  transition: all 0.7s ease;
  white-space: nowrap;
  text-align: left;
}
.airdat-nav-container .tiered-section .tier-title .hide-collapsed {
  display: none;
}
.airdat-nav-container .collapse-icon-container {
  position: absolute;
  border: none;
  bottom: 25px;
  right: 30px;
  cursor: pointer;
  color: #656D78;
  display: none;
}
@media (min-width: 821px) {
  .airdat-nav-container .collapse-icon-container {
    display: block;
  }
}
.airdat-nav-container .collapse-icon-container i {
  font-size: 24px;
}
.airdat-nav-container .collapse-icon-container:hover {
  color: #4A89DC;
}
.airdat-nav-container .airdat-nav-item {
  position: sticky;
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  font-size: 1rem;
  color: #656D78;
  display: block;
  border-left: 6px solid #F0F2F5;
}
.airdat-nav-container .airdat-nav-item:hover, .airdat-nav-container .airdat-nav-item.active {
  color: #4A89DC;
  background-color: rgba(74, 137, 220, 0.15);
  border-left: 6px solid #4A89DC;
}
.airdat-nav-container .airdat-nav-item .airdat-nav-link {
  margin: 0 3px;
}
.airdat-nav-container .airdat-nav-item .airdat-nav-content {
  white-space: nowrap;
  width: auto;
  margin: 0;
}
.airdat-nav-container .airdat-nav-item .airdat-nav-content .to-hide {
  padding-left: 10px;
  transition: all 0.7s ease;
}
.airdat-nav-container .airdat-nav-item .airdat-nav-content .to-hide .yellow {
  color: #F6BC32;
}
.airdat-nav-container .airdat-nav-item .airdat-nav-content .to-hide .hide-collapsed {
  display: none;
}
.airdat-nav-container.open {
  left: 0;
}
@media (min-width: 821px) {
  .airdat-nav-container.airdat-nav-container-collapsed {
    width: 90px;
    overflow: hidden;
  }
  .airdat-nav-container.airdat-nav-container-collapsed .tiered-section .tier-title {
    text-align: center;
  }
  .airdat-nav-container.airdat-nav-container-collapsed .airdat-nav-item {
    padding: 8px 16px 8px 10px;
  }
  .airdat-nav-container.airdat-nav-container-collapsed .airdat-nav-item .to-hide {
    opacity: 0;
    visibility: hidden;
  }
  .airdat-nav-container.airdat-nav-container-collapsed .airdat-nav-item .airdat-nav-content {
    overflow: hidden;
    width: 21px;
    margin: 0 auto;
  }
}

.airdat-modal {
  text-align: center;
}
.airdat-modal.swal2-modal {
  padding: 40px;
  max-width: 800px;
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .airdat-modal.swal2-modal {
    margin: auto auto 0 auto !important;
  }
}
.airdat-modal.swal2-modal .swal2-actions {
  flex-direction: column;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .airdat-modal.swal2-modal .swal2-actions {
    flex-direction: row;
  }
}
.airdat-modal.swal2-modal .swal2-actions .btn {
  margin: 0 auto;
}
.airdat-modal.swal2-modal .swal2-actions .btn:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .airdat-modal.swal2-modal .swal2-actions .btn:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .airdat-modal.swal2-modal .swal2-actions .btn {
    margin: 0;
  }
}
.airdat-modal.swal2-modal #swal2-content {
  color: #656d78;
  margin-bottom: 40px;
  font-size: 1rem;
}
.airdat-modal.swal2-modal .swal2-icon {
  border: none;
}
.airdat-modal.modal-dialog-centered {
  display: flex;
  align-items: flex-end;
  min-height: subtract(100%, 1rem);
}
@media screen and (min-width: 576px) {
  .airdat-modal.modal-dialog-centered {
    min-height: subtract(100%, 3.5rem);
    align-items: center;
  }
}
.airdat-modal .modal-header {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .airdat-modal .modal-header {
    display: none;
  }
}
.airdat-modal .modal-header .airdat-modal-close-btn {
  opacity: 0.8;
}
.airdat-modal .modal-header .airdat-modal-close-btn:hover {
  cursor: pointer;
  opacity: 1;
}
.airdat-modal .modal-content {
  border-radius: 0.5rem;
}
.airdat-modal .modal-body {
  padding: 40px;
}
.airdat-modal .btn-secondary, .airdat-modal .btn-red, .airdat-modal .btn-primary {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .airdat-modal .btn-secondary, .airdat-modal .btn-red, .airdat-modal .btn-primary {
    display: inline-block;
  }
}
.airdat-modal .btn-secondary.btn-right, .airdat-modal .btn-red.btn-right, .airdat-modal .btn-primary.btn-right {
  float: none;
}
@media screen and (min-width: 992px) {
  .airdat-modal .btn-secondary.btn-right, .airdat-modal .btn-red.btn-right, .airdat-modal .btn-primary.btn-right {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .airdat-modal .btn-secondary.btn-left, .airdat-modal .btn-red.btn-left, .airdat-modal .btn-primary.btn-left {
    float: left;
  }
}
.airdat-modal .btn-secondary + .btn, .airdat-modal .btn-primary, .airdat-modal .btn-green + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .airdat-modal .btn-secondary + .btn, .airdat-modal .btn-primary, .airdat-modal .btn-green + .btn {
    margin-left: 12px;
    margin-top: 0;
  }
}
.airdat-modal .resend-code {
  margin-top: 40px;
}
.airdat-modal .mfa-code-container {
  margin: 0 auto 40px auto;
}
.airdat-modal .password-confirmation {
  margin-bottom: 34px;
}
.airdat-modal .unarchive-profile {
  margin-bottom: 34px;
}
.airdat-modal .airdat-modal-title, .airdat-modal .swal2-title {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #434a54;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 576px) {
  .airdat-modal .airdat-modal-title, .airdat-modal .swal2-title {
    line-height: 1.6;
  }
}
.airdat-modal .swal2-html-container {
  margin: 0 0 40px 0;
}
.airdat-modal .airdat-modal-text {
  color: #656d78;
  margin-bottom: 40px;
}
.airdat-modal .airdat-modal-icon {
  width: 84px;
  height: 84px;
  background-color: #da4453;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 576px) {
  .airdat-modal .airdat-modal-icon {
    margin: 0 auto 20px auto;
  }
}
.airdat-modal .airdat-modal-icon i {
  font-size: 2.625rem;
  color: #ffffff;
  margin-bottom: 4px;
}
.airdat-modal .airdat-modal-icon.blue-modal-icon {
  background-color: #4b89dc;
}
.airdat-modal .airdat-modal-icon.green-modal-icon {
  background-color: #8cc152;
}
.airdat-modal .airdat-modal-icon.yellow-modal-icon {
  background-color: #F6BC32;
}
.airdat-modal#updatePhotoModal .profile-picture-image {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #ccd1d9;
  border-radius: 50%;
  margin-bottom: 30px;
}
.airdat-modal#inviteUsers .nav-tabs {
  margin-bottom: 40px !important;
}

.list-view .item {
  padding: 30px;
  color: #656d78;
  border-bottom: 1px solid #e6e9ed;
  background: #fff;
  display: block;
  transition: 150ms ease-in-out;
}

.list-view .item-sm {
  padding: 15px;
  color: #656d78;
  border-bottom: 1px solid #e6e9ed;
  background: #fff;
}

.results-heading {
  padding: 30px;
  background-color: #f5f7fa;
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
}

.results-heading-sm {
  padding: 15px;
}

:root {
  --gmpx-color-on-surface: #434A53;
  --gmpx-color-primary: $primary-dark-blue;
  --gmpx-font-family-base: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gmpx-font-size-base: 1rem;
}

.container-address-lookup {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}

.result-address-lookup {
  height: 0;
  padding: 0;
}

body {
  color: #656d78;
}

a {
  color: #4A89DC;
  text-decoration: none;
}

p {
  color: #656d78;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.alert-info p {
  color: #055160;
}

.btn-red {
  background-color: #da4453;
  border-color: #da4453;
}
.btn-red:hover {
  color: #da4453;
  border-color: #da4453;
}
.btn-red:focus {
  background-color: #da4453;
  border-color: #da4453;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(218, 68, 83, 0.5);
}

.page-category {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.page-title {
  font-size: 28px;
  margin-bottom: 1.3rem;
  color: #434a54;
}
@media (min-width: 821px) {
  .page-title {
    font-size: 30px;
    line-height: 3rem;
  }
}

.page-description {
  margin-bottom: 40px;
}

.pagination {
  margin-top: 30px;
}
.pagination .page-item {
  text-align: center;
}

.inner-form-box-title {
  font-size: 24px;
  color: #434a54;
  margin-bottom: 15px;
}

.page-help-text {
  color: #434a54;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.9rem;
}
@media (min-width: 821px) {
  .page-help-text {
    font-size: 1.25rem;
  }
}

.form-box {
  padding: 30px 0;
  border-bottom: 2px solid #f5f7fa;
}
.form-box:first-child {
  padding-top: 0;
}
.form-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.form-box.no-border {
  border-bottom: none;
}
.form-box .heading {
  font-size: 26px;
  color: #434a54;
  font-weight: normal;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 767.98px) {
  .form-box .col-md-6:nth-of-type(2) {
    padding-top: 30px;
  }
}

.alert-os {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 32px auto;
  border-radius: 8px;
  padding: 16px;
}
.alert-os.yellow {
  background-color: rgba(246, 188, 50, 0.15);
}
.alert-os .alert-item-1 {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.alert-os .alert-item-1 .alert-icon {
  font-size: 24px;
  padding-top: 4px;
}
.alert-os .alert-item-1 .alert-icon.yellow {
  color: #F6BC32;
}
.alert-os .alert-item-2 {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.alert-os .alert-item-2 p {
  margin-bottom: 0;
  font-weight: 500;
}
.alert-os .alert-item-2 p.yellow {
  color: #634F1E;
}
.alert-os .alert-item-3 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
.alert-os .alert-item-3 p {
  margin: 0;
}
.alert-os .alert-item-3 p.yellow {
  color: #634F1E;
}

.applications .application-box {
  background-color: white;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-bottom: 1.6rem;
  border: 2px solid #EFF1F3;
  border-radius: 3px;
}
.applications .application-box.application-selected {
  border: 2px solid #4A89DC;
  background-color: rgba(74, 137, 220, 0.05);
}
.applications .application-box:hover {
  border: 2px solid #4A89DC;
  cursor: pointer;
}
.applications .application-box:hover .circle-wrapper .circle-check {
  border: 2px solid #4A89DC;
}
.applications .application-box .heading {
  font-size: 24px;
  color: #434a54;
  font-weight: normal;
  margin-bottom: 0.8rem !important;
}
.applications .application-box .show-more, .applications .application-box .show-less {
  color: #4A89DC;
}
.applications .application-box .show-more:hover, .applications .application-box .show-less:hover {
  text-decoration: underline;
}
.applications .application-box .circle-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .applications .application-box .circle-wrapper {
    margin-top: 0px;
  }
}
.applications .application-box .circle-wrapper .circle-check {
  width: 35px;
  height: 35px;
  border: 2px solid #EFF1F3;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.applications .application-box .circle-wrapper .circle-check i {
  color: white;
}
.applications .application-box .circle-wrapper .circle-check.circle-checked {
  background-color: #4A89DC;
  border: 2px solid #4A89DC;
}

.default-system p {
  display: inline-block;
  margin-bottom: 0;
}

.default-system-height {
  min-height: 50px;
}
@media (min-width: 431px) {
  .default-system-height {
    min-height: 38px;
  }
}
@media (min-width: 1401px) and (max-width: 1446px) {
  .default-system-height {
    min-height: 50px;
  }
}

.app-store-badges {
  margin-bottom: 0;
}
.app-store-badges li {
  display: inline-block;
}
.app-store-badges li:nth-of-type(2) {
  margin: 0 0 0 0.25rem;
}
.app-store-badges li a {
  display: block;
}
.app-store-badges li img {
  height: 32px;
  width: auto;
}
@media screen and (min-width: 576px) {
  .app-store-badges li img {
    height: 38px;
  }
}

.main-container {
  width: 100vw;
  margin: 0 auto;
  display: flex;
  transition: 1s ease;
}
.main-container .main-panel {
  width: 100%;
  height: auto;
  background-color: white;
  left: 0;
  position: absolute;
}
@media (min-width: 821px) {
  .main-container .main-panel {
    width: calc(100% - 250px);
    left: 250px;
    position: absolute;
  }
}
@media (min-width: 821px) {
  .main-container .main-panel.main-panel_large {
    width: calc(100% - 80px) !important;
    left: 80px;
    position: absolute;
  }
}
.main-container .main-panel .edit-breadcrumb {
  padding: 12px 25px 12px 25px;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: white;
  border-bottom: 1px solid #E6E9ED;
}
@media (min-width: 821px) {
  .main-container .main-panel .edit-breadcrumb {
    padding: 18px 40px 18px 40px;
    width: calc(100vw - 250px);
    left: 250px;
  }
}
.main-container .main-panel .edit-breadcrumb.breadcrumb-shift {
  width: calc(100vw - 90px);
  left: 90px;
}
.main-container .main-panel .edit-breadcrumb span a:hover {
  text-decoration: underline;
  color: #434a54;
}
.main-container .main-panel .edit-breadcrumb span .breadcrumb-connector {
  padding: 0 5px 0 5px;
}
.main-container .main-panel .main-panel-inner {
  padding: 40px 20px 20px 20px;
  /* .inner-panel-header {
      background-color: white;
      position: fixed;
      width: calc(100% - 360px);
      padding-top: 40px;
      z-index: 5;

      &.inner-panel_large {
          @media (min-width: 821px) {
              width: calc(100% - 200px);
          }
      }

  }

  .tab-content {
      padding-top: 225px;
  } save button - OS */
}
@media (min-width: 821px) {
  .main-container .main-panel .main-panel-inner {
    padding: 40px 60px 60px 60px;
  }
}
.main-container .main-panel .main-panel-inner.home {
  padding-right: 0;
}
.main-container .main-panel .main-panel-inner.breadcrumb-edit {
  padding: 101px 20px 20px 20px;
}
@media (min-width: 821px) {
  .main-container .main-panel .main-panel-inner.breadcrumb-edit {
    padding: 101px 60px 60px 60px;
  }
}

.carousel {
  margin-left: -1rem;
  width: calc(100% + 2rem);
  /* enable Flickity by default */
}
.carousel:after {
  content: "flickity";
  display: none; /* hide :after */
}
@media screen and (min-width: 1400px) {
  .carousel {
    /* disable Flickity for large devices */
    display: flex;
  }
  .carousel:after {
    content: "";
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .carousel .col-md-4 {
    width: 45%;
  }
}
@media screen and (max-width: 1199.98px) {
  .carousel .col-md-4 {
    width: 70%;
  }
}
@media screen and (max-width: 991.98px) {
  .carousel .col-md-4 {
    width: 80%;
  }
}
@media (max-width: 821px) {
  .carousel .col-md-4 {
    width: 70%;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel .col-md-4 {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .carousel.with-beacon .col-md-4 {
    width: 30%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .carousel.with-beacon .col-md-4 {
    width: 45%;
  }
}
@media screen and (max-width: 1199.98px) {
  .carousel.with-beacon .col-md-4 {
    width: 70%;
  }
}
@media screen and (max-width: 991.98px) {
  .carousel.with-beacon .col-md-4 {
    width: 60%;
  }
}
@media (max-width: 821px) {
  .carousel.with-beacon .col-md-4 {
    width: 55%;
  }
}
@media screen and (max-width: 575.98px) {
  .carousel.with-beacon .col-md-4 {
    width: 80%;
  }
}
.carousel .flickity-button {
  display: none;
}
.carousel .flickity-button.previous {
  margin-left: -60px;
}
.carousel .flickity-button.next {
  margin-right: -60px;
}
.carousel .flickity-button:disabled {
  opacity: 0;
}
.carousel .flickity-button .flickity-button-icon {
  fill: #656d78;
}
.carousel .card {
  position: relative;
  box-shadow: 0 0 10px 3px rgba(160, 160, 160, 0.15);
  margin: 0 1rem;
}
.carousel .card:not(.not-available):not(.not-clickable):hover {
  cursor: pointer;
  box-shadow: 0 0 30px 0 rgba(67, 74, 83, 0.2);
  transition: all 0.4s;
}
.carousel .card.not-available .card-img-top, .carousel .card.not-available .card-title, .carousel .card.not-available .card-text, .carousel .card.not-available .card-logo, .carousel .card.not-available .app-store-badges, .carousel .card.not-available .system-explainer-bullet-points {
  opacity: 0.5;
}
.carousel .card.not-available .abc-checkbox:hover label, .carousel .card.not-available .app-store-badges a:hover {
  cursor: default;
}
.carousel .card.not-available:hover {
  cursor: default;
}
.carousel .card .card-logo {
  max-width: 100%;
  max-height: 28px;
}
@media screen and (min-width: 1200px) {
  .carousel .card .card-logo {
    max-height: 42px;
  }
}
.carousel .card div.card-img-top {
  height: 150px;
  width: auto;
  background-size: cover;
  border-radius: none;
}
.carousel .card div.card-img-top.onboard, .carousel .card div.card-img-top.visa {
  background-position: center;
}
.carousel .card .card-body {
  display: grid;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  padding: 1.2rem 1rem 1.2rem 1rem;
}
@media screen and (min-width: 992px) {
  .carousel .card .card-body {
    padding: 1.875rem 1.9rem 1.875rem 1.9rem;
  }
}
@media (min-width: 1600px) {
  .carousel .card .card-body {
    padding: 2rem;
  }
}
.carousel .card .card-body .voting-container {
  overflow: hidden;
  padding-bottom: 21px;
}
@media (min-width: 431px) {
  .carousel .card .card-body .voting-container {
    padding-bottom: 9px;
  }
}
@media (min-width: 1401px) and (max-width: 1446px) {
  .carousel .card .card-body .voting-container {
    padding-bottom: 21px;
  }
}
.carousel .card .card-body .voting-container .voting-btn {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 87px;
}
.carousel .card .card-body .voting-container .voting-btn:active {
  box-shadow: none;
}
.carousel .card .card-body .voting-container .voting-count {
  padding: 5px 10px !important;
  border: 2px solid #E6E9ED;
  display: inline-block;
  border-radius: 0.2rem;
  float: left;
  color: #656D78;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.carousel .card .card-body .card-text {
  margin-bottom: 0;
}
@media (max-width: 821px) {
  .carousel .card .card-body .card-text {
    min-height: 48px;
  }
}
@media (max-width: 540px) {
  .carousel .card .card-body .card-text {
    min-height: 72px;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .carousel .card .card-body .card-text {
    min-height: 72px;
  }
}
@media (min-width: 1400px) {
  .carousel .card .card-body .card-text {
    min-height: 72px;
  }
}
@media (min-width: 1600px) {
  .carousel .card .card-body .card-text {
    min-height: auto;
  }
}
@media (min-width: 2000px) {
  .carousel .card .card-body .card-text {
    min-height: 48px;
  }
}
.carousel .card .card-body .card-title {
  color: #656d78;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.75rem;
}
@media (max-width: 540px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 333px) and (max-width: 410px) {
  .carousel .card .card-body .card-title {
    min-height: 84px;
  }
}
@media (min-width: 740px) and (max-width: 763px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 975px) and (max-width: 991px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 1107px) and (max-width: 1134px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 1400px) and (max-width: 1468px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 1961px) and (max-width: 2022px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 2093px) and (max-width: 2168px) {
  .carousel .card .card-body .card-title {
    min-height: 56px;
  }
}
@media (min-width: 413px) and (max-width: 440px) {
  .carousel .card .card-body .card-title.default {
    min-height: 84px;
  }
}
@media (min-width: 1401px) and (max-width: 1461px) {
  .carousel .card .card-body .card-title.default {
    min-height: 84px;
  }
}
.carousel .card .card-body .card-title .info-hint-icon {
  height: 17px;
  width: 17px;
  margin-left: 9px;
  fill: #656d78;
  opacity: 0.75;
  margin-top: -2px;
}
.carousel .card .card-body .card-title .info-hint-icon:focus {
  outline: none;
}
.carousel .card .card-body .card-title .info-hint-icon:hover {
  opacity: 1;
  outline: none;
  fill: #373737;
}
.carousel .card .card-body .card-title .tooltip-inner {
  text-align: left;
}
.carousel .card .card-body .card-link {
  display: block;
  color: #4A89DC;
  padding-top: 5px;
  min-height: 77px; /* 

@media (min-width: 1401px) and (max-width: 1510px) {
    min-height: 53px;
} */
}
@media (min-width: 1401px) and (max-width: 1510px) {
  .carousel .card .card-body .card-link.voting, .carousel .card .card-body .card-link.register, .carousel .card .card-body .card-link.pending {
    min-height: 77px;
  }
}
@media (min-width: 2166px) {
  .carousel .card .card-body .card-link.voting, .carousel .card .card-body .card-link.register, .carousel .card .card-body .card-link.pending {
    min-height: 53px;
  }
}
@media (min-width: 345px) and (max-width: 460px) {
  .carousel .card .card-body .card-link.default {
    min-height: 53px;
  }
}
@media (min-width: 1200px) and (max-width: 1207px) {
  .carousel .card .card-body .card-link.default {
    min-height: 53px;
  }
}
.carousel .card .card-body a.card-link:hover {
  color: #656d78;
}
.carousel .card .card-body a.card-link:hover i {
  color: #656d78;
}
.carousel .card .card-footer {
  background-color: #ffffff;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-top: 1px solid #e6e9ed;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .carousel .card .card-footer {
    padding: 1.5rem 2rem;
  }
}
.carousel .card .card-footer:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.carousel .card .card-footer:hover {
  cursor: default;
}

.nav-airdat {
  margin-bottom: 50px;
  color: #434a54;
}
.nav-airdat .custom-nav-tabs {
  color: #434a54;
  border-bottom: none;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 2px;
}
.nav-airdat .custom-nav-tabs :first-child .nav-link {
  padding-left: 5px;
}
.nav-airdat .custom-nav-tabs::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.nav-airdat .custom-nav-tabs::-webkit-scrollbar-thumb {
  background: transparent;
}
.nav-airdat .custom-nav-tabs li {
  flex-shrink: 0;
  transition: 0.15s box-shadow ease-in-out;
}
.nav-airdat .custom-nav-tabs .nav-item:hover {
  cursor: pointer;
}
.nav-airdat .custom-nav-tabs .nav-link {
  padding: 10px 20px;
  color: #434a54;
  margin-bottom: -2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-airdat .custom-nav-tabs .nav-link.active, .nav-airdat .custom-nav-tabs .nav-link:focus {
  color: #4A89DC;
  border-bottom: 2px solid #4A89DC;
  cursor: pointer;
}
.nav-airdat .custom-nav-tabs-underline {
  margin-top: -2px;
  border-bottom: 2px solid #E6E9ED;
}

.save-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .save-button {
    flex-direction: row;
    margin-top: 40px;
    justify-content: flex-end;
  }
}
.save-button button {
  padding: 1rem 4rem;
}
.save-button.request-access button {
  padding: 1rem 2rem;
}

.continue-button, .previous-button {
  margin-top: 20px;
  padding: 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .continue-button, .previous-button {
    margin-top: 40px;
  }
}
.continue-button.request-access, .previous-button.request-access {
  padding: 1rem 2rem;
}

.inner-form-box {
  margin-top: 30px;
}

.profile-picture-preview {
  width: 14.5rem;
  height: 14.5rem;
  display: block;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.profile-picture-buttons {
  text-align: center;
  margin-top: 50px;
}
.profile-picture-buttons .btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .profile-picture-buttons .btn {
    display: inline-block;
  }
}
.profile-picture-buttons .btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .profile-picture-buttons .btn + .btn {
    margin-top: 0;
    margin-left: 12px;
  }
}

.mega-switch-container {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (min-width: 767px) {
  .mega-switch-container {
    justify-content: end;
  }
}
.mega-switch-container .mega-switch label {
  margin-bottom: 0;
}

.manager-picture-merge {
  display: flex;
  align-items: center;
  justify-content: start;
}
.manager-picture-merge.preview {
  justify-content: center;
}
.manager-picture-merge img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .manager-picture-merge {
    justify-content: center;
  }
}

.manager-details-merge {
  display: flex;
  justify-content: start;
  text-align: left;
}
.manager-details-merge.preview {
  margin-top: 5px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .manager-details-merge.preview {
    justify-content: start;
    text-align: left;
  }
}
.manager-details-merge ul {
  margin-bottom: 0;
}
.manager-details-merge ul:first-child {
  font-size: 16px;
  font-weight: 400;
  color: #434A54;
  padding-bottom: 2px;
}

.managers-gutter {
  --bs-gutter-y: 1.5rem !important;
}

.manager-box {
  border: 1px solid #E6E9ED;
  border-radius: 4px;
  --bs-gutter-x: 0;
  align-items: center;
}
.manager-box .manager-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.manager-box .manager-picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.manager-box .manager-details {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .manager-box .manager-details {
    padding-top: 0;
  }
}
.manager-box .manager-details div {
  text-align: center;
}
@media (min-width: 768px) {
  .manager-box .manager-details div {
    text-align: left;
  }
}

.mfa-code-container {
  max-width: 440px;
}
.mfa-code-container .row .col {
  padding-right: 0rem;
}
@media (max-width: 365px) {
  .mfa-code-container .row .col {
    padding-left: 0rem;
  }
}
.mfa-code-container .row .col input {
  text-align: center;
}

.email-confirmation-code .row .col, .email-confirmation-code .row .col-1, .mfa-code .row .col, .mfa-code .row .col-1, .mobile-confirmation-code .row .col, .mobile-confirmation-code .row .col-1 {
  padding-right: 0rem;
}
@media (max-width: 476px) {
  .email-confirmation-code .row .col, .email-confirmation-code .row .col-1, .mfa-code .row .col, .mfa-code .row .col-1, .mobile-confirmation-code .row .col, .mobile-confirmation-code .row .col-1 {
    padding-left: 0rem;
  }
}

.preview-profile-picture-container, .camera-container {
  margin-bottom: 40px;
}

.activate-profile-logo {
  width: 190px;
  margin-bottom: 20px;
}

.cant-find:hover {
  cursor: pointer;
}

.currency-symbol {
  padding: 20px;
  border: 2px solid #e6e9ed;
  border-right: none;
}

.user-list-img {
  width: 50px;
  height: 50px;
  background-size: cover;
  float: left;
  border: 2px solid #e6e9ed;
  border-radius: 50%;
  margin-right: 15px;
}
.user-list-img.sm {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.expanded-hidden {
  display: none;
}

.list-view .item.hover {
  margin: -1px -10px 1px -10px !important;
  position: relative;
  display: block;
  box-shadow: 0 0 15px 0 #ccd1d9;
  transition: 150ms ease-in-out;
}

.item-extended {
  border-top: 1px solid #e6e9ed;
  margin-top: 30px;
  padding-top: 29px;
}
.item-extended .form-box {
  padding: 0;
  border: 0;
  margin: 0 0 30px;
}
.item-extended .form-box label {
  margin-bottom: 10px;
}
.item-extended .course-notes {
  height: 150px;
  overflow-x: scroll;
  padding-right: 30px;
}
.item-extended .user-box {
  border: 1px solid #e6e9ed;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}
.item-extended .user-box .profile-picture {
  float: left;
  margin-right: 15px;
}
.item-extended .user-box .user-content {
  box-shadow: none;
}
.item-extended .user-box .user-content p:first-child {
  margin-bottom: 0;
}
.item-extended .section {
  border-bottom: 1px solid #e6e9ed;
  padding-top: 30px;
  padding-bottom: 30px;
}
.item-extended .section:first-child {
  padding-top: 0;
}
.item-extended .section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.item-extended .section .heading {
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
}

.results .list-view .item .row [class*=col-]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .results .list-view .item .row [class*=col-]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.results .list-view .item .row [class*=col-] p:last-of-type, .results .list-view .item .row [class*=col-] ul:last-of-type, .results .list-view .item .row [class*=col-] .btn:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 576px) {
  .results .list-view .item .row [class*=col-md] {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .results .list-view .item .row [class*=col-lg] {
    margin-bottom: 0;
  }
}

.text-sm {
  font-size: 0.8rem;
}

@media screen and (min-width: 992px) {
  .continue-container .continue-password-update-button {
    width: 450px;
    display: inline-block;
  }
}

.well {
  background-color: #f5f7fa;
  padding: 30px;
  text-align: center;
  display: block;
  border-radius: 3px;
}

.well-center {
  text-align: left;
}

.well-left {
  text-align: left;
}

.access-item {
  background-color: #ffffff;
  border: 2px solid #e6e9ed;
  border-bottom: 0;
}
.access-item:last-child {
  border-bottom: 2px solid #e6e9ed;
}
.access-item .item-title {
  padding: 15px;
}
.access-item .switch-padding {
  padding: 10px !important;
}

.invited-users {
  margin-top: 30px;
}
.invited-users .item .badge {
  font-weight: normal;
  background-color: #4a89dc;
}
.invited-users .dismiss-invite {
  width: 142px;
}

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 34px;
  padding: 0;
  line-height: 34px;
  border: 2px solid #CCD1D9;
  border-radius: 30px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 34px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  border: 2px solid #CCD1D9;
  border-radius: 30px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #4a89dc;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #4a89dc;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label {
  background-color: #e9ecef;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label:before {
  border-color: #e9ecef;
}

.role-box {
  padding: 15px 20px;
  border-radius: 5px;
  border: 2px solid #e6e9ed;
  margin-bottom: 15px;
}

.role-box-title {
  font-size: 22px;
  color: #434a54;
  margin-top: 11px;
}

.role-box .card-block {
  margin-top: 15px;
  border: 0;
  padding: 0;
  padding-top: 5px;
  border-top: 2px solid #e6e9ed;
  border-radius: 0;
}

.role-box .assessment-actions {
  margin-bottom: 15px;
}
@media (max-width: 458px) {
  .role-box .assessment-actions .delete-margin-mobile {
    margin-top: 5px;
  }
}

.role-box .form-inline {
  float: right;
}

.job-role-box {
  margin-bottom: 10px;
  border-radius: 3px;
}

.job-role-box .extended {
  margin-top: 30px;
}

.job-role-box .extended .extended-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f5f7fa;
}

.job-role-box .extended .extended-inner:first-child {
  padding-top: 0;
}

.job-role-box .extended .extended-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.job-role-box .add-category {
  margin-top: 14px;
  text-align: center;
}

.well {
  background-color: #f5f7fa;
  padding: 30px;
  text-align: center;
  display: block;
  border-radius: 3px;
}

.well-center {
  text-align: left;
}

.well-left {
  text-align: left;
}

.prepend-dynamic-field .chosen-container:not(.chosen-with-drop) .chosen-single {
  border-right: none;
}
.prepend-dynamic-field .down-arrow-icon {
  position: absolute;
  right: 12px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
  opacity: 0.7;
}
.prepend-dynamic-field .chosen-container {
  margin-left: 0px !important;
}
.prepend-dynamic-field .chosen-container .chosen-single {
  border-radius: 3px 0px 0px 3px;
}
.prepend-dynamic-field .chosen-container .chosen-single span {
  text-align: left;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 32px 12px 12px;
}
.prepend-dynamic-field .chosen-container.chosen-disabled .chosen-single {
  border-left: 2px solid #e6e9ed;
  border-top: 2px solid #e6e9ed;
  border-bottom: 2px solid #e6e9ed;
  background-color: #fff;
}

.input-validation-error {
  border-color: #d9534f;
}

.input-validation-pending {
  border-color: #f5ba4f;
}

.input-validation-warning {
  border-color: #e75844;
}

.input-validation-correct {
  border-color: rgb(140, 193, 62);
}

.form-control.input-validation-error:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.25rem rgba(217, 83, 79, 0.4);
}

.form-control.input-validation-pending:focus {
  border-color: #f5ba4f;
  box-shadow: 0 0 0 0.25rem rgba(245, 186, 79, 0.4);
}

.form-control.input-validation-warning:focus {
  border-color: #e75844;
  box-shadow: 0 0 0 0.25rem rgba(231, 88, 68, 0.4);
}

.form-control.input-validation-correct:focus {
  border-color: rgb(140, 193, 62);
  box-shadow: 0 0 0 0.25rem rgba(140, 193, 62, 0.4);
}

.steps {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  list-style: none;
  flex-direction: column;
}
.steps .step {
  padding: 20px;
  display: flex;
  align-items: center;
}

.step-icon {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 3px solid #CCD1D7;
  border-radius: 50%;
  color: transparent;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
}
.step-icon:hover {
  background-color: #8cc152;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-color: #8cc152;
  transform: scale(1.05);
}
.step-icon.active {
  border-color: #8cc152;
  color: #8cc152;
  transition: all 0.2s ease-in-out;
}
.step-icon.inactive {
  background-color: #CCD1D7;
}
.step-icon .fa-check {
  z-index: 3;
}

.step-access.disabled {
  pointer-events: none;
}

.secondary.disabled {
  color: #CCD1D7;
  transition: all 0.1s ease-in-out;
}
.secondary.active {
  color: #656D77;
  transition: all 0.1s ease-in-out;
}

.line {
  height: 100px;
  background-color: #CCD1D7;
  width: 0.25rem;
  position: absolute;
  margin-left: 1.375rem;
  z-index: 1;
  transform: translateY(50%);
}

@media screen and (max-width: 421px) {
  .multiple-lines .line {
    height: 120px;
  }
}

.step-label {
  margin: 10px;
  max-width: calc(100% - 3rem - 20px);
}

.evidence-box {
  display: block;
  border: 2px solid #e6e9ed;
  text-align: center;
  padding: 30px;
}

.evidence-img {
  margin: 20px;
  margin-bottom: 40px;
}

.upload-box {
  border: 2px dashed #e6e9ed !important;
  padding: 10px;
}

.dropzone .dropzone-new-template {
  display: inline-block;
}
.dropzone .dropzone-new-template .dz-preview .dz-remove {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.dropzone .dropzone-new-template .dz-preview:hover .dz-remove {
  opacity: 1;
}
.dropzone .dropzone-new-template .dz-preview.dz-image-preview .dz-details {
  opacity: 0;
}
.dropzone .dropzone-new-template .dz-preview.dz-image-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dropzone-new-template .dz-preview .dz-image {
  box-shadow: 0px 1px 5px 0 rgba(204, 209, 215, 0.6);
}
.dropzone .dropzone-new-template .dz-preview .dz-details {
  bottom: 0;
}
.dropzone .dropzone-new-template .dz-preview .dz-details .dz-size {
  margin-top: 0.5em;
}
.dropzone .dropzone-new-template .dz-preview .dz-details .dz-filename span {
  padding: 0 0.4em;
  margin-left: 3px;
}
.dropzone .dropzone-new-template .dz-preview .dz-details .dz-filename:hover {
  white-space: normal;
}
.dropzone .dropzone-new-template .dz-preview .dz-details .dz-filename:hover span {
  word-break: break-word;
  border: 1px solid transparent;
}

.panel-list-item-settings {
  border-top: 0px;
  border-bottom: 0px;
  padding: 30px;
}

.panel-list-item-save {
  border-top: 0px;
  padding-top: 40px;
  margin-top: 0px;
}
.panel-list-item-save .btn {
  width: 118px;
}

.save-box {
  margin: 30px;
  margin-top: 0px;
  border-top: 2px solid #f5f7fa;
}

.panel-list-item {
  border: 2px solid #f5f7fa;
  margin-bottom: 1em;
  background-color: #ffffff;
}
.panel-list-item .file-uploaded .btn {
  width: 177px;
}
.panel-list-item .file-uploaded .btn:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 513px) {
  .panel-list-item .file-uploaded .btn:nth-child(2) {
    margin-top: 0px;
  }
}
.panel-list-item .fa-bars {
  transition: all 0.5s ease;
}
.panel-list-item .fa-bars:hover {
  cursor: pointer;
  color: #4a89dc;
  transition: all 0.5s ease;
}
.panel-list-item .panel-list-item-left {
  padding: 20px;
}
.panel-list-item .panel-list-item-middle {
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.panel-list-item .panel-list-item-right {
  padding: 20px;
  border-left: 0px;
  height: 100%;
}
.panel-list-item .panel-list-item-right .btn {
  min-width: 38px;
}
.panel-list-item .panel-list-item-expanded {
  display: none;
}
.panel-list-item .panel-list-item-expanded.active {
  display: block;
}
.panel-list-item .panel-list-item-collapsed.inactive {
  display: none;
}
.panel-list-item .badge {
  font-weight: normal;
}

.panel-list-item-controls {
  font-size: 1.2rem;
}

.expandable-container {
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #e6e9ed;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.expandable-container .mainText {
  font-size: 16px;
  font-weight: normal;
  color: #656d78;
  margin-bottom: 0;
}
.expandable-container .panel-heading a, .expandable-container .panel-heading i {
  color: #656d78;
}

/* Quotas */
.quota-carousel .quota-carousel-inner {
  overflow-x: hidden;
  white-space: nowrap;
  height: 305px;
  width: auto;
}
.quota-carousel .quota-carousel-item {
  border: #f1f1f1 2px solid;
  padding: 20px;
  height: 100%;
  display: inline-block;
  width: calc(100% - 30px);
  margin: 0 15px;
  cursor: pointer;
  vertical-align: top;
}
@media (min-width: 576px) {
  .quota-carousel .quota-carousel-item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 991px) {
  .quota-carousel .quota-carousel-item {
    width: calc(33.3333333333% - 30px);
  }
}
.quota-carousel .quota-carousel-item.selected, .quota-carousel .quota-carousel-item:hover {
  border: 2px solid #4a89dc;
}
@media screen and (max-width: 575.98px) {
  .quota-carousel .quota-carousel-item.variable-seats, .quota-carousel .quota-carousel-item.variable-seats-min, .quota-carousel .quota-carousel-item.variable-seats-max {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.quota-carousel .quota-carousel-item.variable-seats .no-value-added .add-booking-text-sm, .quota-carousel .quota-carousel-item.variable-seats .no-value-added .text-sm, .quota-carousel .quota-carousel-item.variable-seats-min .no-value-added .add-booking-text-sm, .quota-carousel .quota-carousel-item.variable-seats-min .no-value-added .text-sm, .quota-carousel .quota-carousel-item.variable-seats-max .no-value-added .add-booking-text-sm, .quota-carousel .quota-carousel-item.variable-seats-max .no-value-added .text-sm {
  white-space: normal;
}
.quota-carousel .next, .quota-carousel .previous {
  display: block;
  width: 60px;
  height: 60px;
  background-size: auto 50px;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 30px);
  position: absolute;
  z-index: 10000;
}
.quota-carousel .next:hover {
  background-image: url("https://s3-eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/chevron-blue.svg") !important;
}
.quota-carousel .previous:hover {
  background-image: url("https://s3-eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/chevron-blue-left.svg") !important;
}
.quota-carousel .next.active, .quota-carousel .next:active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/chevron-white.svg") !important;
}
.quota-carousel .previous.active, .quota-carousel .previous:active {
  background-image: url("https://s3-eu-west-1.amazonaws.com/assets-uk.airdat.org/Content/Site/img/chevron-white-left.svg") !important;
}
.quota-carousel .next {
  right: 0px;
}
.quota-carousel .previous {
  left: 0px;
}

.airdat-modal .quota-carousel {
  max-width: 741px;
}
.airdat-modal .quota-carousel .quota-carousel-inner {
  height: 347px;
}

.alert-warning a {
  text-decoration: underline;
}
.alert-warning > p, .alert-warning a {
  color: #664d03;
}

.alert-danger > p {
  color: #842029;
}

.nav-tabs {
  border-bottom: 2px solid #e6e9ed;
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #656d78;
  padding: 1em 1em;
}
.nav-tabs .nav-link:hover {
  text-decoration: none;
  border-color: #fff;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-color: #4a89dc !important;
  border-bottom-width: 2px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  color: #4a89dc;
}
.nav-tabs .nav-link.active {
  color: #4a89dc;
  background-color: #fff;
  border-color: #fff #fff #4a89dc;
  border-bottom-width: 2px;
  margin-bottom: -1px;
  border-left-width: 0;
  border-right-width: 0;
  margin-left: 1px;
  margin-right: 1px;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  font-size: 18px;
}

.login-container-single-sign-on {
  background-color: white;
}
.login-container-single-sign-on .logo-container-single-single-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  background-color: white;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .logo-container-single-single-on {
    height: 5rem;
  }
}
.login-container-single-sign-on .logo-container-single-single-on img {
  max-width: 140px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .logo-container-single-single-on img {
    max-width: 200px;
  }
}
.login-container-single-sign-on .email-link-button {
  width: 100%;
  margin-top: 3vh;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .email-link-button {
    width: 55%;
    margin-top: calc(3vh + 1rem);
  }
}
@media screen and (min-width: 992px) {
  .login-container-single-sign-on .email-link-button {
    width: 30%;
  }
}
.login-container-single-sign-on .login-body {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .login-body {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .login-container-single-sign-on .login-body {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .login-container-single-sign-on .login-body {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1900px) {
  .login-container-single-sign-on .login-body {
    padding-top: 12rem;
  }
}
.login-container-single-sign-on .login-body .row {
  margin: 0 auto;
  width: 100%;
}
.login-container-single-sign-on .login-body .row.or-divider-login-2, .login-container-single-sign-on .login-body .row .or-divider-login {
  margin-top: 4vh;
  margin-bottom: 4vh;
  font-size: 1.5rem;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .login-body .row.or-divider-login-2, .login-container-single-sign-on .login-body .row .or-divider-login {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .login-container-single-sign-on .login-body .row.new-password:nth-of-type(1) {
    margin: 0 0 0 auto;
  }
  .login-container-single-sign-on .login-body .row.new-password:nth-of-type(2) {
    margin: 0 auto 0 0;
  }
}
.login-container-single-sign-on .login-body .row.support-section {
  margin-top: 3.5rem;
}
@media screen and (min-width: 390px) {
  .login-container-single-sign-on .login-body .row.support-section {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 414px) {
  .login-container-single-sign-on .login-body .row.support-section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 535px) {
  .login-container-single-sign-on .login-body .row.support-section {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .login-body .row.support-section {
    margin-top: 6rem;
  }
}
.login-container-single-sign-on .login-body .or-sizing {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .login-body .or-sizing {
    font-size: 1.8rem;
  }
}
.login-container-single-sign-on .login-body .magic-sign-in {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .login-body .magic-sign-in {
    width: auto;
  }
}
.login-container-single-sign-on .login-body p.heading {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .login-body p.heading {
    font-size: 1.6rem;
  }
}
.login-container-single-sign-on .login-reg-waves {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.login-container-single-sign-on .login-reg-waves svg {
  width: 100%;
  margin-top: -1.5rem;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -8rem;
  }
}
@media screen and (min-width: 1400px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -12rem;
  }
}
@media screen and (min-width: 1700px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -14rem;
  }
}
@media screen and (min-width: 1900px) {
  .login-container-single-sign-on .login-reg-waves svg {
    margin-top: -15rem;
  }
}
.login-container-single-sign-on .unsupported-login-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .login-container-single-sign-on .unsupported-login-container {
    width: 70%;
  }
}
.login-container-single-sign-on .email-confirm, .login-container-single-sign-on .login-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .email-confirm, .login-container-single-sign-on .login-title {
    font-size: 1.8rem;
  }
}
.login-container-single-sign-on .email-confirm .email-confirm-text {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .email-confirm .email-confirm-text {
    font-size: 1.8rem;
  }
}
.login-container-single-sign-on .email-form-single-sign-on .email-incorrect-format, .login-container-single-sign-on .email-form-single-sign-on .email-not-recognised {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .login-container-single-sign-on .email-form-single-sign-on .email-incorrect-format, .login-container-single-sign-on .email-form-single-sign-on .email-not-recognised {
    font-size: 1rem;
  }
}
.login-container-single-sign-on .switch-account-text, .login-container-single-sign-on .register-text {
  position: relative;
  z-index: 2;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin-bottom: 3vh;
  font-size: 0.9rem;
}
@media screen and (min-width: 576px) {
  .login-container-single-sign-on .switch-account-text, .login-container-single-sign-on .register-text {
    font-size: 1rem;
  }
}

body.single-user-login {
  background: #ffffff;
}

.paper-plane {
  display: none;
}
@media screen and (min-width: 1200px) {
  .paper-plane {
    display: block;
  }
}
.paper-plane.top-right {
  position: absolute;
  width: 227.57px;
  height: 184.4px;
  right: 0;
  top: 8.3rem;
}
.paper-plane.bottom-left {
  position: absolute;
  width: 135.74px;
  height: 179.01px;
  left: 2.9rem;
  bottom: 2.2rem;
}
.paper-plane.bottom-left.login-2 {
  left: 3.5rem;
  bottom: 1.9rem;
}
.paper-plane.bottom-left.no-social {
  left: 3.75rem;
  bottom: 3.125rem;
}

@media screen and (max-width: 991.98px) {
  .or-divider-container {
    margin: 2.5rem 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.divider-line-container {
  position: relative;
}
@media screen and (min-width: 992px) {
  .divider-line-container {
    height: 190px;
  }
}
@media screen and (min-width: 992px) {
  .divider-line-container.update-password {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .divider-line-container.update-password .divider-line:before {
    height: 150px;
  }
}

.divider-line:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F0F2F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .divider-line:before {
    left: 50%;
    width: 2px;
    height: 190px;
    transform: translateX(-50%);
    top: 0;
  }
}

.divider-line-container-2 {
  position: relative;
  height: 2px;
  width: 190px;
}
@media screen and (min-width: 992px) {
  .divider-line-container-2 {
    width: 300px;
  }
}

.divider-line-2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F0F2F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .divider-line-2:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.login-alert {
  margin: 1rem auto 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .login-alert {
    max-width: 650px;
  }
}

.system-illustration {
  margin-bottom: 4rem;
  width: 60%;
}

.support-btns {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 575.98px) {
  .support-btns:first-of-type {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .support-btns {
    width: auto;
  }
}

.social-logins {
  padding-left: 0px;
  padding-right: 0px;
}
.social-logins img {
  max-width: 25px;
  max-height: 30px;
}
.social-logins .btn {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .social-logins .btn {
    width: 350px;
  }
}

.mfa-options {
  padding-left: 0px;
  padding-right: 0px;
}
.mfa-options .btn {
  width: 100%;
}
.mfa-options .btn i {
  padding-right: 20px;
}

.login-title {
  margin-bottom: 3vh;
}

.airport-id p {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .airport-id p {
    font-size: 1.1rem;
  }
}

.new-password-form-single-sign-on {
  max-width: 900px;
  margin: auto;
}

.password-form-single-sign-on {
  margin: auto;
  max-width: 650px;
}
.password-form-single-sign-on.register-form {
  margin-bottom: 3vh;
}

.register-form {
  max-width: 750px;
}

.email-form-single-sign-on, .airport-form-single-sign-on {
  margin: auto;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
}
.email-form-single-sign-on p .register-text, .airport-form-single-sign-on p .register-text {
  text-align: center;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
}

.news-banner-pop-up-container {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 5;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 4px 4px 4px 4px;
}
.news-banner-pop-up-container.bounce {
  -moz-animation: bounce 2s 1;
  -webkit-animation: bounce 2s 1;
  animation: bounce 2s 1;
}
.news-banner-pop-up-container.no-floating-action {
  bottom: 20px;
}
.news-banner-pop-up-container .banner-header {
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 4px 4px 0 0;
  background-color: #cce5ff;
  border: 1px solid #b3d7ff;
  border-bottom: 0;
}
.news-banner-pop-up-container .banner-header p {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  margin: 0;
  z-index: 1;
  color: #004a99;
  font-weight: 300;
}
.news-banner-pop-up-container .banner-header .close {
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
}
.news-banner-pop-up-container .banner-header .close:hover {
  cursor: pointer;
}
.news-banner-pop-up-container .news-banner-pop-up {
  border-radius: 0 0 4px 4px;
  max-width: 280px;
  min-width: 280px;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 5px 25px 25px 25px;
  height: 230px;
  overflow: auto;
  border-top: 0;
}
.news-banner-pop-up-container .news-banner-pop-up .news-heading {
  display: none;
}
@media (min-width: 768px) {
  .news-banner-pop-up-container .news-banner-pop-up .news-heading {
    display: block;
  }
}
.news-banner-pop-up-container .news-banner-pop-up a {
  color: #004a99;
  text-decoration: underline;
  word-wrap: break-word;
}
.news-banner-pop-up-container .news-banner-pop-up p {
  color: #004a99;
}
.news-banner-pop-up-container .news-banner-pop-up p:last-of-type {
  margin-bottom: 0px;
}

.news-banner-pop-up-container.single-user {
  right: 20px;
  bottom: 120px;
}

.support-link :hover {
  text-decoration: none;
  color: #434a54 !important;
}

.abc-checkbox {
  cursor: default;
  line-height: 1;
  overflow: hidden;
  height: 24px;
}
.abc-checkbox label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  color: #656d78;
  float: left;
  line-height: 24px;
  padding-left: 8px;
  width: calc(100% - 22px);
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.abc-checkbox label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  /*    width: 17px;
        height: 17px; */
  width: 22px;
  height: 22px;
  /*    top: 2px;
        left: 0; */
  top: 1px;
  left: -2px;
  margin-left: -1.25rem;
  border: 1px solid #E6E9ED;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.abc-checkbox label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  /*    width: 16px;
        height: 16px; */
  width: 22px;
  height: 22px;
  /*    left: 0;
        top: 2px; */
  top: 1px;
  left: -0.5px;
  margin-left: -1.25rem;
  padding-left: 2.8px;
  padding-top: 0px;
  font-size: 14px;
  color: #4A89DC;
}
.abc-checkbox input[type=checkbox],
.abc-checkbox input[type=radio] {
  position: static;
  margin-left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  float: left;
}
.abc-checkbox input[type=checkbox]:focus + label::before,
.abc-checkbox input[type=radio]:focus + label::before {
  /*    outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; */
}
.abc-checkbox input[type=checkbox]:checked + label::after,
.abc-checkbox input[type=radio]:checked + label::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
}
.abc-checkbox input[type=checkbox]:indeterminate + label::after,
.abc-checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.abc-checkbox input[type=checkbox]:disabled + label,
.abc-checkbox input[type=radio]:disabled + label {
  opacity: 0.5;
}
.abc-checkbox input[type=checkbox]:disabled + label::before,
.abc-checkbox input[type=radio]:disabled + label::before {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.abc-checkbox input[type=checkbox]:disabled + label::after,
.abc-checkbox input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-checkbox.abc-checkbox-circle label::before {
  border-radius: 50%;
}
.abc-checkbox.checkbox-inline {
  margin-top: 0;
}

.abc-checkbox-primary input[type=checkbox]:checked + label::before,
.abc-checkbox-primary input[type=radio]:checked + label::before {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.abc-checkbox-primary input[type=checkbox]:checked + label::after,
.abc-checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-danger input[type=checkbox]:checked + label::before,
.abc-checkbox-danger input[type=radio]:checked + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:checked + label::after,
.abc-checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-info input[type=checkbox]:checked + label::before,
.abc-checkbox-info input[type=radio]:checked + label::before {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.abc-checkbox-info input[type=checkbox]:checked + label::after,
.abc-checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-warning input[type=checkbox]:checked + label::before,
.abc-checkbox-warning input[type=radio]:checked + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:checked + label::after,
.abc-checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-success input[type=checkbox]:checked + label::before,
.abc-checkbox-success input[type=radio]:checked + label::before {
  background-color: #198754;
  border-color: #198754;
}
.abc-checkbox-success input[type=checkbox]:checked + label::after,
.abc-checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.abc-checkbox-primary input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.abc-checkbox-primary input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-danger input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}
.abc-checkbox-danger input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-info input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.abc-checkbox-info input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-warning input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}
.abc-checkbox-warning input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-checkbox-success input[type=checkbox]:indeterminate + label::before,
.abc-checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #198754;
  border-color: #198754;
}
.abc-checkbox-success input[type=checkbox]:indeterminate + label::after,
.abc-checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.abc-radio {
  cursor: default;
  padding-left: 4px;
}
.abc-radio label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}
.abc-radio label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.abc-radio label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #212529;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.abc-radio input[type=radio] {
  position: static;
  margin-left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.abc-radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.abc-radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}
.abc-radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.abc-radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.abc-radio input[type=radio]:disabled + label::after {
  cursor: not-allowed;
}
.abc-radio.radio-inline {
  margin-top: 0;
}

.abc-radio-primary input[type=radio] + label::after {
  background-color: #0d6efd;
}
.abc-radio-primary input[type=radio]:checked + label::before {
  border-color: #0d6efd;
}
.abc-radio-primary input[type=radio]:checked + label::after {
  background-color: #0d6efd;
}

.abc-radio-danger input[type=radio] + label::after {
  background-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::before {
  border-color: #dc3545;
}
.abc-radio-danger input[type=radio]:checked + label::after {
  background-color: #dc3545;
}

.abc-radio-info input[type=radio] + label::after {
  background-color: #0dcaf0;
}
.abc-radio-info input[type=radio]:checked + label::before {
  border-color: #0dcaf0;
}
.abc-radio-info input[type=radio]:checked + label::after {
  background-color: #0dcaf0;
}

.abc-radio-warning input[type=radio] + label::after {
  background-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::before {
  border-color: #ffc107;
}
.abc-radio-warning input[type=radio]:checked + label::after {
  background-color: #ffc107;
}

.abc-radio-success input[type=radio] + label::after {
  background-color: #198754;
}
.abc-radio-success input[type=radio]:checked + label::before {
  border-color: #198754;
}
.abc-radio-success input[type=radio]:checked + label::after {
  background-color: #198754;
}

label .was-validated .form-check-input:invalid .abc-checkbox:before,
label .was-validated .form-check-input:invalid .abc-radio:before, label .form-check-input.is-invalid .abc-checkbox:before,
label .form-check-input.is-invalid .abc-radio:before {
  border-color: #dc3545;
}
#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
    display: none; }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg); } }

@keyframes spin {
    from {
        transform: rotate(0deg); }
    to {
        transform: rotate(360deg); } }

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #4a89dc;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite; }

.dropzone {
    min-height: 0;
    
    .dz-message {
        margin : 0;
    }
}

/* Add a red border to chosen dropdowns on validation error */
.chosen-select.input-validation-error + div > ul{
    border-color: #d9534f;
}
