@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
button {
  background-color: #0F996D;
  border: none;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 20px 5px 20px;
  border-radius: 25px;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.send {
  padding: 0;
  height: 25px;
  width: 25px;
  background-image: url("../media/images/send.svg");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dbr {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-color: #0F996D;
  border-radius: 50%;
}

.dbr:hover {
  cursor: pointer;
  background-color: #095b41;
}

.button-call {
  background-image: url("../media/images/phone.svg");
}

.button-google {
  background-image: url("../media/images/google.svg");
}

.button-risco {
  background-image: url("../media/images/risco.svg");
}

.button-email {
  background-image: url("../media/images/mail.svg");
}

.button-website {
  background-image: url("../media/images/internet.svg");
}

.button-offers {
  background-image: url("../media/images/euro.svg");
}

.button-chat {
  background-image: url("../media/images/message.svg");
}

.button-profile {
  background-image: url("../media/images/profile.svg");
}

.button-agenda {
  background-image: url("../media/images/agenda.svg");
}

.button-people {
  background-image: url("../media/images/people.svg");
}

.button-add {
  background-image: url("../media/images/plus.svg");
}

.button-showhide {
  background-image: url("../media/images/dropdown.svg");
}

.button-reverseshowhide {
  background-image: url("../media/images/dropdownreverse.svg");
}

.button-save {
  background-image: url("../media/images/save.svg");
}

.button-jobs {
  background-image: url("../media/images/jobs.svg");
}

.button-counter, .button-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 1px;
  padding: 8px  15px 8px  15px;
  border-radius: 5px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #F0F0F0;
}

.status__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20px;
  border: none;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  height: 32px;
}

.status__select:focus {
  outline: none;
}

.status__select:hover {
  cursor: pointer;
}

.status__select--absolute {
  position: absolute;
  padding: 0;
  right: -30px;
}

@media only screen and (max-width: 768px) {
  .dbr {
    width: 21px;
    height: 21px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
textarea,
button,
input,
select,
textarea,
li::marker {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

ul,
ol {
  width: calc(100% - 20px);
  text-align: left;
  margin-left: 10px;
}

ul li,
ol li {
  margin-left: 20px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #F0F0F0;
}

main {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

section {
  width: 95%;
  max-width: 1024px;
}

.hidden {
  display: none;
}

/* width */
*::-webkit-scrollbar {
  width: 5px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #F0F0F0;
}

@media only screen and (max-width: 768px) {
  section {
    width: 97%;
  }
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.slide:not(:last-child) {
  margin-bottom: 5px;
}

.slide-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slide-form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slide-form form div input,
.slide-form form div select,
.slide-form form div div {
  width: 100%;
  margin: 1px;
  border: none;
  padding: 8px  15px 8px  15px;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 12px;
}

.slide-form form div input:focus,
.slide-form form div select:focus,
.slide-form form div div:focus {
  outline: none;
}

.slide-form form div div p {
  width: 99%;
}

.slide-form form div select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../media/images/dropdownselect.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}

.slide-form form div select:hover {
  cursor: pointer;
}

.slide-form form div button {
  margin-top: 15px;
}

.slide--border {
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
}

.slide--status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 100px;
  background-color: red;
}

.chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 25px 0 25px 0;
  width: 100%;
  background-color: #ffffff;
}

.chat__input {
  border-radius: 5px;
  background-color: #F0F0F0;
  padding: 15px;
}

.chat__input--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat__input--info input {
  width: 192px;
  margin-right: 15px;
}

.chat__input--info select {
  width: 192px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.chat__input--info select::-ms-expand {
  display: none;
}

.chat__input--insert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.chat__input--insert input {
  width: 95%;
}

.chat__output {
  overflow-y: scroll;
  max-height: 300px;
  margin-top: 25px;
}

.chat__output--message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 5px 15px 5px 15px;
  margin: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
  font-size: 14px;
}

.chat__output--message strong {
  font-size: 10px;
  font-weight: 300;
}

.chat .form,
.chat form {
  width: 100%;
}

.chat .form input,
.chat .form select,
.chat form input,
.chat form select {
  border: none;
  border-radius: 25px;
  padding: 5px 25px 5px 25px;
}

.chat .form input:focus,
.chat .form select:focus,
.chat form input:focus,
.chat form select:focus {
  outline: none;
}

.chat .form .chat--input--text,
.chat form .chat--input--text {
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .chat__input--info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chat__input--info input {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 95%;
  }
  .chat__input--info select {
    width: 95%;
  }
  .chat__output--message {
    font-size: 12px;
  }
  .form input,
  form input {
    font-size: 12px;
  }
}

.offer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 25px 0px;
}

.offer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.offer-info-column-id, .offer-info-column-people, .offer-info-column-calendar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #F0F0F0;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.offer-info-column-id {
  background-image: url("../media/images/id.svg");
}

.offer-info-column-people {
  background-image: url("../media/images/people.svg");
}

.offer-info-column-calendar {
  background-image: url("../media/images/calendar.svg");
}

.offer-info-column p {
  font-size: 14px;
}

.offer-info-column h3 {
  font-size: 16px;
}

.offer .center p {
  text-align: center;
}

.offer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 25px;
}

.offer-buttons a {
  display: block;
}

.profile {
  margin: 25px 0 25px 0px;
  display: none;
  width: 100%;
}

.profile form,
.profile .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.profile form div,
.profile .form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.profile form div input,
.profile form div select,
.profile form div div,
.profile .form div input,
.profile .form div select,
.profile .form div div {
  width: 100%;
  margin: 1px;
  border: none;
  padding: 8px  15px 8px  15px;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 12px;
}

.profile form div input:focus,
.profile form div select:focus,
.profile form div div:focus,
.profile .form div input:focus,
.profile .form div select:focus,
.profile .form div div:focus {
  outline: none;
}

.profile form div div p,
.profile .form div div p {
  width: 99%;
}

.profile form div select,
.profile .form div select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../media/images/dropdownselect.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}

.profile form div select:hover,
.profile .form div select:hover {
  cursor: pointer;
}

.profile form div button,
.profile .form div button {
  margin-top: 15px;
}

.profile-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda {
  display: none;
  margin-top: 25px;
}

.agenda__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.agenda__wrapper--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 15px 0px 15px;
}

.agenda__wrapper--contact:last-child {
  padding-bottom: 15px;
}

.agenda__wrapper--contact--name, .agenda__wrapper--contact--phone, .agenda__wrapper--contact--email {
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 5px;
  background-color: #ffffff;
  font-size: 12px;
}

.login {
  height: 100vh;
  width: 100vw;
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-container-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 25px;
}

.login-container-form input,
.login-container-form textarea {
  padding: 8px 25px 8px 25px;
  border-radius: 25px;
  border: none;
  width: 200px;
}

.login-container-form input:not(:last-child),
.login-container-form textarea:not(:last-child) {
  margin-bottom: 8px;
}

.login-container-form input:focus,
.login-container-form textarea:focus {
  outline: none;
}

.login-container-form button {
  margin-top: 25px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 50px 0;
  width: 100%;
}

.navigation {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navigation__top--logo {
  background-color: white;
  border-radius: 50px;
  padding: 20px 30px 20px 30px;
}

.navigation__top--logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 20px;
  background-image: url("../media/images/logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.navigation__top--menu a {
  border-radius: 50%;
}

.navigation__top--menu .menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0F996D;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.navigation__top--menu .menu__top--line1, .navigation__top--menu .menu__top--line2, .navigation__top--menu .menu__top--line3 {
  display: block;
  height: 2px;
  width: 50%;
  background-color: #ffffff;
}

.navigation__top--menu .menu__top--line1:not(:last-child), .navigation__top--menu .menu__top--line2:not(:last-child), .navigation__top--menu .menu__top--line3:not(:last-child) {
  margin-bottom: 3px;
}

.navigation__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation__bottom--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.navigation__bottom--search .search__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.navigation__bottom--search .search__bar input {
  width: 300px;
  border: none;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
}

.navigation__bottom--search .search__bar input:focus {
  outline: none;
}

.navigation__bottom--search .search__bar--button {
  position: absolute;
  right: 0;
}

.navigation-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1920px;
  padding: 25px;
  margin-top: 55px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.navigation-content .menu-options,
.navigation-content .jobs-tags div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.navigation-content .menu-options a,
.navigation-content .jobs-tags div a {
  display: block;
  color: #000000;
  border-radius: 25px;
  margin-top: 25px;
  margin: 5px;
  color: #000000;
}

.navigation-content .jobs-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.navigation-content .jobs-tags-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  color: #bbbbbb;
}

.navigation-content .jobs-tags .navigation-content-submenu p {
  font-size: 12px;
}

.navigation-content-submenu {
  background-color: #F0F0F0;
  border-radius: 25px;
  padding: 8px 20px 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.search__bar--button {
  padding: 0;
  width: 40px;
  height: 100%;
  border-radius: 0px 25px 25px 0px;
  background-color: transparent;
  background-image: url("../media/images/search.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media only screen and (max-width: 2000px) {
  .navigation {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .navigation__top--logo {
    padding: 5px 10px 5px 10px;
  }
  .navigation__top--logo .logo {
    width: 80px;
    height: 20px;
  }
  .navigation__top--menu .menu__top {
    height: 30px;
    width: 30px;
  }
  .navigation__top--menu .menu__top--line1:not(:last-child), .navigation__top--menu .menu__top--line2:not(:last-child), .navigation__top--menu .menu__top--line3:not(:last-child) {
    margin-bottom: 2px;
  }
  .navigation__bottom--search .search__bar input {
    padding: 8px 20px 8px 20px;
    width: 288px;
    font-size: 12px;
  }
}

.leads__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 15px 25px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #959595;
}

.leads__wrapper--title--title {
  width: 100%;
}

.leads__wrapper--title--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.leads__wrapper--title--buttons div:not(:last-child) {
  margin-right: 15px;
}

.leads__wrapper--lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.lead__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  width: 100%;
}

.lead__header:hover {
  cursor: pointer;
}

.lead__header h3 {
  font-weight: 400;
}

.lead__wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  width: 100%;
}

.lead__wrapper--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0 30px 0;
}

.lead__wrapper--buttons *:not(:last-child) {
  margin-right: 15px;
}

.lead__wrapper--body {
  width: 100%;
}

.lead--flex--display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lead--flex--none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lead__header h3 {
    font-size: 14px;
  }
  .lead__wrapper--body--header {
    font-size: 12px;
  }
}

.jobs__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 15px 25px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #959595;
}

.jobs__wrapper--title--title {
  width: 100%;
}

.jobs__wrapper--title--title:hover {
  cursor: pointer;
}

.jobs__wrapper--title--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.jobs__wrapper--title--buttons div:not(:last-child) {
  margin-right: 15px;
}

.jobs__wrapper--job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jobs__wrapper--jobhide {
  display: none;
}

.jobs__wrapper--body {
  padding: 25px;
}

.job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 5px;
  width: 100%;
}

.job:hover {
  background-color: #f7f7f7;
}

.job:hover .job__header--days {
  background-color: #dfdfdf;
}

.job__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  width: 100%;
}

.job__header--title {
  width: 100%;
}

.job__header:hover {
  cursor: pointer;
}

.job__header--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 100%;
}

.job__header--days {
  position: absolute;
  right: 25px;
  top: 0;
  padding: 2px 15px 2px 15px;
  border-radius: 0px 0px 5px 5px;
  font-size: 12px;
  background-color: #F0F0F0;
}

.job__wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.job__wrapper--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 45px 25px 30px 25px;
}

.job__wrapper--buttons *:not(:last-child) {
  margin-right: 15px;
}

.job__wrapper--buttons a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.job__wrapper .chat {
  display: none;
  padding: 15px 25px 15px 25px;
}

.job__wrapper--body {
  width: 100%;
}

.job__wrapper--candidats {
  height: 100%;
  padding: 10px;
  max-height: 800px;
  overflow-y: scroll;
}

.job .addCandidate {
  display: none;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 768px) {
  .jobs__wrapper--body {
    padding: 15px;
  }
  .job__header--title h3 {
    font-size: 14px;
  }
  .job__header--title p {
    font-size: 12px;
  }
}

.candidats__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 15px 25px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #959595;
}

.candidats__wrapper--title--title {
  width: 100%;
}

.candidats__wrapper--title--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.candidats__wrapper--title--buttons div:not(:last-child) {
  margin-right: 15px;
}

.candidats__wrapper--candidate .candidate {
  padding: 15px 25px 15px 25px;
}

.candidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
  padding: 8px 15px 8px 15px;
  margin: 5px 0 5px 0;
  border-radius: 5px;
  background-color: #ffffff;
}

.candidate__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 10px 0;
}

.candidate__header--title strong {
  font-size: 12px;
  font-weight: 300;
}

.candidate__header--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.candidate__header--buttons div:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .candidate__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .candidate__header--title p {
    text-align: center;
  }
  .candidate__header--buttons {
    margin: 15px 0 15px 0;
  }
}

.documents {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document {
  margin: 5px 0 5px 0;
}

.document--title {
  background-color: #F0F0F0;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
}

.document--title a p {
  color: #000000;
}

.document--title .upload-item-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document--title .upload-item-form .button-absolute {
  position: absolute;
  padding: 0;
  right: 0px;
}

.document--title .form .documentName {
  border: none;
  padding: 5px 25px 5px 25px;
  border-radius: 25px;
}

.document--title .form .documentName:focus {
  outline: none;
}

.documentsTemplate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dT__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dT__wrapper--title--label {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dT__wrapper--title--label--top {
  background-color: #F0F0F0;
}

.dT__wrapper--title--label--top p {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.dT__wrapper--title--label--bottom {
  background-color: #b34949;
  padding: 3px 10px 3px 10px;
}

.dT__wrapper--title--label--bottom p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.dT__wrapper--body {
  margin-top: 100px;
}

.dT__wrapper--body--positions {
  margin: 50px;
}

.dT__wrapper--body--positions--title {
  background-color: #F0F0F0;
  padding: 10px 0 10px 50px;
}

.offers__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 15px 25px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #959595;
}

.offers__wrapper--title--title {
  width: 100%;
}

.offers__wrapper--title--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.offers__wrapper--title--buttons div:not(:last-child) {
  margin-right: 15px;
}

.offers__wrapper--lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.offer__slide--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  width: 100%;
}

.offer__slide--header .offer-title {
  margin-bottom: 10px;
}

.offer__slide--header .offer-date,
.offer__slide--header .offer-candidats {
  font-size: 12px;
  padding-left: 5px;
}

.offer__slide--header .offer-candidats strong {
  font-weight: 400;
}

.offer__slide--header:hover {
  cursor: pointer;
}

.offer__slide--header h3 {
  font-weight: 400;
}

.offer__slide--body {
  width: 100%;
}

.widgets__wrapper--body a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 25px;
  text-decoration: none;
}

.widgets__wrapper--body a:hover {
  cursor: pointer;
}

.widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  min-height: 100px;
  min-width: 100px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.widget--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget--title p {
  color: #959595;
}

.widget--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget--body h2 {
  font-size: 45px;
  line-height: 1;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .widget {
    min-height: 80px;
    min-width: 80px;
  }
  .widget--title {
    margin-bottom: 2px;
  }
  .widget--title p {
    font-size: 12px;
  }
  .widget--body h2 {
    font-size: 35px;
  }
}
/*# sourceMappingURL=style.css.map */