@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-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-style: inherit !important;
  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 {
  font-style: inherit !important;
  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 {
  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;
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  border-radius: 0px;
}
body {
  background-color: #ffffff;
  background-color: var(--rotor--collins-BG-white);
  padding: 8px;
  padding: var(--rotor-collins-padding);
}

/* Button  */
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;
}

/* TextBox */
.textBoxWrapper {
  display: flex !important;
}
[type='text'],
[type='password'] {
  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;
}
[type='text']:focus {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  color: var(--rotor-collins-black);
  color: #000;
  box-shadow: none !important;
}
[type='text']:hover {
  background-color: var(--rotor-collins-grey0);
  background-color: #f7f7f7;
  cursor: pointer;
}
[type='text']: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;
}
.textBoxWrapper .error {
  width: auto !important;
}

/* InputWrapper */

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

.inputwrapper > div > input {
  margin: var(--rotor-collins-margin) 0px var(--rotor-collins-margin) 0px;
  margin: 8px 0px 8px 0px;
  width: 100%;
}
.inputwrapper > div > label {
  color: var(--rotor-collins-accent-red);
  color: #e4551f;
  margin-top: var(--rotor-collins-margin);
  margin-top: 8px;
  margin-left: -10px;
  font-size: 15px;
  font-family: 'Arial', 'sans-serif';
}

.inputwrapper > * {
  display: block;
}
.inputwrapper > label:last-child {
  color: var(--rotor-collins-alert-red);
  color: #d20532;
  font-size: var(--rotor-collins-h5-sm-supp);
  font-size: 0.84rem;
  line-height: var(--rotor-collins-lineheight-sm);
  line-height: 1.4rem;
  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 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
/* .formContainer > *,
.formContainer > * > *,
.formContainer > * > * > *,
.formContainer > * > * > * > * {
  width: 100%;
} */

.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;
  }
}

/* Regstration */
.registration {
  width: 250px !important;
}
.inputWrapperContainer {
  display: flex;
  justify-content: space-between;
  margin-top: -16px;
  margin-bottom: -16px;
}

.inputWrapperContainer > .inputwrapper {
  width: 48%;
}

.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;
}

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

.responsePage {
  width: 100% !important;
}

/* Toaster */
.CA-Toaster-wrapper {
  width: 100%;
  /* height: 50px; */
  display: block;
  top: -25px;
  padding: 8px;
  position: relative;
  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: 500;
  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;
  color: var(--rotor--collins-BG-white);
  cursor: pointer;
}
.responsePage .buttonWrapper {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}

.buttonRowItems {
  display: flex;
  gap: 10px;
}

.cancelbutton{
  border: 1px solid #e4551f !important;
  align-items: center;
  color: black;
  background-color: white;
  text-align: center;
}


.changepassword {
  width: 315px !important;  
}

.svgInfo {
  background: url(../images/IconInfo.svg);
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

/* 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);
}

.sptiteImgsvg {
  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:hover {
  cursor: pointer !important;
}

.accordianContentWrapper {
  padding-top: 8px;
}

.accordianContentWrapper:last-child {
  padding-bottom: 8px; }

  
.capabilityWrapper {
  text-decoration: none;
  display: block; }

.row {
  width: 100%; }

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

.capablityDesc{
  font-size: 14px;
}

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

  .accordion {
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
    padding: 0px var(--rotor-collins-padding);
    align-items: center;
    transition: transform 0.6s ease;
    line-height: 1.84rem;
    line-height: var(--rotor-collins-lineheight-lg);
    cursor: pointer; }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .accordion:hover,
  .active {
    background-color: #d1d1d1;
    color: #000;
    background-color: var(--rotor-collins-grey300);
    color: var(--rotor-collins-black); }
  
  /* Style the accordion content title */
  .accordionTitle {
    color: #666;
    color: var(--rotor-collins-grey600); }
  
  /* Style the accordion  icon */
  .accordionIcon {
    margin-left: auto;
    transition: transform 0.6s ease; }
  
  /* Style to rotate icon when state is active */
  .rotate {
    transform: rotate(180deg); }
  
  /* Style the accordion content panel. Note: hidden by default */
  .accordionContent {
    background-color: #ffffff;
    background-color: var(--rotor--collins-BG-white);
    overflow: hidden;
    transition: max-height 0.6s ease;
    border-bottom: 1px solid #a6a6a6;
    border-bottom: 1px solid var(--rotor-collins-grey400);
    padding: 0px 8px;
    padding: 0px var(--rotor-collins-padding); }
  

    .accordionContent {
      background-color: #ffffff;
      background-color: var(--rotor--collins-BG-white);
      transition: max-height 0.6s ease;
      border-bottom: 1px solid #a6a6a6;
      border-bottom: 1px solid var(--rotor-collins-grey400);
      padding: 0px 8px;
      padding: 0px var(--rotor-collins-padding); }
  
  

