.oj-web-applayout-max-width {
  max-width: 100% !important;
}

/* classes for main-start images */
.image1 {
  width: 454px;
  height: 100px;
}

.image2 {
  width: 280px;
  height: 100px;
}

.image3 {
  width: 454px;
  height: 100px;
}

.image4 {
  width: 454px;
  height: 100px;
}

@media (max-width:1000px) {
  .image1 {
    width: 250px;
    height: 100px;
  }

  .image2 {
    width: 150px;
    height: 100px;
  }

  .image3 {
    width: 220px;
    height: 100px;
  }

  .image4 {
    width: 220px;
    height: 100px;
  }
}

@media (min-width:1000px) and (max-width:1280px) {
  .image1 {
    width: 290px;
    height: 100px;
  }

  .image2 {
    width: 210px;
    height: 100px;
  }

  .image3 {
    width: 280px;
    height: 100px;
  }

  .image4 {
    width: 280px;
    height: 100px;
  }
}

@media (min-width:1281px) and (max-width:1500px) {
  .image1 {
    width: 400px;
    height: 100px;
  }

  .image2 {
    width: 270px;
    height: 100px;
  }

  .image3 {
    width: 400px;
    height: 100px;
  }

  .image4 {
    width: 400px;
    height: 100px;
  }
}

/* main images class closed */

/* class for registration page images */
.regimage1 {
  width: 273px;
  height: 60px;
}

.regimage2 {
  width: 168px;
  height: 60px;
}

.regimage3 {
  width: 273px;
  height: 60px;
}

.regimage4 {
  width: 273px;
  height: 60px;
}

@media (max-width:1023px) {
  .regimage1 {
    width: 250px;
    height: 60px;
  }

  .regimage2 {
    width: 150px;
    height: 60px;
  }

  .regimage3 {
    width: 220px;
    height: 60px;
  }

  .regimage4 {
    width: 220px;
    height: 60px;
  }
}

/* registration images class closed */


.terexBrand {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #383844;
  margin-top: 36px;
}

oj-bg-brand-30 {
  background-color: white !important;
}

.terex_list {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #0072BC;
}

.oj-web-applayout-content {
  width: 100%;
  margin: 3px auto 0;
  display: flex;
  flex-direction: row;
  padding: 0 !important;
}

#vbRouterContent {
  width: 100%;
}

#tops {
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  min-height: 1037px;
}


.reg-box {
  /* padding: 28px 56px 0;  */
  padding: 18px 70px 60px 80px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  .reg-box {
    padding: 28px 23px 0;
  }
}

#form {
  background-color: rgba(255, 255, 255, 1);
  width: 440px;
}

#summary_ {
  background-color: rgba(247, 247, 248, 1);
  flex: 1;
  color: #383844;
}

@media only screen and (max-width: 1200px) {

  .oj-web-applayout-content,
  .container {
    height: 100%;
    min-height: 100%;
  }

  .oj-web-applayout-content {
    width: 100%;
    max-width: 768px;
  }

  #form {
    width: 90%;
  }

  #summary_ {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .form {
    width: 90%;
  }
}

.result {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
  .result {
    flex-direction: column;
  }
}

.result div {
  margin-right: 24px;
}

.result h6 {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0;
}

.result h3 {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 24px 8px 0;
  padding: 0;
}

.result p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
  padding: 0;
}

.result p span {
  font-weight: 600;
}

.terex_hero {
  background-image: url("../images/hero.svg") !important;
  color: #fff;
  width: 100%;
  height: 598px;
}

@media (max-width:768px) {
  .terex_hero {
    height: 350px;
  }
}

.hero_heading {
  height: -webkit-fill-available;
  margin-left: 36px;
  margin-bottom: 30px;
}

.hero_heading_1 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
  margin: 2px 0 !important;
}

.hero_heading_2 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  color: #FFFFFF;
  margin: 2px 0 !important;
}

@media (max-width:767px) {
  .hero_heading_1 {
    font-size: 20px;
    line-height: inherit;
  }

  .hero_heading_2 {
    font-size: 36px;
    line-height: inherit;
  }
}

.mg20 {
  margin: 20px;
}

.mt10 {
  margin-top: 10px;
}


.oj-web-applayout-footer {
  background-color: #383844;
  height: 247px;
  color: white !important;
  padding-right: 10px;
  padding-left: 20px;

}

@media (max-width:1024Px) {
  .oj-web-applayout-footer {
    height: auto;
  }
}

.oj-web-applayout-footer-item {
  margin-top: 20px;
}

.mr10 {
  margin-right: 10px;
}

.Regml20 {
  margin-left: 20px;
}

.Regmr10 {
  margin-right: 10px;
}

@media (max-width:767px) {
  .Regmr10 {
    margin-right: 2px;
  }

  .Regml20 {
    margin-left: 2px;
  }
}

.selectLang .oj-text-field,
.selectLang .oj-text-field-container,
.selectLang .oj-select-choice {
  background-color: #fff !important;
  border: none !important;
  width: min-content !important;

}

.selectLang,
.selectLang .oj-text-field,
.selectLang .oj-select {
  min-width: 20px !important;
  margin-bottom: 0 !important;
}

.selectLang .oj-text-field-middle .oj-select-chosen {
  font-size: 14px !important;
}

.selectLang .oj-select-arrow {
  vertical-align: middle !important;
}

.langOption {
  font-size: 12px !important;
}

.oj-select-open-icon:before {
  content: none !important;
}

.oj-select-open-icon {
  background-image: url("../images/lang_dropdown.svg") !important;
  width: 12px !important;
  height: 12px !important;
  background-repeat: no-repeat !important;
}

.headerLogo {
  margin-left: 10px;
  margin-top: 2px;
  width: 96px;
}

@media (max-width:1023px) {
  .headerLogo {
    width: 80px;
    margin-left: 2px;
  }
}

.wpHeader {
  color: #ACACAC !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 16px;
  padding: 0 !important;
  margin: 2px 0 !important;
}

@media (max-width:767px) {
  .wpHeader {
    font-size: 10px;
    line-height: 12px;
  }
}

.warrantyHeaderText {
  border-left: 1px solid #DFDFDF !important;
  padding-left: 10px !important;

}

.headerBox {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.background {
  background-color: white;
}

.oj-web-applayout-header {
  background-color: #fff !important;

}

.topNavLis {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #606069;
}

.name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
  color: #343434 !important;
}

.signPop {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #3D3D44;
}

.terexPopUp {
  background: #FFFFFF;
  box-shadow: 0px 6px 8px rgb(0 0 0 / 8%);
  width: 500px;
}

.step-email {
  padding: 0 2rem;
}

.registerHeading {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #383844;
}

.welcomeInternalHeading {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #383844;
}

.welcomeHeading {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #383844;
}

.welcomeLine {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #383844;
}

.welcomeLines {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383844;
  max-width: 700px;
  word-wrap: break-word;
}

.terexPadding {
  padding-left: 20px;
  padding-bottom: 20px;
}

.terexSpace {
  padding-bottom: 20px;
  padding-top: 20px;
}

.headText {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}

.terex1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #606069;
}

.brandsLabel {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #606069;
}




/*--------------------    PLACEHOLDER    ------------------------*/

::-webkit-input-placeholder {
  /* Edge */
  /* color:#acacac !important; */
  font-family: 'Roboto';
  font-style: normal !important;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  color: #AFAFB4 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  /* color:#acacac !important; */
  font-family: 'Roboto';
  font-style: normal !important;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  color: #AFAFB4 !important;
}

::placeholder {
  /* color:#acacac !important; */
  font-family: 'Roboto';
  font-style: normal !important;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  color: #AFAFB4 !important;
}

@media (max-width:1350px) {

  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  ::placeholder {
    font-size: 12px;
  }
}



/* Shruti_1*/




/*------------------DISABLED BUTTONS-------------------*/


.rgSpace {
  padding-bottom: 10px;
  padding-top: 20px;
}






.oj-button-group .oj-button {
  float: left;
  /* Float the buttons side by side */
  margin-right: 15px;
}


.tooltipText {
  margin-top: -10px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-size: 10px;
  color: #FFFFFF;
}

.tooltipIcon {
  margin-left: -40px;
}

.registrationHeading {
  padding-top: 35px;
}

#activityIndicator {
  height: 150px;
  width: 150px;
  -webkit-background-size: 150px 150px;
  -o-background-size: 150px 150px;
  -moz-background-size: 150px 150px;
  background-size: 150px 150px;
  margin: 0px auto;
  background-image: url("../images/Loading.gif");
  background-color: transparent;
}


.signInButton .oj-button-button,
.signInButton .oj-button-button:active {
  background-color: #fff !important;
  border: none !important;
  color: #333333 !important;
}

.signInButton .oj-button .oj-button-text,
.signInButton .oj-button-nocomp {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #606069 !important;
}

.signInButton .oj-button-text {
  font-size: 14px !important;
  line-height: 19px !important;
}

.toolTipButton .oj-button-button,
.toolTipButton .oj-button-button:active {
  background-color: #fff !important;
  border: none !important;
  /* margin-top: -5px;  */
  margin-left: -15px;
  width: 20px;
  height: 20px;
}

.horizontalLine {
  /* padding-bottom: 10px; */
  border-bottom: 1px #D7D7DA solid;
}

html:not([dir=rtl]) .oj-form-control-inherit:not(.oj-form-control-default) .oj-text-field .oj-text-field-container,
html:not([dir=rtl]) .oj-form-control-inherit:not(.oj-form-control-default) .oj-text-field .oj-text-field-input {
  text-align: inherit;
  font-size: 12px;
}

.mt8 {
  margin-top: 8px;
}

.mt20 {
  margin-top: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.pl28 {
  padding-left: 28px;
}

.pl60 {
  padding-left: 60px;
}

.terex2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #FA8400;
}

.terex3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #606069;
  margin-top: 3px;
  margin-left: -95px;
}

.oj-label-required-icon {
  color: #CC0000 !important;
  float: left;
}

.terex4 {
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #CE1B2E;
}

.terex5-1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #606069;
  padding-top: 24px;
  /* margin-left: -95px; */
}

.terex5-2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #AFAFB4;
  padding-top: 24px;
  /* margin-left: -95px; */
}

/*----------------------style for all input fields-------------------*/
.oj-text-field .oj-text-field-container {
  border-radius: 4px !important;
  height: calc(15px + 1.62vw) !important;
}


/*--------------------    INPUT FIELDS BACKGROUND COLOR    ------------------------*/
.oj-inputpassword-input,
.oj-inputtext-input,
.oj-textarea-input,
.oj-inputdatetime .oj-inputdatetime-input,
.oj-select-choice,
.oj-textarea .oj-text-field-counter {
  background-color: #fff !important;
  /* font-size: 12px !i mportant; */
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  line-height: 27px !important;
  /* color: #AFAFB4 !important; */
  border-radius: 4px !important;
  padding: 0 16px !important;
}

.oj-text-field-middle {
  width: 100%;
  height: 100%;
  font-family: 'Roboto' !important;
  font-weight: normal;
  font-style: normal;
  /* font-size: 14px; */
  font-size: calc(1.35px + 0.9vw) !important;
}

.oj-text-field.oj-read-only .oj-text-field-input {
  background-color: transparent !important;
}

.oj-select-chosen,
.oj-listbox-result-label {
  font-size: 18px !important;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  font-family: 'Roboto' !important;
}

.oj-select-chosen.oj-select-default {
  font-style: normal !important;
  color: #AFAFB4 !important;
}


/*--------------------    Arrows    ------------------------*/
.oj-select-open-icon:before {
  content: none !important;
}

.oj-select-open-icon {
  background-image: url("../images/lang_dropdown.svg") !important;
  width: 12px !important;
  height: 12px !important;
  background-repeat: no-repeat !important;
}

/*--------------------    Contact Us Page    ------------------------*/
.contact_us_start {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #383844;
}


.contact_us_highlight {
  color: #0068D5;
  font-weight: 300;
}

.contact_us_highlight {
  color: #0068D5;
  font-weight: 410;
}

.contact_us_bold {
  font-weight: 410;
}



.oj-button-group .oj-button {
  float: right;
  /* Float the buttons side by side */
  margin-left: 15px;
}


.genieFormControl .oj-text-field-container {
  height: 48px !important;
}

.genieFormControl .oj-text-field-end {
  padding-right: 5px !important;
}

/*media for reistration page */
.Regpl32 {
  padding-left: 32px;
}

@media (max-width:1045px) {

  .Regpl32 {
    padding-left: 10px !important;
  }
}

/* CHECKBOX and RADIO OPTIONS */

/* #roles .oj-radiocheckbox-icon {
    position: relative;
    top: -10px;
}

.oj-checkboxset{
padding-left: 12px;
}

.oj-checkbox-label, .oj-checkbox-label-nocomp, .oj-radio-label
{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
    color: #606069  !important;
} */

.pr166 {
  padding-right: 166px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.Regpt13 {
  padding-top: 13px;
}

@media (max-width:767px) {
  .Regpt13 {
    padding-top: 20px;
  }
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.ml100 {
  margin-left: 100px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt48 {
  padding-top: 48px !important;
}

.pt59 {
  padding-top: 59px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt62 {
  padding-top: 62px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb53 {
  padding-bottom: 53px !important;
}

.pb126 {
  padding-bottom: 126px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.Regpl40 {
  padding-left: calc(130px - 4.6875vw);

}

.pl114 {
  padding-left: 114px;
}

.Regpl114 {
  padding-left: 114px;
}

@media (max-width:767px) {
  .Regpl114 {
    padding-left: 24px;
  }
}

.existingUserForm,
.newUserForm {
  padding-top: 35px !important;
}

.companyImagesBox {
  justify-content: center !important;
  background-color: #fff !important;
}


.oj-dialog {
  overflow: hidden;
  width: 850px;
  height: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 10px 0 hsl(0deg 0% 0% / 45%);
  background-color: white;
  border: 1px solid #cbcccd;
  border-radius: 1px;
  top: 230px;
  left: 350px;
}

.oj-dialog-title {
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
  font-size: inherit;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  color: #383844;
  font-size: 30px;
  ;
}

.oj-dialog-header {
  background-color: white;
  padding-left: 50px;
  border-width: 0 0 0 0;
}

.TandC {
  color: #0072BC !important;
  text-decoration: underline !important;
}

#TandC .oj-checkbox-label {
  color: #0072BC !important;
  text-decoration: underline !important;
}

/* ----------------big size screen ---------------------- */

.terexHeaderHeight {
  height: 7rem !important;
}


/*-------------------- HEADER DIV and FOOTER DIV ----------------------------*/
.oj-web-applayout-footer>div,
.oj-web-applayout-header>div {
  padding-left: 40px;
  padding-right: 20px !important;
}

@media (max-width:767px) {

  .oj-web-applayout-footer>div,
  .oj-web-applayout-header>div {
    padding-left: 20px;
  }
}

.terexBrand2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  color: #383844;
  margin-top: 56px;
}

@media (max-width:768px) {
  .terexBrand2 {
    font-size: 40px;
  }
}

.companyImage {
  padding-top: 274px;
  padding-bottom: 40px;
}

@media (max-width:787px) {
  .companyImage {
    padding-top: 20px;

  }
}

.buttonContainer {
  height: 48px;
}

/* --------------- Footer --------------- */
.footerForm .oj-form>.oj-flex {
  padding-bottom: 20px !important;
}

.wpFooter {
  font-weight: normal !important;
  font-family: 'Roboto', sans-serif !important;
  color: #CCCACA !important;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  line-height: 35px !important;
  font-style: normal !important;
}

.mediaIcon {
  color: #CCCACA !important;
  margin-right: 15px !important;
  font-size: 16px !important;
  height: 19.2px !important;
}

.hrLine {
  border-top: 1px solid CCCACA;
}

.copyRight {
  font-family: 'Roboto', sans-serif !important;
  color: #CCCACA !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
}

/* ---------------- PopUp -------------*/
.oj-popup-content {
  padding: 0px !important;
}

.oj-popup.oj-popup-tail-simple {
  border-width: 1px;
  border-color: #cbcccd;
  background-color: #ffffff;
  will-change: top, left, bottom, right;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px -3px 3px rgb(0 0 0 / 8%);
  border-radius: 8px;
}

.popUp {
  margin-top: 25px !important;
  width: 688px;
  height: 320px;
  display: block;
  /* top: 44.9792px !important; 
    left: 1041.65px !important; */
  /* box-shadow: 0px -3px 3px rgb(0 0 0 / 8%); */
}

.popUp-text-box {
  height: 206px;
}

/* media for popup */


@media (max-width:767px) {
  .popUp {
    width: 45vw;
    height: 50vh;
  }

  .popUp-text-box {
    height: 130px;
  }
}

@media (max-width:480px) and (max-height:790px) {
  .popUp {
    width: 45vw;
    height: 65vh;
  }

  .popUp-text-box {
    height: 130px;
  }

  .pbsm40 {
    padding-bottom: 40px !important;
  }
}

/* popup closed */


.oj-popup {
  border: 1px solid #cbcccd;
  /* border-radius: 1px; */
  right: 10px;
  /* top: 0px; */
  /* width: 500px; */
  /* height: 200px; */
}

.signPopHeading {
  margin-left: 40px;
  margin-top: 29px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #3D3D44;
}


.signPopTitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  line-height: 21px;
  color: #333333;
}

.signPopText {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.signPopButton1,
.signPopButton2 {
  height: 48px;
}

.signPopButton2 {
  padding-top: 32px;
}

.signPopTextHighlight {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #0072BC;
}

/* --------------------signpop media------------------------- */
@media (max-width:767px) {
  .signPopHeading {
    font-size: 18px;
    /* line-height: inherit; */
  }

  .signPopTitle {
    font-size: 12px;
    line-height: inherit;
  }

  .signPopText {
    font-size: 10px;
    line-height: inherit;
  }

  .signPopTextHighlight {
    font-size: 10px;
    line-height: inherit;
  }

  .signPopButton1 .signPopButton2 {
    height: 32px;
  }

  .signPopButton2 {
    padding-top: 20px;
  }

  .pupButton {
    height: 32px;
    line-height: inherit;
  }

  .pbsm40 {
    padding-bottom: 40px !important;
  }
}




/* ------------------ RegistrationForm -----------------------*/
.regSpace {
  padding-left: 160px;
}

@media (max-width:767px) {
  .regSpace {
    padding-left: 10px;
  }
}

.emailSpace {
  padding-top: 43px;
}

.h48 {
  height: 48px !important;
}

/* --------------- After Registration ------------------- */
.visitButton {
  padding-top: 16px;
  padding-bottom: 216px;
}


.afterRegister {
  color: #606069;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width:767px) {
  .afterRegister {
    font-size: 20px;
  }
}



.afterRegPage {
  margin-top: 150px;
  margin-bottom: 100px;
}


/* ------------------- Contact Us ---------------- */
.terex_page_header {
  font-family: Roboto Condensed !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 48px;
  /* font-size: calc(15px + 1.62vw) !important; */
  line-height: 56px !important;
  color: #383844 !important;
  padding-top: 72px;
  padding-left: 88px;
}

@media (max-width:767px) {
  .terex_page_header {
    padding-left: inherit;
  }
}

.headerText {
  height: 200px !important;
  background-color: #F7F7F8;
}


.contact_label_heading {
  font-family: Roboto Condensed !important;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #383844 !important;
}

.contact_bind_data {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* font-size: calc(1.35px + 0.9vw) !important; */
  line-height: 32px;
}

.help_bold {
  font-weight: 500;
}

.help_highlight {
  color: #0072BC;
}

.contact_us_start {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #383844;
}

.contact_us_email {
  text-decoration: underline;
  color: #0068D5;
  font-weight: 500;
}

.contact_us_highlight {

  color: #0068D5;
  font-weight: 500;
}

.contact_us_bold {
  font-weight: 500;
}

.platformCheckbox .oj-choice-item {
  padding-top: 16px !important;
}

/* ------------width for message container in main-register */
.oj-messaging-inline-container {
  width: 100%;
}

/*------------------contact us BUTTONS-------------------*/


/*****************Error******************************/
.errMsg {
  color: #CC0000;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;

}


/****************summary***************************/
.registrationSummary {
  font-family: Roboto Condensed;
  font: bolder;
}

.summaryLabel {
  /* font-family: Roboto Condensed;
  font-weight: bolder;
  font-size: x-large;
  color:rgb(126, 121, 121);
  padding-block: 0.5rem; FP*/
  font-family: 'Roboto Condensed';
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}

.summarySubLabel {
  font-family: Roboto Condensed;
  font-weight: bolder;
  font-size: large;
  color: rgb(126, 121, 121);
  padding-block: 0.5rem;
}

.summaryText {
  font-family: Roboto Condensed;
  font-size: large;
  overflow-wrap: break-word;
  color: rgb(126, 121, 121);
  padding-block: 0.5rem;
}

.badge-black {
  --oj-badge-bg-color: #383844;
  --oj-badge-text-color: white;
  --oj-badge-border-radius: 55px;
}

.badge {
  background-color: #383844;
  color: white;
  padding: 0.7rem;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2rem;
  line-height: 0.5rem;
  /* min-width: 2px; */
  font-size: small;
  /* font-stretch: expanded; */
  text-align: center;
  white-space: nowrap;
  margin-inline-end: 0.5rem;
  margin-bottom: 0.5rem;
}

/*.edit {
    margin-top: 1rem;
    margin-left: 1rem;
}*/
.edit {
  /* FP*/
  /* margin-top: 1rem; FP */
  /* margin-left: 1rem; FP */
  font-size: 16px;
  /* FP */
  line-height: 24px;
  /* FP */
  font-weight: 600;
  /* FP */
  margin-bottom: 8px;
  /* FP */
}

.edit span {
  /* FP */
  position: relative;
  /* FP */
  top: 2px;
  /* FP */
  font-weight: 100;
  /* FP */
}

.edit:hover {
  /* FP */
  cursor: pointer;
  /* FP */
}









.flexWdth {
  width: 25rem;
}

.actionLink {
  font-weight: normal;
  font-style: initial;
  font-size: initial;
  font-family: 'Roboto';
  padding-bottom: 30px;
  text-decoration: underline;
}

.actionLink a {
  color: dimgray !important;
}

.oj-panel {
  border: none !important;
}

@media only screen and (min-width: 1201px) {

  /* FP */
  #reg-inner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(247, 247, 248, 1) 50%, rgba(247, 247, 248, 1) 100%);
    /* FP */
  }
}

/* for large screen */
@media only screen and (min-width: 1001px) {
  .lg {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  .container {
    /*  margin-left: 4rem;*/
    /* chnages as per Frnco's css suggested change*/
  }

  .applayoutHeader {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 10%);
    /* margin-top: 2rem; FP */
    padding: 2rem 1rem 0;
    /* FP */
  }


  /*------------------DISABLED BUTTONS-------------------*/

  /*-----------------------For Max Brand Dialog------------------*/


  .oj-dialog-footer>.oj-button,
  .oj-dialog-footer>.oj-button>.oj-button-button {
    font-weight: 100;
    margin-left: 0px !important;
    width: 149px;
    height: 48px;

    border-radius: 4px;
    font-family: Roboto Condensed !important;

    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    align-items: center;
    text-align: center;

    margin-left: 0px !important;
    align-items: center;
    text-align: center;
  }

  .maxBrandsDialog {
    width: 430px;
    height: 275px;
    border-radius: 4px;
  }

  .maxBrandsDialogTerex {
    width: 630px !important;
    height: fit-content !important;
    max-width: 90% !important;
  }

  .maxBrandsDialog>div>div>h1 {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandsDialog>.oj-dialog-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .maxBrandsDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div>.oj-dialog-body {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    /* padding: 0.85714rem; */
    text-align: start;
  }

  .maxBrandsDialog>div>div>.oj-dialog-footer {
    padding: 0 !important;
    width: 365px;
    height: 65px;
  }

  .maxBrandsDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;

  }

  .maxBrandQuestion {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandSelect {
    width: 360px;
    height: 80px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .maxBrandSelectTerex {
    width: 100% !important;
    height: 100% !important;
  }

  .dialog_li {
    width: 351px;
    height: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /*-----------------Disable -------------------*/


  /***-------Account Number Help Dialog--------------*******/

  .accountNumHelpDialog {
    width: 510px !important;
    height: 770px !important;
    top: 50px !important;
    left: 447.018px !important;
  }

  .accountNumHelpDialog>div>div>h1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;

  }

  .accountNumHelpDialog>.oj-dialog-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    width: auto !important;
  }

  .accountNumHelpDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
    height: 52px;
  }

  .accountNumHelpDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .accountNumHelpDialog>div>div>div>.oj-dialog-body {
    position: relative;
    box-sizing: border-box;
    text-align: start;
    padding: 0px;
  }

  /* .accountNumHelpDialog > div > div > .oj-dialog-footer {
   padding:none !important;
    width: 365px;
   height: 112px
} */
  .accountNumHelpDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px;

  }

  .accountNumHelpDialog>div>div>div>.label_1 {
    width: 462px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
  }

  .accountNumHelpDialog>div>div>oj-button {
    text-shadow: none;
    color: #000;
    position: relative;
    top: -26px;
    left: 26px;
    outline: none !important;
  }

  .noteLabel {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
  }

  .terexAccNumImage {
    width: 450px;
    height: 234px;
  }

  /***-------Account Number Help Dialog--------------*******/





  /*---------------------------------------------------------------------*/
  .primaryButton {
    height: 48px;
    width: 230px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .primaryButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .primaryButton :hover {
    font-weight: bold;
  }

  .nextButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButton :hover {
    font-weight: bold;
  }

  .backButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButton :hover {
    font-weight: bold;
  }

  .oj-required-inline-container {
    display: none;
  }

  .nextButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButtonDialog :hover {
    font-weight: bold;
  }


  .backButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButtonDialog :hover {
    font-weight: bold;
  }

}

/*--------------------for medium screen ---------------------------*/
@media only screen and (min-width: 401px) and (max-width: 1000px) {
  .md {
    display: block;
  }

  .hide-sm {
    display: block;
  }

  .hide-md {
    display: block;
  }

  .container {
    /* margin-left: 4rem; */
    /* chnages as per Frnco's css suggested change*/
  }

  .applayoutHeader {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 10%);
    /* margin-top: 2rem;  FP */
    padding: 2rem 1rem 0;
    /* FP */
  }


  .pbsm40 {
    padding-bottom: 40px !important;
  }


  .oj-dialog-footer>.oj-button,
  .oj-dialog-footer>.oj-button>.oj-button-button {
    font-weight: 100;
    margin-left: 0px !important;
    width: 149px;
    height: 48px;

    border-radius: 4px;
    font-family: Roboto Condensed !important;

    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    align-items: center;
    text-align: center;

    margin-left: 0px !important;
    align-items: center;
    text-align: center;
  }

  .maxBrandsDialog {
    width: 430px;
    height: 275px;
    border-radius: 4px;
  }

  .maxBrandsDialogTerex {
    width: 630px !important;
    height: fit-content !important;
    max-width: 90% !important;
  }

  .maxBrandsDialog>div>div>h1 {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandsDialog>.oj-dialog-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .maxBrandsDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div>.oj-dialog-body {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    /* padding: 0.85714rem; */
    text-align: start;
  }

  .maxBrandsDialog>div>div>.oj-dialog-footer {
    padding: 0 !important;
    width: 365px;
    height: 65px;
  }

  .maxBrandsDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;

  }

  .maxBrandQuestion {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandSelect {
    width: 360px;
    height: 80px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .maxBrandSelectTerex {
    width: 100% !important;
    height: 100% !important;
  }

  .dialog_li {
    width: 351px;
    height: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /*-----------------Disable -------------------*/


  /***-------Account Number Help Dialog--------------*******/

  .accountNumHelpDialog {
    width: 510px !important;
    height: 770px !important;
    top: 50px !important;
    left: 447.018px !important;
  }

  .accountNumHelpDialog>div>div>h1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;

  }

  .accountNumHelpDialog>.oj-dialog-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    width: auto !important;
  }

  .accountNumHelpDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
    height: 52px;
  }

  .accountNumHelpDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .accountNumHelpDialog>div>div>div>.oj-dialog-body {
    position: relative;
    box-sizing: border-box;
    text-align: start;
    padding: 0px;
  }

  /* .accountNumHelpDialog > div > div > .oj-dialog-footer {
   padding:none !important;
    width: 365px;
   height: 112px
} */
  .accountNumHelpDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px;

  }

  .accountNumHelpDialog>div>div>div>.label_1 {
    width: 462px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
  }

  .accountNumHelpDialog>div>div>oj-button {
    text-shadow: none;
    color: #000;
    position: relative;
    top: -26px;
    left: 26px;
  }

  .noteLabel {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
  }

  .terexAccNumImage {
    width: 450px;
    height: 234px;
  }

  /***-------Account Number Help Dialog--------------*******/





  /*---------------------------------------------------------------------*/
  .primaryButton {
    height: 48px;
    width: 230px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .primaryButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .primaryButton :hover {
    font-weight: bold;
  }

  .nextButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButton :hover {
    font-weight: bold;
  }

  .backButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButton :hover {
    font-weight: bold;
  }

  .oj-required-inline-container {
    display: none;
  }

  .nextButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButtonDialog :hover {
    font-weight: bold;
  }


  .backButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButtonDialog :hover {
    font-weight: bold;
  }



}

/*------------------ for small screen -----------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .sm {
    display: block;
  }

  .hide-md {
    display: none;
  }

  .container {
    /* chnages as per Frnco's css suggested change*/
    /*  margin-left: 0.5rem;*/
    /*  margin-right: 0.1rem; */
    margin-top: 1rem;

  }

  .applayoutHeader {
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 10%);
    /* margin-top: 2rem; FP */
    padding: 2rem 1rem 0;
    /* FP */
  }


  /*------------------DISABLED BUTTONS-------------------*/


  .pbsm40 {
    padding-bottom: 40px !important;
  }


  /*-----------------------For Max Brand Dialog------------------*/


  .oj-dialog-footer>.oj-button,
  .oj-dialog-footer>.oj-button>.oj-button-button {
    font-weight: 100;
    margin-left: 0px !important;
    width: 102px;
    height: 48px;

    border-radius: 4px;
    font-family: Roboto Condensed !important;

    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    align-items: center;
    text-align: center;

    margin-left: 0px !important;
    align-items: center;
    text-align: center;
  }

  .maxBrandsDialog {
    width: 325px;
    height: 285px;
    border-radius: 4px;
  }

  .maxBrandsDialogTerex {
    height: fit-content !important;
    max-width: 90% !important;
  }

  .maxBrandsDialog>div>div>h1 {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandsDialog>.oj-dialog-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 24px;
  }

  .maxBrandsDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .maxBrandsDialog>div>div>div>.oj-dialog-body {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    /* padding: 0.85714rem; */
    text-align: start;
  }

  .maxBrandsDialog>div>div>.oj-dialog-footer {
    padding: 0 !important;
    width: 265px;
    height: 55px;
  }

  .maxBrandsDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;

  }

  .maxBrandQuestion {
    width: 351px;
    height: 32px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .maxBrandSelect {
    width: 265px;
    height: 85px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .maxBrandSelectTerex {
    width: 95% !important;
    height: 100% !important;
  }

  .dialog_li {
    width: 245px;
    height: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /*-----------------Disable -------------------*/

  /***-------Account Number Help Dialog--------------*******/

  .accountNumHelpDialog {
    width: 310px !important;
    height: 570px !important;

  }

  .accountNumHelpDialog>div>div>h1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #383844;

  }

  .accountNumHelpDialog>.oj-dialog-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: auto !important;
  }

  .accountNumHelpDialog>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
    height: 70px;
  }

  .accountNumHelpDialog>div>div>div {
    background-color: white;
    padding-left: 0px;
    border-width: 0 0 0 0;
  }

  .accountNumHelpDialog>div>div>div>.oj-dialog-body {
    position: relative;
    box-sizing: border-box;
    text-align: start;
    padding: 0px;
  }

  /* .accountNumHelpDialog > div > div > .oj-dialog-footer {
   padding:none !important;
    width: 365px;
   height: 112px
} */
  .accountNumHelpDialog>div>.oj-dialog-header {
    background-color: white;
    padding-left: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px;

  }

  .accountNumHelpDialog>div>div>div>.label_1 {
    width: 462px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #383844;
  }

  .accountNumHelpDialog>div>div>oj-button {
    text-shadow: none;
    color: #000;
    position: relative;
    top: -21px;
    left: 13px;
  }

  .noteLabel {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
  }

  .terexAccNumImage {
    width: 285px;
    height: 130px;
  }

  /***-------Account Number Help Dialog--------------*******/





  /*---------------------------------------------------------------------*/
  .primaryButton {
    height: 48px;
    width: 230px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .primaryButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .primaryButton :hover {
    font-weight: bold;
  }

  .nextButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButton :hover {
    font-weight: bold;
  }

  .backButton {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButton .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButton :hover {
    font-weight: bold;
  }

  .oj-required-inline-container {
    display: none;
  }

  .nextButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #383844;
    border-radius: 4px;
    border-color: #383844;
    outline: none !important;
  }

  .nextButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #FFFF;
  }

  .nextButtonDialog :hover {
    font-weight: bold;
  }


  .backButtonDialog {
    height: 48px;
    width: 149px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-color: #FFFF;
    border-radius: 4px;
    border-color: #383844;

  }

  .backButtonDialog .oj-button-label {
    align-items: center;
    justify-content: center;
    font-family: Roboto Condensed !important;
    font-weight: normal;
    color: #383844;
  }

  .backButtonDialog :hover {
    font-weight: bold;
  }


}

.train-scroll {
  overflow-x: scroll;
  width: 90% !important;
}

.train-scroll::-webkit-scrollbar {
  display: none;
}

.train-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.note {
  color: #0072BC;
  font-family: Roboto Condensed !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 95%;
}

.noteecom {
  color: #0072BC;
  font-family: Roboto Condensed !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 95%;
}

.ul_termsOfUse {
  margin: 12px 0;
  padding-left: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #606069;
}

.li_termsOfUse {
  padding-bottom: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #606069;
}

.terexTermOfUse {
  font-family: 'Roboto';
  font-style: normal;
  color: #606069;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}



.oj-popup.oj-popup-tail-simple {
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-width: 2px;
  border-radius: 3px
}

.help_link {
  width: 70px;
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #0072BC;
}

.summaryFooter {
  width: 530px;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #606069;
  padding-top: 10px;
}

.dialog-ul {
  margin: 12px 0px;
  padding-left: 10px;
}

.oj-label-required-icon {
  color: #CC0000 !important;
  float: right;
}

.logoutLink {
  height: 18px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-decoration-line: none;
  cursor: pointer;
  color: #0072BC;
}

.brandPlatform ..oj-checkboxset {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 400;
  margin-bottom: -10px;
}

.label-bolleanCheckbox {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #383844 !important;
  padding-left: 10px;
}

.label-PlatformRoleHeading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #383844 !important;
  padding-bottom: 5px;
  padding-top: 20px;

}

.oj-train-step-list-item {
  cursor: not-allowed;
}

.oj-train-button.oj-disabled .oj-train-icon {
  color: green;
}

.oj-train-label.oj-disabled {
  color: rgb(22, 22, 22);
}

.oj-button.oj-disabled.oj-button-outlined-chrome .oj-button-button {
  background-color: #ddddde9c;
}

.dialogmsglabel {
  width: 280px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  align-items: center;
  color: #000000;
}

/* Logout Button */