:root {
  --light-grey: #f1f1f1;
  --black: #000;
  --white: #fff;
  --black-50: #00000080;
  --lavender: #7e7aff;
  --light-lavender: #f6f3ff;
  --analysing: #ada4db;
  --border-color: #e2e8f0;
}

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

.login-container {
  background-image: radial-gradient(circle, #7e7aff, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section {
  background-color: #fff;
  width: auto;
  height: 1000px;
}

.login-div {
  background-color: var(--light-grey);
  border-radius: 10px;
  flex-flow: column;
  width: 468px;
  height: 500px;
  display: flex;
}

.logo-image {
  text-align: center;
  border-style: solid;
  border-color: #000;
  width: auto;
  min-height: 60px;
  margin: 30px auto;
  display: block;
}

.heading-title {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69%;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.login-fields {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  height: 74%;
  margin: 10px;
  display: flex;
}

.text-block {
  color: #00000080;
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.text-block.body {
  color: var(--black-50);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.login-section {
  height: 100vh;
}

.button-primary {
  background-color: var(--lavender);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 80%;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.button-primary:hover {
  border: 1px solid var(--lavender);
  background-color: var(--light-lavender);
  color: var(--lavender);
}

.button-primary.login-button {
  color: #121212;
  background-color: #7e7aff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.text-field {
  width: 80%;
}

.text-field._80 {
  font-weight: 500;
  line-height: 120%;
}

._80 {
  color: #333;
  background-color: #f6f3ff;
  border: 1px solid #0000;
  border-radius: 5px;
  width: 80%;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

._80.text-field {
  background-color: var(--light-lavender);
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.form-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.hero-section {
  flex-flow: row;
  height: 100vh;
  display: flex;
}

.sidebar-container {
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: #7e7aff var(--analysing) #7e7aff #7e7aff;
  width: 250px;
  min-width: 220px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.job-detail {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.dropdown-toggle {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  width: 80vw;
  padding: 10px;
  display: flex;
}

.locations-dropdown {
  justify-content: space-between;
  align-items: stretch;
  width: 80vw;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black-50);
  font-family: Inter, sans-serif;
  display: flex;
}

.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.running-job-post-div {
  border: .5px solid var(--light-grey);
  background-color: var(--light-lavender);
  border-radius: 5px;
  width: 227px;
  height: 155px;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

.image-2 {
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-3 {
  width: 150px;
  padding-left: 220px;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph {
  color: var(--black);
  margin-top: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.corner-icon {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
}

.filter-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 20px;
  display: flex;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  display: flex;
}

.button.add-job-button {
  background-color: var(--lavender);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.button.add-job-button:hover {
  background-color: var(--light-lavender);
  color: var(--lavender);
  border-style: solid;
  border-width: 1px;
}

.add-job-post-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 19%;
  height: 150px;
  margin-top: 20px;
  margin-left: 220px;
  display: flex;
}

.job-post-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: center;
  margin: 20px;
  display: grid;
}

.paragraph-2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 32px;
}

.text-span {
  color: var(--lavender);
}

.job-post-button {
  background-color: var(--analysing);
  color: var(--black);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  margin-top: 20px;
  font-family: Space Grotesk, sans-serif;
}

.job-post-card-status {
  border: .5px solid var(--border-color);
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.job-detail-filter-div {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar {
  flex-flow: row;
  display: flex;
}

.logo-block {
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
}

.user-greetings {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 10%;
  padding: 10px;
  display: flex;
}

.div-block-12 {
  height: 75%;
}

.logo {
  vertical-align: sub;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 80%;
  margin-left: 0;
  display: flex;
}

.user-image {
  border: 3px solid var(--lavender);
  border-radius: 92px;
  margin-left: 0;
  margin-right: 0;
}

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

.sidebar-profileline {
  background-color: var(--black-50);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  margin-left: 15px;
  font-family: Inter, sans-serif;
  line-height: 100%;
}

.paragraph-2-copy {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.job-post-card-status-copy {
  border: .5px solid var(--border-color);
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.job-post-button-copy {
  background-color: var(--lavender);
  color: var(--black);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  margin-top: 20px;
  font-family: Space Grotesk, sans-serif;
}

.side-menu-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-left: 34px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.side-menu-button:hover {
  background-color: var(--lavender);
  color: var(--white);
}

.user-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.login-heading {
  margin: 10px;
}

.delete-image1, .delete-image {
  position: absolute;
  top: 20px;
  right: 10px;
}

.logout-icon {
  margin-left: 0;
}

.profile-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  min-width: 80vw;
  margin-top: 45px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.container-2 {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.container-3 {
  filter: blur(10px);
  background-color: #00000040;
  width: 100%;
  max-width: none;
  height: 100%;
}

.graph-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 70px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.popup-modal {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-modal-container {
  background-color: #0707074d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.graph-title {
  color: #121212;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 50px;
}

.container-4 {
  width: 586px;
  height: 260px;
}

.popup {
  background-color: #f1f1f1;
  border-radius: 10px;
  flex-flow: column;
  width: 590px;
  height: 280px;
  display: flex;
  position: absolute;
}

.heading-3 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.heading-3.formfield {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.container-5 {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  height: 100%;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.add-job-form {
  flex-flow: column;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.aj-formfield {
  background-color: #f6f3ff;
  border: 1px #0000;
  border-radius: 5px;
  width: 400px;
}

.form-block {
  width: 400px;
}

.dashboard-counter {
  justify-content: center;
  margin: 20px 20px 0;
  display: flex;
}

.submit-button {
  background-color: #7e7aff;
  border-radius: 5px;
  width: 100%;
}

.counter-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 20px 0 0;
  display: flex;
}

.dashboard-counter-image {
  position: absolute;
  top: 20px;
  left: auto;
  right: 5%;
}

.dashboard-counter-number {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.counter-title {
  color: var(--black);
  margin-top: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.dashboard-main-section {
  flex-flow: row;
  height: 100vh;
  display: flex;
}

.dashboard {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.close {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  transform: rotate(45deg);
}

.link-block {
  text-decoration: none;
  position: absolute;
  inset: 1% 1% auto auto;
}

.container-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.aj-formfield--counnter {
  background-color: #f6f3ff;
  border: 1px #0000;
  border-radius: 5px;
  width: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  background-color: #f6f3ff;
}

.container-7 {
  background-color: #f6f3ff;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.fs-numbercount_number {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.text-field-2 {
  background-color: #f6f3ff;
  border: 1px solid #f6f3ff;
  border-radius: 5px;
  width: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.loading-main-section {
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-15 {
  background-color: #f6f3ff;
  border-radius: 5px;
  display: flex;
}

.main-container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.linkblock-leftarrow {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-16 {
  flex-flow: column;
  display: flex;
}

.button-2 {
  height: 10px;
  padding-top: 2px;
}

.button-3 {
  height: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.progress-wrapper {
  background-color: var(--analysing);
  border-radius: 4px;
  height: 4px;
}

.button-4 {
  color: #000;
  background-color: #f6f3ff;
}

.progress-fill {
  background-color: var(--lavender);
  width: 33%;
  height: 100%;
}

.counter-up {
  color: #000;
  background-color: #f6f3ff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 25px;
}

.stage-labels {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
}

.counter-down {
  color: #000;
  background-color: #f6f3ff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 8px 5px;
  font-size: 25px;
}

.stage-text {
  color: #121212;
  margin-left: 0;
  margin-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}

.container-6-copy, .counter-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.counter-input {
  background-color: #f6f3ff;
  border: 1px solid #f6f3ff;
  border-radius: 5px;
  width: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.counter-button.counter-up {
  color: #7e7aff;
  cursor: pointer;
  background-image: url('../images/counter-up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
}

.counter-button.counter-down {
  color: #7e7aff;
  cursor: pointer;
  background-image: url('../images/counter-down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 40px;
}

.arrow-image {
  margin-top: 20px;
  margin-right: 40px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.loading-counter {
  border: .5px solid var(--light-grey);
  background-color: var(--light-lavender);
  border-radius: 5px;
  width: 217.8px;
  height: 161px;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

.job-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-5 {
  font-size: 24px;
}

.title-text {
  color: #121212;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100px;
}

.loader-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-grey);
  box-shadow: 0 10px 20px -10px var(--analysing);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 62%;
  height: 63px;
  margin-top: 10px;
  padding: 14px 20px;
  display: flex;
}

.loader-text {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 100px;
}

.loader-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.total-vacancies {
  justify-content: center;
  margin: 60px 80px 0;
  display: flex;
}

.corner-icon-copy {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 40px;
  bottom: auto;
  right: 5%;
}

.running-job-post-div-copy {
  border: .5px solid var(--light-grey);
  background-color: var(--light-lavender);
  border-radius: 5px;
  width: 245px;
  height: 143px;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

.bottom-title {
  color: var(--black);
  margin-top: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.heading-copy-copy {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.dashboard-countercard-div {
  border: .5px solid var(--light-grey);
  background-color: var(--light-lavender);
  border-radius: 5px;
  width: 245px;
  height: 143px;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

.loading-counter--vacancies {
  border: .5px solid var(--light-grey);
  background-color: var(--light-lavender);
  border-radius: 5px;
  width: 217.8px;
  height: 161px;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}

.graph-img-size {
  width: 694px;
  height: 418px;
}

@media screen and (min-width: 1280px) {
  .counter-title {
    font-size: 18px;
  }

  .dashboard-main-section {
    height: 100vh;
  }

  .main-container {
    width: 99%;
  }

  .progress-wrapper {
    width: 100%;
  }

  .loader-box {
    justify-content: flex-start;
    align-items: center;
    width: 57%;
  }

  .bottom-title {
    font-size: 24px;
    line-height: 100%;
  }

  .graph-img-size {
    width: 694px;
    height: 418px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-container {
    height: 160vh;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .locations-dropdown {
    width: 90%;
  }

  .user-greetings {
    height: 5%;
  }

  .graph-div {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .graph-title {
    font-size: 18px;
  }

  .graph-div-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .dashboard-counter {
    display: block;
  }

  .counter-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 66vw;
    display: grid;
  }

  .counter-title {
    font-size: 14px;
  }

  .dashboard-main-section {
    height: 100%;
  }

  .dashboard {
    height: 120%;
    max-height: none;
  }

  .main-container {
    width: 98%;
  }

  .loader-box {
    width: 80%;
  }

  .bottom-title {
    font-size: 16px;
  }

  .dashboard-countercard-div {
    width: 190px;
  }

  .graph-img-size {
    width: 440px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    justify-content: center;
  }

  .sidebar-container {
    width: 200px;
    min-width: 170px;
    max-width: 30%;
    height: 125vh;
  }

  .corner-icon {
    max-width: 70%;
  }

  .filter-div {
    flex-flow: row;
    justify-content: center;
    width: 70vw;
  }

  .add-job-post-div {
    justify-content: center;
    align-items: center;
    width: 10%;
    margin-left: 0;
  }

  .job-post-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .user-greetings {
    height: 7%;
  }

  .graph-title {
    font-size: 18px;
  }

  .dashboard-counter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;
    display: flex;
  }

  .counter-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 65vw;
    display: flex;
  }

  .dashboard-counter-image {
    width: 25px;
    top: 5px;
    right: 0%;
  }

  .dashboard-counter-number {
    margin-top: 0;
    font-size: 20px;
  }

  .counter-title {
    font-size: 12px;
  }

  .progress-wrapper {
    width: 100%;
  }

  .stage-labels {
    margin-left: 0;
    margin-right: 0;
  }

  .loader-box {
    width: 80%;
  }

  .bottom-title {
    font-size: 16px;
  }

  .dashboard-countercard-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 130px;
    height: 110px;
    display: block;
  }

  .loading-counter--vacancies {
    height: 130px;
  }

  .graph-img-size {
    width: 300px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .login-div {
    justify-content: center;
    width: 90%;
    height: 40%;
  }

  .logo-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-title {
    font-size: 16px;
  }

  .login-fields {
    height: 75%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block.body {
    margin-bottom: 0;
  }

  .button-primary {
    margin-top: 0;
  }

  ._80.text-field {
    width: 80%;
  }

  .sidebar-container {
    width: 100%;
    min-width: 40%;
    height: 131vh;
    display: none;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .locations-dropdown {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .user-greetings {
    flex-flow: column;
    height: 11%;
  }

  .side-menu-button {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .login-form {
    height: 100%;
  }

  .profile-btn {
    flex-flow: column;
  }

  .graph-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .graph-title {
    font-size: 14px;
    line-height: 30px;
  }

  .dashboard-counter {
    flex-flow: column;
  }

  .counter-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 48vw;
    display: flex;
  }

  .dashboard-counter-number {
    margin-top: 0;
    font-size: 24px;
  }

  .counter-title {
    font-size: 16px;
  }

  .progress-wrapper {
    width: 100%;
  }

  .stage-labels {
    margin-left: 0;
    margin-right: 0;
  }

  .loading-counter {
    height: 120px;
  }

  .loader-box {
    width: 80%;
  }

  .loader-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    font-size: 8px;
    display: block;
  }

  .loader-div {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .body-2 {
    min-width: 320px;
    max-width: 480px;
  }

  .loading-counter--vacancies {
    height: 120px;
  }

  .graph-img-size {
    width: 150px;
    height: 100px;
  }

  .link-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }
}


