:root {
  --white: white;
  --black: black;
}

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

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

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

.defaultcontainer.dashboard {
  max-width: none;
}

.headerdiv {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.defaultheader {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.progressdiv {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.progressball {
  background-color: #c7c7c7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.progressball.selected {
  background-color: #0091d7;
}

.separator {
  background-color: #c7c7c7;
  width: 100px;
  height: 3px;
}

.separator.selected {
  background-color: #0091d7;
}

.defaulttext {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.defaulttext.black {
  color: #000;
}

.defaulttext.black.staticwidth {
  text-align: center;
  width: 130px;
}

.defaulttext.black.staticwidth.selected {
  color: #0091d7;
}

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

.defaulttext.black.marginbottom.upload {
  margin-bottom: 15px;
}

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

.defaulttext.black.marginbottom.bold {
  font-weight: 700;
}

.defaulttext.black.marginbottom.moremargin {
  margin-bottom: 25px;
}

.defaulttext.black.fine {
  font-weight: 300;
}

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

.defaulttext.black.light {
  font-weight: 300;
}

.defaulttext.black.light.green {
  color: #00be46;
  border: 1px #000;
}

.defaulttext.black.light.margintop {
  margin-top: 10px;
}

.defaulttext.black.light.margiinbottom {
  margin-bottom: 25px;
}

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

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

.defaultformblock {
  width: 100%;
  min-width: 0;
}

.defaultform {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.defaultsubheader {
  color: #0091d7;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.defaultsubheader.big {
  font-size: 24px;
  line-height: 30px;
}

.defaultrow.marginbottom, .defaultcolumn.marginbottom {
  margin-bottom: 25px;
}

.defaultinput {
  border-radius: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.formdiv {
  flex-direction: column;
  min-width: 0;
  margin-bottom: 10px;
  display: flex;
}

.formdiv.marginbottom {
  margin-bottom: 50px;
}

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

.buttondiv.marginbuttom {
  margin-bottom: 50px;
}

.buttondiv.smallmarginbottom {
  margin-bottom: 10px;
}

.defaultbutton {
  background-color: #0091d7;
  border: 1px solid #007cb0;
  border-radius: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.defaultbutton.upload {
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 15px;
  font-size: 14px;
  display: flex;
}

.defaultbutton.marginleft {
  margin-left: 10px;
}

.defaultbutton.grey {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}

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

.defaultbutton.red {
  background-color: #d70004;
  border-color: #d70004;
}

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

.blankdiv {
  width: 100%;
  height: 15px;
}

.defaultselect {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.employeewrapper {
  margin-bottom: 15px;
}

.employeetrigger {
  cursor: pointer;
  background-color: #e6e6e6;
  align-items: center;
  padding: 10px;
  display: flex;
}

.employeecontent {
  overflow: hidden;
}

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

.employeecontentmaindiv {
  padding: 10px;
}

.uploaddiv {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.uploadtext {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.resultdiv {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 15px;
  display: flex;
}

.resultimage {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.defaultsection {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.defaultsection.header {
  background-color: #0091d7;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 50px;
}

.body {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.verticalseparator {
  flex: 1;
  height: 100%;
}

.headerdivwrapper {
  background-color: #0091d7;
  margin-bottom: 25px;
}

.footerdivwrapper {
  background-color: #0091d7;
  margin-top: 15px;
}

.footercolumndiv {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footertext {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-span, .text-span-2 {
  font-size: 16px;
  font-weight: 600;
}

.link, .link-2 {
  color: #fff;
}

.radiobuttondiv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.employeelist {
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.employeelistitem {
  border: 1px solid #c7c7c7;
  border-radius: 25px;
  margin-bottom: 15px;
  padding: 20px;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block {
  width: 20px;
  height: 20px;
}

.dashboardheaderdiv {
  align-items: center;
  height: 100%;
  padding: 16px;
  display: flex;
}

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

.dashboardheaderlink.w--current {
  border: 1px #000;
  text-decoration: none;
}

.horizoontalseparator {
  flex: 1;
  width: 1001%;
  height: 1px;
}

.dashboardheaderimage {
  width: 25px;
  height: 25px;
}

.infodiv {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.defaultcheckbox.marginbottom {
  margin-top: 20px;
}

.text-span-3 {
  font-size: 14px;
  font-weight: 300;
}

.text-span-4 {
  font-weight: 300;
}

.text-span-5 {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .defaulttext.black.staticwidth.selected {
    width: 130px;
  }

  .defaultformblock {
    min-width: 0;
  }

  .defaultcheckbox.marginbottom {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .progressdiv, .progresstextdiv {
    display: none;
  }
}


