@charset "UTF-8";
:root {
  --primary-color: #f7bc13;
  --secondary-color: #dd5d00;
  --red-color: #e11a26;
  --green-color: #69c789;
  --blue-color: #293858;
  --bluelight-color: #2196f3;
  --yellow-color: #f7bc13;
  --inactive-red-color: #b72626cc;
  --inactive-green-color: #69c789cc;
  --inactive-blue-color: #293858cc;
  --inactive-bluelight-color: #2196f3cc;
  --inactive-yellow-color: #f7bc13cc;
  --inactive-primary-color: #f7bc13cc;
  --inactive-secondary-color: #dd5d00cc;
}

/* NEW STYLES POLARCHART GRAPHIC*/
.rcs-hero {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.rcs-hero .hero-background {
  pointer-events: none;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rcs-hero .rcs-hero-body {
  color: #ffffff;
  padding: 6rem 3rem;
}
.rcs-hero .rcs-hero-body.with-bakground-image {
  padding: 0;
}
.rcs-hero .rcs-hero-body.with-bakground-image picture .background-image {
  width: 100%;
  object-fit: cover;
  min-height: 25rem;
}
.rcs-hero .hero-text-over {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.rcs-hero .rcs-hero-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
}
.rcs-hero .rcs-hero-description {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  letter-spacing: 0.3px;
  text-align: center;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 480px) {
  .rcs-hero .rcs-hero-body {
    padding: 7rem 4rem;
  }
  .rcs-hero .rcs-hero-title {
    font-size: 1.6rem;
  }
  .rcs-hero .rcs-hero-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .rcs-hero .rcs-hero-body {
    padding: 8rem;
  }
  .rcs-hero .rcs-hero-title {
    font-size: 1.8rem;
  }
  .rcs-hero .rcs-hero-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
/* Large devices (laptops/desktops, 960px and up) */
@media screen and (min-width: 992px) {
  .rcs-hero .rcs-hero-body {
    padding: 9rem 6rem;
  }
  .rcs-hero .rcs-hero-title {
    font-size: 2.2rem;
  }
  .rcs-hero .rcs-hero-description {
    font-size: 1.6rem;
  }
}
/* Extra large devices (large laptops and desktops, 1280px and up) */
@media screen and (min-width: 1200px) {
  .rcs-hero .rcs-hero-body {
    padding: 10rem 7rem;
  }
  .rcs-hero .rcs-hero-body.with-bakground-image picture .background-image {
    min-height: 20rem;
  }
  .rcs-hero .rcs-hero-title {
    font-size: 2.6rem;
  }
}
/* Extra large devices 2x (1280px and up) */
/* Extra large devices 2x (1280px and up) */
/* Extra large devices 2x (1280px and up) */
.floating-button {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 2rem;
  margin-left: 2rem;
  z-index: 100;
}
.floating-button button {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.progress {
  position: absolute;
  height: 160px;
  width: 160px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -80px;
}
.progress .progress-circle {
  transform: rotate(-90deg);
  margin-top: -40px;
}
.progress .progress-circle .progress-circle-back {
  fill: none;
  stroke: #d2d2d2;
  stroke-width: 10px;
}
.progress .progress-circle .progress-circle-prog {
  fill: none;
  stroke: var(--secondary-color);
  stroke-width: 10px;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0px;
  transition: stroke-dasharray 0.7s linear 0s;
}
.progress .progress-text {
  width: 100%;
  position: absolute;
  top: 45%;
  text-align: center;
  font-size: 2em;
}

.base-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.base-checkbox-group .base-checkbox {
  position: relative;
}
.base-checkbox-group .base-checkbox label {
  vertical-align: text-bottom;
}
.base-checkbox-group .base-checkbox label:focus, .base-checkbox-group .base-checkbox label:hover {
  cursor: pointer;
}
.base-checkbox-group .base-checkbox label input {
  -webkit-appearance: none;
  width: 16px !important;
  height: 16px;
  border: 2px solid hsl(0, 0%, 45%);
  border-radius: 3px;
  vertical-align: sub;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: #fff;
}
.base-checkbox-group .base-checkbox label input:checked {
  background-color: #f06320;
  border-color: #f06320;
}
.base-checkbox-group .base-checkbox label input:checked + span {
  color: #212c4a;
}
.base-checkbox-group .base-checkbox label input:checked:focus, .base-checkbox-group .base-checkbox label input:checked:hover {
  box-shadow: 0 0 0 3px hsl(0, 0%, 85%);
  border-color: #f06320;
}
.base-checkbox-group .base-checkbox label input:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.base-checkbox-group .base-checkbox label input:focus, .base-checkbox-group .base-checkbox label input:hover {
  box-shadow: 0 0 0 3px hsl(0, 0%, 85%);
  border-color: hsl(0, 0%, 50%);
  cursor: pointer;
}
.base-checkbox-group .base-checkbox label span {
  margin-left: 1.5rem;
  font-size: 14px;
}

.base-control-select.input-success a.base-select-button span.basic-icon {
  color: #69c789;
}
.base-control-select.input-error a.base-select-button span.basic-icon {
  color: #b72626;
}
.base-control-select .base-select {
  display: inline-flex;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 95%;
}
.base-control-select .base-select a.base-select-button {
  align-items: center;
  display: flex;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  color: #363636;
  cursor: pointer;
  height: 100%;
  justify-content: space-between;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
}
.base-control-select .base-select a.base-select-button.rcs-disabled {
  background-color: whitesmoke;
  pointer-events: none;
}
.base-control-select .base-select a.base-select-button:hover {
  border-color: #adadad;
}
.base-control-select .base-select a.base-select-button:focus-visible {
  outline: 0;
}
.base-control-select .base-select .base-select-menu {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  text-align: left;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 10rem;
  font-size: 1rem;
  max-height: 26.5rem;
  z-index: 1000;
}
.base-control-select .base-select .base-select-menu .base-select-content {
  position: relative;
  max-height: 25rem;
  overflow-y: auto;
}
.base-control-select .base-select .base-select-menu .base-select-content .searchable {
  padding: 0.5rem 1rem;
}
.base-control-select .base-select .base-select-menu .base-select-content .base-select-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  cursor: pointer;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  line-height: 1.5;
  background-color: transparent;
  border: 0;
}
.base-control-select .base-select .base-select-menu .base-select-content .base-select-item.item-hover, .base-control-select .base-select .base-select-menu .base-select-content .base-select-item:hover {
  background-color: #f5f5f5;
}

.select-with-input > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.sort-buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.sort-buttons .sort-buttons-item {
  width: 100%;
}
.sort-buttons .sort-buttons-item label {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background: #F1F3F9;
  border: 1px solid #E9EBEE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sort-buttons .sort-buttons-item label:hover {
  background: #d5dffc;
}
.sort-buttons .sort-buttons-item label.checked {
  background: #212c4a;
  color: #fff;
}
.sort-buttons .sort-buttons-item label.checked .icon {
  color: #fff;
}
.sort-buttons .sort-buttons-item label.checked .template-string > p {
  color: #fff;
}
.sort-buttons .sort-buttons-item label input[type=radio] {
  display: none;
}

.drop-zone-upload {
  width: 100%;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  cursor: pointer;
  /* cursor: pointer; */
  padding: 1.5rem;
  border: 2px dashed #adadad;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
.drop-zone-upload.dragging {
  border: 2px solid #333;
  background-color: #ccc;
}
.drop-zone-upload .drop-zone-upload__hidden-input {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 100%;
}

.swipe-right-enter-active,
.swipe-right-leave-active {
  transition: opacity 300ms ease-in-out, transform 300ms ease;
}

.swipe-right-enter-active {
  transition-delay: 300ms;
}

.swipe-right-enter {
  opacity: 0;
  transform: translateX(300px);
}

.swipe-right-enter-to {
  opacity: 1;
  transform: translateX(0px);
}

.swipe-right-leave {
  opacity: 1;
  transform: translateX(0px);
}

.swipe-right-leave-to {
  opacity: 0;
  transform: translateX(300px);
}

.transition__slide-enter-active, .transition__slide-leave-active {
  transition: transform 0.2s ease;
}
.transition__slide-enter, .transition__slide-leave-to {
  transform: translateX(-100%);
  transition: all 150ms ease-in 0s;
}

.transition__fade-enter-active, .transition__fade-leave-active {
  transition: opacity 300ms ease-in-out;
}
.transition__fade-enter, .transition__fade-leave-to {
  opacity: 0;
}

@keyframes grow-down {
  0% {
    transform-origin: top center;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top center;
    transform: scaleY(1);
  }
}
.grow-down-enter-active {
  animation: grow-down 200ms ease-in-out;
}

.grow-down-leave-active {
  animation: grow-down 200ms ease-in-out reverse;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

p {
  margin: 0;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader-icon {
  animation: spin 1s linear infinite;
}

.custom-select {
  position: relative;
}
.custom-select button {
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  padding: 8px 16px;
  font-weight: normal;
  color: #444;
  width: 100%;
  text-align: left;
  position: relative;
  outline: none;
  background: rgba(247, 247, 247, 0.4666666667);
  border-radius: 4px;
}
.custom-select button:after {
  display: inline-block;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 16px;
  top: 16px;
}
.custom-select .custom-select-list {
  margin-top: 4px;
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background: white;
}
.custom-select .custom-select-list input {
  width: calc(100% - 16px);
  padding: 5px 10px;
  color: #888;
  box-sizing: border-box;
  font-weight: normal;
  margin: 8px;
  box-shadow: none;
  border: 1px solid #ccc !important;
  background: white;
}
.custom-select .custom-select-list.open {
  display: block;
  z-index: 999;
}
.custom-select ul {
  max-height: 150px;
  width: 100%;
  overflow: auto;
  margin: 0;
}
.custom-select ul li {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background: white;
}
.custom-select ul li:hover {
  background: #eee;
}
.custom-select ul li.current_option {
  background: #eee;
}

.multi-input label {
  white-space: inherit !important;
  height: fit-content;
  display: block;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 0px 5px;
  border-radius: 4px;
  min-height: 38px;
}
.multi-input label ul {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  padding: 4px 4px 0 0px;
}
.multi-input label ul li {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  list-style: none;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.multi-input label ul input {
  flex: auto;
  border: none;
  outline-width: 0;
}

.postulant-row .sticky-cell .cell div.check.check-portal {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.postulant-row .sticky-cell .cell .postulant-name-initial {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: var(--primary-color);
  color: white;
  font-size: 1.1rem;
}
.postulant-row .sticky-cell .cell .postulant-history {
  background: #F1F3F9;
  border: 1px solid #D3D5DB;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  padding: 0.2rem;
  position: relative;
  width: 100%;
}
.postulant-row .sticky-cell .cell .postulant-history.tooltip .history-tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #171f34;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 14rem;
  transform: translate(20%, -25%);
}
.postulant-row .sticky-cell .cell .postulant-history.tooltip:hover .history-tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms;
}
.postulant-row .sticky-cell .cell .postulant-history .history-text {
  font-weight: bold;
  font-size: 0.8rem;
  color: #222f54;
}
.postulant-row .sticky-cell .cell .postulant-history .history-icon {
  min-width: 0.8rem;
  color: #222f54;
}
.postulant-row .sticky-cell .cell .postulant-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
.postulant-row .sticky-cell .cell div.name-alt {
  width: 140px;
  flex-flow: column;
  align-items: flex-start !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.postulant-row .sticky-cell .cell div.name-alt .favourite-button {
  margin: 4px 0 5px 4px;
  cursor: pointer;
  padding-bottom: 2px;
}
.postulant-row .sticky-cell .cell div.name-alt .test-dropdown {
  width: 225px;
  color: #222F54;
  font-weight: 700;
}
.postulant-row .sticky-cell .cell div.name-alt .test-dropdown .test-results {
  display: flex;
  justify-content: unset !important;
}
.postulant-row .sticky-cell .cell div.name-alt .test-dropdown .test-item {
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.postulant-row .sticky-cell .cell div.name-alt .icon-item {
  margin: 4px 0 5px 4px;
  cursor: pointer;
  padding-bottom: 2px;
}
.postulant-row .sticky-cell .cell div.name-alt .thankful-message {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.postulant-row .sticky-cell .cell div.name-alt .thankful-message.initial {
  cursor: pointer;
}
.postulant-row .filter-question-info {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.postulant-row .filter-question-info__content {
  height: 100%;
}
.postulant-row .filter-question-info__content .answer_summary {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.postulant-row .filter-question-info__content .answer_summary h4 {
  line-height: 13px;
}
.postulant-row .filter-question-info__content .answer_summary button {
  width: 117px;
  height: 32px;
  background: #F06320;
  border-radius: 4px;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  outline: inherit;
}
.postulant-row .files .dropdown-trigger {
  color: #888;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  background: #eee;
}
.postulant-row .files .postulant-files .dropdown-item {
  cursor: unset;
}
.postulant-row .files .postulant-files .dropdown-item i {
  cursor: pointer;
}
.postulant-row .files .postulant-files .postulant-files-actions {
  display: flex;
  width: 55px;
  justify-content: space-between;
  align-items: center;
}
.postulant-row .files .postulant-files .postulant-files-actions .traffic-light {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.postulant-row .files .postulant-files .postulant-files-actions .traffic-light.traffic-unreviewed {
  background: #F1F3F9;
  border: 1px solid #D3D5DB;
}
.postulant-row .files .postulant-files .postulant-files-actions .traffic-light.traffic-ok {
  background: var(--green-color);
}
.postulant-row .files .postulant-files .postulant-files-actions .traffic-light.traffic-ne {
  background: var(--red-color);
}
.postulant-row .files .postulant-files .postulant-files-actions .traffic-light.traffic-cc {
  background: var(--yellow-color);
}
.postulant-row .files .postulant-files .postulant-files-actions i:hover {
  color: var(--yellow-color);
}
.postulant-row .files .postulant-files .postulant-file-item {
  padding: 7px 0 7px 10px;
  border-bottom: 1px solid #ddd;
  overflow-wrap: anywhere;
}
.postulant-row .files .postulant-files .postulant-file-item i:hover {
  color: var(--red-color);
}
.postulant-row .phase {
  width: 8.8rem;
}
.postulant-row .state .edit-observe {
  position: absolute;
  bottom: 0.5rem;
}
.postulant-row .state .edit-observe .btn-edit-reason {
  display: flex;
  cursor: pointer;
}
.postulant-row .state .edit-observe .btn-edit-reason > img.plus-icon {
  margin-right: 0.3rem;
}
.postulant-row .state .edit-observe .btn-edit-reason > p.basic-subtitle {
  font-size: 0.7rem;
}

.toggle-input input[type=checkbox] {
  display: none;
}
.toggle-input label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #6d768d;
  display: block;
  border-radius: 24px;
  position: relative;
}
.toggle-input label:after {
  content: "";
  position: absolute;
  top: 3.35px;
  left: 5px;
  width: 13.3px;
  height: 13.3px;
  background: #fff;
  border-radius: 28px;
  transition: 0.3s;
}
.toggle-input input:checked + .background--primary {
  background: #222f54;
}
.toggle-input input:checked + .background--secondary {
  background: #f06320;
}
.toggle-input input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-input label:active:after {
  width: 18px;
}
.toggle-input.disabled label {
  cursor: not-allowed;
}
.toggle-input.disabled label:active:after {
  width: 13.3px;
}

.collapsable {
  background-color: var(--collapsable-background, #fff);
  border-radius: 8px;
  margin-bottom: 1rem;
}
.collapsable--outline {
  border: 1px solid #e9ebee;
}
.collapsable__header {
  padding: 1rem 1.5rem;
}
.collapsable__body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.collapsable__extra_info {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.collapsable--card {
  border: 1px solid #6f7689;
  border-radius: 4px;
}
.collapsable--card .collapsable__body {
  background-color: unset;
}
.collapsable--card .collapsable__header {
  background-color: #e7e9f1;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: -2px;
}
.collapsable--card + .collapsable--card {
  margin-top: 1rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown__body {
  display: none;
  left: 0;
  padding: 4px 0;
  min-width: 190px;
  position: absolute;
  top: 100%;
  z-index: 20;
  left: 0;
  transform: translateX(-50%);
  margin-left: 25%;
}
.dropdown__body--active {
  display: block;
}
.dropdown__content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown__item {
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.dropdown__item:hover {
  background-color: #e7e9f1;
}
.dropdown__divider {
  background-color: #eeeeee;
  border: none;
  display: block;
  height: 1px;
  margin: 0;
}
.dropdown--tail .dropdown__content::after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
}
.dropdown--tail.dropdown--top-right .dropdown__body {
  margin: 0 0 10px -10px;
}
.dropdown--md .dropdown__body {
  min-width: 16.25rem;
  max-width: 100%;
}
.dropdown--lg .dropdown__body {
  min-width: 22.5rem;
  max-width: 100%;
}
.dropdown--bottom-left .dropdown__body {
  left: auto;
  right: 0;
  transform: unset;
}
.dropdown--bottom-right .dropdown__body {
  right: auto;
  left: 0;
  transform: unset;
}
.dropdown--top-right .dropdown__body {
  right: auto;
  left: 0;
  bottom: 100%;
  top: unset;
  transform: unset;
}
.dropdown--top-right .dropdown__content::after {
  border-color: #f06320 transparent transparent transparent;
  margin: 0 0 0 8px;
  top: calc(100% - 4px);
  left: 0;
}
.dropdown--top-left .dropdown__body {
  left: auto;
  right: 0;
  bottom: 100%;
  top: unset;
  transform: unset;
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
}
.tooltip .slot-container {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.tooltip .container-wrap-texts {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.tooltip .container-wrap-texts .tooltiptext {
  visibility: hidden;
  box-shadow: 0px 2px 12px rgba(34, 47, 84, 0.08);
  text-align: center;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  position: absolute;
  z-index: 2000;
  font-size: 12px;
  line-height: 18px;
  transition: all 0.15s ease-in-out;
}
.tooltip .container-wrap-texts .tooltiptext.light-grey {
  background-color: #fff;
  color: #6d768d;
}
.tooltip .container-wrap-texts .tooltiptext.primary {
  background-color: #212c4a;
  color: #fff;
}
.tooltip .container-wrap-texts .tooltiptext.fit {
  width: auto;
  white-space: nowrap;
}
.tooltip .container-wrap-texts .tooltiptext.small {
  width: 120px;
}
.tooltip .container-wrap-texts .tooltiptext.medium {
  width: 220px;
}
.tooltip .container-wrap-texts .tooltiptext.large {
  width: 320px;
}
.tooltip .container-wrap-texts .tooltiptext.top-start {
  bottom: 130%;
  left: 50%;
  transform: translate(-7%, 0.4rem);
}
.tooltip .container-wrap-texts .tooltiptext.top-end {
  bottom: 130%;
  left: 80%;
  transform: translate(-90%, 0.4rem);
}
.tooltip .container-wrap-texts .tooltiptext.top {
  transform: translate(-50%, 0.4rem);
  bottom: 150%;
  left: 50%;
}
.tooltip .container-wrap-texts .tooltiptext.right {
  transform: translate(0, -25%);
}
.tooltip .container-wrap-texts .tooltiptext.bottom {
  top: 150%;
  left: 50%;
  transform: translate(-50%, -0.4rem);
}
.tooltip .container-wrap-texts .tooltiptext.left {
  transform: translate(-100%, -25%);
  left: 0;
}
.tooltip:hover .tooltiptext.top-start {
  visibility: visible;
  transform: translate(-7%, 0);
}
.tooltip:hover .tooltiptext.top-end {
  visibility: visible;
  transform: translate(-90%, 0);
}
.tooltip:hover .tooltiptext.top {
  visibility: visible;
  transform: translate(-50%, 0);
}
.tooltip:hover .tooltiptext.bottom {
  visibility: visible;
  transform: translate(-50%, 0);
}
.tooltip:hover .tooltiptext.right {
  visibility: visible;
  transform: translate(0.5rem, -25%);
}
.tooltip:hover .tooltiptext.left {
  visibility: visible;
  transform: translate(-102%, -25%);
}

.dropdown-container {
  position: relative;
}
.dropdown-container .dropdown-toogle {
  display: flex;
  gap: 0.4rem;
  cursor: pointer;
}
.dropdown-container .dropdown-toogle .angle-btn-gray {
  width: 25px;
  filter: invert(45%) sepia(4%) saturate(1717%) hue-rotate(186deg) brightness(100%) contrast(94%);
}
.dropdown-container .dropdown-toogle .angle-btn {
  width: 25px;
}
.dropdown-container .dropdown-content {
  position: absolute;
  z-index: 1000;
  display: block;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
  top: 100%;
  right: 0;
}
.dropdown-container .dropdown-content.small {
  min-width: 8.75rem;
}
.dropdown-container .dropdown-content.medium {
  min-width: 12rem;
}
.dropdown-container .dropdown-content.long {
  min-width: 17.625rem;
}

.box-requirements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 125px;
  margin-right: 0px;
  margin-left: 0.4em;
  padding: 0.25rem 0.25rem 0.25rem 0.6rem;
}

.box-general-requirements {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 2.5rem;
}
.box-general-requirements .text-requirements {
  font-weight: 700;
  color: #6D768D;
}

/* Requirements options , phone filter OPTIONS */
.options-requirement {
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  padding: 0rem 1rem 0rem 1rem;
}
.options-requirement .text-description {
  color: #6D768D;
  font-weight: 500;
}
.options-requirement .text-description .text-exclusive {
  color: #F06320;
}
.options-requirement .box-check {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.options-requirement .box-check label input {
  display: none;
}
.options-requirement .box-check .check-ok {
  justify-content: center;
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #D3D5DB;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
}
.options-requirement .box-check .check-ok::after {
  content: url("../images/icons/icon-check-grey.svg");
  border-radius: 50%;
  position: relative;
}
.options-requirement .box-check .check-ok:hover {
  background: #E6F6EA;
  border: 1px solid #4EBC66;
}
.options-requirement .box-check .check-ok:hover::after {
  content: url("../images/icons/icon-check-green.svg");
}
.options-requirement .box-check .check-ok.active {
  content: url("../images/icons/icon-check-white.svg");
  padding: 5px;
  position: relative;
  background: #4EBC66;
}
.options-requirement .box-check .check-ok.active:hover {
  background: rgba(78, 188, 102, 0.7764705882);
}
.options-requirement .box-check .check-close {
  justify-content: center;
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #D3D5DB;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
}
.options-requirement .box-check .check-close::after {
  content: url("../images/icons/icon-close-grey.svg");
  border-radius: 50%;
  position: relative;
}
.options-requirement .box-check .check-close:hover {
  border: 1px solid #E22828;
  background: #FCE5E5;
}
.options-requirement .box-check .check-close:hover::after {
  content: url("../images/icons/icon-close-red.svg");
}
.options-requirement .box-check .check-close.active {
  content: url("../images/icons/icon-close-white.svg");
  padding: 5px;
  position: relative;
  background: #E22828;
}
.options-requirement .box-check .check-close.active:hover {
  background: rgba(226, 40, 40, 0.7490196078);
}

.requirements-postulant {
  width: 25.63rem;
  left: 0.5rem;
  z-index: 600;
}
.requirements-postulant .box-title-requirement {
  background: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  padding: 0.875rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #E4E6EA;
}
.requirements-postulant .box-title-requirement .bold-text {
  font-weight: 700;
  font-size: 16px;
  color: #222F54;
  text-align: left;
}
.requirements-postulant .dropdown-requirements {
  height: 18.5625rem;
  overflow: auto;
  background: #fff;
  border-left: 1px solid #E4E6EA;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar {
  -webkit-appearance: none;
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar:vertical {
  width: 10px;
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar-button:increment,
.requirements-postulant .dropdown-requirements::-webkit-scrollbar-button {
  display: none;
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar:horizontal {
  height: 10px;
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar-thumb {
  background-color: #D3D5DB;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.requirements-postulant .dropdown-requirements::-webkit-scrollbar-track {
  border-radius: 10px;
}
.requirements-postulant .requirements-general {
  text-align: start;
}
.requirements-postulant .requirements-general .tittle-padding {
  padding: 0.875rem 0rem 0rem 1rem;
}
.requirements-postulant .requirements-general .line-bottom {
  margin: 0;
}
.requirements-postulant .requirements-general .bold-text {
  color: #222F54;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
.requirements-postulant .requirements-general .requirements-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: auto;
  margin-top: 0.5rem;
}
.requirements-postulant .requirements-general .requirements-content .margin-requirement {
  margin-top: 0.5rem;
}
.requirements-postulant .requirements-general .requirements-content .box-check-requirement {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.requirements-postulant .requirements-general .requirements-content .box-check-requirement .check-box {
  width: 17px;
  border: 1px solid #6D768D;
  height: 13px;
  border-radius: 2px;
}
.requirements-postulant .requirements-general .requirements-content .margin-bottom-r {
  margin-bottom: 2.5rem;
}
.requirements-postulant .requirements-general .requirements-content .box-requirement {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-left: 1.5rem;
}
.requirements-postulant .requirements-general .requirements-content .box-requirement .checkbox-option {
  display: flex;
  gap: 0.5rem;
}
.requirements-postulant .requirements-general .requirements-content .box-requirement .checkbox-option .bold-text-option {
  color: #222F54;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.requirements-postulant .bottom-comment {
  width: 100%;
  background: #F1F3F9;
  padding: 0.5rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.requirements-postulant .bottom-comment .input-comment {
  border: 1px solid #D3D5DB;
  border-radius: 4px;
  height: 2.5rem;
  padding: 0.625rem 2.5rem 0.625rem 0.875rem !important;
  text-align: left !important;
  width: 100%;
}
.requirements-postulant .bottom-comment input:focus {
  outline: none;
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.requirements-postulant .bottom-comment img {
  position: absolute;
  margin-right: 0.875rem;
  cursor: pointer;
}
.requirements-postulant .bottom-comment .base-button-container {
  position: absolute;
  margin-right: 0.875rem;
}
.requirements-postulant .bottom-comment .base-button-container .base-button {
  height: 8px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #6D768D;
  cursor: auto;
}

.filters.filter-question {
  text-align: start;
}
.filters.filter-question .filter-question-content {
  padding: 1rem;
}
.filters.filter-question .filter-question-content .sort-filters {
  color: #6d768d;
  margin: 0.5rem 0;
}
.filters.filter-question .filter-question-content .filter-select-percent {
  margin-top: 0.5rem;
}
.filters.filter-question .filter-question-content .filter-select-percent.inline-style {
  display: flex;
  justify-content: space-between;
}
.filters.filter-question .filter-question-content .filter-select-percent.inline-style .input-select {
  width: 48%;
}
.filters.filter-question .filter-question-content .filter-select-percent.inline-style .select-not-range {
  width: 48%;
}
.filters.filter-question .filter-question-content .filter-select-percent .input-select {
  color: #6d768d;
}
.filters.filter-question .filter-question-content .filter-select-percent .select-range {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.filters.filter-question .filter-question-content .filter-select-percent .select-range p {
  margin: 0 5px;
}
.filters.filter-question .filter-question-status {
  border-top: 1px solid #e9ebee;
  padding: 1rem;
}
.filters.filter-question .filter-question-events {
  border-top: 1px solid #e9ebee;
  padding: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.filters.filter-question .filter-question-events .text-action {
  cursor: pointer;
}
.filters.filter-question .filter-question-events .btn {
  background: #F06320;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.filters.filter-question .input-text {
  background-color: #fff;
  border-radius: 4px;
  color: #6D768D;
  border: 1px solid #d3d5db;
  max-width: 100%;
  width: 100%;
  align-items: center;
  font-size: 14px;
  height: 40px;
  justify-content: flex-start;
  line-height: 20px;
  padding: 10px 12px;
  -webkit-appearance: none;
  outline: none;
}
.filters.filter-question .input-text:focus {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.alert-component {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.alert-component.gray {
  border-color: #6D768D;
  background: #F1F3F9;
  color: #6D768D;
}
.alert-component.green {
  border-color: #4EBC66;
  background: #E6F6EA;
  color: #4EBC66;
}
.alert-component.primary {
  border-color: #171F34;
  background: #E4E6EA;
  color: #171F34;
}
.alert-component.yellow {
  border-color: #D69A00;
  background: #F9F1DB;
  color: #D69A00;
}

.project-state-tag {
  align-items: center;
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.5rem;
}
.project-state-tag .dot {
  height: 0.7rem;
  width: 0.7rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.project-state-tag.abierto {
  background-color: #e6f6ea;
  border: 1px solid #4ebc66;
  color: #4ebc66;
}
.project-state-tag.abierto .dot {
  background-color: #4ebc66;
}
.project-state-tag.cerrado {
  background-color: #fce5e5;
  border: 1px solid #e22828;
  color: #e22828;
}
.project-state-tag.cerrado .dot {
  background-color: #e22828;
}
.project-state-tag.en-aprobación {
  background-color: #f9f1db;
  border: 1px solid #d69a00;
  color: #d69a00;
}
.project-state-tag.en-aprobación .dot {
  background-color: #d69a00;
}
.project-state-tag.cancelado {
  background-color: #f1f3f9;
  border: 1px solid #6d768d;
  color: #6d768d;
}
.project-state-tag.cancelado .dot {
  background-color: #6d768d;
}

.verifications-state-tag {
  align-items: center;
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.1rem 0.5rem;
}
.verifications-state-tag .dot {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.verifications-state-tag.unreviewed .dot {
  border: 1px solid #D3D5DB;
  background-color: #f1f3f9;
}
.verifications-state-tag.ok .dot {
  background-color: #4ebc66;
}
.verifications-state-tag.cc .dot {
  background-color: #d69a00;
}
.verifications-state-tag.ne .dot {
  background-color: #e22828;
}

.postulant-state-tag {
  display: inline-flex;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.1rem 0.5rem;
}
.postulant-state-tag.back-up {
  background-color: #e9f7fc;
  border: 1px solid #26b4e0;
  color: #26b4e0;
}
.postulant-state-tag.califica {
  background-color: #e6f6ea;
  border: 1px solid #4ebc66;
  color: #4ebc66;
}
.postulant-state-tag.contratado {
  background-color: #fff1eb;
  border: 1px solid #f06320;
  color: #f06320;
}
.postulant-state-tag.no-califica {
  background-color: #fce5e5;
  border: 1px solid #e22828;
  color: #e22828;
}
.postulant-state-tag.no-interesado-desiste {
  background-color: #f9f1db;
  border: 1px solid #d69a00;
  color: #d69a00;
}
.postulant-state-tag.observado {
  background-color: #e4e6ea;
  border: 1px solid #171f34;
  color: #171f34;
}
.postulant-state-tag.off-limits {
  background-color: #e4e6f1;
  border: 1px solid #274295;
  color: #274295;
}
.postulant-state-tag.sin-estado {
  background-color: #f1f3f9;
  border: 1px solid #6d768d;
  color: #6d768d;
}

body {
  margin: 0;
}

@font-face {
  src: url("../fonts/HelveticaNeueRegular.ttf");
  font-family: HelveticaNeue;
  font-display: swap;
}
@font-face {
  src: url("../fonts/HelveticaNeueBold.ttf");
  font-family: HelveticaBold;
  font-display: swap;
}
.maintenance-page {
  background-color: #FDFDFD;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
  display: block;
}
.maintenance-page img.img.maintenance {
  max-width: 60%;
}
.maintenance-page .maintenance-header {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(34, 47, 84, 0.08);
  text-align: center;
  padding: 1rem 0;
}
.maintenance-page .maintenance-header .img {
  max-width: 10rem;
}
.maintenance-page .maintenance-body {
  text-align: center;
  padding: 3rem;
}
.maintenance-page .maintenance-body .basic-title {
  font-size: 2rem;
}
.maintenance-page .maintenance-body .basic-text {
  font-size: 1.2rem;
}
.maintenance-page .maintenance-body .notice {
  padding: 4rem 10%;
}
.maintenance-page .maintenance-body .new-features {
  padding: 3rem;
}
.maintenance-page .maintenance-body .new-features > .maintenance-cards {
  display: flex;
}
.maintenance-page .maintenance-body .new-features > .maintenance-cards > :not(:last-child) {
  margin-right: 1rem;
}
.maintenance-page .maintenance-body .new-features > .maintenance-cards .maintenance-card {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -2px rgba(34, 47, 84, 0.12);
  border-radius: 4px;
  padding: 1rem;
}
.maintenance-page .maintenance-body .new-features > .maintenance-cards .maintenance-card > img {
  margin-bottom: 1rem;
}
.maintenance-page .maintenance-footer .powered {
  text-align: center;
  font-size: 0.9em;
  color: #6f7689;
  margin-bottom: 2rem;
}
.maintenance-page .maintenance-footer .powered img {
  width: 5rem;
}

@font-face {
  src: url("../fonts/HelveticaNeueRegular.ttf");
  font-family: HelveticaNeue;
  font-display: swap;
}
@font-face {
  src: url("../fonts/HelveticaNeueBold.ttf");
  font-family: HelveticaBold;
  font-display: swap;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* EXTRAS */
* {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

html {
  background: #fcfcfc;
}

body {
  color: #666;
}

.new_style .title-section {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #222f54;
}
.new_style h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  color: #222f54;
  margin: 0;
}
.new_style h1 .title-section {
  font-size: 28px;
  line-height: 36px;
}
.new_style h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #222f54;
}
.new_style h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #222f54;
}
.new_style h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #222f54;
}
.new_style h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #222f54;
}
.new_style p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #222f54;
  margin: 0;
}
.new_style p.medium {
  font-weight: 500;
}
.new_style p.bold {
  font-weight: 700;
}
.new_style small {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #6d768d;
}
.new_style small.normal {
  font-weight: 400;
}
.new_style small.medium {
  font-weight: 500;
}
.new_style small.bold {
  font-weight: 700;
}
.new_style .text--primary {
  color: #222f54;
}
.new_style .text--secondary {
  color: #f06320;
}
.new_style .text--gray {
  color: #6d768d;
}
.new_style .text--error {
  color: #721c24;
}
.new_style .text--green {
  color: #009048;
}
.new_style .text--red {
  color: #e11a26;
}
.new_style .text--yellow {
  color: #d69a00;
}
.new_style .text--white {
  color: #fff;
}
.new_style a {
  font-size: 14px;
}
.new_style .inline-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.new_style .dot-list {
  color: #6d768d;
  margin: auto;
  vertical-align: middle;
  font-size: 5px;
  margin-right: 8px;
}
.new_style .container_wrap_texts {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.new_style .box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: none;
  margin: 0;
}
.new_style .box--blue {
  padding: 16px;
  background-color: #f1f3f9;
}
.new_style .box--orange {
  padding: 16px;
  background-color: #fff1eb;
}
.new_style .modal .modal-card-head {
  background: #fff;
  border-bottom: none;
}
.new_style .modal .modal-card-foot {
  background: #fff;
  border-top: none;
  flex-direction: column;
}
.new_style .pill {
  display: inline-block;
  border-radius: 4px;
}
.new_style .pill--orange {
  margin-bottom: 15px;
  background-color: #f06320;
  padding: 3px 8px;
}
.new_style .pill--orange h5,
.new_style .pill--orange span {
  color: #fff;
}
.new_style .pill--blue {
  padding: 4px 8px 6px 8px;
  background-color: #dde0ee;
}
.new_style .flex {
  display: flex;
}
.new_style .flex--column {
  flex-flow: column;
}
.new_style .flex--row {
  flex-flow: row;
}
.new_style .flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_style .flex--center-x {
  display: flex;
  justify-content: center;
}
.new_style .flex--center-y {
  display: flex;
  align-items: center;
}
.new_style .flex--space-between {
  justify-content: space-between;
}
.new_style .flex--space-evenly {
  justify-content: space-evenly;
}
.new_style .flex--end {
  justify-content: flex-end;
}
.new_style .flex--start {
  justify-content: flex-start;
}
.new_style .flex--xgap-1 {
  column-gap: 4px;
}
.new_style .flex--xgap-2 {
  column-gap: 8px;
}
.new_style .flex--xgap-3 {
  column-gap: 12px;
}
.new_style .flex--xgap-4 {
  column-gap: 16px;
}
.new_style .flex--xgap-5 {
  column-gap: 20px;
}
.new_style .flex--xgap-6 {
  column-gap: 24px;
}
.new_style .flex--xgap-7 {
  column-gap: 28px;
}
.new_style .flex--xgap-8 {
  column-gap: 32px;
}
.new_style .flex--xgap-9 {
  column-gap: 36px;
}
.new_style .flex--xgap-10 {
  column-gap: 40px;
}
.new_style .flex--xgap-11 {
  column-gap: 44px;
}
.new_style .flex--xgap-12 {
  column-gap: 48px;
}
.new_style .flex--auto {
  flex: auto;
}
.new_style .flex--1 {
  flex: 1;
}
.new_style .row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.new_style .column {
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.new_style .column--center-x {
  display: flex;
  justify-content: center;
}
.new_style .column--center-y {
  display: flex;
  align-items: center;
}

.pointer {
  cursor: pointer !important;
}

.button {
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.button.primary {
  background: var(--inactive-primary-color);
  color: white;
}
.button.primary:hover {
  background: var(--primary-color);
}
.button.secondary {
  background: var(--inactive-secondary-color);
  color: white;
}
.button.secondary:hover {
  background: var(--secondary-color);
}
.button.success {
  background: var(--inactive-green-color);
  color: white;
}
.button.success:hover {
  background: var(--green-color);
}
.button.error {
  background: var(--inactive-red-color);
  color: white;
}
.button.error:hover {
  background: var(--red-color);
}
.button.rounded {
  border-radius: 20px;
}
.button.action {
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  background: white;
}
.button.action .img-clock {
  position: absolute;
  bottom: 23px;
  left: 23px;
}
.button.action .img-clock.position-custom {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.button.action:hover.position-custom {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.button.action.brown-status {
  border-color: #B58200;
}
.button.action.brown-status:hover {
  background: #B58200;
  color: white;
  border: #B58200;
}
.button.action.blue-status:hover {
  background: var(--primary-color);
  color: white;
  border: none;
}
.button.action.green-status {
  border-color: #10A430;
}
.button.action.green-status:hover {
  background: #10A430;
  color: white;
  border: #10A430;
}
.button.icon i {
  margin-right: 10px;
}

.button-group {
  display: flex;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.button-group .button {
  box-shadow: none;
  background: none;
  border-radius: 0;
  height: 40px;
}
.button-group .button:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.button-group .button:last-of-type {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.button-group.primary button {
  border: 1px solid var(--inactive-primary-color);
  color: var(--inactive-primary-color);
}
.button-group.primary button:hover {
  color: white;
  background-color: var(--inactive-primary-color);
}
.button-group.primary button.active {
  color: white;
  background-color: var(--inactive-primary-color);
}
.button-group.secondary button {
  border: 1px solid var(--inactive-secondary-color);
  color: var(--inactive-secondary-color);
}
.button-group.secondary button:hover {
  color: white;
  background-color: var(--inactive-secondary-color);
}
.button-group.secondary button.active {
  color: white;
  background-color: var(--inactive-secondary-color);
}

textarea.textarea {
  position: relative;
}
textarea.textarea:focus + .input-tooltip {
  display: block;
}

.modal {
  z-index: 9000 !important;
}
.modal .modal-card-body {
  min-height: 200px;
}
.modal .modal-card-body.guide-container h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: var(--orange);
}
.modal .modal-card-body.guide-container h2 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: var(--orange);
}
.modal .modal-card-body.guide-container h3 {
  margin-bottom: 0.8rem;
}
.modal .modal-card-body.guide-container h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.modal .modal-card-body.guide-container p {
  margin-bottom: 1.5rem;
  line-height: 24px;
}
.modal .modal-card-body.guide-container ul {
  list-style: lower-roman;
  margin-bottom: 1.5rem;
}
.modal .modal-card-body.guide-container ul.bullet {
  list-style: disc;
}
.modal .modal-card-body.guide-container li {
  margin-left: 1.5rem;
  margin-bottom: 0.6rem;
  line-height: 24px;
}
.modal .modal-card-body.guide-container img {
  display: block;
  max-width: 80%;
  margin: 1.5rem auto;
}
.modal .modal-card-body.guide-container .text-primary {
  color: var(--orange);
}
.modal .modal-card-body.guide-container .tab {
  margin-left: 0.8rem;
}

.modal-trigger * {
  pointer-events: none;
}

.awesome-scroll:hover::-webkit-scrollbar {
  display: unset;
}
.awesome-scroll::-webkit-scrollbar {
  background-color: #fff;
  width: 15px;
}
.awesome-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.awesome-scroll::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.awesome-scroll::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}
.awesome-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}
.awesome-scroll::-webkit-scrollbar-button {
  display: none;
}

.avatar-image {
  border-radius: 0 50% 50%;
  object-fit: cover;
}

.break-word {
  white-space: pre-line;
  word-break: break-word;
}

.bold {
  font-weight: bold;
}

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

.hide {
  display: none;
}

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

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

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.message-error {
  color: var(--red-color);
}

#custom_alert {
  display: none;
  position: fixed;
  top: 15px;
  margin-left: 45%;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  z-index: 9999;
}

#custom_alert.alert-success {
  background-color: var(--green-color);
}

#custom_alert.alert-error {
  background-color: var(--red-color);
}

.invalid-input {
  font-size: 13px;
  color: #ff5722;
}

.valid-input {
  font-size: 13px;
  color: #4caf50;
}

.tooltip-container {
  position: relative;
}
.tooltip-container .tooltip {
  display: block;
  position: absolute;
  background: #555;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  max-width: 205px;
  min-width: 100px;
  transition: opacity 500ms;
  color: white;
  text-align: center;
  opacity: 0;
  right: 0;
  transform: translateX(50%);
  margin-right: 50%;
  z-index: 8;
  transform: translateX(50%) scale(0);
}
.tooltip-container .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}
.tooltip-container .tooltip.tooltip-top {
  bottom: 100%;
  margin-bottom: 5px;
}
.tooltip-container .tooltip.tooltip-top:before {
  bottom: -10px;
  border-color: #555 transparent transparent transparent;
  left: 50%;
}
.tooltip-container .tooltip.tooltip-bottom {
  top: 100%;
  margin-top: 5px;
}
.tooltip-container .tooltip.tooltip-bottom:before {
  top: -10px;
  border-color: transparent transparent #555 transparent;
  left: 50%;
}
.tooltip-container .tooltip.tooltip-left {
  right: 4.5rem;
}
.tooltip-container .tooltip.tooltip-left:before {
  right: -10px;
  border-color: transparent transparent transparent #555;
}
.tooltip-container .tooltip.tooltip-right {
  left: -1.5rem;
  margin-left: 5px;
}
.tooltip-container .tooltip.tooltip-right:before {
  left: -5px;
  border-color: transparent #555 transparent transparent;
}
.tooltip-container:hover .tooltip {
  opacity: 1;
  transform: translateX(50%) scale(1);
}

.icon {
  z-index: unset !important;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.custom-input-group {
  margin-bottom: 30px;
}
.custom-input-group .custom-title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}

.custom-input {
  position: relative;
  display: block;
}
.custom-input span {
  margin-bottom: 5px;
}
.custom-input input {
  border-radius: 4px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background: white;
  border: unset !important;
  resize: none;
}
.custom-input select {
  border-radius: 4px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background: white;
  border: unset !important;
  resize: none;
}
.custom-input textarea {
  border-radius: 4px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background: white;
  border: unset !important;
  resize: none;
}
.custom-input textarea:focus + .input-tooltip {
  display: block;
}
.custom-input input.disabled {
  background: #e2e2e2;
}
.custom-input select.disabled {
  background: #e2e2e2;
}
.custom-input textarea.disabled {
  background: #e2e2e2;
}
.custom-input.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #888;
}
.custom-input.inline {
  display: flex;
  align-items: center;
}
.custom-input.inline input {
  margin: 0;
  flex: auto;
}

.dropdown.is-active .tooltip {
  opacity: 0;
}
.dropdown.is-center .dropdown-menu {
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  width: 350px;
}
.dropdown .dropdown-item .url:hover {
  text-decoration: underline;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item {
  font-size: 16px;
  cursor: pointer;
  padding: 4px 16px;
  text-align: left;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item i {
  font-size: 16px;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item p {
  color: #606b85;
  margin: 5px;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .dropdown-action:hover {
  color: var(--red-color);
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage {
  font-size: 14px;
  color: #49494b;
  padding: 5px 10px 0 10px;
  cursor: default;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage th {
  text-align: center;
  vertical-align: middle;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage tr {
  height: 50px;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage td {
  color: #606b85;
  font-size: 13px;
  vertical-align: middle;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage tr:nth-child(odd) {
  background-color: #ffffff;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage tr:nth-child(even) {
  background-color: #f0f3f9;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage td:nth-child(odd) {
  text-align: center;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item .table-stage thead {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.8);
  background: white;
  z-index: 2;
}
.dropdown .dropdown-menu .dropdown-content .scrollable-container {
  max-height: 240px;
  overflow-y: auto;
  display: block;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item.hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-item.active {
  background: #ffc107;
  color: white;
}
.dropdown .dropdown-menu.has-table-stage {
  box-shadow: 0px 2px 20px -4px rgba(19, 27, 50, 0.16);
  background-color: #fff;
}
.dropdown .dropdown-menu.has-table-stage:hover {
  background-color: #fff;
}

.dropdown-trigger * {
  pointer-events: none;
}

.dropdown-menu.is-active {
  display: block;
}

.dropdown-item {
  padding: 2px 16px;
}

.dropdown-divider {
  margin: 4px 0;
}

.section {
  padding: 25px 16px;
}
.section.section-organization-test {
  overflow-x: scroll;
  padding: 25px 20px;
}
.section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.section .section-header h5 {
  font-weight: bold;
  font-size: 19px;
}
.section .section-header .section-header-actions {
  display: flex;
}
.section .section-header-dashboard {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .section-header-dashboard .main-title-with-actions {
  width: 100%;
}
.section .section-header-dashboard .main-title-with-actions .section-header-actions {
  display: flex;
}
.section .section-header.project-header {
  padding: 15px;
  display: block;
}
.section .section-header.project-header .project-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-header.project-header .project-header-top h6 {
  font-weight: bold;
  color: var(--secondary-color);
}
.section .section-header.project-header .project-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-header.project-header .project-header-bottom ul {
  display: flex;
}
.section .section-header.project-header .project-header-bottom ul li {
  margin-left: 10px;
}
.section .section-header.project-header .project-header-bottom ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.section .section-header.project-header .project-header-bottom ul li.team-leader {
  cursor: pointer;
}
.section .section-header.project-header .project-header-bottom ul li.team-leader > img {
  border: 3px solid var(--blue-color);
}
.section .section-header.project-header .project-header-bottom ul li.team-leader .team-leader-change {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(41, 56, 88, 0.6784313725);
  left: 0;
  top: 0;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  display: none;
}
.section .section-header.project-header .project-header-bottom ul li.team-leader:hover .team-leader-change {
  display: block;
}
.section .section-header.project-header .project-header-bottom ul li.sectorist {
  cursor: pointer;
}
.section .section-header.project-header .project-header-bottom ul li.sectorist > img {
  border: 3px solid var(--secondary-color);
}
.section .section-header.project-header .project-header-bottom ul li.sectorist .sectorist-change {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(221, 93, 0, 0.6784313725);
  left: 0;
  top: 0;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  display: none;
}
.section .section-header.project-header .project-header-bottom ul li.sectorist:hover .sectorist-change {
  display: block;
}
.section .section-header.project-header .project-header-bottom ul li.support {
  cursor: pointer;
}
.section .section-header.project-header .project-header-bottom ul li.support > img {
  border: 3px solid var(--bluelight-color);
}
.section .section-header.project-header .project-header-bottom ul li.support .support-delete {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(33, 150, 243, 0.6784313725);
  left: 0;
  top: 0;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  display: none;
}
.section .section-header.project-header .project-header-bottom ul li.support:hover .support-delete {
  display: block;
}
.section .section-header.project-header .project-header-bottom ul li.support .add {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background: var(--yellow-color);
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
}
.section .section-body .box {
  padding: 16px;
}
.section .section-body .box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-body .box .box-header h6 {
  font-weight: bold;
  font-size: 16px;
}
.section .section-body .box .box-header .box-header-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section .section-body .box .box-header .box-header-actions .box-action {
  margin-left: 10px;
  width: 40px;
}
.section .section-body .box .box-header .box-header-actions .tooltip {
  z-index: 500;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience {
  background: #ffffff;
  position: absolute;
  width: 260px;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0px 2px 20px -4px rgba(19, 27, 50, 0.16);
  top: 40px;
  left: -110px;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .title-container {
  color: #2F374C;
  font-weight: 700;
  font-size: 1rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-califition-status {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-califition-status .text-calification {
  color: #B58200;
  font-weight: 700;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-califition-status .text-calification-green {
  color: #10A430;
  font-weight: 700;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-date .text-date {
  color: #2F374C;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc {
  background-color: #F9F1DB;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc.red {
  background: #FCE5E5;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc.yellow {
  background: #F9F1DB;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc.green {
  background: #E6F6EA;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification {
  background: #F9F1DB;
  border-radius: 0.5rem;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification.red {
  background: #FCE5E5;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification.yellow {
  background: #F9F1DB;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification.green {
  background: #E6F6EA;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification .box-percentage {
  display: flex;
  flex-direction: column;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification .box-percentage .text-c {
  color: #2F374C;
  font-weight: 700;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-top .box-calification-perc .box-detail-calification .box-percentage .percentage-cal {
  color: #2F374C;
  font-weight: 500;
  font-size: 0.75rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-bottom {
  display: flex;
  flex-direction: column;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-bottom .text-recruiter {
  color: #2F374C;
  font-weight: 700;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-data-recruiter .container-bottom .name-recruiter {
  color: #606B85;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-info-clients .title-send {
  color: #2F374C;
  font-weight: 700;
  font-size: 0.875rem;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .container-info-clients .box-list {
  color: #606B85;
  margin-left: 1rem;
  list-style: disc;
}
.section .section-body .box .box-header .box-header-actions .container-client-experience .container-general-data-experience .text-show-detail {
  font-size: 0.875rem;
  font-weight: 700;
  color: #F06320;
  cursor: pointer;
}
.section .section-body .box .custom-input input {
  background: rgba(247, 247, 247, 0.4666666667);
}
.section .section-body .box .custom-input select {
  background: rgba(247, 247, 247, 0.4666666667);
}
.section .section-body .box .custom-input textarea {
  background: rgba(247, 247, 247, 0.4666666667);
}
.section .fab {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--chat-secondary-color);
  color: white;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  cursor: pointer;
  display: none;
}
.section .fab i {
  pointer-events: none;
}
.section .project-header-component {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e4e6ea;
  margin-bottom: 1rem;
}
.section .project-header-component .button {
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 700;
  height: 2.5rem;
  border-radius: 4px;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  box-shadow: none;
}
.section .project-header-component .button--full {
  width: 100%;
}
.section .project-header-component .button.primary {
  background: #222f54;
  color: white;
}
.section .project-header-component .button.secondary {
  background: #f06320;
  color: white;
}
.section .project-header-component .button.light-secondary {
  background: #ffebe2;
  color: #f06320;
}
.section .project-header-component .button.outline-primary {
  background: #fff;
  border: 1px solid #d3d5db;
  color: #222f54;
}
.section .project-header-component .button .btn-icon {
  height: 20px;
  margin-top: 2px;
  filter: invert(10%) sepia(50%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(200%);
}
.section .project-header-component .button:disabled {
  cursor: initial;
}
.section .project-header-component .circle-required {
  height: 10px;
  width: 10px;
  background-color: #f06320;
  border-radius: 50%;
  animation: beating 1s infinite;
}
.section .project-header-component .date-input-inline-container .date-input {
  /* Removes the clear button from date inputs */
  /* Removes the spin button */
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
  color: #212c4a;
  padding: 5px 0;
  display: inline-block !important;
  visibility: visible !important;
  width: 115px;
}
.section .project-header-component .date-input-inline-container .date-input::-webkit-clear-button {
  display: none;
}
.section .project-header-component .date-input-inline-container .date-input::-webkit-inner-spin-button {
  display: none;
}
.section .project-header-component .date-input-inline-container .date-input::-webkit-calendar-picker-indicator {
  background: url(../images/icons/edit-blue.svg) center/80% no-repeat;
  width: 15px;
}
.section .project-header-component .base-control-input {
  height: 42px;
}
.section .project-header-component .button-bubble {
  color: #f06320;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 0.6em;
  padding-right: 0.7em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.section .project-header-component .button-bubble:hover {
  background: #f06320;
  color: #fff;
  border: 2px solid #f06320;
}
.section .project-header-component .select-user-field {
  position: relative;
}
.section .project-header-component .select-user-field__header .button-to-add-user {
  width: 24px;
  height: 24px;
  border: 1px dashed #f06320;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff1eb;
  cursor: pointer;
}
.section .project-header-component .select-user-field__header .button-to-add-user img {
  height: 13px;
}
.section .project-header-component .select-user-field__header .button-to-add-user.beating {
  animation: beating 1s infinite;
}
.section .project-header-component .select-user-field__header .users-selected {
  display: flex;
  gap: 0.6rem;
}
.section .project-header-component .select-user-field__header .user-selected {
  position: relative;
}
.section .project-header-component .select-user-field__header .user-selected .user-img {
  cursor: pointer;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
}
.section .project-header-component .select-user-field__header .user-selected .clean-user-selected {
  position: absolute;
  top: -4px;
  left: 15px;
  z-index: 2;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #6d768d;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .project-header-component .select-user-field__header .user-selected .clean-user-selected img {
  height: 7px;
  width: 7px;
}
.section .project-header-component .select-user-field__header .user-selected .clean-user-selected:hover {
  background-color: #e22828;
}
.section .project-header-component .select-user-field__header .supports-selected {
  display: flex;
  gap: 0.3rem;
}
.section .project-header-component .select-user-field__body {
  position: absolute;
  z-index: 1000;
  display: block;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
  top: 120%;
  right: 0;
  width: 268px;
  min-height: 110px;
  background: #ffffff;
  border: 1px solid #e4e6ea;
  box-shadow: 0px 4px 12px -2px rgba(34, 47, 84, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* special case */
}
.section .project-header-component .select-user-field__body .input-search-with-icon {
  margin-bottom: 0;
  padding: 0.5rem;
  border-bottom: 1px solid #e4e6ea;
}
.section .project-header-component .select-user-field__body .input-search-with-icon .control .input {
  background-color: #f1f3f9;
}
.section .project-header-component .select-user-field__body .input-search-with-icon .control .icon {
  top: 3px;
}
.section .project-header-component .select-user-field__body .option-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 134px;
  overflow-y: auto;
  padding-right: 0.5rem;
  margin: 0.5rem;
}
.section .project-header-component .select-user-field__body .option-list .option-item {
  display: flex;
  gap: 0.5rem;
  padding: 0.3rem;
  cursor: pointer;
  border-radius: 4px;
}
.section .project-header-component .select-user-field__body .option-list .option-item:hover {
  background: #f1f3f9;
}
.section .project-header-component .select-user-field__body .option-list .option-item:hover .item-name {
  color: #222f54;
}
.section .project-header-component .select-user-field__body .option-list .option-item.selected {
  background-color: #fff1eb;
}
.section .project-header-component .select-user-field__body .option-list .option-item.selected .item-name {
  color: #222f54;
  font-weight: bold;
}
.section .project-header-component .select-user-field__body .option-list .option-item:active {
  background-color: #fff1eb;
}
.section .project-header-component .select-user-field__body .option-list .option-item:active .item-name {
  color: #222f54;
  font-weight: bold;
}
.section .project-header-component .select-user-field__body .option-list .option-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #fff;
}
.section .project-header-component .select-user-field__body .option-list .option-item.disabled .item-name {
  color: #6d768d;
  font-weight: normal;
}
.section .project-header-component .select-user-field__body .option-list .option-item .item-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
}
.section .project-header-component .select-user-field__body .has-not-options {
  padding: 0.5rem;
}
.section .project-header-component .select-user-field__body .special-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 8px 0 8px;
}
.section .project-header-component .select-user-field__body .special-header.subsection {
  align-items: center;
  justify-content: flex-start;
}
.section .project-header-component .select-user-field__body .special-header.subsection-space-between {
  align-items: center;
  justify-content: space-between;
}
.section .project-header-component .select-user-field__body .special-header.subsection-space-between .subsection-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .project-header-component .select-user-field__body .special-header.subsection-space-between .subsection-child .icon-group {
  height: 14px;
}
.section .project-header-component .select-user-field__body .special-header p {
  margin: 0.5rem;
}
.section .project-header-component .select-user-field__body .special-header .icon-left {
  width: 12px;
  height: 12px;
  margin: 2px;
  cursor: pointer;
}
.section .project-header-component .select-user-field__body .special-body-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 0.5rem;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  padding: 10px 4px;
  margin: 0 0.5rem;
  background: #f1f3f9;
  border: 1px solid #e9ebee;
  border-radius: 4px;
  cursor: pointer;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button img {
  height: 15px;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button:hover {
  background: #fff1eb;
  border: 1px dashed #f06320;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button:hover p {
  color: #f06320;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button:hover img {
  filter: invert(45%) sepia(20%) saturate(5233%) hue-rotate(351deg) brightness(99%) contrast(90%);
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button.disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #f1f3f9;
  border: 1px solid #e9ebee;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button.disabled p {
  color: #222f54;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-button.disabled img {
  filter: none;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-responsable {
  border-top: 1px solid #e4e6ea;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-responsable .special-body-responsable-actions {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-responsable .special-body-responsable-actions img {
  cursor: pointer;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-responsable .special-body-responsable-info {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ebee;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-responsable .special-body-responsable-info .item-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-support .special-body-support-actions {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-support .special-body-support-actions img {
  cursor: pointer;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-support .special-body-support-info {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
.section .project-header-component .select-user-field__body .special-body-list .special-body-support .special-body-support-info .item-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
}
.section .project-header-component .select-user-field__body .special-body-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .project-header-component .select-user-field__body .special-body-section .field {
  padding-top: 0;
}
.section .project-header-component .top-fields-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1rem 0.5rem 1rem;
}
.section .project-header-component .top-fields-container .select-fields {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.section .project-header-component .top-fields-container .select-fields .b-select-generic {
  min-width: 200px;
}
.section .project-header-component .top-fields-container .select-fields .b-select-generic .b-select-generic__header .image {
  margin-left: 1rem;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button {
  border-radius: 4px;
  border: 1px solid #d3d5db;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  height: 2.625rem;
  padding: 0;
  white-space: nowrap;
  display: flex;
  box-shadow: none;
  background: #fff;
  align-items: center;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container {
  padding: 6px;
  display: flex;
  align-items: center;
  height: 100%;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill {
  border-radius: 4px;
  padding: 1px 6px;
  display: flex;
  gap: 6px;
  align-items: center;
  width: auto;
  height: 100%;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.opened {
  border: 1px solid #10a430;
  background-color: #e6f6ea;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.opened i {
  color: #10a430;
  font-size: 0.5rem;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.opened small {
  color: #10a430;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.on-aprobation {
  border: 1px solid #d69a00;
  background-color: #f9f1db;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.on-aprobation i {
  color: #d69a00;
  font-size: 0.5rem;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.on-aprobation small {
  color: #d69a00;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.closed {
  border: 1px solid #e22828;
  background-color: #fce5e5;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.closed i {
  color: #e22828;
  font-size: 0.5rem;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.closed small {
  color: #e22828;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.cancelled {
  border: 1px solid #6d768d;
  background-color: #f1f3f9;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.cancelled i {
  color: #6d768d;
  font-size: 0.5rem;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-pill-container .state-pill.cancelled small {
  color: #6d768d;
}
.section .project-header-component .top-fields-container .select-fields .dropdown .select-button .select-button-icon {
  border-left: 1px solid #d3d5db;
  padding: 10px;
  height: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.section .project-header-component .top-fields-container .actions-container {
  display: flex;
  gap: 0.6rem;
}
.section .project-header-component .top-fields-container .actions-container .dropdown .dropdown-menu {
  z-index: 700;
}
.section .project-header-component .job-name-rq-with-actions {
  padding: 0.2rem 1rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .project-header-component .job-name-rq-with-actions .job-name-container {
  width: 40%;
}
.section .project-header-component .job-name-rq-with-actions .job-name-container .not-editing {
  display: flex;
  gap: 0.75rem;
}
.section .project-header-component .job-name-rq-with-actions .job-name-container .not-editing .edit-btn {
  padding: 2px;
  cursor: pointer;
}
.section .project-header-component .job-name-rq-with-actions .job-name-container .editing .editing-job-name {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
}
.section .project-header-component .job-name-rq-with-actions .job-name-container .editing .show-error {
  margin-top: 0.1rem;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons {
  display: flex;
  gap: 0.5rem;
  z-index: 621;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .dropdown-menu {
  width: 300px;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .dropdown-action {
  margin: 0 15px;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .input-project-file {
  display: none;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .calendar-button {
  position: relative;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .calendar-button .calendar-container {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
}
.section .project-header-component .job-name-rq-with-actions .action-circle-buttons .calendar-button:hover .calendar-container {
  display: block;
}
.section .project-header-component .fields-inline-with-border {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e6ea;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable {
  display: flex;
  gap: 0.3rem;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .date-field-show {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 0;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .calendar-color {
  filter: invert(57%) sepia(39%) saturate(5886%) hue-rotate(346deg) brightness(95%) contrast(99%);
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field {
  padding-left: 1rem;
  min-width: 100px;
  max-width: 320px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .fa-angle-down {
  padding: 2px;
  cursor: pointer;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select {
  width: max-content;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select button {
  box-shadow: none;
  background-color: inherit;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select button .item-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select button .item-value p {
  text-align: right;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select button::after {
  display: none;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select .custom-select-list {
  width: 250px;
  left: 0.2rem;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select .custom-select-list .item-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .custom-select .custom-select-list .item-options p {
  text-align: left;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .company-image {
  display: inline-block;
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
  background-color: #fff;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .company-image img {
  height: 100%;
  object-fit: contain;
}
.section .project-header-component .fields-inline-with-border .fields-inline-editable .company-field .one-company {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.section .project-header-component .fields-inline {
  padding: 0.1rem 1rem 1.125rem 1rem;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  /* SECTORIST ASSIGNED */
  /* TEAM LEADER SECTORIST VIEW */
}
.section .project-header-component .fields-inline .confidentiality-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section .project-header-component .fields-inline .type-rq-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .type-rq-field .icon {
  width: 20px;
}
.section .project-header-component .fields-inline .type-rq-field .icon-orange {
  filter: invert(46%) sepia(53%) saturate(3721%) hue-rotate(352deg) brightness(101%) contrast(88%);
}
.section .project-header-component .fields-inline .type-rq-field .select-inline {
  padding: 0;
  width: auto;
}
.section .project-header-component .fields-inline .type-rq-field .select-inline .b-select__input {
  min-height: 25px;
  line-height: 25px;
  border: none;
  padding: 0 0.4rem;
}
.section .project-header-component .fields-inline .type-rq-field .select-inline .b-select__input .b-select__value {
  font-weight: bold;
  color: #6d768d;
}
.section .project-header-component .fields-inline .vacancies-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .vacancies-field .icon {
  width: 20px;
}
.section .project-header-component .fields-inline .vacancies-field .input-inline {
  width: 60px;
  font-weight: bold;
  font-size: 14px;
  color: #6d768d;
  outline: none;
  border: none;
  border-bottom: 1px solid #212c4a;
  line-height: 23px;
  padding-bottom: 2px;
}
.section .project-header-component .fields-inline .vacancies-field .input-inline::-webkit-inner-spin-button, .section .project-header-component .fields-inline .vacancies-field .input-inline::-webkit-outer-spin-button {
  opacity: 1;
}
.section .project-header-component .fields-inline .vacancies-field .input-inline:disabled {
  cursor: not-allowed;
}
.section .project-header-component .fields-inline .applicant-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .sectorist-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  min-width: 100px;
  max-width: 320px;
}
.section .project-header-component .fields-inline .sectorist-field .fa-angle-down {
  padding: 2px;
  cursor: pointer;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select button {
  box-shadow: none;
  background-color: inherit;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select button .item-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select button .item-value p {
  text-align: right;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select button::after {
  display: none;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select .custom-select-list {
  width: 250px;
  left: 0.2rem;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select .custom-select-list .item-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section .project-header-component .fields-inline .sectorist-field .custom-select .custom-select-list .item-options p {
  text-align: left;
}
.section .project-header-component .fields-inline .sectorist-field .user-image {
  display: inline-block;
  position: relative;
  width: 25px;
  min-width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  outline: 1px solid #d3d5db;
  background-color: #fff;
}
.section .project-header-component .fields-inline .sectorist-field .user-image img {
  width: 100%;
}
.section .project-header-component .fields-inline .sectorist-field .one-sectorist_assigned {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.section .project-header-component .fields-inline .team-leader-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .team-leader-field .team-leader-blocked {
  display: flex;
  gap: 0.5rem;
}
.section .project-header-component .fields-inline .internal-client-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .internal-client-field .internal-client-blocked {
  display: flex;
  gap: 0.5rem;
}
.section .project-header-component .fields-inline .sectorists-field {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section .project-header-component .fields-inline .sectorists-field .sectorists-blocked {
  display: flex;
  gap: 0.5rem;
}
.section .project-header-component .fields-inline .user-image {
  height: 24px;
  outline: 2px solid #d3d5db;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.section .project-header-component .check-commentary {
  position: relative;
  width: fit-content;
}
.section .project-header-component .check-commentary__header {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #f06320;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section .project-header-component .check-commentary__header:hover {
  background: #fff1eb;
}
.section .project-header-component .check-commentary__header.beating {
  animation: beating 1s infinite;
}
.section .project-header-component .check-commentary__body {
  position: absolute;
  z-index: 1000;
  list-style: none;
  background-color: #fff;
  padding: 0;
  width: 344px;
  min-height: 197px;
  height: 100%;
  border: 1px solid #e4e6ea;
  box-shadow: 0px 4px 12px -2px rgba(34, 47, 84, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.section .project-header-component .check-commentary__body.middle {
  bottom: 120%;
  right: -150px;
}
.section .project-header-component .check-commentary__body.right {
  bottom: 120%;
  right: 0;
}
.section .project-header-component .check-commentary__body.left {
  bottom: 120%;
  left: 0;
}
.section .project-header-component .check-commentary__body.left-down {
  top: 0;
  right: 120%;
}
.section .project-header-component .check-commentary__body-header {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.section .project-header-component .check-commentary__body-header img {
  width: 16px;
  padding: 2px;
  cursor: pointer;
}
.section .project-header-component .check-commentary__body-header .back-btn {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.section .project-header-component .check-commentary__body-header .back-btn img {
  padding: 0;
  height: 20px;
  width: 20px;
  filter: brightness(0.65);
}
.section .project-header-component .check-commentary__body .separator {
  width: 100%;
  height: 1px;
  background: #e4e6ea;
}
.section .project-header-component .check-commentary__body .section-list {
  padding: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list .fields-list-item {
  cursor: pointer;
  background: #f1f3f9;
  border-radius: 4px;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list .fields-list-item .circle-and-text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list .fields-list-item .circle-and-text .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d768d;
  border-radius: 50%;
  height: 17px;
  width: 17px;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list .fields-list-item .circle-and-text .circle.green {
  background-color: #10a430;
}
.section .project-header-component .check-commentary__body .section-list .group-by-email-commentaries .fields-list .fields-list-item .circle-and-text .circle .check-icon-white {
  height: 7px;
  width: 8px;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .key-and-commentary .commentary-container {
  max-height: 60px;
  overflow-y: auto;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn {
  background: #ffffff;
  border: 1px solid #10a430;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn p {
  color: #10a430;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn .check-icon {
  width: 1.2rem;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn .check-icon-white {
  width: 0.8rem;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn:hover {
  background: #e6f6ea;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn__checked {
  background-color: #10a430;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn__checked p {
  color: #fff;
}
.section .project-header-component .check-commentary__body .section-resume-commentaries .commentary-state-btn__checked:hover {
  background: #10a430;
}
.section .closing-goal-component {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.section .closing-goal-component .closing-goal-date {
  background: #ffffff;
  border: 1px solid #d3d5db;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section .closing-goal-component .closing-goal-date .capitalize {
  text-transform: capitalize;
}
.section .closing-goal-component .closing-goal-progress {
  border-radius: 4px;
  display: flex;
}
.section .closing-goal-component .closing-goal-progress.on-time {
  background: #e6f6ea;
  border: 1px solid #10a430;
}
.section .closing-goal-component .closing-goal-progress.on-time .closing-goal-progress-title {
  color: #10a430;
}
.section .closing-goal-component .closing-goal-progress.close-to-time {
  background: #f9f1db;
  border: 1px solid #d69a00;
}
.section .closing-goal-component .closing-goal-progress.close-to-time .closing-goal-progress-title {
  color: #d69a00;
}
.section .closing-goal-component .closing-goal-progress.close-to-time .extra-info-title {
  color: #e22828;
  font-size: 1rem;
}
.section .closing-goal-component .closing-goal-progress.time-over-today, .section .closing-goal-component .closing-goal-progress.time-over {
  background: #fce5e5;
  border: 1px solid #e22828;
}
.section .closing-goal-component .closing-goal-progress.time-over-today .closing-goal-progress-title, .section .closing-goal-component .closing-goal-progress.time-over .closing-goal-progress-title {
  color: #e22828;
}
.section .closing-goal-component .closing-goal-progress.time-over-today .extra-info-title, .section .closing-goal-component .closing-goal-progress.time-over .extra-info-title {
  color: #e22828;
  font-size: 1rem;
}
.section .closing-goal-component .closing-goal-progress .icon-info {
  padding-left: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .closing-goal-component .closing-goal-progress .icon-info img {
  height: 24px;
  width: 24px;
}
.section .closing-goal-component .closing-goal-progress .main-info {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section .closing-goal-component .closing-goal-progress .extra-info {
  border-left: 1px solid #e22828;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .closing-goal-component .closing-goal-progress .text--yellow {
  color: #d69a00;
}
.section .closing-goal-component .closing-goal-progress .text--red {
  color: #e22828;
}
.section .closing-goal-component .closing-goal-progress .text--green {
  color: #10a430;
}
.section .closing-goal-component .text-with-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.section .closing-goal-component .text-with-tooltip .tooltip img {
  width: 17px;
  height: 17px;
  margin: auto;
}
.section .closing-goal-component .text-with-icon {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.section .closing-goal-component .text-with-icon .tooltip img {
  width: 17px;
  height: 17px;
  margin: auto;
}
.section .extra-comments-alert-component {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
  background: #fff1eb;
  border: 1px solid #f06320;
  border-radius: 4px;
  padding: 12px;
  position: relative;
}
.section .extra-comments-alert-component .commentary-active-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.section .extra-comments-alert-component .link-text {
  cursor: pointer;
  border-bottom: 1px solid #f06320;
}
.section .extra-comments-alert-component .close-icon {
  width: 14px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 35%;
}
.section .postulant-invitation-component {
  border-radius: 4px;
  border: 1px solid #e4e6ea;
  background: #f1f3f9;
  position: relative;
}
.section .postulant-invitation-component.beating {
  animation: beating 1s infinite;
  border-radius: 2px;
  background: #fff1eb;
  border: 1px solid #f06320;
}
.section .postulant-invitation-component .postulant-invitation-header {
  display: flex;
  gap: 6px;
  cursor: pointer;
  padding: 0.5rem;
}
.section .postulant-invitation-component .postulant-invitation-body {
  position: absolute;
  min-width: 15.5rem;
  z-index: 1000;
  display: block;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d3d5db;
  box-shadow: none;
  padding: 0;
  top: 46px;
  right: 0;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-tabs {
  display: flex;
  border-bottom: 1px solid #d3d5db;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-tabs__item {
  flex: 1;
  padding: 0.625rem 1rem;
  text-align: center;
  cursor: pointer;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-tabs__item.active {
  box-shadow: inset 0 -2px 0 #f06320;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-tabs__item.active p {
  color: #f06320;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content {
  max-height: 16rem;
  overflow-y: auto;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content .postulant-item {
  display: flex;
  gap: 0.5rem;
  padding: 12px 16px;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content .postulant-item img {
  align-self: self-start;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content .postulant-item .clock-filter-color {
  filter: invert(50%) sepia(11%) saturate(673%) hue-rotate(185deg) brightness(90%) contrast(94%);
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content .postulant-item .check-icon {
  height: 20px;
}
.section .postulant-invitation-component .postulant-invitation-body .source-type-content .without-postulations {
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.box-title {
  border-bottom: 2px solid #888;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.dropzone {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  width: 100%;
  border: 3px dashed orange;
  min-height: 200px;
  flex-wrap: wrap;
  cursor: pointer;
}
.dropzone .dropzone-card {
  width: 160px !important;
  height: 160px !important;
  position: relative;
  margin: 5px 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  overflow: hidden;
  background: white;
  cursor: default;
}
.dropzone .dropzone-card .dropzone-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.dropzone .dropzone-card .dropzone-name {
  width: 100px;
  position: absolute;
  margin: 0;
  color: #444;
  font-size: 16px;
  top: 0;
  line-height: 100px;
  text-align: center;
  display: none;
}
.dropzone .dropzone-card .dropzone-ext {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  display: none;
}
.dropzone .dropzone-card .close-icon {
  position: absolute;
  right: 5px;
  color: #444;
  font-size: 17px;
  top: 2px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.dropzone .dropzone-card .close-icon:hover {
  color: var(--secondary-color);
}
.dropzone .dropzone-card .dropzone-icon {
  font-size: 50px;
  width: 90px;
  line-height: 90px;
  text-align: center;
}
.dropzone .dropzone-card:hover .dropzone-image {
  opacity: 0.3;
}
.dropzone .dropzone-card:hover .dropzone-name {
  display: block;
}
.dropzone .dropzone-card:hover .dropzone-ext {
  display: block;
}
.dropzone .dropzone-card:hover .close-icon {
  display: block;
}
.dropzone:after {
  content: "Click o soltar elementos aquí";
  color: #444;
}
.dropzone.has-elements:after {
  display: none;
}
.dropzone.dragover {
  border: 3px dashed #888;
}
.dropzone.dragover:after {
  display: none;
}

.monthly-map .map-item-header {
  position: sticky;
  z-index: 5;
  top: 70px;
}
.monthly-map .map-item-header:before {
  content: "";
  position: absolute;
  left: 0;
  height: 15px;
  background: #fcfcfc;
  right: 0;
  bottom: 100%;
}
.monthly-map .map-item-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 10px;
  margin-bottom: 30px;
}
.monthly-map .map-item-list .box {
  margin: 0;
}
.monthly-map .map-item-list .box .project-name {
  color: orange;
  font-weight: bold;
}
.monthly-map .map-item-list .box .tag {
  color: white;
  background: var(--secondary-color);
}
.monthly-map .map-item-list .box .map-indicators {
  overflow: hidden;
}
.monthly-map .map-item-list .box .map-indicators.collapsed {
  max-height: 0;
}

.custom-table-container {
  max-height: 650px;
  min-height: 350px;
  overflow: auto;
  position: relative;
}
.custom-table-container .table tr {
  font-size: 13px;
  line-height: 15px;
}
.custom-table-container .table tr th {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 2;
}
.custom-table-container .table tr th.sticky-cell {
  z-index: 410;
}
.custom-table-container .table tr td {
  vertical-align: middle;
  text-align: center;
  height: 5.3rem;
  position: relative;
}
.custom-table-container .table tr td textarea {
  display: block;
  height: 4.125rem;
  resize: none;
  line-height: 15px;
  font-size: 13px;
  padding: 6px;
}
.custom-table-container .table tr td textarea.edit__mode {
  resize: both;
  position: absolute;
  top: 10%;
  z-index: 4;
  max-width: none;
}
.custom-table-container .table tr td input {
  line-height: 15px;
  font-size: 13px;
  padding: 6px;
  text-align: center;
}
.custom-table-container .table tr td select {
  margin: 0;
  line-height: 15px;
  font-size: 13px;
  padding-left: 8px;
  white-space: pre-line;
  height: unset;
  border: 1px solid #dbdbdb !important;
  background: white;
  box-shadow: none !important;
}
.custom-table-container .table tr td .cell-options {
  width: 230px;
  position: absolute;
  left: 10px;
  margin-top: 3px;
  text-align: left;
  padding: 6px 0;
  z-index: 10;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  max-height: 300px;
  overflow: auto;
}
.custom-table-container .table tr td .cell-options li {
  padding: 6px 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.custom-table-container .table tr td .cell-options li:hover {
  background: #eee;
}
.custom-table-container .table tr td .cell-options li:last-of-type {
  border-bottom: none;
}
.custom-table-container .table tr td .aceptada {
  color: var(--green-color);
  font-weight: bold;
}
.custom-table-container .table tr td .cambiar {
  color: var(--yellow-color);
  font-weight: bold;
}
.custom-table-container .table tr td .cancelada {
  color: var(--red-color);
  font-weight: bold;
}
.custom-table-container .table .thead th {
  height: 60px;
  background: var(--primary-color) !important;
  color: white !important;
}
.custom-table-container .table .thead th .column-name {
  color: white !important;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.custom-table-container .table .thead th .cell .rq,
.custom-table-container .table .thead th .cell .company,
.custom-table-container .table .thead th .cell .project {
  color: white !important;
}
.custom-table-container .table .sticky-cell {
  position: sticky;
  left: 0;
  text-align: center;
  z-index: 5;
  border-right: 4px solid #888;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.custom-table-container .table .sticky-cell .cell {
  display: flex;
}
.custom-table-container .table .sticky-cell .cell > div {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5em;
  padding: 4px;
}
.custom-table-container .table .sticky-cell .cell .rq {
  width: 2.8rem;
  font-weight: bold;
  color: var(--primary-color);
}
.custom-table-container .table .sticky-cell .cell .rq .small-box {
  padding: 4px;
  border-radius: 4px;
}
.custom-table-container .table .sticky-cell .cell .rq .small-box.time-over, .custom-table-container .table .sticky-cell .cell .rq .small-box.time-over-today {
  background: #e22828;
  color: #fff;
}
.custom-table-container .table .sticky-cell .cell .rq .small-box.on-time {
  background: #10a430;
  color: #fff;
}
.custom-table-container .table .sticky-cell .cell .rq .small-box.close-to-time {
  background: #d69a00;
  color: #fff;
}
.custom-table-container .table .sticky-cell .cell .init-date {
  width: 6.9rem;
}
.custom-table-container .table .sticky-cell .cell .progress-closing-goal {
  width: 6.9rem;
  gap: 0.2rem;
}
.custom-table-container .table .sticky-cell .cell .progress-closing-goal .font-medium {
  font-weight: 500;
}
.custom-table-container .table .sticky-cell .cell .progress-closing-goal .text--red {
  color: #e22828;
  font-weight: 700;
}
.custom-table-container .table .sticky-cell .cell .type {
  width: 5rem;
}
.custom-table-container .table .sticky-cell .cell .company {
  width: 140px;
  font-weight: bold;
  color: var(--primary-color);
}
.custom-table-container .table .sticky-cell .cell .project {
  width: 10.6rem;
  font-weight: bold;
  color: var(--primary-color);
}
.custom-table-container .table .sticky-cell .cell .vacancies {
  width: 5rem;
}
.custom-table-container .table .sticky-cell .cell .closed_vacancies {
  width: 5rem;
}
.custom-table-container .table .sticky-cell .cell .check {
  width: 3rem;
}
.custom-table-container .table .sticky-cell .cell .check.back-up {
  background: #26b4e0;
}
.custom-table-container .table .sticky-cell .cell .check.califica {
  background: #4ebc66;
}
.custom-table-container .table .sticky-cell .cell .check.contratado {
  background: #f06320;
}
.custom-table-container .table .sticky-cell .cell .check.off-limits {
  background: #274295;
}
.custom-table-container .table .sticky-cell .cell .check.observado {
  background: #171f34;
}
.custom-table-container .table .sticky-cell .cell .check.no-interesado-desiste {
  background: #d69a00;
}
.custom-table-container .table .sticky-cell .cell .check.no-califica {
  background: #e22828;
}
.custom-table-container .table .sticky-cell .cell .name {
  width: 8.75rem;
}
.custom-table-container .table .sticky-cell .cell .cv {
  width: 4.4rem;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container {
  position: absolute;
  z-index: 50;
  left: 55px;
  background: #ffffff;
  height: 480px;
  width: 650px;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 20px;
  top: -50px;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #overlayContainer > .container > .dialog {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app .toolbarField.pageNumber {
  margin: 2px 0 4px 0;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #passwordOverlay .toolbarField {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerMiddle #scaleSelectContainer {
  width: 120px;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerRight #presentationMode {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerRight #openFile {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerRight #print {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerRight #viewBookmark {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .show_cv_container .pdf-app #toolbarViewerRight #secondaryToolbarToggle {
  display: none;
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger {
  color: white;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger.fa-plus {
  background: var(--primary-color);
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger.fa-file {
  background: #f1863b;
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger.fa-file-pdf {
  background: #ff0000;
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger.fa-file-word {
  background: #4d82b8;
}
.custom-table-container .table .sticky-cell .cell .cv .dropdown-trigger.fa-file-excel {
  background: #228b22;
}
.custom-table-container .table .sticky-cell .cell .actions {
  width: 80px;
}
.custom-table-container .table.striped tr:nth-child(odd) {
  background: #f8f8f8;
}
.custom-table-container .table.striped tr:nth-child(odd) .sticky-cell {
  background: #f8f8f8;
}
.custom-table-container .table.striped tr:nth-child(odd) .sticky-cell.background-red {
  background: #fce5e5;
}
.custom-table-container .table.striped tr:nth-child(even) .sticky-cell {
  background: white;
}
.custom-table-container .table.striped tr:nth-child(even) .sticky-cell.background-red {
  background: #fce5e5;
}
.custom-table-container .table.striped tr.background-red {
  background: #fce5e5;
}
.custom-table-container .table.no-sticky .sticky-cell {
  position: unset;
}

.custom-table-default {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-table .benefit-table-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.benefit-table .benefit-table-item p {
  width: 15rem;
  margin: 0;
}
.benefit-table .benefit-table-item .benefit-input {
  display: flex;
  align-items: center;
  flex: 1;
}
.benefit-table .benefit-table-item .benefit-input label.checkbox {
  margin-right: 0.5rem;
}
.benefit-table .benefit-table-item .benefit-input input[type=checkbox]:checked + input {
  background: white;
  pointer-events: unset;
}
.benefit-table .custom-input {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.benefit-table .custom-input p {
  width: 230px;
  margin: 0;
}
.benefit-table .custom-input input {
  flex: auto;
  padding: 4px 8px;
  margin: 0 10px;
}
.benefit-table .custom-input input[type=checkbox]:checked + input {
  background: white;
  pointer-events: unset;
}
.benefit-table .custom-input input[type=text] {
  background: #ddd;
  pointer-events: none;
}

.box-header .state-tab {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  border-right: 1px solid #888;
  align-self: stretch;
  font-size: 14px;
  padding: 0 8px;
  cursor: pointer;
  min-height: 40px;
}
.box-header .state-tab:hover {
  background: #ddd;
  color: white;
}
.box-header .state-tab.active {
  background: #222f54;
  color: white;
}

.tabs-box {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.tabs-box .tabs-container .tabs-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
}
.tabs-box .tabs-container .tabs-header .tabs-tab {
  position: relative;
  border: none;
  font-size: 16px;
  color: #888;
  font-weight: 500;
  padding: 10px;
  outline: none;
  cursor: pointer;
  height: 45px;
  margin-top: auto;
}
.tabs-box .tabs-container .tabs-header .tabs-tab:hover {
  background: #ddd;
}
.tabs-box .tabs-container .tabs-header .tabs-tab.disabled {
  background: #ddd;
}
.tabs-box .tabs-container .tabs-header .tabs-tab.active {
  background: var(--primary-color);
  color: white;
  cursor: unset;
  pointer-events: none;
  height: 50px;
}
.tabs-box .tabs-container .tabs-box {
  padding: 15px 0;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.tabs-box .columns {
  align-items: baseline;
}

.tag:after {
  content: "No programado";
}
.tag.unreviewed {
  background: #f1f3f9;
  border: 1px solid #d3d5db;
  color: white;
}
.tag.unreviewed:after {
  content: "Sin revisar";
}
.tag.ok {
  background: var(--green-color);
  color: white;
}
.tag.ok:after {
  content: "A tiempo";
}
.tag.ne {
  background: var(--red-color);
  color: white;
}
.tag.ne:after {
  content: "Atrasado";
}
.tag.cc {
  background: var(--yellow-color);
  color: white;
}
.tag.cc:after {
  content: "Cuenta regresiva";
}

.is-loading::after {
  border: 2px solid white !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.litepicker {
  z-index: 7;
}

.select {
  height: unset !important;
}
.select select {
  padding-right: 24px !important;
}
.select:after {
  right: 12px !important;
}

@media (min-width: 575.98px) {
  .filter_answer_modal .answers-info-container .box .answer_info .answer-info-content .type-question-content .select-score {
    justify-content: end;
    flex-direction: row !important;
  }
  .filter_answer_modal .answers-info-container .box .answer_info .answer-info-content .type-question-content .select-score .b-select {
    min-width: 250px;
  }
  .filter_answer_modal .answers-info-container .box .answer_info .answer-info-content .type-question-content .simple-choice {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .filter_answer_modal .answers-info-container .box .answer_info .answer-info-content .type-question-content .option-content .score-label {
    text-align: end;
    justify-content: end;
  }
  .filter_answer_modal .answers-info-container .box .answer_info .answer-info-content .type-question-content .option-selected-content .answer-extra-info {
    margin-left: 2rem;
  }
  .score-final-and-percent {
    align-items: flex-end !important;
  }
  .new_style .modal-card-body {
    padding-top: 0px;
  }
  .new_style .modal-card-foot {
    flex-direction: row !important;
  }
}
@media (max-width: 575.98px) {
  .section {
    padding: 10px;
  }
  .section .section-header {
    flex-direction: column;
  }
  .section .section-header h5 {
    margin-bottom: 15px;
    width: 100%;
    font-weight: 500;
  }
  .section .section-header .section-header-actions {
    width: 100%;
  }
  .section .section-header .section-header-actions .button {
    flex: 1;
  }
  .section .section-body .box .box-header {
    flex-direction: column;
  }
  .section .section-body .box .box-header h6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .section .section-body .box .box-header .box-header-actions {
    width: 100%;
  }
  .section .section-body .box .box-header .box-header-actions .input-icon {
    width: 100%;
  }
  .section .fab {
    display: block;
  }
  .custom-table-container .table .sticky-cell {
    position: unset;
  }
  .filter-box {
    background: white;
    position: fixed;
    z-index: 30;
    bottom: -500px;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0;
    flex-direction: column;
    max-height: 500px;
    overflow: auto;
    transition: 0.5s;
    z-index: 800;
  }
  .filter-box .filter-column .filter-title {
    border-radius: unset !important;
  }
  .filter-box .filter-column .filter-options {
    overflow: unset;
  }
  .suggestion-form {
    position: fixed;
    top: unset;
    bottom: -400px;
    border-radius: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    height: 200px;
    width: 100vw !important;
    height: unset;
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
  .hidden-md {
    display: none;
  }
  .detail {
    position: static;
  }
}
/* transition effect in both views*/
.view-enter-active,
.view-leave-active {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease;
}

.view-enter-active {
  transition-delay: 0.2s;
}

.view-enter {
  opacity: 0;
  transform: translateX(-300px);
}

.view-enter-to {
  opacity: 1;
  transform: translateX(0px);
}

.view-leave {
  opacity: 1;
  transform: translateX(0px);
}

.view-leave-to {
  opacity: 0;
  transform: translateX(300px);
}

/*# sourceMappingURL=styles.css.map */
