@font-face {
  font-family: 'DIN Next LT Pro';
  src: url('../fonts/LinotypeDINNextLTPro-Regular.ttf') format('truetype');
  /* Chrome */
}

:root {
  --rotor--collins-BG-white: #ffffff;
  --rotor-collins-accent-red: #e4551f;
  --rotor--collins-accent-red-active: #ff864d;
  --rotor-collins-grey200: #e8e8e8;
  --rotor-collins-grey300: #d1d1d1;
  --rotor-collins-grey400: #a6a6a6;
  --rotor-collins-grey600: #666;
  --rotor-collins-grey0: #f7f7f7;
  --rotor-collins-black: #000;
  --rotor-collins-alert-red: #d20532;

  --rotor-collins-alert-red-active: #ff525c;

  --rotor-collins-warning-yellow: #ffee17;
  --rotor-collins-warning-yellow-active: #ffff5d;
  --rotor-collins-success-green: #50d264;
  --rotor-collins-success-green-active: #87ff94;

  --rotor-collins-font-family-ui: 'DIN Next LT Pro', 'IBM Plex Sans', 'Arial',
    'sans-serif';

  --rotor-collins-h5-sm-supp: 0.84rem;
  --rotor-collins-h4-md-std: 1rem;
  --rotor-collins-h3-lg: 1.34rem;
  --rotor-collins-h2-xl: 2rem;
  --rotor-collins-h1-xxl: 2.67rem;

  --rotor-collins-lineheight-sm: 1.4rem;
  --rotor-collins-lineheight-md: 1.5rem;
  --rotor-collins-lineheight-lg: 1.84rem;
  --rotor-collins-lineheight-xl: 2.5rem;
  --rotor-collins-lineheight-xxl: 3.17rem;

  --rotor-collins-input-height: 2rem;

  --rotor-collins-padding: 8px;
  --rotor-collins-margin: 8px;
  --rotor-collins-marginMax: 16px;

  --rotor-spacing-xs: 0;
  --rotor-spacing-sm: 0.33333rem;
  --rotor-spacing-md: 0.66667rem;
  --rotor-spacing-lrg: 1.33333rem;
  --rotor-spacing-xl: 2.66667rem;
  --rotor-spacing-xxl: 5.33333rem;
  --rotor-spacing-xxxl: 10.66667rem;
  --rotor-brand-voice: uppercase;
  --rotor-UI-voice: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 2.67rem;
  font-size: var(--rotor-collins-h1-xxl, 2.67rem);
  line-height: 3.17rem;
  line-height: var(--rotor-collins-lineheight-xxl, 3.17rem);
}

h1,
h2 {
  font-family: inherit;
  letter-spacing: 0;
  margin-bottom: 1.33333rem;
  margin-bottom: var(--rotor-spacing-lrg, 1.33333rem);
  /* margin-top: 1.33333rem;
  margin-top: var(--rotor-spacing-lrg, 1.33333rem); */
}

h2 {
  font-size: 2rem;
  font-size: var(--rotor-collins-h2-xl, 2rem);
  line-height: 2.5rem;
  line-height: var(--rotor-collins-lineheight-xl, 2.5rem);
}

h3 {
  font-size: 1.33rem;
  font-size: var(--rotor-collins-h3-lg, 1.33rem);
  line-height: 1.84rem;
  line-height: var(--rotor-collins-lineheight-lg, 1.84rem);
}

h3,
h4,
p {
  font-family: inherit;
  letter-spacing: 0;
  margin-bottom: 1.33333rem;
  margin-bottom: var(--rotor-spacing-lrg, 1.33333rem);
  /* margin-top: 1.33333rem;
  margin-top: var(--rotor-spacing-lrg, 1.33333rem); */
}

h4,
p {
  font-size: 1rem;
  font-size: var(--rotor-collins-h4-md-std, 1rem);
  line-height: 1.5rem;
  line-height: var(--rotor-collins-lineheight-md, 1.5rem);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--rotor-collins-font-family-ui) !important;
  font-family: 'DIN Next LT Pro', 'IBM Plex Sans', 'Arial', 'sans-serif' !important;
  font-size: 12px;
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  word-break: break-word;

  border-radius: 0px;
}
body {
  background-color: #ffffff;
  background-color: var(--rotor--collins-BG-white);
  margin: 0;
}
.outerWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Button  */
.buttonWrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
button {
  font-family: inherit;
  font-size: var(--rotor-collins-h4-md-std);
  font-size: 1rem;
  line-height: var(--rotor-collins-lineheight-md, 1.5rem);
  line-height: 1.5rem;
  background-color: var(--rotor-collins-accent-red);
  background-color: #e4551f;
  color: #000;
  color: var(--rotor-collins-black);
  height: var(--rotor-collins-input-height);
  height: 2rem;
  margin: var(--rotor-collins-margin) 0px var(--rotor-collins-margin) 0px;
  margin: 8px 0px 8px 0px;
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
  min-width: 65px;
  outline: 0;
}
button:hover {
  background-color: var(--rotor-collins-grey200);
  background-color: #e8e8e8;
}
button:active,
.async {
  background-color: var(--rotor--collins-accent-red-active);
  background-color: #ff864d;
}
button:disabled {
  background-color: var(--rotor-collins-grey400);
  background-color: #a6a6a6;
  color: var(--rotor-collins-grey600);
  color: #666;
  cursor: default;
}
.fullWidthButton {
  width: 100%;
}
.extraPadding {
  padding: 8px 0px;
}

/* TextBox */
[type='text'],
[type='email'],
[type='number'],
[type='password'],
textarea,
.listHeader {
  background-color: var(--rotor--collins-BG-white);
  background-color: #ffffff;
  color: var(--rotor-collins-grey600);
  color: #666;
  font-size: var(--rotor-collins-h4-md-std);
  font-size: 1rem;
  line-height: var(--rotor-collins-lineheight-md, 1.5rem);
  line-height: 1.5rem;
  font-family: inherit;
  padding-left: 8px;
  padding-right: 8px;
  padding-left: var(--rotor-collins-padding);
  padding-right: var(--rotor-collins-padding);
  height: var(--rotor-collins-input-height);
  height: 2rem;
  outline: none !important;
  border-bottom: 1px solid var(--rotor-collins-grey400);
  border-bottom: 1px solid #a6a6a6 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  box-sizing: border-box;
}

[type='text']:focus,
[type='email']:focus,
[type='number']:focus,
[type='password']:focus,
textarea:focus {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  color: var(--rotor-collins-black);
  color: #000;
  box-shadow: none !important;
}

[type='text']:hover,
[type='email']:hover,
[type='number']:hover,
[type='password']:hover,
textarea:hover {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  cursor: pointer;
}
[type='text']:disabled,
[type='email']:disabled,
[type='number']:disabled,
[type='password']:disabled,
textarea:disabled {
  background-color: var(--rotor-collins-grey400);
  background-color: #a6a6a6;
  color: var(--rotor-collins-grey600);
  color: #666;
}

.redBorder {
  border-bottom: 1px solid var(--rotor-collins-alert-red);
  border-bottom: 1px solid #d20532 !important;
}
.dropDownWrapper .errorText{
  margin-left: 0 !important;
  font-family: inherit !important;
  margin-top: 0px !important;
}
.listWrapper{
  max-height: 200px !important;
}
.textBoxIconRight {
  width: 35px;
  height: 16px;
  border: 1px solid red;
}
.textBoxWrapper {
  display: flex;
}

/* InputWrapper */

.inputwrapper {
  width: auto;
  /* margin: var(--rotor-collins-marginMax) 0px var(--rotor-collins-marginMax) 0px;
  margin: 8px 0px 8px 0px; */
}

.inputwrapper > div > [type='text'],
[type='password'],
textarea,
[type='number'],
[type='email'] {
  margin: var(--rotor-collins-margin) 0px var(--rotor-collins-margin) 0px;
  margin: 8px 0px 8px 0px;
  width: 100%;
}
.inputwrapper div label {
  margin-left: -10px;
  margin-top: var(--rotor-collins-margin);
  margin-top: 8px;
  font-size: 15px;
  font-family: 'Arial', 'sans-serif';
}
.error {
  color: #e4551f;
  color: var(--rotor-collins-accent-red);
}

.inputwrapper > .errorText {
  color: var(--rotor-collins-alert-red);
  color: #d20532;
  font-size: var(--rotor-collins-h5-sm-supp);
  font-size: 0.84rem;
  letter-spacing: 0;
  text-transform: none !important;
  font-weight: 100;
}

.hidden {
  visibility: hidden;
}
.show {
  visibility: visible;
}

.brandVoice {
  text-transform: var(--rotor-brand-voice);
  text-transform: uppercase;
}
.UIVoice {
  text-transform: var(--rotor-UI-voice);
  text-transform: none;
}
.alignCenter {
  text-align: center;
}
.formContainer {
  flex-grow: 1;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 15px;
  height: 15px;
}
.path {
  stroke: black;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.label {
  color: var(--rotor-collins-black);
  color: #000;
  font-size: var(--rotor-collins-h4-md-std);
  font-size: 1rem;
  line-height: var(--rotor-collins-lineheight-md, 1.5rem);
  line-height: 1.5rem;
  text-transform: capitalize !important;
  border: none;
  letter-spacing: 0;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
}

/* Regstration */
.registration {
  padding-bottom: 20px;
}
.inputWrapperContainer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.inputWrapperContainer > .inputwrapper {
  flex: 1
}

/* Radio Button */

.container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: var(--rotor-collins-margin);
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 8px;
  margin-top: var(--rotor-collins-margin);
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border: 2px solid var(--rotor-collins-grey600);
  border: 2px solid #666;

  box-sizing: border-box;
  background-color: var(--rotor--collins-BG-white);
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a 666 background */
.container input:checked ~ .checkmark {
  background-color: var(--rotor-collins-grey600);
  background-color: #666;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--rotor--collins-BG-white);
  background-color: #fff;
}
/* Disable state style for checkmark */
.disabled {
  background-color: var(--rotor-collins-grey400);
  background-color: #a6a6a6;
  border: none;
}
/* Disable state style for checkmark inside dot */
.container .checkmark.disabled:after {
  top: 4.3px;
  left: 4.2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--rotor-collins-grey600);
  background-color: #666;
}
/* Disable state style for checked but disabled state */
.container input:checked ~ .checkmark.disabled {
  background-color: var(--rotor-collins-grey400);
  background-color: #a6a6a6;
}
/* ================================= */

/* ToolTip component */

.tooltip-custom {
  position: absolute;
  left: 0px;
  top: 0px;
  letter-spacing: normal;
  line-height: var(--rotor-collins-lineheight-md);

  word-break: normal;

  word-wrap: normal;
}
.on {
  display: block;
}
.off {
  display: none;
}

.toolTipTitle {
  text-align: center;
  font-size: var(--rotor-collins-h3-lg);
}

.tooltip-custom.right {
  margin-left: 8px;
}

.tooltip-custom.left {
  margin-left: -8px;
}

.tooltip-custom.top {
  margin-top: -8px;
}

.tooltip-custom.bottom {
  margin-top: 8px;
}

.tooltip-custom .tooltip-custom-arrow {
  width: 0px;
  height: 0px;
  border: 10px solid;
  position: absolute;
  left: 38px;
}
.top .tooltip-custom-arrow {
  border-color: black transparent transparent transparent;
  top: 100%;
}
.bottom .tooltip-custom-arrow {
  border-color: transparent transparent black transparent;
  top: -19px;
}

.left .tooltip-custom-arrow {
  border-color: black transparent transparent transparent;
}

.right .tooltip-custom-arrow {
  border-color: black transparent transparent transparent;
}

.tooltip-custom .tooltip-custom-inner {
  padding: var(--rotor-collins-marginMax);
  color: var(--rotor--collins-BG-white);
  text-align: left;
  background-color: var(--rotor-collins-black);
  border-radius: 0px;
  font-size: var(--rotor-collins-h4-md-std);
  font-family: inherit;
  line-height: var(--rotor-collins-lineheight-md);
}

/* DropDown */
.dropDownWrapper {
  margin: var(--rotor-collins-marginMax) 0px var(--rotor-collins-marginMax) 0px;
  margin: 8px 0px 8px 0px;
  width: auto;
  position: relative;
}
.listHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.listHeader:focus {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  color: var(--rotor-collins-black);
  color: #000;
  box-shadow: none !important;
}

.openList,
.listHeader:hover {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  cursor: pointer;
}
.listHeader:disabled {
  background-color: var(--rotor-collins-grey400);
  background-color: #a6a6a6;
  color: var(--rotor-collins-grey600);
  color: #666;
}
.listItem {
  padding: 8px;
  white-space: pre-wrap;
}
.listWrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  border-top: none;
  z-index: 1;
  box-sizing: border-box;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.listItem:hover {
  background-color: white;
  cursor: pointer;
}
.openList {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  color: var(--rotor-collins-black);
  color: #000;
}
.sptiteImg {
  background: url(../images/css_sprites.png);
  display: inline-block;
  height: 16px;
  width: 16px;
}
.imgCrtUp {
  background-position: -223px -68px;
}
.imgCrtDwn {
  background-position: -289px -69px;
}
/* background-position: -333px 394px; */
/* .success {
  background-position: -333px 394px;
} */
.sptiteImgsvgin {
  background: url(../images/IconCheck.svg);
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: -25px;
  margin-top: 8px;
  margin-top: var(--rotor-collins-margin);
}
.svgInfo {
  background: url(../images/IconInfo.svg);
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

.svgInfo:hover {
  cursor: pointer !important;
}

/* ScrollBar */
body::-webkit-scrollbar,
.listWrapper::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track,
.listWrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb,
.listWrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.required {
  color: var(--rotor-collins-alert-red);
  color: #d20532;
  font-weight: 600;
}

.tooltip-custom-Content > ul {
  padding-inline-start: 1rem;
}

/* Liferay THeme Override */
.inputwrapper > label {
  text-transform: capitalize !important;
  letter-spacing: normal !important;
  color: inherit;
  font-weight: normal;
}

/* /Confirmation */
.confirmation .buttonWrapper {
  text-align: center;
}
.confirmation {
  width: 100% !important;
}
.confirmation .inputwrapper {
  width: 255px;
  margin-left: auto;
  margin-right: auto;
}
.confirmation .confirmOTPButtom {
  width: 255px;
}
.confirmation [type='text'] {
  border-bottom: 1px solid var(--rotor-collins-grey400);
  border-bottom: 1px solid #a6a6a6 !important;
  border-top: 1px solid var(--rotor-collins-grey400);
  border-top: 1px solid #a6a6a6 !important;
  border-left: 1px solid var(--rotor-collins-grey400);
  border-left: 1px solid #a6a6a6 !important;
  border-right: 1px solid var(--rotor-collins-grey400);
  border-right: 1px solid #a6a6a6 !important;
}

/* Toaster */
.CA-Toaster-wrapper {
  /* width: 100%;
  height: 50px;
  display: block;
  top: 0;
  padding: 8px;
  position: absolute;
  left: 0px;
  box-sizing: border-box;

  background-color: var(--rotor-collins-alert-red);
  border: 1px solid var(--rotor-collins-alert-red);

  justify-content: space-between;
  z-index: 999;
  align-items: center; */
  width: 30%;
  display: block;
  padding: 16px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  box-sizing: border-box;
  background-color: var(--rotor-collins-alert-red);
  border: 1px solid var(--rotor-collins-alert-red);
  justify-content: space-between;
  z-index: 999;
  align-items: center;
}
.hideElement {
  display: none;
}
.showElement {
  display: flex;
}
.C200 {
  background-color: var(--rotor-collins-success-green);
  border: 1px solid var(--rotor-collins-success-green);
  color: var(--rotor-collins-black);
}
.C400 {
  background-color: var(--rotor-collins-alert-red);
  border: 1px solid var(--rotor-collins-alert-red);
  color: var(--rotor--collins-BG-white);
}
.closeButton {
  background: url(../images/IconClose.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* BreadCrumb */
.breadCrumb-wraper {
  display: inline-flex;
  margin-bottom: 8px;
}
.breadCrumb-wraper > .isActive {
  font-weight: 600;
  color: var(--rotor-collins-black);
}
.breadCrumb-wraper > .disabledBC {
  color: var(--rotor-collins-grey400);
  color: #a6a6a6;
  cursor: default;
}

.breadCrumb-element {
  margin-left: 4px;
  margin-right: 4px;
  color: var(--rotor-collins-grey600);
  color: #666;
  cursor: pointer;
}
.leftCarretSVG {
  background: url(../images/IconCaretRight.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* Checkbox */

.styled-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 700;
  margin-left: 1px;
  margin-top: 1px;
  cursor: pointer;
}

.styled-checkbox + label {
  position: relative;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: var(--rotor-collins-margin);
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  border: 2px solid var(--rotor-collins-grey600);
  border: 2px solid #666;
  width: var(--rotor-collins-checkbox-width);
  height: var(--rotor-collins-checkbox-width);
  width: 16px;
  height: 16px;
  background: var(--rotor--collins-BG-white);
  background: #ffffff;
  box-sizing: border-box;
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: var(--rotor-collins-grey600);
  background: #666;
}

.styled-checkbox:disabled + label {
  color: #a6a6a6;
  color: var(--rotor-collins-grey400);
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: var(--rotor-collins-grey300);
  background: #d1d1d1;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  background: var(--rotor--collins-BG-white);
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.clickableLink {
  color: blue;
  cursor: pointer;
}

/* MODAL */
.popupOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  z-index: 700;
}
.popupOverlay .popupcontainer {
  margin: auto;
  width: 250px;
  border: 1px solid black;
  z-index: 700;
  background-color: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  width: 60%;
  overflow-y: auto;
  height: auto;
  max-height: 70%;
}
.popupOverlay .popupcontainer h3,
.popupOverlay .popupcontainer h4 {
  margin-top: 0px;
}
.popupOverlay .popupcontainer p {
  flex-grow: 1;
}
.popupOverlay .popupcontainer button {
  width: 100px;
  margin-bottom: 0px;
}
.popupOverlay .popupcontainer .buttonContainer {
  display: flex;
  justify-content: center;
}
/* ================= */

/* Menubar */
.CA-header-welcomeBar {
  flex-shrink: 0;
  background-color: #000 !important;
  background-color: var(--rotor-collins-black);
  color: #fff !important;
  color: var(--rotor--collins-BG-white);
  float: left;
  width: 100%;
  padding-right: var(--rotor-collins-marginMax);
  padding-right: 16px;

  padding-left: var(--rotor-collins-marginMax);
  padding-left: 16px;

  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.CA-header-left {
  align-items: center;
  display: flex;
}
.CA-header-imgObj {
  width: 120px;
  border: 0px;
  background-image: url(../images/CA_Logo_new.png);
  background-size: 120px;
  background-repeat: space;
  height: 30px;
}
.CA-header-logo {
  align-items: end;
  display: flex;
}
.CA-header-menuParent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CA-header-subMenu {
  margin: var(--rotor-collins-marginMax);
  margin: 16px;
  font-size: var(--rotor-collins-h4-md-std);
  font-size: 1rem;
  cursor: pointer;
}
.linkClass {
  text-transform: uppercase;
  color: var(--rotor--collins-BG-white);
  color: #ffffff;

  text-decoration: none;
}
.linkClass.active {
  color: var(--rotor--collins-accent-red);
  color: #e4551f;
  border-bottom: 2px solid var(--rotor-collins-accent-red);
  border-bottom: 2px solid #e4551f;
  font-weight: 500;
}
.linkClass:hover {
  color: var(--rotor-collins-accent-red);
  color: #e4551f;
  cursor: pointer;
}

.CA-header-avatarParent {
  width: 30px;
  height: 30px;
  background-color: #4f4f4f;
  border-radius: 50%;
  padding: 7px;
  box-sizing: border-box;
  margin-left: 20px;
}
.CA-header-avatarIcon,
.CA-header-homeIcon {
  width: 15px;
  height: 15px;
}

.CA-subHeader {
  text-transform: uppercase;
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  font-size: var(--rotor-collins-h2-xl);
  font-size: 2rem;
  line-height: var(--rotor-collins-lineheight-xl);
  line-height: 2.5rem;
  padding: var(--rotor-collins-padding);
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  /* margin-left: var(--rotor-collins-margin);
  margin-right: var(--rotor-collins-margin);

  margin-left: 8px;
  margin-right: 8px; */

  box-sizing: content-box;
}

/* Footer */
.CA-footer {
  letter-spacing: 0.9px;
  background-color: #000;
  color: #fff;
  width: 100%;
  font-size: 0.8rem !important;
  box-sizing: border-box;
  padding-left: 15px;
  display: flex;
  align-items: center;
  flex: 0 0 50px;
}

.main-container {
  flex-grow: 1;
  padding: 16px;
  margin: 32px 64px;
  /* border: 5px solid #F7F7F7;
  border-radius: 20px;
  box-shadow: 10px 10px #F0F0F0; */
}

.sideimg{
  content: url('../images/airplane.jpg');
  width: 100% !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.custombutton{
  /* height: 40px;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  text-align: center; */
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  min-width: 150px;
  color: #ffffff;
  /* margin-top: 10px; */

}
.cancelbutton{
  border: 1px solid #e4551f !important;
  /* height: 40px; */
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  color: black;
  background-color: white;
  text-align: center;
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  /* margin-top: 10px; */

}
.regtext{
  font-family: DIN Next LT Pro;
  text-transform: uppercase;
  color: #000000;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom:15px ;
}

.emailicon{
  /* position: relative;
  left: 73%;
  top: 40px; */
  background: url('../images//emailicon.svg') no-repeat;
  background-position: 99% 8px;
}

@media screen and (max-width: 768px) {
  .sideimg {
    display: none;
  }
}

.pwdicon{
  position: relative;
  top: -30px;
  cursor: pointer;
  float: right;
}

.confpwdicon{
  position: relative;
  left: 53%;
  top: 40px;
  cursor: pointer;
}

.conftext{
    /* font-size: 14px;
    line-height: 23px;
    color: #343F50; */
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    margin-top: 35px;
    padding: 0 15px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.horizantalline{
  width: 255px;
  text-align: center;
  border-bottom: 1px solid #D1D1D1;
  line-height: 0.1em;
  margin: 10px 0 20px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

.horizantalline span{
  background: #fff;
  padding: 0px 10px;
}
.pwdmatch{
  float: left;
  color: #50d264;
}
.tooltiptext{
  text-transform: none;
}

/*search dropdown css*/
.listItem {
  height: fit-content !important; }

.openList {
  /* For removing the space in search dropdown*/
  padding: 0px !important;
  border: 0px !important; }

.listHeader {
  border: 1px solid var(--rotor-collins-grey400); }

.redBorderBottom {
  border-bottom: 1px solid var(--rotor-collins-alert-red) !important; }


.searchDropdownInputContainer {
    width: 100%;
}

.dropDownWrapper .listHeader{
  margin: 8px 0 8px 0 !important;
}

.dropDownWrapper .listWrapper{
  margin-top: -8px;
}


/*search dropdown css*/