.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.defaultheader {
  color: #490941;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 50px;
}

.defaultheader.black {
  color: #3b3b3b;
}

.defaultheader.lachs {
  color: #f08479;
}

.defaultheader.white {
  color: #fff;
  line-height: 50px;
}

.defaultheader.marginbottom10 {
  margin-bottom: 15px;
}

.defaultheader.marginbottom10.centeralignment {
  text-align: center;
  margin-bottom: 10px;
}

.defaultheader.marginbottom30 {
  margin-bottom: 30px;
}

.defaultheader.marginbottom15 {
  margin-bottom: 15px;
}

.defaultsubheader {
  color: #490941;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 41px;
}

.defaultsubheader.lachs {
  color: #f08479;
}

.defaultsubheader.black {
  color: #3b3b3b;
}

.defaultsubheader.black.size24 {
  flex: 1;
  font-size: 24px;
  line-height: 30px;
}

.defaultsubheader.black.size20 {
  font-size: 20px;
  line-height: 22px;
}

.defaultsubheader.white {
  color: #fff;
}

.defaultsubheader.white.size28 {
  font-size: 28px;
  line-height: 35px;
}

.defaultsubheader.white.marginbottom25 {
  margin-bottom: 25px;
}

.defaultsubheader.size28 {
  font-size: 28px;
  line-height: 32px;
}

.defaultsubheader.size28.marginbottom25 {
  margin-bottom: 25px;
}

.defaultsubheader.size28.marginbottom25.maxwidth {
  width: 100%;
}

.defaultsubheader.size28.marginbottom15 {
  margin-bottom: 15px;
}

.defaultsubheader.size28.maxwidth {
  flex: 1;
  width: 100%;
}

.defaultsubheader.margintop25 {
  margin-top: 25px;
}

.defaulttext {
  color: #490941;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.defaulttext.lachs {
  color: #f08479;
}

.defaulttext.black {
  color: #3b3b3b;
}

.defaulttext.black.centeralignment {
  text-align: center;
}

.defaulttext.black.centeralignment.marginbottom40 {
  margin-bottom: 40px;
}

.defaulttext.black.centeralignment.marginbottom40.size14 {
  font-size: 14px;
  line-height: 16px;
}

.defaulttext.black.navigation {
  font-size: 14px;
}

.defaulttext.black.navigation.separator {
  margin-left: 10px;
  margin-right: 10px;
}

.defaulttext.black.bold {
  font-size: 18px;
  font-weight: 400;
}

.defaulttext.black.bold.marginbottom10 {
  margin-bottom: 10px;
}

.defaulttext.black.bold.marginbottom5 {
  margin-bottom: 5px;
}

.defaulttext.black.bold.marginright25 {
  margin-right: 25px;
}

.defaulttext.black.bold.marginbottom8 {
  margin-bottom: 8px;
}

.defaulttext.black.bold.maxwidth {
  flex: 1;
}

.defaulttext.black.small.marginright15 {
  margin-right: 15px;
}

.defaulttext.white {
  color: #fff;
}

.defaulttext.white.bold {
  font-weight: 400;
}

.defaulttext.white.bold.fixedwidth {
  width: 175px;
}

.defaulttext.white.marginbottom15 {
  margin-bottom: 15px;
}

.defaulttext.white.centeralignment {
  text-align: center;
}

.defaulttext.pagination {
  text-align: center;
  flex: 1;
  font-weight: 400;
}

.defaulttext.small {
  font-size: 14px;
}

.loginsection {
  height: 100vh;
}

.loginmaindiv {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.loginleftdiv {
  background-image: linear-gradient(#00000080, #fff0 51%, #000000a6), url('../images/Login_Side_Image.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 30px;
  display: flex;
}

.loginrightdiv {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.loginimage {
  width: 250px;
}

.verticalseparator {
  flex: 1;
}

.logincontentdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 500px;
  display: flex;
}

.defaultformblock {
  margin-bottom: 0;
}

.defaultformblock.marginbottom20 {
  margin-bottom: 20px;
}

.defaultformblock.marginbottom40 {
  margin-bottom: 40px;
}

.defaultformblock.causelist {
  margin-top: 10px;
  margin-bottom: 10px;
}

.defaulttextfield {
  color: #3b3b3b;
  background-color: #f8f8f8;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.defaulttextfield::placeholder {
  color: #3b3b3b;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.defaulttextfield.backgroundwhite {
  background-color: #fff;
}

.defaultbutton {
  text-align: center;
  background-color: #490941;
  border: 1px solid #490941;
  border-radius: 20px;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.defaultbutton:hover {
  color: #490941;
  background-color: #fff;
}

.horizontalline {
  width: 100%;
  height: 1px;
}

.horizontalline.marginbottom15 {
  background-color: #d8d2d2;
  margin-bottom: 15px;
}

.defaultlink {
  color: #490941;
  text-decoration: none;
}

.defaultlink.navigation {
  color: #3b3b3b;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.defaultlink.marginleft15 {
  margin-left: 15px;
}

.defaultsection.backgroundgrey {
  background-color: #f8f8f8;
}

.navigationcontainer {
  max-width: 1400px;
}

.navigationdiv {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.navigationnorthdiv {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
}

.navigationsouthdiv {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.headerimage {
  width: 225px;
}

.horizontalseparator {
  flex: 1;
  height: 1px;
}

.defaultnavigationlink {
  color: #3b3b3b;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.defaultnavigationlink:hover {
  color: #490941;
}

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

.navigationbutton {
  color: #fff;
  background-color: #490941;
  border: 1px solid #490941;
  border-radius: 10px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.navigationbutton:hover {
  color: #490941;
  background-color: #fff;
}

.navigationbutton.upload {
  color: #fff;
  background-color: #490941;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.navigationbutton.upload:hover {
  color: #490941;
  background-color: #fff;
}

.navigationbutton.upload.marginbottom15 {
  margin-bottom: 15px;
}

.defaultcontainer {
  max-width: 1240px;
}

.separatordiv {
  background-image: linear-gradient(270deg, #fff0, #fffc), url('../images/Saxtract_Header_Image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 30px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.maincontentdiv {
  padding-top: 30px;
  padding-bottom: 30px;
}

.defaultaccordeonwrapper {
  margin-bottom: 30px;
}

.defaultaccordeonwrapper.marginbottom5 {
  margin-bottom: 5px;
}

.defaultaccordeontrigger {
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
}

.defaultaccordeontrigger.cause {
  background-color: #ececec;
}

.defaultaccordeoncontent {
  overflow: hidden;
}

.arrowicon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.arrowicon.cause {
  width: 24px;
  height: 24px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filterdiv {
  background-color: #f08479;
  border-radius: 10px;
  padding: 25px 25px 25px 55px;
}

.filterdiv.upload {
  padding-top: 45px;
  padding-bottom: 25px;
}

.filtercontentdiv {
  flex-flow: column;
  display: flex;
}

.defaultrow.marginbottom10 {
  margin-bottom: 10px;
}

.defaultrow.marginbottom5 {
  margin-bottom: 5px;
}

.defaultrow.marginbottom25 {
  margin-bottom: 25px;
}

.defaultrowdiv {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.defaultselect {
  color: #000;
  margin-bottom: 0;
}

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

.buttondiv.centeralignment {
  justify-content: center;
  align-items: center;
}

.buttondiv.marginbottom5 {
  margin-bottom: 5px;
}

.buttondiv.margintop15 {
  margin-top: 15px;
}

.paginationdiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pageleft {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pageinationicon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.pageinationicon.right {
  margin-left: 5px;
  margin-right: 0;
}

.causelistdiv {
  margin-top: 10px;
  margin-bottom: 10px;
}

.causecontent {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px 25px 25px 50px;
}

.accordeonfunctiondiv {
  z-index: 900;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: auto;
  padding-right: 5px;
  display: flex;
  position: static;
}

.defaultcheckboxfield {
  margin-bottom: 0;
}

.defaultcheckboxlabel {
  width: 1px;
  height: 1px;
}

.checkbox {
  border: 2px solid #000;
  border-radius: 5px;
  width: 18px;
  height: 18px;
}

.defaultcheckbox {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #8a8a8a;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.defaultcheckboxwrapper {
  margin-left: 10px;
}

.defaultcheckboxchecked {
  background-color: #490941;
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #490941;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  display: none;
}

.functionimage {
  width: 20px;
  height: 20px;
}

.uploaddiv {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.uploadarea {
  border: 3px dashed #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 280px;
  padding: 30px;
  display: flex;
}

.uploadimage {
  width: 75px;
  margin-bottom: 5px;
}

.uploaddocumentdiv {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.text-span-2, .text-span-3 {
  font-weight: 500;
}

.uploadbarwrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.uploadbar {
  background-color: #490941;
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 8px;
}

.uploadbaricon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.uploaddocumentlist {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 280px;
  padding-left: 25px;
  display: flex;
  overflow: scroll;
}

.causeinputarea {
  background-color: #f8f8f8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.inputdiv {
  flex-flow: column;
  padding-left: 2px;
  display: flex;
}

.inputdiv.marginbottom10 {
  margin-bottom: 10px;
}

.defaulttextarea {
  color: #3b3b3b;
  border-radius: 10px;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.radiobuttonwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.defaultradiobuttonfield {
  margin-right: 15px;
}

.headersubdiv {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.defaultradiobutton {
  cursor: pointer;
  border: 2px solid #490941;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 5px;
}

.defaultradiobutton.w--redirected-checked {
  background-color: #490941;
  /*background-image: url('../images/check.png');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-attachment: scroll;
  border-color: #490941;
}

.headerfunctiondiv {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.headerfunctiondiv.alignmentupperright {
  justify-content: flex-start;
  align-items: flex-start;
}

.headerfunctiondiv.marginbottom25 {
  margin-bottom: 25px;
}

.aiicon {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.functionlinkblock {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.accordeontriggertextdiv {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordeontextinfodiv {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wizarddiv {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wizardstep {
  background-color: #ececec;
  border: 2px solid #f8f8f8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.wizardstep.current {
  border-color: #3b3b3b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wizardstep.finished {
  background-color: #490941;
  border-color: #490941;
}

.wizardtext {
  color: #3b3b3b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wizardtext.finished {
  color: #fff;
}

.wizardstepline {
  background-color: #ececec;
  border-radius: 20px;
  width: 150px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.wizardstepline.finished {
  background-color: #490941;
}

.wizardtextdiv {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
}

.wizarddescriptiontext {
  color: #3b3b3b;
  text-align: center;
  width: 225px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.wizarddescriptiontext.finished {
  color: #490941;
}

.wizardhintdiv {
  background-color: #f08479;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
}

.wizardhintdiv.verticalalignment {
  flex-flow: column;
  align-items: stretch;
}

.wizardhintdiv.marginbottom25 {
  margin-bottom: 25px;
}

.wizardhintdiv.centeralignment {
  justify-content: center;
  align-items: flex-start;
}

.wizardhintdiv.centeralignment.verticalalignment {
  justify-content: flex-start;
  align-items: center;
}

.infoicon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.submissiondocumentfailurediv {
  margin-bottom: 15px;
  margin-left: 35px;
}

.congratulationimage {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}

.div-block-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}


