@font-face {
  font-family: "EquipSlabBlack";
  src: url(/fonts/EquipSlab-Black.woff?15c851dd549f93f1cf0578b2c447bcad) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "EquipSlabBlackItalic";
  src: url(/fonts/EquipSlab-BlackItalic.woff?21a142f1920f7e13bff699c9ac0d37e6) format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "EquipSlabLight";
  src: url(/fonts/EquipSlab-ExtraLight.woff?37bae7527ab41136818b730567835d46) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EquipSlabLightItalic";
  src: url(/fonts/EquipSlab-ExtraLightItalic.woff?544528e31818339cc8d2533a24bcd1fc) format("woff");
  font-weight: normal;
  font-style: italic;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1025px) {
  .box9-container {
    padding: 24px 30vw !important;
  }

  .headerApp {
    padding: 24px 30vw !important;
  }

  .filters-rrhh {
    padding: 24px 30vw !important;
  }

  .explanation {
    padding: 24px 30vw !important;
  }

  .show-box-container {
    padding: 24px 30vw !important;
  }

  .teams-container {
    padding: 24px 30vw !important;
  }

  .people-box-container {
    padding: 24px 30vw !important;
  }

  .form-add-person {
    padding: 24px 30vw !important;
  }

  .login-form {
    padding: 24px 30vw !important;
  }

  .content-name-show-person {
    padding: 24px 30vw !important;
  }

  .button-add-event {
    padding: 24px 30vw !important;
  }

  .title-show-person-events {
    padding: 12px 30vw !important;
  }

  .show-person-events {
    padding: 24px 30vw !important;
  }

  .container-add-event {
    padding: 24px 30vw !important;
  }

  .agenda-container {
    padding: 24px 30vw !important;
  }

  .modal-content {
    width: 20vw !important;
  }

  .navbar-bottom {
    position: fixed;
    height: 100vh;
    width: 100px !important;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 24px !important;
    border-top: 0 !important;
    border-right: 1px solid #E8E8E8;
  }

  .navbar-bottom a {
    padding: 12px 0 !important;
  }

  .potential-text {
    margin-left: 15% !important;
  }

  .agenda-calendar .row-titles .day-title {
    text-align: left !important;
    padding-left: 2px !important;
  }

  .agenda-calendar {
    padding: 24px 30vw !important;
  }

  .agenda-calendar .row-titles .day-title {
    width: 60px !important;
    font-size: 20px !important;
  }

  .agenda-calendar .row .day {
    width: 60px !important;
    font-size: 20px !important;
  }

  #notification-manager {
    text-align: center !important;
  }

  .tutorial-row-video .tutorial-title {
    text-align: center;
  }

  .tutorial-row-video .video-tutorial-wrapper video {
    width: 70% !important;
  }

  .agenda-calendar .row .day .circles-group-calendar {
    margin-left: -24px !important;
  }

  #search-results {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
  }

  .input-search-icon {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
  }

  #search-no-results {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
  }

  .title-team-talent-dedication {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
  }

  .container-gamification {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
  }

  .input-group-eye .eye {
    right: 31vw !important;
  }
}

body {
  font-family: "EquipSlabLight";
  margin: 0px;
  padding: 0px;
  padding-bottom: 20vh;
}

.app-container {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

.reference_emoji {
  display: none;
}

.flex-grow {
  flex: 1;
}

.margin-top {
  margin-top: 24px;
}

#notification-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff7e0;
  text-align: left;
  padding: 32px;
  color: #caa43a;
}

#notification-manager.notification-alert {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#notification-manager.notification-alert .alert-outdated-info {
  padding-left: 12px;
  text-align: left;
}

#notification-manager.notification-alert .alert-outdated-info .alert-outdated-title {
  font-weight: 300;
  font-size: 20px;
  color: #2F3232;
}

#notification-manager.notification-alert .alert-outdated-info .alert-outdated-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.blocks-nine-container {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.blocks-nine-container .contribution-text {
  position: absolute;
  transform: rotate(270deg);
  color: #BBC1C0;
  margin-top: 128px;
  margin-left: -50px;
}

.blocks-nine-container .potential-text {
  position: absolute;
  color: #BBC1C0;
  margin-top: 290px;
  margin-left: 83px;
}

.blocks-nine-container .blocks-nine-inside {
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 4px;
}

.blocks-nine-container .blocks-nine-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.blocks-nine-container .blocks-nine-row .block-nine {
  flex: 1;
  width: 88px;
  height: 88px;
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  margin: 2.5px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  font-family: "EquipSlabBlack";
}

.blocks-nine-container .blocks-nine-row .block-nine.show-info {
  font-size: 12px;
}

.center-vertical-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headerApp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.headerApp .back img {
  width: 25px;
}

.headerApp .title {
  font-family: "EquipSlabBlack";
  font-style: bold;
  font-weight: 900;
  font-size: 30px;
  line-height: 77.3%;
  display: flex;
  align-items: center;
  /* Grey Dark */
  color: #616766;
}

.headerApp .title img {
  margin-right: 16px;
}

.headerApp .title-subtitle {
  font-family: "EquipSlabBlack";
  font-style: bold;
  font-weight: 900;
  font-size: 30px;
  line-height: 77.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Grey Dark */
  color: #616766;
}

.headerApp .title-subtitle .subtitle {
  color: rgba(0, 0, 0, 0.2);
  font-family: "EquipSlabLight";
  font-size: 20px;
  padding-top: 4px;
}

.headerApp .container-buttons-action {
  display: flex;
  flex-direction: row;
}

.headerApp .action img {
  width: 32px;
}

.headerApp .row-buttons {
  display: flex;
  flex-direction: row;
}

.logo_login {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.logo_login img {
  width: 270px;
  height: 137px;
}

.logo_welcome {
  text-align: center;
  font-family: "EquipSlabLightItalic", "EquipSlabLight";
  font-size: 20px;
  line-height: 25px;
  color: #BBC1C0;
}

.login-form {
  padding: 24px 8vw;
}

.btn {
  font-family: "EquipSlabLight";
  border-radius: 4px;
  padding: 24px 19px;
  width: 100%;
  background-color: #8599E3;
  border: 0px;
  font-size: 20px;
  color: white;
}

.button-add-event {
  background-color: #FCFCFC;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  padding: 24px 32px;
  margin-top: 48px;
}

.button-add-event .title {
  flex-grow: 1;
  font-family: "EquipSlabLightItalic", "EquipSlabLight";
  font-weight: 200;
  font-size: 20px;
  line-height: 25px;
  padding-left: 24px;
  padding-top: 2px;
}

.button-add-event .calendar {
  padding-top: 2px;
}

.button-add-event .calendar img {
  width: 20px;
}

.button-add-event .plus img {
  width: 30px;
}

.title-show-person-events {
  font-family: "EquipSlabBlack";
  font-size: 16px;
  padding: 0px 8vw;
  padding-top: 30px;
}

.show-person-events {
  padding: 0px 8vw;
}

.show-person-events .events-list .event {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.show-person-events .events-list .event.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show-person-events .events-list .event .info {
  flex-grow: 1;
  padding-right: 20px;
}

.show-person-events .events-list .event .info .first-line {
  display: flex;
  flex-direction: row;
}

.show-person-events .events-list .event .info .first-line .title {
  flex-grow: 1;
  font-family: "EquipSlabLightItalic", "EquipSlabLight";
  font-size: 20px;
}

.show-person-events .events-list .event .info .first-line .date {
  font-family: "EquipSlabLight";
  font-size: 16px;
  color: #BBC1C0;
}

.show-person-events .events-list .event .info .second-line {
  color: #BBC1C0;
  font-family: "EquipSlabLight";
  font-size: 16px;
}

.show-person-events .events-list .event .go {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.show-person-events .events-list .event .go img {
  height: 25px;
}

.show-box-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 8vw;
  padding-right: 8vw;
  color: white;
}

.show-box-container .titles {
  padding-top: 56px;
}

.show-box-container .titles .show-box-title {
  height: 50px;
  vertical-align: center;
  display: flex;
  flex-direction: row;
  font-size: 40px;
  font-family: "EquipSlabBlack";
}

.show-box-container .titles .show-box-title img {
  height: 50px;
}

.show-box-container .titles .show-box-title .title {
  padding-left: 4px;
}

.show-box-container .titles .show-box-members {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  padding-left: 4px;
  padding-top: 8px;
}

.list-members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 54px;
}

.list-members .member {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.list-members .member.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-members .member .image {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  /* Grey Soft */
  background: #f3f3f3;
}

.list-members .member .image img {
  width: 30px;
  height: 30px;
  margin-top: 8px;
}

.list-members .member .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-members .member .action .image-action img {
  width: 32px;
  height: 32px;
}

.list-members .member .info {
  padding-left: 24px;
}

.list-members .member .info .name {
  font-size: 20px;
  line-height: 25px;
}

.list-members .member .info .event {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.content-name-show-person {
  padding-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 8vw;
  padding-right: 8vw;
}

.content-name-show-person .image {
  width: 94px;
  height: 94px;
  border-radius: 94px;
  display: flex;
  justify-content: center;
  vertical-align: center;
  /* Grey Soft */
  background: #E8E8E8;
}

.content-name-show-person .image img {
  width: 60px;
  height: 60px;
  margin-top: 16px;
}

.content-name-show-person .info {
  padding-left: 32px;
}

.content-name-show-person .info .name {
  font-size: 30px;
  line-height: 38px;
}

.content-name-show-person .info .identifier {
  font-size: 18px;
  line-height: 22px;
}

.content-name-show-person .info a {
  text-decoration: none;
}

.content-name-show-person .info .select {
  padding-top: 8px;
}

.content-name-show-person .info .select .fake-select-instance {
  height: 46px;
  font-size: 22px;
  color: white;
  font-family: "EquipSlabBlack";
  border-radius: 4px;
  padding-left: 16px;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
  max-width: 190px;
}

.content-name-show-person .info .select .fake-select-instance .arrows {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin-left: 140px;
}

.content-name-show-person .info .select .fake-select-instance .arrows img {
  margin: 4px;
}

.explanation {
  padding: 0 8vw;
}

.explanation .block {
  padding-top: 40px;
}

.explanation .block .title {
  font-family: "EquipSlabBlack";
  font-size: 20px;
}

.explanation .block .content {
  font-size: 20px;
  color: #BBC1C0;
  padding-top: 12px;
}

.agenda-calendar {
  padding: 24px 8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.agenda-calendar .row-titles {
  display: flex;
  flex-direction: row;
}

.agenda-calendar .row-titles .day-title {
  width: 45px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #BBC1C0;
  padding: 4px 0;
}

.agenda-calendar .row {
  display: flex;
  flex-direction: row;
}

.agenda-calendar .row .day {
  width: 45px;
  height: 30px;
  text-align: center;
  color: #616766;
  padding: 4px 0;
}

.agenda-calendar .row .day .circle {
  border-radius: 50px;
  margin: 0 4px;
  background-color: none;
  height: 28px !important;
  width: 28px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-calendar .row .day .circle.active {
  color: white;
  background-color: #0b2e13;
  font-size: 14px;
}

.agenda-calendar .row .day.current-day {
  font-family: "EquipSlabBlack";
}

.agenda-calendar .row .day .circles-group-calendar {
  margin-top: -24px;
  margin-left: -10px;
  font-size: 28px;
}

.box9-container {
  padding: 24px 8vw;
}

.agenda-container {
  padding: 0 8vw;
}

.agenda-container h3 {
  margin-top: 39px;
  color: #616766;
  font-family: "EquipSlabBlack";
  font-size: 16px;
}

.agenda-container .event {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.agenda-container .event.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agenda-container .event a {
  flex-grow: 1;
  text-decoration: none;
  color: black;
}

.agenda-container .event a .info .person {
  font-size: 20px;
}

.agenda-container .event a .info .name {
  color: #BBC1C0;
  font-size: 16px;
}

.agenda-container .event.date {
  padding-left: 8px;
}

.agenda-container .event .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-container .event .action .image-action img {
  width: 32px;
  height: 32px;
}

input {
  font-family: "EquipSlabLight";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  color: #BBC1C0;
}

input:-ms-input-placeholder {
  color: #BBC1C0;
}

input::-ms-input-placeholder {
  color: #BBC1C0;
}

input::placeholder {
  color: #BBC1C0;
}

input:focus {
  -webkit-appearance: none;
  outline: none;
  outline-width: 0;
}

input:focus-visible {
  -webkit-appearance: none;
  outline: none;
  outline-width: 0;
}

textarea:focus {
  -webkit-appearance: none;
  outline: none;
  outline-width: 0;
}

textarea:focus-visible {
  -webkit-appearance: none;
  outline: none;
  outline-width: 0;
}

.custom-input {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 18px;
  width: 100%;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.select2-custom-big {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 12px;
  width: 100% !important;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "EquipSlabBlack";
  font-size: 30px;
}

.select2 {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 18px;
  width: 100% !important;
  font-size: 20px;
  margin-bottom: 8px;
}

.box_select_container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.select2-selection.select2-selection--single {
  border: 0 !important;
}

.select2-selection__arrow {
  padding-top: 42px;
  padding-right: 16px;
}

.form-add-person {
  padding: 0 8vw;
}

.container-add-event {
  padding: 0 8vw;
}

.input-textarea {
  width: 100%;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  height: 250px;
  padding: 24px;
  font-size: 20px;
  font-family: "EquipSlabLight";
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.input-textarea::-moz-placeholder {
  color: #BBC1C0;
}

textarea.input-textarea:-ms-input-placeholder {
  color: #BBC1C0;
}

textarea.input-textarea::-ms-input-placeholder {
  color: #BBC1C0;
}

textarea.input-textarea::placeholder {
  color: #BBC1C0;
}

.select-emoji,
.select-box {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: center;
}

.input-date {
  font-size: 16px !important;
}

.input-date-custom {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 24px 12px;
}

.input-date-custom .text1 {
  padding-left: 12px;
  font-size: 20px;
  color: #BBC1C0;
}

.input-date-custom .text2 {
  padding-left: 4px;
  font-size: 20px;
}

.input-date-custom .text2 input {
  border: 0;
  font-size: 20px;
}

.box_image {
  font-size: 20px;
  font-family: "EquipSlabBlack";
}

.emoji-container-select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.emoji-container-select .emoji-text {
  font-size: 20px;
  color: #BBC1C0;
  padding-right: 16px;
}

.emoji-container-select img {
  height: 25px;
}

.no_events_agenda {
  text-align: center;
  padding-top: 32px;
  font-family: "EquipSlabLight";
  font-size: 22px;
  color: #BBC1C0;
}

.no_events_agenda img {
  width: 32px;
  height: 32px;
}

.people-box-container {
  padding: 0 8vw;
}

.people-box-container .title {
  display: flex;
  flex-display: row;
  margin-top: 24px;
}

.people-box-container .title .text {
  flex-grow: 1;
  font-size: 20px;
  font-family: "EquipSlabBlack";
  padding-top: 4px;
}

.people-box-container .title .image img {
  width: 30px;
  height: 30px;
}

.box-no-results {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  height: 300px;
  font-size: 24px;
  font-family: "EquipSlabLight";
}

.box-no-results h4 {
  font-family: "EquipSlabLight";
}

.teams-container {
  padding: 24px 8vw;
}

.teams-container .team {
  display: flex;
  flex-direction: row;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.teams-container .team .image {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  /* Grey Soft */
  background: #f3f3f3;
}

.teams-container .team .image img {
  width: 30px;
  height: 30px;
  margin-top: 8px;
}

.teams-container .team .info {
  padding-left: 12px;
  flex-grow: 1;
}

.teams-container .team .info .team-name {
  color: #2F3232;
  font-size: 20px;
}

.teams-container .team .info .team-people {
  color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.teams-container .team .info .team-people-nopersons {
  color: #FF6E6E;
}

.teams-container .team .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teams-container .team .action .image-action img {
  width: 32px;
  height: 32px;
}

.teams-container .team .action .more-than-1-image {
  display: flex;
  flex-direction: row;
}

.hidden {
  display: none !important;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-container .modal-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.modal-container .modal-center .modal-content {
  background-color: white;
  border-radius: 4px;
  width: 75vw;
  padding: 16px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-family: "EquipSlabLight";
}

.modal-container .modal-center .modal-content .modal-only-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-container .modal-center .modal-content .modal-only-buttons a {
  color: black;
  margin: 8px;
}

.modal-container .modal-center .modal-content .title-modal {
  padding-top: 36px;
}

.modal-container .modal-center .modal-content .buttons-modal {
  padding-top: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.modal-container .modal-center .modal-content .buttons-modal a {
  text-decoration: none;
  color: black;
}

.modal-container .modal-center .modal-content .buttons-modal .btn-modal {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 16px 48px;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: white !important;
  padding: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 12px;
}

.filters-rrhh {
  padding: 0 8vw;
}

.filters-rrhh .select2-selection--multiple {
  border: 0 !important;
}

.filters-rrhh .select2-container--default.select2-container--focus.select2-selection--multiple {
  border: 0 !important;
}

.navbar-bottom {
  background: #E8E8E8;
  /* Grey Soft */
  border-top: 1px solid #E8E8E8;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  bottom: 8%;
  left: 0;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Style the links inside the navigation bar */

.navbar-bottom a {
  float: left;
  display: block;
  color: #D4D4D4;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 17px;
  display: flex;
  flex-direction: column;
}

.navbar-bottom a div.image img {
  width: 36px;
  height: 36px;
  -webkit-filter: brightness(2.2);
          filter: brightness(2.2);
}

/* Change the color of links on hover */

/* Add a color to the active/current link */

.navbar-bottom a.active {
  color: #616766;
}

.navbar-bottom a.active div.image img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.button-container-modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.button-settings-transparent {
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
  width: 300px;
  text-decoration: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
}

.button-settings-transparent img {
  width: 14px;
  height: 14px;
  margin-right: 14px;
}

.button-settings-transparent.grey {
  background-color: #F2F2F2;
}

.save-button-form-event {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  padding-top: 4px;
}

.action-row {
  flex-direction: row;
  display: flex;
  cursor: pointer;
}

.title-event-done {
  font-size: 20px;
  line-height: 25px;
  color: #BBC1C0;
}

.text-event-done {
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 25px;
}

.inline-event-done {
  display: flex;
  flex-direction: row;
}

.inline-event-done .text-event-done {
  margin-left: 8px;
  padding-top: 0 !important;
}

.event-done-row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #F2F2F2;
}

.event-done-row .text-event-done {
  padding-top: 8px;
}

.image-event-done {
  margin-right: 8px;
}

.tutorial-row-video {
  padding-top: 22px;
  padding-top: 22px;
}

.tutorial-row-video .tutorial-title {
  font-style: normal;
  font-family: "EquipSlabBlack";
  font-size: 16px;
  line-height: 21px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 31px;
}

.tutorial-row-video .video-tutorial-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tutorial-row-video .video-tutorial-wrapper video {
  width: 90%;
}

#search-no-results {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 76px;
}

#search-no-results .no-results-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#search-no-results .no-results-image img {
  width: 42px;
}

#search-no-results .no-results-text {
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Equip Slab";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}

.custom-input-search {
  padding-left: 35px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.input-search-icon {
  padding-left: 8vw;
  padding-right: 8vw;
}

.input-search-icon .icon-input {
  position: absolute;
  margin-top: 35px;
  margin-left: 3px;
}

#search-results {
  padding-left: 8vw;
  padding-right: 8vw;
}

textarea:focus,
input:focus {
  outline: none;
}

.select2-selection__rendered {
  border: 0 !important;
}

span.select2-selection.select2-selection--single {
  outline: none;
}

.wrapper-gamification {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 8px;
}

.wrapper-gamification .gamification-item {
  width: 22px;
  height: 22px;
  border-radius: 13px;
  background-color: #3AD6C5;
  text-align: center;
  margin: 2px;
  margin-right: 8px;
  color: white;
}

.wrapper-gamification .gamification-item.item-big {
  font-family: "EquipSlabBlack";
  font-size: 20px;
  width: 30px;
  height: 30px;
}

.wrapper-gamification .gamification-item.item-deactivated {
  opacity: 0.4;
}

.title-gamification {
  font-size: 16px;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 4px;
}

.clickable {
  cursor: pointer;
}

.agenda-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.agenda-title .img-container {
  padding-top: 34px;
}

.agenda-title .img-container img {
  width: 25px;
  height: 25px;
}

.title-team-talent-dedication {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 44px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.container-gamification {
  padding-left: 8vw;
  padding-right: 8vw;
}

.container-gamification .borders-gamification {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container-gamification .borders-gamification .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input-group-eye {
  display: flex;
  flex-direction: row;
}

.input-group-eye .eye {
  position: absolute;
  right: 9vw;
  margin-top: 22px;
}

.input-group-eye .eye img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.reset-password {
  text-align: center;
}

.reset-password a {
  color: black;
}

.select-time {
  border: 0;
  font-size: 20px;
  margin-left: 12px;
  padding: 4px;
  font-family: "EquipSlabBlack";
}

