/* 

Avenir Book - For Gilroy Med, Light and Regular
Avenir Heavy - For Gilroy Bold and SemiBold
Only one exception is Gilroy 24 Med - I decided to make here also Avenir Heavy

*/

@font-face {
  font-family: 'Avenir Book';
  src: url('../font/avenir-book/Avenir-Book.ttf');
}

* {
  /* color: #1A212E; */
  font-family: Avenir Book, Arial, Helvetica, sans-serif;
}

h1 {
  font-weight: 600;
  font-size: 40px !important;
  font-style: normal;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin: 0 !important;
  color: #1A212E;
}

h2 {
  font-weight: 600;
  font-size: 24px !important;
  font-style: normal;
  line-height: 32px;
  color: #1A212E;
}


h3 {
  font-weight: 800;
  font-size: 20px !important;
  font-style: normal;
  line-height: 28px;
  margin: 3px 0px 3px 0px;
  color: #1A212E;
}


h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin: 0px;
  color: #1A212E;
}

h6 {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px !important;
  margin-bottom: 24px !important;
  color: #1A212E;
}

/* p {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
} */

.mainWrapper {
  display: flex;
  width: 100%;
}

.imgContainer {
  display: flex !important;
}

.imgWrapper {
  width: 40%;
  height: 100%;
  position: fixed;
  background-size: cover !important;
  background-position: center !important;
  border-right: 5px solid #F1594B;
}

.imgWrapper img {
  width: 100%;
}

.rightWrapper {
  width: 60%;
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40%;
  height: 100vh;
}

.contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 0;
}

.authDividerHeader {
  margin-top: 2px;
  border-left: 1px solid #D9DCE1;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.headerTitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
  color: #69717F;
}

.headerMain {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

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

.dynamicHeader {
  display: flex;
  justify-content: center;
  align-self: center;
}

.dynamicHeaderLogo {
  width: 85px;
}

.titleStyle {
  color: #1A212E;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: -30px;
}

.middleContent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.welcomeContent {
  color: #1A212E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  align-self: flex-start;
}

.footerWrapper {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footerTitle {
  width: 40%;
  color: #69717F;
}

.footerLinks {
  width: 60%;
  display: flex;
  justify-content: end;
}

.footerSubTitle {
  margin-right: 10px;
  cursor: pointer;
  color: #69717F;
}

.footerDivider {
  margin-top: 5px;
  border-left: 1px solid #D9DCE1;
  height: 14px;
  margin-right: 10px;
}

.footerPointer {
  cursor: pointer;
  color: #69717F;
}

.backButton {
  padding: 0px 25px 0px 3px !important;
  border: none !important;
}

.backButton:hover {
  background-color: transparent !important;
}

.backButton span {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  /* color: #BA3A19; */
}

.secondaryButton span {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  /* color: #BA3A19; */
}

.ratersButton span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  /* color: #BA3A19; */
}



/* Onboarding styles */
.stepperContainer .content_BrDvT5Z {
  margin-bottom: 32px !important;
  margin-right: 0px !important;
  justify-content: unset !important;
  width: 100% !important;
}

.stepperContainer .button-large_QiVcoXP {
  pointer-events: none;
}

.stepperContainer button.complete_qmCgHup {
  padding: 10px !important;
}

#myStepperId>div[class*="steps-container"] {
  overflow: visible !important;
}

#myStepperId>div[class*="steps-container"],
#myStepperId>div[class*="steps-container"]>ul,
#myStepperId>div[class*="steps-container"]>ul>li {
  width: 100%;
}

#myStepperId>div[class*="steps-container"]>ul {
  padding: 0 0px 0 8px;
}

.formWrapper {
  margin: 40px 0;
}

.formWrapper #myStepperId ul>li>div>div[class*="content-inner"] {
  margin: auto 0px auto 32px !important;
  justify-content: unset !important;
  width: 100%;
}

.accountWrapper {
  width: 100%;
}

.inputTextField {
  margin-top: 6px;
  font-size: 18px !important;
  font-weight: 400;
  font-style: normal;
  color: #1A212E !important;
}

.inputTextField:focus,
.inputTextField:focus-visible {
  box-shadow: none !important;
  border-color: #1A212E !important;
}

.selectField {
  margin-top: 6px;
  font-size: 18px !important;
  font-weight: 400;
  font-style: normal;
  color: #1A212E !important;
  min-width: unset !important;
}

.select-dropdown-overlay_VPrqJx3 {
  width: 100% !important;
}

.errorMessage {
  color: #993838;
  font-weight: 350;
  font-style: normal;
  font-size: 14px;
  line-height: normal
}

.apiErrorMessage {
  color: #ff0000;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: end;
}

.dropdown-wrapper_C2xrqTu {
  max-width: 100% !important;
}

.selectField input:focus,
.selectField input:focus-visible {
  box-shadow: none !important;
  border-color: #1A212E !important;
}

.datePickerField {
  margin-top: 6px;
  font-size: 18px !important;
  font-weight: 400;
  font-style: normal;
  color: #1A212E !important;
  width: 100%;
}

.datePickerField:focus,
.datePickerField:focus-visible {
  box-shadow: none !important;
  border-color: #1A212E !important;
}

.fieldWrap {
  margin-bottom: 24px;
}

.filedWrap-Link {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}

.formCheckbox span {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.fieldWrap-Btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.tooltipText {
  display: flex;
}

.tooltipText .referenceWrapper_R5l31E3 {
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
}

.tooltipText .tooltip_HOkqfDg.small_gi00Hrs {
  max-width: 352px;
  text-align: left;
  left: 130px !important;
}

.inActiveSteps {
  color: #69717F;
}

.privacyPolicy {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  color: inherit !important;
}

.dashboardPage {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
}

.authHeader {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.authHeaderLogo {
  padding: 0 20px;
}

.dropdownclass .dropdown-wrapper_C2xrqTu.open_ojqn706 {
  top: 79px !important;
}

.authHeaderLogoLinkStyle {
  background-color: transparent;
  color: #4f5666;
  padding: 8px 20px;
  display: flex;
}

.authHeaderTitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  margin-left: 12px;
  font-style: normal;
  color: #69717F;
}

.authHeaderBanner {
  background: url('./../img/HeaderBackground.png') no-repeat;
  background-position: right !important;
  background-size: cover !important;
  display: flex;
  padding-left: 3px;
  background-color: #F6F7F8 !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #F1594B;
}

.authHeaderBannerContent {
  padding: 16px 24px;
  background-color: #FFFFFF;
  border-radius: 24px;
  align-items: center;
  margin: 15px 0 15px 30px;
}

.headerBannerContent p {
  margin: 0px;
}

.authHeaderBannerWelcomeContent {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #1A212E;
  margin: 0px;
}

.header2Style {
  font-weight: 600;
  font-size: 24px !important;
  font-style: normal;
  line-height: 32px;
  margin: 0px;
  color: #1A212E;
}

.authFooter {
  display: flex;
  padding: 21px 40px;
  background: #F6F7F8;
  justify-content: space-between;
  border-top: 1px solid #D9DCE1;
}

.footerLeftSide {
  display: flex;
  align-items: center;
}

.footerText {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
  margin-right: 8px;
}

.footerRightSide {
  display: flex;
  align-items: center;

  flex-direction: row;
}

.authFooterLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footerDiv {
  display: flex;
}

.authFooterSubtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
  margin-right: 18px;
  cursor: pointer;
}

.authFooterPointer {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
  cursor: pointer;
}

.authFooterLogo {
  margin-top: 0px;
}

.authFooterDivider {
  margin-top: 20px;
  border-left: 1px solid #D9DCE1;
  height: 14px;
  margin-right: 10px;
}

.middleWrapper {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.gridLeftColumn {
  background: #F6F7F8;
  border-radius: 24px;
  padding: 24px;
  height: fit-content;
  width: 51em;
}

.gridWrapper {
  width: 100%;
  flex-flow: unset !important;
}

.gridLeftRow {
  display: flex;
  padding: 24px;
  width: 100%;
  border-radius: 24px;
  background-color: #FFFFFF;
  margin-bottom: 24px;
  justify-content: flex-start;
  /* align-items: center; */
  flex-flow: row !important;
  flex-direction: row;
  border: 1px solid #D9DCE1;
  /* gap: 24px; */

}

.completedAssessList {
  margin-bottom: 15px;
}

.gridLeftRowsLeftColumnDetails {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  /* flex: 0 1 200px; */
  width: 30%;
}

.gridLeftRowsRightColumnDetails {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 8px;
  /* flex: 1 1 200px; */
  width: 70%;
}

.assessmentTitle {
  font-weight: 800;
  font-size: 20px !important;
  font-style: normal;
  line-height: 28px;
  margin: 3px 0px 3px 0px;
}

.gridRightColumn {
  padding-left: 24px;
  text-align: center;
}

.gridRightRow {
  display: flex;
  padding: 24px;
  width: 100%;
  border-radius: 24px;
  margin-bottom: 10px;
  background: #FFFFFF;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border: 1px solid #D9DCE1
}

.gridRightRowsColumnDetails {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.gridRightCard {
  display: flex;
  padding: 24px;
  width: 100%;
  border-radius: 24px;
  margin-bottom: 10px;
  background: #F6F7F8;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  /* margin-top: 25px;   Will uncomment this line once we enable report part*/
}

.gridCardDetails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gridRightChildRow {
  background: #F6F7F8;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 15px;
  width: 100%;
}

.gridRightChildDetails {
  width: 77%;
}

.emptyDataState {
  display: flex;
  padding: 24px;
  border-radius: 24px;
  background-color: #FFFFFF;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border: 1px solid #D9DCE1;
  gap: 24px
}

.emptyStateLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emptyReportsState {
  padding: 15px;
  background: #F6F7F8;
  border-radius: 24px;
  margin-bottom: 16px;
  width: 100%;
}

.emptyStateLogo h3 {
  margin-top: 20px;
}

.classEllipse {
  display: block;
}

.classGroup1 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.classGroup2 {
  position: absolute;
  top: 9%;
}

.paragraphStyle {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
  margin: 5px 0;
  text-align: left;
}

.dateStyle {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #69717F;
  margin: 0px;
}

.dateStyle span {
  padding-right: 20px;
  color: #69717F;
}

.horizontalDivider {
  display: none;
  margin: 0;
}

.pillStyleBlue {
  background-color: #2C8CC9 !important;
}

.pillStyleBlue span {
  color: #FFF !important;
}

.pillStyleRed {
  background-color: #993838 !important;
}

.pillStyleRed span {
  color: #FFF !important;
}

.actionButton span {
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  /* color: #BA3A19; */
}

.sectionChkBox label span {
  font-size: 16px !important;
  font-weight: 400;
  color: #1A212E;
  margin-left: 8px !important;
}

.myTimeline ul>li>div>div>span {
  display: none;
}

.myTimeline ul>li>div>div {
  margin-right: 47px !important;
}



.myTimeline ul>li>div[class*="content_"] {
  margin-right: 125px !important;
}

.myTimeline ul>li:last-child>div[class*="content_"] {
  margin-right: 0 !important;
  align-items: flex-end !important;
  position: relative;
  right: 20px;
}

.myTimeline ul>li>div:nth-child(2)>div[class*="content-inner_"] {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 350 !important;
  line-height: 24px !important;
  color: #1A212E !important;
}

.myTimeline ul>li:last-child>div>div {
  margin-right: 0 !important;
}

.myTimeline ul>li>div>div:nth-child(1) {
  width: 17px !important;
  height: 17px !important;
}

/* //.myTimeline ul li:nth-of-type(2)>div>div:last-of-type, */
.myTimeline ul li:not(:last-child)>div>div:last-of-type {
  margin: 8px 0 0 -33px !important;
}

.myTimeline ul li:first-child>div>div:last-of-type {
  margin: 8px 0 0 0 !important;
}


.myTimeline ul>li>div>div[class*="active_"] {
  background-color: #1A212E !important;
  box-shadow: none !important;
  border-width: 0px !important;
}

.myTimeline ul>li>div>div[class*="complete_"] {
  background-color: #1A212E !important;
  box-shadow: none !important;
  border-width: 0px !important;
}

.myTimeline ul>li>div>div:first-child:not([class*="active_"]):not([class*="complete_"]) {
  background-color: #D9DCE1 !important;
  box-shadow: none !important;
  border-width: 0px !important;
}

.myTimeline ul li>hr {
  top: -1px !important;
  left: 10px;
}

.myTimeline.C ul>li hr {
  border-color: #1A212E !important;
  border-width: 4px !important;
}

.myTimeline.NI ul>li:nth-child(3) hr,
.myTimeline.NI ul>li:nth-child(4) hr {
  display: block !important;
  border: 2px solid #D9DCE1 !important;
  width: 65px !important;
}

.myTimeline.N ul>li:not(:last-child) hr,
.myTimeline.P ul>li:not(:last-child) hr,
.myTimeline.RI ul>li:not(:last-child) hr,
.myTimeline.NI ul>li:not(:last-child) hr {
  border-color: #D9DCE1 !important;
  border-width: 4px !important;
}
.myTimeline.P ul>li:nth-child(1) hr,
.myTimeline.RI ul>li:nth-child(1) hr {
  border-color: #1A212E !important;
  border-width: 4px !important;
}
.myTimeline.threeSixtySurvey.C ul>li:nth-child(3) hr {
  display: block !important;
  border: 2px solid #1A212E !important;
  width: 100% !important;
}

.myTimeline.threeSixtySurvey.P ul>li:nth-child(2) hr {
  border-color: #1A212E !important;
  border-width: 4px !important;
}



.myTimeline ul>li:last-child {
  width: 0 !important;
}

.textContent {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #69717F;
  margin: 0px;
}

.selectField *[class^="select-dropdown-overlay_"] {
  position: absolute !important;
  top: 48px !important;
  left: 0px !important;
}

@keyframes showCompletedAssessments {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}

.showCompleted {
  animation: .4s showCompletedAssessments;
  display: block;
}

.loaderWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.9;
  z-index: 999;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* Raters Styling */
.messageNote {
  padding: 24px 0;
}

.sectionWrapper {
  padding: 16px 24px 24px 24px;
  border-radius: 24px;
  background: #F6F7F8;
  margin-bottom: 24px;
}

.sectionTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.sectionDesc {
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: #4F5666;
}

.sectionHeader {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9DCE1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.sectionHeaderAction {
  display: flex;
  align-self: flex-end;
}

.sectionChkBox label span[class^="selector-label_"] {
  font-size: 16px !important;
  font-weight: 350;
  color: #1A212E;
  margin-left: 8px !important;
}

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

.sectionRow {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start;
}

.sectionBody .sectionRow:last-child {
  margin-bottom: 0;
}

.sectionColumn {
  width: 25%;
}

.columnLabel {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-self: center;
  width: 12%;
}

.sectionBtnWrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.sectionBtnWrap button {
  padding: 0 !important;
}

.sectionValidation {
  display: flex;
  padding: 16px 40px;
  justify-content: flex-end;
  align-items: center;
  background: #FFF2ED;
}

.sectionErrmsg {
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #891202;
  text-align: right;
  margin-left: 16px;
}

.actionItems {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 16px 40px;
}

.actionItems button:nth-child(1) {
  margin-right: 15px;
}

.inviteVerifyError {
  text-align: center;
  padding: 283px 0;
}

.columnInput {
  padding-right: 16px;
}

.columnAction {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  width: 13%;
}

@media only screen and (min-width : 200px) and (max-width : 540px) {
  .myTimeline ul>li>div {
    margin-bottom: 25px !important;
  }

  .myTimeline ul>li>div>div {
    margin-right: 0px !important;
  }

  .myTimeline ul>li>div>div:nth-child(1) {
    width: 17px !important;
    height: 17px !important;
  }

  .myTimeline ul>li>div>div:last-of-type {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 350 !important;
    line-height: 24px !important;
    color: #1A212E !important;
  }

  .myTimeline ul li:not(:last-child)>div>div:last-of-type {
    margin: auto 8px auto 24px !important;
  }

  .gridLeftRowsRightColumnDetails {
    width: 100%;
  }

  .gridLeftRow {
    flex-flow: row wrap !important;
  }

  .imgWrapper {
    display: none;
  }

  .rightWrapper {
    width: 100%;
    padding: 32px;
    border-left: 5px solid #F1594B;
    margin-left: 0;
    min-height: fit-content;
  }

  .footerWrapper {
    flex-direction: column;
    align-items: end;
  }

  .footerTitle {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }

  .footerLinks {
    width: 100%;
  }

  .selectField {
    min-width: unset !important;
    left: 0px
  }

  .authFooter {
    display: inline-block;
    padding: 16px;
  }

  .footerLeftSide {
    display: inline-block;
    width: 100%;
  }

  .footerRightSide {
    align-items: flex-start;
    flex-direction: column;
  }

  .authFooterLinks {
    justify-content: flex-start;
  }

  .authFooterSubtitle {
    margin-right: 0px;
  }

  .middleWrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }

  .assessmentTitle {
    margin: 0;
  }

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



  .myTimeline ul li>hr {
    top: 1px !important;
    left: 7px !important;
  }

  .myTimeline.N ul>li:last-child hr {
    display: none !important;
  }

  .myTimeline.NI ul>li:last-child hr {
    display: none !important;
  }

  .myTimeline.P ul>li:last-child hr {
    display: none !important;
  }



  .myTimeline ul li:nth-of-type(2)>div>div:last-of-type {
    margin: 0 0 0 23px !important;
  }

  .myTimeline ul>li:last-child>div[class*="content_"] {
    margin-right: 0 !important;
    position: unset !important;
  }

  .myTimeline.C ul>li:last-child hr {
    display: none !important;
  }


  .myTimeline.threeSixtySurvey.RI ul>li:last-child hr {
    display: none !important;
    border: unset !important;
    width: 65px !important;
  }

  .myTimeline.threeSixtySurvey.C ul>li:nth-child(3) hr {
    width: 0 !important;
  }

  .myTimeline.threeSixtySurvey.C ul>li:nth-child(4) hr {
    display: none !important;
  }

  .gridLeftRowsLeftColumnDetails {
    margin-bottom: 0px;
    flex: 1 1 200px;
  }

  .emptyDataState {
    width: 100%;
  }

  .messageNote {
    padding: 24px;
  }

  .sectionWrapper {
    border-radius: 0;
  }

  .sectionHeader {
    flex-direction: column;
  }

  .sectionHeaderAction {
    margin: 24px 0 16px 0;
    align-self: flex-start;
  }

  .sectionRow {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: unset;
  }

  .columnLabel {
    width: 100%;
  }

  .sectionColumn {
    width: 100%;
    margin-bottom: 43px;
    padding-right: unset;
  }

  .sectionErrmsg {
    text-align: left;
  }

  .actionItems {
    flex-direction: column;
    padding: 16px 24px;
    align-items: flex-end;
  }

  .actionItems button:nth-child(1) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width:321px) and (max-width:600px) {
  .gridLeftRowsRightColumnDetails {
    width: 100%;
  }

  .gridLeftRow {
    flex-flow: row wrap !important;
  }

  .gridLeftColumn {
    width: 100%;
    border-radius: 0px;
  }

  .gridRightColumn {
    padding-left: 0px;
    width: 100%;
    margin-top: 24px;
  }

  .gridRightCard {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .actionItem {
    margin-top: 5px;
  }

  .authHeaderLogo {
    padding: 20px 16px !important;
  }

  .authHeaderLogoLinkStyle {
    padding: 8px 12px 8px 8px;
  }

  .headerBannerContent {
    margin: 15px 0 15px 15px;
  }

  .authHeaderBannerWelcomeContent {
    color: #69717F
  }

  .authFooter {
    display: inline-block;
    padding: 16px;
  }

  .authFooterDivider {
    display: none;
  }

  .footerLeftSide {
    display: inline-block;
  }

  .footerText {
    margin: 5px 0px;
  }

  .footerRightSide {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .authFooterLogo {
    margin-top: 15px;
  }

  .authFooterDividerLast {
    display: none;
  }

  .authFooterLinks {
    justify-content: flex-start;
  }

  .authFooterSubtitle {
    margin-right: 23px;
  }

  .authFooterPointer {
    margin-right: 15px;
  }

  .paragraphStyle span {
    padding-right: 20px;
    display: flex;
  }

  .horizontalDivider {
    display: block;
    height: 1px;
    overflow: visible;
    width: 97%;
  }

  .gridRightRow {
    margin-left: 23px;
    width: 88%;
  }

  .gridWrapper {
    flex-flow: row wrap !important
  }


  .tooltipText .tooltip_HOkqfDg.small_gi00Hrs {
    max-width: 210px;
    text-align: left;
    left: 103px !important;
  }

  .assessmentTitle {
    margin: 0;
  }

  .myTimeline ul>li>div {
    margin-bottom: 25px !important;
  }

  .myTimeline ul>li>div>div {
    margin-right: 0px !important;
  }

  .myTimeline ul>li>div>div:nth-child(1) {
    width: 17px !important;
    height: 17px !important;
  }

  .myTimeline ul li>hr {
    top: 1px !important;
    left: 7px !important;
  }

  .myTimeline.N ul>li:last-child hr {
    display: none !important;
  }

  .myTimeline.NI ul>li:last-child hr {
    display: none !important;
  }

  .myTimeline.P ul>li:last-child hr {
    display: none !important;
  }

  .myTimeline ul li:nth-of-type(2)>div>div:last-of-type {
    margin: 0 0 0 23px !important;
  }

  .myTimeline ul>li:last-child>div[class*="content_"] {
    margin-right: 0 !important;
    position: unset !important;
  }

  .myTimeline ul>li>div:nth-child(2)>div[class*="content-inner_"] {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 350 !important;
    line-height: 24px !important;
    color: #1A212E !important;
  }

  .myTimeline.threeSixtySurvey.RI ul>li:last-child hr {
    display: none !important;
    border: unset !important;
    width: 65px !important;
  }

  .gridLeftRowsLeftColumnDetails {
    margin-bottom: 0px;
    flex: 1 1 200px;
  }

  .emptyDataState {
    width: 100%;
  }

  .messageNote {
    padding: 24px;
  }

  .sectionWrapper {
    border-radius: 0;
  }

  .sectionHeader {
    flex-direction: column;
  }

  .sectionHeaderAction {
    margin: 24px 0 16px 0;
    align-self: flex-start;
  }

  .sectionRow {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: unset;
  }

  .columnLabel {
    width: 100%;
  }

  .sectionColumn {
    width: 100%;
    margin-bottom: 43px;
    padding-right: unset;
  }

  .columnAction {
    margin-bottom: 43px;
    margin-top: unset;
  }
}

@media only screen and (min-width:601px) and (max-width:979px) {
  .gridLeftRowsRightColumnDetails {
    width: 100%;
  }

  .gridLeftRow {
    flex-flow: row wrap !important;
  }

  .middleWrapper {
    padding: 40px 16px;
  }

  .gridLeftColumn {
    width: 100%;
    border-radius: 24px;
  }

  .gridRightColumn {
    padding-left: 0px;
    width: 100%;
    margin-top: 24px;
  }

  .gridRightChildRow {
    padding: 24px;
  }

  .gridRightCard {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 0px;
  }

  .actionItem {
    width: 23%;
    align-items: flex-start;
    display: flex;
    justify-content: right;
  }

  .authHeaderLogo {
    padding: 20px 16px;
  }

  .authHeaderLogoLinkStyle {
    padding: 8px 12px 8px 8px;
  }

  .headerBannerContent {
    margin: 15px 0 15px 15px;
  }

  .authHeaderBannerWelcomeContent {
    color: #69717F
  }

  .authFooter {
    padding: 24px 16px;
  }

  .authFooterPointer {
    margin-right: 0px;
  }

  .authFooterDividerLast {
    display: none;
  }

  .footerText {
    margin-right: 8px;
  }

  .footerRightSide {
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .authFooterLogo {
    margin-top: 0px;
  }

  .authFooterLinks {
    justify-content: flex-start;
  }

  .horizontalDivider {
    display: none;
    margin: 0;
  }

  .gridWrapper {
    flex-flow: row wrap !important
  }

  .myTimeline ul>li>div>div {
    margin-right: 0px;
  }

  .myTimeline ul>li>div>div:nth-child(1) {
    width: 20px !important;
    height: 20px !important;
  }

  .myTimeline ul li>hr {
    top: 1px !important;
    left: 7px !important;
  }

  .myTimeline ul>li>div[class*="content_"] {
    margin-right: 225px !important;
  }

  .myTimeline ul>li:last-child>div[class*="content_"] {
    margin-right: 0 !important;
  }


  .gridLeftRowsLeftColumnDetails {
    margin-bottom: 0px;
    flex: 1 1 200px;
  }

  .emptyDataState {
    width: 100%;
  }

  .sectionHeader {
    flex-direction: column;
  }

  .sectionHeaderAction {
    margin: 24px 0 16px 0;
    align-self: flex-start;
  }

  .sectionRow {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: unset;
  }

  .columnLabel {
    width: 100%;
  }

  .sectionColumn {
    width: 100%;
    margin-bottom: 43px;
    padding-right: unset;
  }

  .columnAction {
    margin-bottom: 43px;
    margin-top: unset
  }
}

@media only screen and (min-width:980px) and (max-width:1200px) {
  .gridLeftRowsRightColumnDetails {
    width: 100%;
  }

  .gridLeftRow {
    flex-flow: row wrap !important;
  }

  .middleWrapper {
    padding: 40px 16px;
  }

  .gridLeftColumn {
    width: 55%;
    border-radius: 24px;
  }

  .gridRightColumn {
    padding-left: 24px;
    width: 45%;
    margin-top: 0px;
  }

  .gridRightCard {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 0px;
  }

  .actionItem {
    margin-top: 5px;
  }

  .emptyDataState {
    width: 100%;
  }
}